Showing
1 changed file
with
2 additions
and
1 deletions
@@ -101,7 +101,8 @@ public class ICouponActivityServiceImpl implements ICouponActivityService { | @@ -101,7 +101,8 @@ public class ICouponActivityServiceImpl implements ICouponActivityService { | ||
101 | 101 | ||
102 | // 组装请求对象,并生成client_secret | 102 | // 组装请求对象,并生成client_secret |
103 | Map<String, String> map = new HashMap<String, String>(); | 103 | Map<String, String> map = new HashMap<String, String>(); |
104 | - map.put("method", "app.passport.smsbind"); | 104 | + //map.put("method", "app.passport.smsbind"); |
105 | + map.put("method", "app.register.sendRegCodeToMobile"); | ||
105 | map.put("mobile", mobile); | 106 | map.put("mobile", mobile); |
106 | map.put("area", area); | 107 | map.put("area", area); |
107 | String param = clientSecretHelper.createClientSecret(map); | 108 | String param = clientSecretHelper.createClientSecret(map); |
-
Please register or login to post a comment