|
|
@@ -33,6 +33,14 @@ public interface WechatScanLoginControllerAPI {
|
|
|
@ApiOperation(value = "绑定微信回调url", httpMethod = "GET")
|
|
|
public String bindcallback(String code, String state, String phone,String messageCode) throws UnsupportedEncodingException;
|
|
|
|
|
|
+ @RequestMapping(value = "/insertElecMeterDetail")
|
|
|
+ @ResponseBody
|
|
|
+ public String insertElecMeterDetail() throws Exception;
|
|
|
+
|
|
|
+ @RequestMapping(value = "/insertWatMeterDetail")
|
|
|
+ @ResponseBody
|
|
|
+ public String insertWatMeterDetail() throws Exception;
|
|
|
+
|
|
|
@RequestMapping(value = "/insertMonthMeter")
|
|
|
@ResponseBody
|
|
|
public String insertMonthMeter(String month);
|