简要描述:

  • 供应商店铺商品(活动)

请求域名:

  • http://xx.com

请求URL:

POST:plugin.supplier.frontend.shop.index.goods-limit

参数:

参数名 是否必须 类型 说明
sid int 供应商id

返回示例:

正确时返回:

{"result":1,"msg":"\u6210\u529f","data":{"list":{"total":2,"per_page":20,"current_page":1,"last_page":1,"next_page_url":null,"prev_page_url":null,"from":1,"to":2,"data":[{"id":186,"uniacid":5,"brand_id":0,"type":1,"status":1,"display_order":0,"title":"\u4f9b\u5e94\u5546\u9650\u65f6\u8d2d\u5546\u54c1","thumb":"https:\/\/dev2.yunzshop.com\/attachment\/images\/5\/2018\/10\/XtX6dgOrtqpmq6uDS3gXxqAQRQ66TM.jpg","thumb_url":null,"sku":"\u4e2a","description":"","content":"","goods_sn":"","product_sn":"","market_price":"1.00","price":"1.00","cost_price":"1.00","stock":1,"reduce_stock_method":2,"show_sales":0,"real_sales":0,"weight":"0.00","has_option":0,"is_new":1,"is_hot":0,"is_discount":0,"is_recommand":0,"is_comment":0,"is_deleted":0,"created_at":"2018-10-12 10:27:06","deleted_at":null,"updated_at":"2018-10-12 11:28:07","comment_num":0,"is_plugin":1,"buy_way":0,"plugin_id":0,"virtual_sales":1,"goods_video":"","goods_id":186},{"id":185,"uniacid":5,"brand_id":0,"type":1,"status":1,"display_order":0,"title":"\u5624\u5624\u5624","thumb":"https:\/\/dev2.yunzshop.com\/attachment\/images\/5\/2018\/10\/zSSSv9EaK1XAv01a0w8Ss0AS8n86Xn.jpg","thumb_url":"","sku":"\u4e2a","description":"","content":"","goods_sn":"","product_sn":"","market_price":"1.00","price":"1.00","cost_price":"1.00","stock":1,"reduce_stock_method":2,"show_sales":0,"real_sales":0,"weight":"0.00","has_option":0,"is_new":0,"is_hot":1,"is_discount":1,"is_recommand":0,"is_comment":0,"is_deleted":0,"created_at":"2018-10-11 16:57:00","deleted_at":null,"updated_at":"2018-10-12 11:28:09","comment_num":0,"is_plugin":1,"buy_way":0,"plugin_id":0,"virtual_sales":1,"goods_video":"","goods_id":185}]}}}

错误时返回:

    result: 0,
    msg: "你不是供应商!",
    data: [ ]

返回参数说明:

参数名 类型 说明
uid int 会员ID

备注:

  • 更多返回错误代码请看首页的错误代码描述