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