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