shish 5 лет назад
Родитель
Сommit
a4a52118cc
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/ghs/controllers/ShopAdminController.php

+ 0 - 1
app/ghs/controllers/ShopAdminController.php

@@ -42,7 +42,6 @@ class ShopAdminController extends BaseController
     {
         $post = Yii::$app->request->post();
         $post['adminId'] = $this->adminId;
-        $post['ghsId'] = $this->ghsId;
         $respond = ShopAdminService::generateAdmin($post);
         util::success($respond);
     }