Initial commit: suixinkan_ios UIKit rewrite project.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-26 14:33:31 +08:00
commit 9edf993432
297 changed files with 47151 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"code": 100000,
"msg": "success",
"data": {
"real_name_info": {
"real_name": "测试摄影师",
"id_card_no": "320100********0012",
"verified": "1",
"start_date": "2026-01-01",
"end_date": "2046-01-01",
"is_long_valid": "0",
"front_url": "https://cdn.example.com/front.jpg",
"back_url": "https://cdn.example.com/back.jpg",
"created_at": "2026-05-23 04:00:00",
"audit_status": "2",
"audit_status_text": "审核通过",
"audit_at": "2026-05-23 04:05:00",
"auditor_id": "7",
"auditor": {
"id": 7,
"name": "审核员"
},
"reject_reason": ""
}
}
}