http://127.0.0.1:8888/api/| Parameter Name | Required | Parameter Type | Description |
|---|---|---|---|
| type | Yes | int | API ID |
| appid | Yes | string | Mini-Program id |
{
"type": 72,
"appid": "wx...."
}
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
| Parameter Name | Parameter Type | Description |
|---|---|---|
| error_code | int | Error code |
| description | string | Error Description |
| data | json | Business data |