配置修改

This commit is contained in:
2026-04-17 20:01:01 +08:00
parent c8fc3ff8ed
commit 298b31c77d

View File

@ -121,7 +121,7 @@ class DistributionLogic extends Logic
$time = time();
$data = [
'user_id' => $user_id,
'real_name' => $post['nickname'],
'real_name' => $post['real_name'],
'mobile' => $post['mobile'],
'province' => $post['province'],
'city' => $post['city'],