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

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

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