phi_platform_user/src/main/java/com/hx/phip/controller/refund/OrderRefundController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
phi_platform_user/src/main/java/com/hx/phip/controller/refund/OrderRefundController.java
@@ -162,11 +162,6 @@ public PlatformResult partRefund(HttpServletRequest request, @RequestBody OrderRefundDto orderRefundDto) { //操作平台 ThirtApplication thirtApplication = (ThirtApplication) request.getSession().getAttribute(LoginConstant.LOGIN_APPLY); if(thirtApplication == null){ thirtApplication = new ThirtApplication(); thirtApplication.setAppId("123"); thirtApplication.setAppIdCode("his"); } if(thirtApplication==null){ throw new PlatTipsException(PlatformCode.ERROR_TIPS,"签名失败,请检查签名!"); }