|
|
|
@@ -117,8 +117,8 @@ public class WechatWeappSetController { |
|
|
|
return new ResultData(openRet); |
|
|
|
} catch (WxErrorException e) { |
|
|
|
logger.error(e.getMessage()); |
|
|
|
return new ResultData(e.getMessage()); |
|
|
|
} |
|
|
|
return new ResultData(Result.ERROR); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation(value = "解除绑定小程序的体验者", notes = "") |
|
|
|
@@ -139,8 +139,8 @@ public class WechatWeappSetController { |
|
|
|
return new ResultData(openRet); |
|
|
|
} catch (WxErrorException e) { |
|
|
|
logger.error(e.getMessage()); |
|
|
|
return new ResultData(e.getMessage()); |
|
|
|
} |
|
|
|
return new ResultData(Result.ERROR); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation(value = "获取体验者列表", notes = "") |
|
|
|
|