Browse Source

paystack回调接口不鉴权

kevin_zhangl 3 năm trước cách đây
mục cha
commit
80827a1174
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      frontendApi/modules/v1/controllers/ShopController.php

+ 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)