User Data API
Used to get detailed information of the specified user.
Request URL GET / POST
http
https://nobase.cn/api/user/dataRequest Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appid | string | ✅ Yes | Application unique identifier |
| signature | string | ✅ Yes | Application signature |
| user | string | ✅ Yes | User account |
| token | string | ✅ Yes | User token |
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| code | number | Status code: 200=Success |
| msg | string | Status description |
| data | object | User data |
TIP
Please refer to the Chinese documentation for more details.

