Browse Source

child

release_toaliyun_real
xhxu 5 years ago
parent
commit
71730c8c1f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java

+ 2
- 0
mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java View File

@@ -125,6 +125,7 @@ public class WxGameController extends BaseController {
} catch (MallinkException e){
return new ResultData(ErrorCode.getByCode(e.getErrorCode()));
} catch (Exception e){
e.printStackTrace();
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR);
}

@@ -169,6 +170,7 @@ public class WxGameController extends BaseController {
} catch (MallinkException e){
return new ResultData(ErrorCode.getByCode(e.getErrorCode()));
} catch (Exception e){
e.printStackTrace();
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR);
}



Loading…
Cancel
Save