API Call Address
{域名地址}/api/order/finish
Description:{域名地址}
Need to replace it with your domain address, such ashttps://en.anqicms.com/api/order/finish
Calling method
POST
Request parameters
Field name |
Type |
Required |
Description |
order_id |
string |
Yes |
Order ID |
Return parameters
Field name |
Type |
Description |
code |
int |
error code |
msg |
string |
error reason description |
request data example
Parameter |
Value |
order_id |
202211232209080046 |
Return Data Example
{
"code": 0,
"msg": "订单已完成"
}
Error Code
error code |
Description |
0 |
OK |
-1 |
Error, the reason is indicated in the msg |
1001 |
Not logged in |
1002 |
Unauthorized |
200 |
API request OK |