|
|
@@ -62,6 +62,7 @@ class ShopAdminController extends BaseController
|
|
|
$adminInfo = ['name' => $name, 'mobile' => $mobile, 'style' => $ptStyle,];
|
|
|
$fromApp = dict::getDict('userSourceGetId', 'app', 'id');
|
|
|
$admin = AdminService::replaceAdmin($adminInfo, $fromApp);
|
|
|
+ $post['shopId'] = $this->shopId;
|
|
|
$respond = ShopAdminService::appGenerateStaff($post, $admin);
|
|
|
util::success($respond);
|
|
|
}
|