Sync migrated iOS modules

This commit is contained in:
2026-06-22 15:35:12 +08:00
parent ace9c94359
commit 484566d27e
48 changed files with 4455 additions and 15 deletions

View File

@ -0,0 +1,67 @@
{
"code": 100000,
"msg": "success",
"data": {
"token": "person-temp-token",
"scenic_users": [
{
"account_type": "scenic_user",
"id": 101,
"user_id": 101,
"scenic_user_id": 101,
"ss_user_id": 101,
"username": "scenic_admin",
"real_name": "张三",
"nickname": "张三",
"phone": "13800138000",
"scenic_id": 10,
"scenic_name": "示例景区",
"status": 1,
"status_label": "正常",
"app_role_id": 3,
"app_role_code": "scenic_admin",
"app_role_name": "景区管理员",
"app_role": {
"id": 3,
"legacy_role_id": 53,
"code": "scenic_admin",
"name": "景区管理员",
"notes": "",
"status": 1
},
"is_current": false
}
],
"store_users": [
{
"account_type": "store_user",
"id": 201,
"user_id": 201,
"store_user_id": 201,
"username": "store_admin",
"user_name": "store_admin",
"real_name": "张三",
"phone": "13800138000",
"avatar": "https://example.com/avatar.png",
"scenic_id": 10,
"scenic_name": "示例景区",
"store_id": 20,
"store_name": "示例门店",
"status": 1,
"status_label": "正常",
"app_role_id": 1,
"app_role_code": "store_admin",
"app_role_name": "店铺管理员",
"app_role": {
"id": 1,
"legacy_role_id": 46,
"code": "store_admin",
"name": "店铺管理员",
"notes": "",
"status": 1
},
"is_current": false
}
]
}
}