...
|
...
|
@@ -101,7 +101,8 @@ public class ICouponActivityServiceImpl implements ICouponActivityService { |
|
|
|
|
|
// 组装请求对象,并生成client_secret
|
|
|
Map<String, String> map = new HashMap<String, String>();
|
|
|
map.put("method", "app.passport.smsbind");
|
|
|
//map.put("method", "app.passport.smsbind");
|
|
|
map.put("method", "app.register.sendRegCodeToMobile");
|
|
|
map.put("mobile", mobile);
|
|
|
map.put("area", area);
|
|
|
String param = clientSecretHelper.createClientSecret(map);
|
...
|
...
|
|