igl 2 months ago
parent
commit
a90ca4e0c9

+ 1 - 0
src/main/java/com/chelvc/cloud/maintain/controller/OmsOrderController.java

@@ -232,6 +232,7 @@ public class OmsOrderController {
      * @return
      */
     @PostMapping("/order/refund/notify")
+    @Authorize(enabled = false)
     public void orderRefundNotify(HttpServletRequest request, @RequestBody SxyNotifyParam param) {
         String merchantId = request.getHeader("merchantId");
         String encryptKey = request.getHeader("encryptKey");

+ 1 - 0
src/main/resources/application-dev.yml

@@ -21,6 +21,7 @@ security:
     - /maintain/asset/withdraw/notify #提现回调
     - /maintain/asset/transfer/notify #转账回调
     - /maintain/order/notify          #支付回调
+    - /maintain/order/refund/notify   #退款回调
 
 upload:
   directory: /home/chelvc/static

+ 1 - 0
src/main/resources/application-pre.yml

@@ -21,6 +21,7 @@ security:
     - /maintain/asset/withdraw/notify #提现回调
     - /maintain/asset/transfer/notify #转账回调
     - /maintain/order/notify          #支付回调
+    - /maintain/order/refund/notify   #退款回调
 
 upload:
   directory: /home/chelvc/static

+ 1 - 0
src/main/resources/application-prod.yml

@@ -21,6 +21,7 @@ security:
     - /maintain/asset/withdraw/notify #提现回调
     - /maintain/asset/transfer/notify #转账回调
     - /maintain/order/notify          #支付回调
+    - /maintain/order/refund/notify   #退款回调
 
 upload:
   directory: /home/chelvc/static

+ 1 - 0
src/main/resources/application-test.yml

@@ -21,6 +21,7 @@ security:
     - /maintain/asset/withdraw/notify #提现回调
     - /maintain/asset/transfer/notify #转账回调
     - /maintain/order/notify          #支付回调
+    - /maintain/order/refund/notify   #退款回调
 
 upload:
   directory: /home/chelvc/static