chenjiahe
2023-12-11 16bfb236acd65527669f559bd9ff32b13b6b9487
代码屏蔽
1个文件已修改
5 ■■■■■ 已修改文件
phi_platform_user/src/main/java/com/hx/phip/controller/refund/OrderRefundController.java 5 ●●●●● 补丁 | 查看 | 原始文档 | 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,"签名失败,请检查签名!");
        }