Request
Request
1. Request Address
{baseUrl}/openapi-c/global/{bizType}
The DEMO is as follows:
POST https://prewppc-3.cmfbl.com/openapi-c/global/{bizType}
2. Request Method
Request Method: POST
3. Request Header Information
4. Request Body Parameters
To be transmitted in the format content-type=application/json
Refer to specific interface documentation.
5. Response Format
Responses use JSON format.
All responses follow a unified format:
6. Response Error Codes
7. Access Restrictions
Currently, a single API-KEY can be accessed no more than 100 times per minute; otherwise, it will return 429.
If requests continue after receiving a 429 response, it will return 418.
The first time a 418 response is returned, the API key will be disabled for 5 minutes. Subsequent access attempts will increase the disable period to 10 minutes, and so on.
Last updated