|
@@ -1671,7 +1671,7 @@ public class PayOrderServiceImpl implements PayOrderService {
|
|
|
OrderParamBo user = orderClubMapper.findUserName(check.getUserId());
|
|
|
String userName = user.getUserName();
|
|
|
String bindMobile = user.getBindMobile();
|
|
|
- String content = "尊敬的会员" + userName + ",您的房间预订成功,广州香格里拉大酒店3天2晚酒店套餐,豪华江景房2晚(含双早),酒店地址:广州市海珠区会展东路1号,凭此短信到酒店前台办理入住登记,入住时间:9月4日-6日,请按时入住酒店,如有问题请拨打客服电话:0755-22907771,退订回T";
|
|
|
+ String content = "尊敬的会员" + userName + ",您的房间预订成功,广州香格里拉大酒店3天2晚酒店套餐,豪华江景房2晚(含双早),酒店地址:广州市海珠区会展东路1号,凭此短信到酒店前台办理入住登记,入住时间:9月21日-23日,请按时入住酒店,如有问题请拨打客服电话:0755-22907771,退订回T";
|
|
|
remoteCallService.getSendSms(23, bindMobile, content);
|
|
|
try {
|
|
|
Thread.sleep(10000);
|