Explorar el Código

paystack回调接口不鉴权

kevin_zhangl hace 3 años
padre
commit
80827a1174
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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)