简要描述:

  • 每日红包领取页面接口

请求域名:

  • http://www.ew7.com

请求URL:

POST/route=plugin.red-packet.api.red-packet-logs.share

页面返回参数:

参数名 是否必须 类型 说明
share_title int 分享标题
share_content int 分享内容
share_pictures int 分享图片

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "share_title": "士力架",
        "share_content": "snickers 士力架 花生夹心巧克力",
        "share_pictures": "http://test-1251768088.cosgz.myqcloud.com/images/3/2019/09/HI0btdJ3FBUzlzYGu3dlUUIuo70uJY.jpeg"
    }
}