配置修改
This commit is contained in:
@ -121,7 +121,7 @@ class DistributionLogic extends Logic
|
|||||||
$time = time();
|
$time = time();
|
||||||
$data = [
|
$data = [
|
||||||
'user_id' => $user_id,
|
'user_id' => $user_id,
|
||||||
'real_name' => $post['nickname'],
|
'real_name' => $post['real_name'],
|
||||||
'mobile' => $post['mobile'],
|
'mobile' => $post['mobile'],
|
||||||
'province' => $post['province'],
|
'province' => $post['province'],
|
||||||
'city' => $post['city'],
|
'city' => $post['city'],
|
||||||
|
|||||||
Reference in New Issue
Block a user