Line更換內容

This commit is contained in:
b110212000 2021-09-23 13:36:11 +08:00
parent 18f76e4b84
commit 4480132d2e

View File

@ -80,6 +80,7 @@ namespace SolarPower.Quartz.Jobs
var powerstation = await powerStationRepository.GetOneAsync(Exception.PowerStationId); var powerstation = await powerStationRepository.GetOneAsync(Exception.PowerStationId);
if(powerstation.line_token != null) if(powerstation.line_token != null)
{ {
Content = " %0D%0A " + Content.Replace("<br>", " %0D%0A ");
CallLineToken(Content, powerstation.line_token); CallLineToken(Content, powerstation.line_token);
} }
} }