进一步完成

This commit is contained in:
2025-10-15 19:41:26 +08:00
parent 348a990f88
commit d715a5fcf0
5 changed files with 11 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ class ShopInfo
$push_user[] = [
'user_id' => $user['id'],
'phone' => $user['phone'],
'nickName' => $user['nickName'],
'nick_name' => $user['nickName'],
];
}
return $push_user;