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