[TOC]
简要描述
请求URL
http://localhost:30001/DIYAppletCloudFunction
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
appid |
是 |
string |
小程序appid |
json_data |
是 |
string |
执行数据 |
发送示例
{
"appid":"wx950babf936508e51",
"json_data":"{\"api_name\":\"getSubjectalterInfo\",\"data\":{},\"operate_directly\":false}",
"S5":"1",
"S6":"0"
}
返回示例
{
"data": "{\"need_show\":0,\"runtime_refresh_clicks\":3}",
"err_no": 0
}
返回参数说明
参数名 |
类型 |
说明 |
... |
string |
返回小程序云函数数据 |
调用示例