wxhook

微信


获取小程序code_异步

[TOC]

简要描述
  • 获取小程序code_异步,可无限制获取(超过105次)
请求URL
  • http://localhost:30001/GetMiniAppCode_Async
请求方式
  • POST
参数
参数名 必选 类型 说明
appid string 小程序appid

appid例如:wx32540bd863b27570

发送示例
{
    "appid":"wx32540bd863b27570"
}
返回示例
  {
    "GetMiniAppCode_Async": "success"
  }
返回参数说明
参数名 类型 说明
GetMiniAppCode string success = 已收到命令,真正的返回数据在消息接收接口的recive_msg接口中

页面列表

ITEM_HTML