|
|
@@ -270,6 +270,7 @@ class AdminClass extends BaseClass
|
|
|
$getAdminInfo['addTime'] = $time;
|
|
|
$getAdminInfo['source'] = isset($getAdminInfo['source']) ? $getAdminInfo['source'] : 0;
|
|
|
$getAdminInfo['hasSubscribe'] = 0;
|
|
|
+ $getAdminInfo['openShop'] = 1;
|
|
|
if (isset($getAdminInfo['headImgUrl']) && !empty($getAdminInfo['headImgUrl'])) {
|
|
|
$imgUrl = $getAdminInfo['headImgUrl'];
|
|
|
$name = ImageService::generateAvatar(0, $imgUrl);
|