简要描述:
- 生成海报
请求域名:
- http://xx.com
请求URL:
xx.com/business/{公众号id}/plugin/StaffCode/createPoster
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| id | 是 | int | 活码ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"uniacid": "25",
"business_id": 11,
"staff_id": 51,
"uid": 164138,
"code_id": 1,
"poster": "https:\/\/dev15.yunzmall.com\/storage\/app\/public\/poster\/25\/staff_code_1.png?=ADbRm5",
"poster_path": "\/data\/wwwroot\/dev15.yunzmall.com\/storage\/app\/public\/poster\/25\/staff_code_1.png",
"updated_at": "2026-03-11 12:06:35",
"created_at": "2026-03-11 12:06:35",
"id": 1
}
}
错误时返回:
{
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| 名称 | 类型 | 说明 |