简要描述:

  • 活动报名 -域名:www.we7.com.cn

请求URL:

GET/&route=plugin.photo-order.api.photo-goods.getPhotoGoods

传输参数 goods_id = 694

成功返回数据

address 是否必须 类型 说明
goods_id string 商品id
goods_min_photo string 最少图片
goods_max_photo string 最多图片

成功返回示例:

{
    "result": 1,
    "msg": "成功返回数据",
    "data": {
        "id": 1,
        "uniacid": 3,
        "goods_id": 694,
        "goods_min_photo": 10,
        "goods_max_photo": 50,
        "created_at": "2019-10-09 17:22:57",
        "updated_at": "2019-10-09 17:30:21",
        "deleted_at": null
    }
}

失败返回示例:

{
    "result": 0,
    "msg": "返回数据为空",
    "data": null
}