wesmiler 2 weeks ago
parent
commit
d3b5071a6a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Services/Common/StoreService.php

+ 2 - 0
app/Services/Common/StoreService.php

@@ -227,7 +227,9 @@ class StoreService extends BaseService
                 'user_id'=>$data['user_id'],
                 'store_id'=> $id,
                 'username'=> $mobile,
+                'mobile'=> $mobile,
                 'avatar'=> $data['logo'],
+                'realname'=> $data['real_name'],
                 'nickname'=> $data['name'],
             ];
             // 密码处理