Line更換內容
This commit is contained in:
parent
18f76e4b84
commit
4480132d2e
@ -80,6 +80,7 @@ namespace SolarPower.Quartz.Jobs
|
||||
var powerstation = await powerStationRepository.GetOneAsync(Exception.PowerStationId);
|
||||
if(powerstation.line_token != null)
|
||||
{
|
||||
Content = " %0D%0A " + Content.Replace("<br>", " %0D%0A ");
|
||||
CallLineToken(Content, powerstation.line_token);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user