Przeglądaj źródła

paystack回调接口不鉴权

kevin_zhangl 3 lat temu
rodzic
commit
80827a1174

+ 2 - 1
frontendApi/modules/v1/controllers/ShopController.php

@@ -38,7 +38,8 @@ class ShopController extends BaseController {
     public $modelClass = DecOrder::class;
 
     protected $_method_not_check = [
-        'actionVerifyApproachOrder'
+        'actionVerifyApproachOrder',
+        'verify-approach-order'
     ];
 
     public function beforeAction($action)