Ver a proveniência

add 小程序隐私接口

master
xhxu há 3 anos
ascendente
cometimento
9935b71ec2
1 ficheiros alterados com 4 adições e 1 eliminações
  1. +4
    -1
      mlWechatOpen/src/main/java/com/iformall/controller/WechatWeappSetController.java

+ 4
- 1
mlWechatOpen/src/main/java/com/iformall/controller/WechatWeappSetController.java Ver ficheiro

@@ -391,8 +391,11 @@ public class WechatWeappSetController {
} }
} catch (WxErrorException e) { } catch (WxErrorException e) {
logger.error(e.getMessage()); 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" + @ApiOperation(value = "批量申请小程序隐私接口", notes = "{\n" +


Carregando…
Cancelar
Guardar