mini-program/open-mini-program
Description
- Open the specified mini-program.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
Parameter Name | Required | Parameter Type | Description |
---|
type | Yes | int | API ID |
appid | Yes | string | Mini-Program id wx*** |
bizUserName | Yes | string | Mini-Program id gh*** |
pageUrl | No | string | page url |
Request Example
{
type: 10106,
appid: 'wx0840558555a454ed',
bizUserName: 'gh_fb3b292999ba@app',
pageUrl: '?invite_code=123456&from=groupmessage'
}
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 |