邀请海报
[TOC]
简要描述
- 邀请海报
请求URL
/index/distribution/poster
请求方式
- POST
返回示例
{
"code": 0,
"data": {
"url": "1",
"qr_code": "xx.png",
"poster": "xx.png",
},
"msg":"success"
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
url | string | 邀请链接 |
qr_code | string | 二维码图片链接 |
poster | string | 海报图片链接 |
备注
- 无