|
|
@@ -272,4 +272,12 @@ class ShopAdminController extends BaseController
|
|
|
util::success(['list' => $list]);
|
|
|
}
|
|
|
|
|
|
+ //关闭更名提醒 ssh 20220606
|
|
|
+ public function actionCloseRemindChange()
|
|
|
+ {
|
|
|
+ $cacheKey = 'change_mini_name_remind_' . $this->shopAdminId;
|
|
|
+ Yii::$app->redis->executeCommand('SET', [$cacheKey, 'has']);
|
|
|
+ util::complete();
|
|
|
+ }
|
|
|
+
|
|
|
}
|