Browse Source

修复错误的接口

Pchen0 11 months ago
parent
commit
35d703476d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apis/Order/CallBack.js

+ 1 - 1
apis/Order/CallBack.js

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