Xiaohongshu is woring. 小红书恢复了。
http://<ip:port>/your-endpoint?token=your_access_token
200 OK
, regardless of business outcome.code
field in the JSON response body to determine the business-level result.{
"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.
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.
/ping
endpoint/ping
request is significantly delayed, it may indicate network throttling or regional limitations.Region | Recommended Environment |
---|---|
Mainland China | prod-cn |
Outside Mainland China | prod-global |