请求URL:
POST/plugin.wechat-chat-sidebar.frontend.controller.index.index
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
{
result: 1,
msg: "ok",
data: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wwe2c442b777909de4&redirect_uri=https%3A%2F%2Frelease.yunzmall.com%2Faddons%2Fyun_shop%2Fapi.php%3Fi%3D3%26route%3Dplugin.wechat-chat-sidebar.frontend.controller.index.receive%26type%3D5%26crop_id%3D1&response_type=code&scope=snsapi_base&state=0#wechat_redirect"
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
result | int | 状态码 |
msg | string | 提示语,获取成功不用提示 |
data | string | 跳转请求链接 |