From 68bd753f1b77f39c1dd5609620ce29f9b8b412b5 Mon Sep 17 00:00:00 2001 From: fei.wang <wf18701153496@163.com> Date: 星期一, 13 五月 2024 17:52:13 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/webapp/api/table.json | 127 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 127 insertions(+), 0 deletions(-) diff --git a/src/webapp/api/table.json b/src/webapp/api/table.json new file mode 100644 index 0000000..7bda61b --- /dev/null +++ b/src/webapp/api/table.json @@ -0,0 +1,127 @@ +{ + "code": 0, + "msg": "", + "count": 1000, + "data": [ + { + "id": 10000, + "username": "user-0", + "sex": "濂�", + "city": "鍩庡競-0", + "sign": "绛惧悕-0", + "experience": 255, + "logins": 24, + "wealth": 82830700, + "classify": "浣滃", + "score": 57 + }, + { + "id": 10001, + "username": "user-1", + "sex": "鐢�", + "city": "鍩庡競-1", + "sign": "绛惧悕-1", + "experience": 884, + "logins": 58, + "wealth": 64928690, + "classify": "璇嶄汉", + "score": 27 + }, + { + "id": 10002, + "username": "user-2", + "sex": "濂�", + "city": "鍩庡競-2", + "sign": "绛惧悕-2", + "experience": 650, + "logins": 77, + "wealth": 6298078, + "classify": "閰辨补", + "score": 31 + }, + { + "id": 10003, + "username": "user-3", + "sex": "濂�", + "city": "鍩庡競-3", + "sign": "绛惧悕-3", + "experience": 362, + "logins": 157, + "wealth": 37117017, + "classify": "璇椾汉", + "score": 68 + }, + { + "id": 10004, + "username": "user-4", + "sex": "鐢�", + "city": "鍩庡競-4", + "sign": "绛惧悕-4", + "experience": 807, + "logins": 51, + "wealth": 76263262, + "classify": "浣滃", + "score": 6 + }, + { + "id": 10005, + "username": "user-5", + "sex": "濂�", + "city": "鍩庡競-5", + "sign": "绛惧悕-5", + "experience": 173, + "logins": 68, + "wealth": 60344147, + "classify": "浣滃", + "score": 87 + }, + { + "id": 10006, + "username": "user-6", + "sex": "濂�", + "city": "鍩庡競-6", + "sign": "绛惧悕-6", + "experience": 982, + "logins": 37, + "wealth": 57768166, + "classify": "浣滃", + "score": 34 + }, + { + "id": 10007, + "username": "user-7", + "sex": "鐢�", + "city": "鍩庡競-7", + "sign": "绛惧悕-7", + "experience": 727, + "logins": 150, + "wealth": 82030578, + "classify": "浣滃", + "score": 28 + }, + { + "id": 10008, + "username": "user-8", + "sex": "鐢�", + "city": "鍩庡競-8", + "sign": "绛惧悕-8", + "experience": 951, + "logins": 133, + "wealth": 16503371, + "classify": "璇嶄汉", + "score": 14 + }, + { + "id": 10009, + "username": "user-9", + "sex": "濂�", + "city": "鍩庡競-9", + "sign": "绛惧悕-9", + "experience": 484, + "logins": 25, + "wealth": 86801934, + "classify": "璇嶄汉", + "score": 75 + } + ] +} \ No newline at end of file -- Gitblit v1.9.3