Explorar el Código

add 小程序隐私接口

master
xhxu hace 3 años
padre
commit
9935b71ec2
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      mlWechatOpen/src/main/java/com/iformall/controller/WechatWeappSetController.java

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

@@ -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" +


Cargando…
Cancelar
Guardar