|
|
@@ -318,7 +318,7 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> impl
|
|
|
String urlNet = "http://v.juhe.cn/sms/send";//请求接口地址
|
|
|
Map params = new HashMap();//请求参数
|
|
|
params.put("mobile", phone);//接收短信的手机号码
|
|
|
- params.put("tpl_id", "71853");//短信模板ID,请参考个人中心短信模板设置
|
|
|
+ params.put("tpl_id", "265910");//短信模板ID,请参考个人中心短信模板设置
|
|
|
String userIdVal = "#userId#=" + userId;
|
|
|
params.put("user_id", userIdVal);
|
|
|
String timeCreateVal = "#timeCreate#=" + timeCreate;
|