Sfoglia il codice sorgente

add 小程序隐私接口

master
xhxu 3 anni fa
parent
commit
9935b71ec2
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. +4
    -1
      mlWechatOpen/src/main/java/com/iformall/controller/WechatWeappSetController.java

+ 4
- 1
mlWechatOpen/src/main/java/com/iformall/controller/WechatWeappSetController.java Vedi File

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


Caricamento…
Annulla
Salva