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