简要描述:
- 生成海报(老接口)
请求URL:
GET/plugin.group-develop-user.frontend.group-chat.get-new-post
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | int | 是 | 群ID |
is_worker | int | 是 | 是否成员海报 1是 0不是 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"error_code": 0,
"error_message": "生成成功",
"image_url": "http://localhost:82/addons/yun_shop/storage/app/public/chat_group/2/2-new-5.png",
"new": true
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|