1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
| { "code": 200, "msg": "success", "user": [ { "uid": 1, "nicname": "25H", "sex": undefined, "reside": "中国 黑龙江 哈尔滨", "motto": "There is only one me in this world.", "contacts": { "mobile": null, "QQ": "505246742", "email": [ "505246742[at]qq[dot]com" ], "steam": "https://steamcommunity.com/profiles/76561198377978539/" }, "skill": [ "C/C++ · 渣渣", "PHP · 渣渣", "Go · 渣渣", "Java · 渣渣", "Python · 渣渣", "HTML/CSS · 渣渣", "睡觉/吃饭 · 精通" ], "tag":[ "90后", "夜猫子", "处女座", "二次元", "Google党", "编程小白", "Bug制造者" ] } ], "site": { "frame": "Hexo", "theme": "Indigo", "hosted": [ "Github", ], "storage": null, "copyright": "ARAE.CC", "license": "CC BY-NC-SA 4.0", "license_url": "https://creativecommons.org/licenses/by-nc-sa/4.0/", "update_log": [ {"date": "", "t": ""}, {"date": "1970/01/01", "t": "Hello world."} ] } }
|