|
|
@@ -27,7 +27,7 @@ public interface WechatScanLoginControllerAPI {
|
|
|
|
|
|
@RequestMapping(value = "/bind")
|
|
|
@ApiOperation(value = "绑定微信", httpMethod = "GET")
|
|
|
- public String bindUserMac(String phone,String code) throws UnsupportedEncodingException;
|
|
|
+ public String bindUserMac(String phone,String messageCode) throws UnsupportedEncodingException;
|
|
|
|
|
|
@RequestMapping(value = "/bindcallback")
|
|
|
@ApiOperation(value = "绑定微信回调url", httpMethod = "GET")
|