Browse Source

🐞 fix: 取消支付接口的加密

Pchen. 8 months ago
parent
commit
578aa602eb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      apis/Order/CallBack.js

+ 2 - 0
apis/Order/CallBack.js

@@ -9,6 +9,8 @@ const PAYMENT_KEY = config.pay.key
 class CallBack extends API {
     constructor() {
         super()
+
+        this.noEncrypt()
         this.setPath('/Order/CallBack')
         this.setMethod('GET')
     }