POST xuner/soc/Social/ajaxGetShopData

获取店铺数据

请求信息

URI 参数

无。

Body 参数

ajaxGetShopDataRequest
名称描述类型附加信息
shop_id

店铺编号

string

无。

filter

过滤条件

string

无。

请求格式

application/json, text/json

样例:
{
  "shop_id": "",
  "filter": ""
}

响应信息

资源描述

获取店铺数据

gSocdocResponseOfSoc_ajaxGetShopData
名称描述类型附加信息
data

Soc_ajaxGetShopData

无。

doc_switch_info

Doc_switch_info

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "closed": 0,
    "favorites": [
      ""
    ],
    "if_discounted": 0,
    "is_everyone": 0,
    "is_open_platform_fee": 0,
    "is_success_link": 0,
    "items": [
      {
        "id": 0,
        "is_attach": 0,
        "is_bind": 0,
        "itemname": "",
        "products": [
          {
            "b_src_pic_url": "",
            "big_pic": "",
            "curr_price": 0.0,
            "curr_rate": 0,
            "dinein_stop": 0,
            "disct_rate": 0,
            "flags": [
              ""
            ],
            "has_discount": 0,
            "hotlevel": "",
            "id": "",
            "is_attach": 0,
            "is_discount": 0,
            "is_down": 0,
            "is_gbp": 0,
            "is_suit": 0,
            "is_weight": 0,
            "item_id": "",
            "memo": "",
            "min_order_price": 0,
            "name": "",
            "per_head": 0,
            "pic_show_patt": 0,
            "praise_number": 0,
            "price": 0.0,
            "price_type": 0,
            "prop_prices": [
              {
                "id": "",
                "keys": "",
                "price": "",
                "supply_no": 0
              }
            ],
            "props": [
              {
                "is_affects_prices": 0.0,
                "is_multiple": "",
                "is_required": "",
                "is_sku": "",
                "p_name": "",
                "p_name_id": "",
                "values": [
                  {
                    "p_value": "",
                    "p_value_id": "",
                    "p_value_prices": 0.0
                  }
                ]
              }
            ],
            "sales": 0,
            "showcase": 0,
            "small_pic": "",
            "stop": "",
            "suit_items": [
              ""
            ],
            "usp": ""
          }
        ],
        "sale_status": 0
      }
    ],
    "md5sum": "",
    "min_orderprice_for_platform_fee": 0,
    "minorname": "",
    "open_mem_money": 0,
    "platform_fee": 0,
    "ret_code": 0,
    "ret_msg": "",
    "sales": [
      {
        "b_src_pic_url": "",
        "big_pic": "",
        "curr_price": 0.0,
        "curr_rate": 0,
        "dinein_stop": 0,
        "disct_rate": 0,
        "flags": [
          ""
        ],
        "has_discount": 0,
        "hotlevel": "",
        "id": "",
        "is_attach": 0,
        "is_discount": 0,
        "is_down": 0,
        "is_gbp": 0,
        "is_suit": 0,
        "is_weight": 0,
        "item_id": "",
        "memo": "",
        "min_order_price": 0,
        "name": "",
        "per_head": 0,
        "pic_show_patt": 0,
        "praise_number": 0,
        "price": 0.0,
        "price_type": 0,
        "prop_prices": [
          {
            "id": "",
            "keys": "",
            "price": "",
            "supply_no": 0
          }
        ],
        "props": [
          {
            "is_affects_prices": 0.0,
            "is_multiple": "",
            "is_required": "",
            "is_sku": "",
            "p_name": "",
            "p_name_id": "",
            "values": [
              {
                "p_value": "",
                "p_value_id": "",
                "p_value_prices": 0.0
              }
            ]
          }
        ],
        "sales": 0,
        "showcase": 0,
        "small_pic": "",
        "stop": "",
        "suit_items": [
          ""
        ]
      }
    ],
    "shopid": "",
    "shoplogo": "",
    "shopname": "",
    "show_product_pic": 0,
    "success_link": ""
  },
  "doc_switch_info": {
    "desc": "",
    "name": "",
    "ret_code": 0,
    "status": 0,
    "value": ""
  },
  "req": "",
  "msg": "",
  "code": 0
}