API Usage Guide
🔐 Authentication
http://<ip:port>/your-endpoint?token=your_access_token
🚨 Response Handling & Error Codes
200 OK
, regardless of business outcome.code
field in the JSON response body to determine the business-level result.Example Response
{
"code": 0,
"message": "",
"data": { ... }
}
⚠️ If the HTTP status code is not 200, it indicates a system-level error (e.g., timeout, platform exception). Please contact us for further investigation.
Business Code Reference
code | Meaning | Billed |
---|---|---|
0 | Success | Yes 💰 |
100 | Invalid or Inactive Token | No |
201 | No Content Available | Yes 💰 |
301 | Collection Failed. Please Retry. | No |
302 | Rate Limit Exceeded | No |
303 | Daily Quota Exceeded | No |
400 | Invalid Parameters | No |
500 | Internal Server Error | No |
600 | Permission Denied | No |
601 | Insufficient Balance | No |
· 201
indicates that the requested resource does not exist (e.g., product or article not found). The request is still billed because it was successfully processed — the data simply doesn’t exist.
🐢 Latency Diagnostics
/ping
endpoint:GET https://<ip:port>/ping
/ping
request is significantly delayed, it may indicate that our server is limiting or throttling your IP or region.🚦 Rate Limits & Quota
🛠 Support & Feedback
Modified at 2025-06-27 16:43:35