更新 'app/common/model/merchant/system/merchant/MerchantIntention.php'
删除平台客服写入
This commit is contained in:
parent
d25e79b5de
commit
8a88c17f39
@ -216,17 +216,6 @@ class MerchantIntention extends Model
|
||||
$store_service_data['create_time'] = date('Y-m-d H:i:s');
|
||||
Db::connect('shop')->table('eb_store_service')->insert($store_service_data);
|
||||
// topservice
|
||||
$top_store_service['mer_id'] = 0;
|
||||
$top_store_service['uid'] = $intention['uid'];
|
||||
$top_store_service['avatar'] = 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/1b716202302251108516996.png';
|
||||
$top_store_service['nickname'] = $intention['mer_name'];
|
||||
$top_store_service['account'] = $intention['phone'];
|
||||
$top_store_service['pwd'] = password_hash('123456', PASSWORD_BCRYPT);;
|
||||
$top_store_service['status'] = 1;
|
||||
$top_store_service['is_open'] = 1;
|
||||
$top_store_service['phone'] = $intention['phone'];
|
||||
$top_store_service['create_time'] = date('Y-m-d H:i:s');
|
||||
Db::connect('shop')->table('eb_store_service')->insert($top_store_service);
|
||||
|
||||
// 暂不开通通知
|
||||
// Queue::push(SendSmsJob::class, ['tempId' => 'APPLY_MER_SUCCESS', 'id' => $smsData]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user