|
|
@@ -316,7 +316,7 @@ class AuthController extends PublicController
|
|
|
$apiHost = Yii::$app->params['ghsHost'];
|
|
|
$imgUploadApi = $apiHost . '/upload/save-file';
|
|
|
//使用手册
|
|
|
- $cacheKey = 'close_book_' . $this->shopAdminId;
|
|
|
+ $cacheKey = 'close_book_' . $shopAdminId;
|
|
|
$hasClose = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
|
$showBook = !empty($hasClose) ? 0 : 1;
|
|
|
|