|
@@ -1880,7 +1880,7 @@ public class OrderController : BaseController
|
|
OrderId = order.Id,
|
|
OrderId = order.Id,
|
|
PushPlatform = EPushPlatform.Sms,
|
|
PushPlatform = EPushPlatform.Sms,
|
|
Content =
|
|
Content =
|
|
- $"【宜宾12345】温馨提示:您的来电已受理(流水号:{order.No};提取码:{order.Password},可通过网站(http://hotline.12345lm.cn)进行查询,谢谢。【宜宾12345热线平台】)",
|
|
|
|
|
|
+ $"温馨提示:您的来电已受理(流水号:{order.No};提取码:{order.Password},可通过网站(http://hotline.12345lm.cn)进行查询,谢谢。【宜宾12345热线平台】)",
|
|
Remark = order.Title,
|
|
Remark = order.Title,
|
|
Name = order.FromName,
|
|
Name = order.FromName,
|
|
TelNumber = order.Contact
|
|
TelNumber = order.Contact
|