mini-program/retrieve-code
Description
- Retrieve the Mini Program code.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
Parameter Name | Required | Parameter Type | Description |
---|
type | Required | Integer | API ID |
appid | Required | String | App ID starting with "wx" |
Request Example
{
"type": 68,
"appid": "wx..."
}
Return Example
{
"data": {
"status": 0,
"desc": "",
"data": {}
}
}
Return Parameter Description
Parameter Name | Parameter Type | Description |
---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |