|
|
@@ -391,8 +391,11 @@ public class WechatWeappSetController { |
|
|
|
} |
|
|
|
} catch (WxErrorException e) { |
|
|
|
logger.error(e.getMessage()); |
|
|
|
return new ResultData(ErrorCode.SYS_SERVER_ERROR.getCode(),e.getMessage()); |
|
|
|
} catch (Exception e){ |
|
|
|
return new ResultData(ErrorCode.SYS_SERVER_ERROR.getCode(),e.getMessage()); |
|
|
|
} |
|
|
|
return new ResultData(Result.ERROR); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation(value = "批量申请小程序隐私接口", notes = "{\n" + |
|
|
|