简要描述:

添加海报生成记录

请求域名:

  • http://xx.com

请求URL:

member.qrcode.poster-record

参数:

参数名 是否必须 类型 说明
image string 海报图片地址
poster_id int 海报id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": []
}

错误时返回:

{
    "result": 0,
    "msg": "参数错误",
    "data": []
}