API Open Platform Interface Document V2
Interface Domain Name: https://api.ng777.net
Official Domain Name: https://www.neapi.com
NG Interface Account Registration Address: https://www.neapi.com/zhuce.html
Interface Version: v2
Api Demo: NG Interface phpdemo
Support Channel: Support Channel
| Parameter | Type | Parameter Value | Description |
|---|---|---|---|
| sign | string | Encrypted String | 32 Lowercase MD5 (random+sn+secretKey) |
| random | string | Random String | 16-32 Lowercase Letters + Numbers |
| sn | string | Fixed String | Merchant Prefix, please log in to the Management Backend to view |
| Content-Type | string | application/json | Request Type |
{
"code": 10000, // Status code, 10000 success, other failures
"msg": "request succeeded", // Message
"data": null
}
{
"code": 10404, // Status code, 10000 Success, others failed
"msg": "Signature verification failed", // message
"data": null
}