Commit ae973707 by YG8999

订单预定添加客服短信发送修改

parent 240f58a1
......@@ -288,7 +288,7 @@ public class SmsServiceImpl implements SmsService {
Long timestamp = DateUtil.date().getTime();
JSONObject param = JSONUtil.createObj();
param.set("userName", userName);
param.set("password", smsUtil.sign(userName, timestamp, passWord));
param.set("sign", smsUtil.sign(userName, timestamp, passWord));
param.set("phoneList", JSONUtil.parseArray(phoneList));
param.set("content", smsContent);
param.set("timestamp", timestamp);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment