curl --location --request POST 'https://api.h189.cn/oauth/getclient' \ --header 'Authorization;'
{ "code": 0, "msg": "ok", "data": { "id": 1, "account": "test", "realname": "测试员", "money": 0, "score": 0, "rank": 0, "locked": "0000-00-00 00:00:00", "client_info": { "scope": "thws", "white": { "ip_check": 1, "ip": [ "200.12.254.52", "190.13.214.216" ] } } } }