Showing
1 changed file
with
1 additions
and
0 deletions
@@ -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的发送验证码请求 |
-
Please register or login to post a comment