|
|
@@ -152,6 +152,7 @@ class CustomController extends BaseController
|
|
|
$value = $name . '_' . $mobile . '_' . $this->sjId . '_' . $this->shop['id'] . '_' .$this->shop['shopName'] . '_' . $this->shopAdminId;
|
|
|
Yii::$app->redis->executeCommand('LPUSH', [$customerCachedKey, $value]);
|
|
|
Yii::info("添加客户:name - " . $name . ' == mobile - ' . $mobile);
|
|
|
+ Yii::info("shopAdminId: " . $this->shopAdminId);
|
|
|
}
|
|
|
util::complete();
|
|
|
}
|