Authored by chaogeng

增加发短信参数

@@ -195,6 +195,7 @@ public class TencentMktServiceImpl implements ITencentMktService { @@ -195,6 +195,7 @@ public class TencentMktServiceImpl implements ITencentMktService {
195 map.put("method", "app.passport.smsbind"); 195 map.put("method", "app.passport.smsbind");
196 map.put("mobile", mobile); 196 map.put("mobile", mobile);
197 map.put("area", "86"); 197 map.put("area", "86");
  198 + map.put("client_type", "h5");
198 String param = clientSecretHelper.createClientSecret(map); 199 String param = clientSecretHelper.createClientSecret(map);
199 200
200 // 调用gateway的发送验证码请求 201 // 调用gateway的发送验证码请求