test(wxapi): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-06-08 23:40:52 +08:00
parent 0b9169f5d1
commit 10b65a5af5
122 changed files with 1841 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"address_detail": {
"address_info": {
"user_name": "xasdss",
"postal_code": "510983",
"province_name": "广东省",
"city_name": "广州市",
"county_name": "天河区",
"detail_info": "广州市天河区人民政府",
"tel_number": "18829736648",
"lat": 23.12463,
"lng": 113.36199,
"house_number": "12"
},
"landline": "",
"remark": "",
"send_addr": 0,
"default_send": 1,
"recv_addr": 0,
"default_recv": 1,
"address_type": {
"same_city": 0,
"pickup": 0
}
}
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": ""
}

View File

@@ -0,0 +1,3 @@
{
"address_id": "12345"
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": ""
}

View File

@@ -0,0 +1,3 @@
{
"address_id": 12345
}

View File

@@ -0,0 +1,33 @@
{
"errcode": 0,
"errmsg": "",
"address_list": [
{
"address_id": 12345,
"address_info": {
"user_name": "xasdss",
"postal_code": "510983",
"province_name": "广东省",
"city_name": "广州市",
"county_name": "天河区",
"detail_info": "广州市天河区人民政府",
"tel_number": "18829736648",
"lat": 23.12463,
"lng": 113.36199,
"house_number": "asdf"
},
"landline": "",
"remark": "",
"send_addr": 0,
"default_send": 1,
"recv_addr": 0,
"default_recv": 1,
"create_time": 1617853816,
"update_time": 1617853816,
"address_type": {
"same_city": 0,
"pickup": 0
}
}
]
}

View File

@@ -0,0 +1,27 @@
{
"address_detail": {
"address_id": "12345",
"address_info": {
"user_name": "xasdss",
"postal_code": "510983",
"province_name": "广东省",
"city_name": "广州市",
"county_name": "天河区",
"detail_info": "广州市天河区人民政府",
"tel_number": "18829736648",
"lat": 23.12463,
"lng": 113.36199,
"house_number": "12"
},
"landline": "",
"remark": "",
"send_addr": 0,
"default_send": 1,
"recv_addr": 0,
"default_recv": 1,
"address_type": {
"same_city": 0,
"pickup": 0
}
}
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": ""
}

View File

@@ -0,0 +1,15 @@
{
"errcode": 0,
"errmsg": "ok",
"brands": [
{
"first_cat_id": 123,
"second_cat_id": 123,
"third_cat_id": 124,
"brand_info": {
"brand_id": 0,
"brand_name": "测试"
}
}
]
}

View File

@@ -0,0 +1,16 @@
{
"errcode": 0,
"errmsg": "ok",
"cat_list": [
{
"cat_id": 1,
"f_cat_id": 0,
"name": "服饰"
},
{
"cat_id": 2,
"f_cat_id": 0,
"name": "鞋帽"
}
]
}

View File

@@ -0,0 +1,38 @@
{
"type": 1,
"name": "双十一特惠满100-50",
"discount_info": {
"discount_condition": {
"product_cnt": 10,
"product_ids": [
1673110742,
1673110743
],
"product_price": 100
},
"discount_fee": 50,
"discount_num": 5000
},
"ext_info": {
"jump_product_id": 1673110742,
"notes": "备注",
"valid_time": 1673110742,
"invalid_time": 1673110742
},
"promote_info": {
"customize_channel": "自定义推广渠道,具体内容",
"promote_type": 1
},
"receive_info": {
"end_time": 1673110742,
"limit_num_one_person": 1,
"start_time": 1673110742,
"total_num": 100
},
"valid_info": {
"end_time": 1673110742,
"start_time": 1673110742,
"valid_day_num": 1,
"valid_type": 1
}
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"coupon_id": 111
}
}

View File

@@ -0,0 +1,7 @@
{
"start_create_time": "2020-03-25 12:05:25",
"end_create_time": "2020-04-25 12:05:25",
"status": 2,
"page": 1,
"page_size": 10
}

View File

@@ -0,0 +1,38 @@
{
"errcode": 0,
"errmsg": "ok",
"coupons": [
{
"coupon_id": 123,
"type": 1,
"status": 1,
"create_time": "2020-05-30 00:00:00",
"update_time": "2020-05-30 12:00:00",
"coupon_info": {
"name": "服饰满100-50",
"valid_info": {
"valid_type": "COUPON_VALID_TYPE_TIME",
"valid_day_num": 0,
"start_time": "2020-06-01 00:00:00",
"end_time": "2020-07-01 00:00:00"
},
"promote_info": {
"promote_type": "PROMOTE_TYPE_SHOP",
"customize_channel": "xxxx"
},
"discount_info": {
"discount_condition": {
"product_price": 10000,
"product_ids": []
},
"discount_fee": 600
}
},
"stock_info": {
"issued_num": 100,
"receive_num": 100,
"used_num": 100
}
}
]
}

View File

@@ -0,0 +1,3 @@
{
"coupon_id": 12639900
}

View File

@@ -0,0 +1,27 @@
{
"errcode": 0,
"coupon": {
"coupon_id": 12639900,
"type": 103,
"status": 5,
"create_time": "2020-07-16 15:43:05",
"update_time": "2020-07-16 15:58:47",
"coupon_info": {
"name": "scs",
"promote_info": {
"promote_type": "PROMOTE_TYPE_CUSTOMIZE",
"customize_channel": "sc"
},
"discount_info": {
"discount_num": 9900
},
"valid_info": {
"valid_type": "COUPON_VALID_TYPE_TIME",
"valid_day_num": 0,
"start_time": "2020-07-16 00:00:00",
"end_time": "2020-07-23 00:00:00"
}
},
"stock_info": {}
}
}

View File

@@ -0,0 +1,4 @@
{
"coupon_id": 111,
"status": 2
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,4 @@
{
"switch_status": 1,
"service_id": 2
}

View File

@@ -0,0 +1,21 @@
{
"blankpage_pencent": 25,
"aver_time_cost": 2411,
"max_time_cost": 4390,
"total_launch_cnt": 64786,
"total_request_cnt": 1419,
"network_list": [
{
"path": "https://cube.weixinbridge.com/cube/report/reportbizdata",
"aver_time_cost": 82,
"max_time_cost": 1108,
"total_request_cnt": 1419,
"succ_percent": 100
}
],
"appid": "wxb24cc230ace685a3",
"run_time": 300,
"status": 1,
"errcode": 0,
"errmsg": ""
}

View File

@@ -0,0 +1,5 @@
{
"pressure_id": 1,
"errcode": 0,
"errmsg": ""
}

View File

@@ -0,0 +1,62 @@
{
"errcode": 0,
"errmsg": "ok",
"template_list": [
{
"template_id": 123,
"name": "广东包邮",
"valuation_type": 1,
"send_time": 7,
"address_info": {
"province_name": "北京市",
"city_name": "北京市",
"county_name": "东城区"
},
"delivery_type": 1,
"delivery_id": [ "" ],
"shipping_method": 2,
"all_condition_free_detail": {
"condition_free_detail_list": [
{
"address_infos": [
{
"province_name": "安徽省",
"city_name": "马鞍山市",
"county_name": ""
}
],
"min_weight": 1,
"min_amount": 100,
"valuation_flag": 1,
"amount_flag": 1
}
]
},
"all_freight_calc_method": {
"freight_calc_method_list": [
{
"address_info": [
{
"province_name": "新疆维吾尔自治区"
},
{
"province_name": "西藏自治区"
}
],
"is_default": false,
"first_val_amount": 1,
"first_price": 1000,
"second_val_amount": 1,
"second_price": 800
}
]
},
"create_time": 1594968424,
"update_time": 1594968424,
"is_default": 0,
"not_send_area": {
"address_info": []
}
}
]
}

View File

@@ -0,0 +1,62 @@
{
"freight_template": {
"name": "新疆西藏高邮费,北京市条件包邮,其他地区低邮费",
"valuation_type": 1,
"send_time": 7,
"address_info": {
"province_name": "北京市",
"city_name": "北京市",
"county_name": "东城区"
},
"delivery_type": 1,
"delivery_id": [ "" ],
"shipping_method": 2,
"all_condition_free_detail": {
"condition_free_detail_list": [
{
"address_infos": [
{
"province_name": "北京市"
}
],
"min_piece": 2,
"min_amount": 100,
"valuation_flag": 1,
"amount_flag": 1
}
]
},
"all_freight_calc_method": {
"freight_calc_method_list": [
{
"address_info": [
{
"province_name": "新疆维吾尔自治区"
},
{
"province_name": "西藏自治区"
}
],
"is_default": false,
"first_val_amount": 1,
"first_price": 1000,
"second_val_amount": 1,
"second_price": 800
},
{
"address_info": [],
"is_default": true,
"first_val_amount": 1,
"first_price": 800,
"second_val_amount": 1,
"second_price": 400
}
]
},
"is_default": 0,
"not_send_area": {
"address_info": []
}
}
}

View File

@@ -0,0 +1,63 @@
{
"freight_template": {
"template_id": 11846,
"name": "新疆西藏高邮费,北京市条件包邮,其他地区低邮费",
"valuation_type": 1,
"send_time": 7,
"address_info": {
"province_name": "北京市",
"city_name": "北京市",
"county_name": "东城区"
},
"delivery_type": 1,
"delivery_id": [ "" ],
"shipping_method": 2,
"all_condition_free_detail": {
"condition_free_detail_list": [
{
"address_infos": [
{
"province_name": "北京市"
}
],
"min_piece": 2,
"min_amount": 100,
"valuation_flag": 1,
"amount_flag": 1
}
]
},
"all_freight_calc_method": {
"freight_calc_method_list": [
{
"address_info": [
{
"province_name": "新疆维吾尔自治区"
},
{
"province_name": "西藏自治区"
}
],
"is_default": false,
"first_val_amount": 1,
"first_price": 1000,
"second_val_amount": 1,
"second_price": 800
},
{
"address_info": [],
"is_default": true,
"first_val_amount": 1,
"first_price": 800,
"second_val_amount": 1,
"second_price": 400
}
]
},
"is_default": 0,
"not_send_area": {
"address_info": []
}
}
}

View File

@@ -0,0 +1,18 @@
{
"errcode": 0,
"errmsg": "ok",
"company_list": [
{
"delivery_id": "SF",
"delivery_name": "顺丰速运"
},
{
"delivery_id": "YTO",
"delivery_name": "圆通快速"
},
{
"delivery_id": "ZTO",
"delivery_name": "中通快速"
}
]
}

View File

@@ -0,0 +1,17 @@
{
"order_id": 123456,
"delivery_list": [
{
"delivery_id": "1",
"is_all_product": true,
"waybill_id": "23424324253",
"product_infos": [
{
"product_cnt": 0,
"product_id": 0,
"sku_id": 0
}
]
}
]
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,17 @@
{
"product_id": 20959565,
"start_time": 1614863822,
"end_time": 1614873822,
"limited_discount_sku_list": [
{
"sku_id": 21244061,
"sale_price": 2888,
"sale_stock": 3
},
{
"sku_id": 24350012,
"sale_price": 2600,
"sale_stock": 50
}
]
}

View File

@@ -0,0 +1,35 @@
{
"errcode": 0,
"limited_discount_list": [
{
"task_id": 285135,
"product_id": 2206705,
"status": 0,
"create_time": 1614759730,
"start_time": 1614759660,
"end_time": 1614846119,
"limited_discount_sku_list": [
{
"sku_id": 8147206,
"sale_price": 200,
"sale_stock": 10
}
]
},
{
"task_id": 285131,
"product_id": 2437954,
"status": 0,
"create_time": 1614759243,
"start_time": 1614759180,
"end_time": 1614845639,
"limited_discount_sku_list": [
{
"sku_id": 8297366,
"sale_price": 1500,
"sale_stock": 100
}
]
}
]
}

View File

@@ -0,0 +1,15 @@
{
"errcode": 0,
"errmsg": "",
"pickup_template": {
"template_id": 59529,
"pickup_time": {
"start_business_hour": 9,
"start_business_minute": 30,
"end_business_hour": 22,
"end_business_minute": 0,
"promise_delivery_minutes": 60,
"book_time": 1440
}
}
}

View File

@@ -0,0 +1,26 @@
{
"errcode": 0,
"errmsg": "",
"same_city_template": {
"template_id": 60114,
"shipper": "Shipper_MerchantSend",
"scope": 5000,
"same_city_valuation": {
"type": "ValuationType_Free"
},
"special_time": {
"type": "ValuationType_Free"
},
"delivery_time": {
"start_business_hour": 9,
"start_business_minute": 30,
"end_business_hour": 22,
"end_business_minute": 0,
"book_time": 1440,
"first_val_meter": 3000,
"first_val_minutes": 30,
"second_val_meter": 1000,
"second_val_minutes": 10
}
}
}

View File

@@ -0,0 +1,13 @@
{
"pickup_template": {
"template_id": 59529,
"pickup_time": {
"start_business_hour": 9,
"start_business_minute": 30,
"end_business_hour": 22,
"end_business_minute": 0,
"promise_delivery_minutes": 60,
"book_time": 1440
}
}
}

View File

@@ -0,0 +1,24 @@
{
"same_city_template": {
"template_id": 60114,
"shipper": 1,
"scope": 5000,
"same_city_valuation": {
"type": 0
},
"special_time": {
"type": 0
},
"delivery_time": {
"start_business_hour": 9,
"start_business_minute": 30,
"end_business_hour": 22,
"end_business_minute": 0,
"book_time": 1440,
"first_val_meter": 3000,
"first_val_minutes": 30,
"second_val_meter": 1000,
"second_val_minutes": 10
}
}
}

View File

@@ -0,0 +1,4 @@
{
"openid": "I_AM_JUST_AN_EXAMPLE",
"status": 100
}

View File

@@ -0,0 +1,18 @@
{
"errcode": 0,
"user_coupon_list": [
{
"coupon_id": 12639900,
"status": "COUPON_USER_STATUS_VALID",
"create_time": "2020-05-30 00:00:00",
"update_time": "2020-05-30 12:00:00",
"start_time": "2020-05-30 18:00:00",
"end_time": "2020-05-30 20:00:00",
"ext_info": {
"use_time": "2020-05-30 19:00:00"
},
"order_id": 123,
"discount_fee": 123
}
]
}

View File

@@ -0,0 +1,4 @@
{
"openid": "xxxx",
"coupon_id": 123
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,8 @@
{
"start_create_time": "2020-03-25 12:05:25",
"end_create_time": "2020-04-25 12:05:25",
"status": 20,
"page": 1,
"page_size": 10,
"source": 1
}

View File

@@ -0,0 +1,87 @@
{
"errcode": 0,
"errmsg": "ok",
"orders": [
{
"order_id": 12123121332,
"out_order_id": "faefawefweafawe",
"status": 20,
"create_time": "2020-03-25 13:05:25",
"update_time": "2020-03-25 14:05:25",
"order_detail": {
"product_infos": [
{
"product_id": 234245,
"sku_id": 23424,
"sku_cnt": 10,
"on_aftersale_sku_cnt": 10,
"finish_aftersale_sku_cnt": 0,
"title": "健身环",
"thumb_img": "http://img10.360buyimg.com/n1/s450x450_jfs/t1/85865/39/13611/488083/5e590a40E4bdf69c0/55c9bf645ea2b727.jpg",
"sku_attrs": [
{
"attr_key": "选择颜色",
"attr_value": "红蓝主机"
}
],
"sale_price": 2000
}
],
"pay_info": {
"pay_method": "微信支付",
"prepay_id": "42526234625",
"transaction_id": "131456479687",
"prepay_time": "2020-03-25 14:04:25",
"pay_time": "2020-03-25 14:05:25"
},
"price_info": {
"product_price": 20000,
"order_price": 10500,
"freight": 500,
"discounted_price": 10000,
"is_discounted": true
},
"delivery_info": {
"delivery_method": "快递",
"delivery_time": "2020-03-25 16:05:25",
"delivery_product_info": {
"waybill_id": "134654612313",
"delivery_id": "STO"
},
"address_info": {
"user_name": "陈先生",
"postal_code": "2435245",
"province_name": "广东",
"city_name": "广州",
"county_name": "海珠区",
"detail_info": "大塘",
"national_code": "234234",
"tel_number": "24534252"
},
"express_fee": [
{
"shipping_method": "ShippingMethod_Express",
"distance": 0
}
],
"offline_delivery_time": 0,
"offline_pickup_time": 0,
"ship_done_time": "1620738080"
}
},
"aftersale_detail": {
"aftersale_order_list": [
{
"aftersale_order_id": 1234
}
],
"on_aftersale_order_cnt": 1
},
"openid": "xxxxx",
"ext_info": {
"customer_notes": "发顺丰",
"merchant_notes": "库存不足,取消"
}
}
]
}

View File

@@ -0,0 +1,3 @@
{
"order_id": 32423523451235145
}

View File

@@ -0,0 +1,85 @@
{
"errcode": 0,
"errmsg": "ok",
"order": {
"order_id": 12123121332,
"out_order_id": "faefawefweafawe",
"status": 20,
"create_time": "2020-03-25 13:05:25",
"update_time": "2020-03-25 14:05:25",
"order_detail": {
"product_infos": [
{
"product_id": 234245,
"sku_id": 23424,
"sku_cnt": 10,
"on_aftersale_sku_cnt": 10,
"finish_aftersale_sku_cnt": 0,
"title": "健身环",
"thumb_img": "http://img10.360buyimg.com/n1/s450x450_jfs/t1/85865/39/13611/488083/5e590a40E4bdf69c0/55c9bf645ea2b727.jpg",
"sku_attrs": [
{
"attr_key": "选择颜色",
"attr_value": "红蓝主机"
}
],
"sale_price": 2000
}
],
"pay_info": {
"pay_method": "微信支付",
"prepay_id": "42526234625",
"transaction_id": "131456479687",
"prepay_time": "2020-03-25 14:04:25",
"pay_time": "2020-03-25 14:05:25"
},
"price_info": {
"product_price": 20000,
"order_price": 10500,
"freight": 500,
"discounted_price": 10000,
"is_discounted": true
},
"delivery_info": {
"delivery_method": "快递",
"delivery_time": "2020-03-25 16:05:25",
"delivery_product_info": {
"waybill_id": "134654612313",
"delivery_id": "STO"
},
"address_info": {
"user_name": "陈先生",
"postal_code": "2435245",
"province_name": "广东",
"city_name": "广州",
"county_name": "海珠区",
"detail_info": "大塘",
"national_code": "234234",
"tel_number": "24534252"
},
"express_fee": [
{
"shipping_method": "ShippingMethod_Express",
"distance": 0
}
],
"offline_delivery_time": 0,
"offline_pickup_time": 0,
"ship_done_time": "1620738080"
}
},
"aftersale_detail": {
"aftersale_order_list": [
{
"aftersale_order_id": 1234
}
],
"on_aftersale_order_cnt": 1
},
"openid": "xxxxx",
"ext_info": {
"customer_notes": "发顺丰",
"merchant_notes": "库存不足,取消"
}
}
}

View File

@@ -0,0 +1,14 @@
{
"start_pay_time": "2020-03-25 12:05:25",
"end_pay_time": "2020-04-25 12:05:25",
"title": "标题关键字",
"sku_code": "12321",
"user_name": "张三",
"tel_number": "13700000000",
"on_aftersale_order_exist": 0,
"status": 20,
"source": 1,
"order_id": 123,
"page": 1,
"page_size": 10
}

View File

@@ -0,0 +1,88 @@
{
"errcode": 0,
"errmsg": "ok",
"orders": [
{
"order_id": 12123121332,
"out_order_id": "faefawefweafawe",
"status": 20,
"create_time": "2020-03-25 13:05:25",
"update_time": "2020-03-25 14:05:25",
"order_detail": {
"product_infos": [
{
"product_id": 234245,
"sku_id": 23424,
"sku_cnt": 10,
"on_aftersale_sku_cnt": 10,
"finish_aftersale_sku_cnt": 0,
"title": "健身环",
"thumb_img": "http://img10.360buyimg.com/n1/s450x450_jfs/t1/85865/39/13611/488083/5e590a40E4bdf69c0/55c9bf645ea2b727.jpg",
"sku_attrs": [
{
"attr_key": "选择颜色",
"attr_value": "红蓝主机"
}
],
"sale_price": 2000
}
],
"pay_info": {
"pay_method": "微信支付",
"prepay_id": "42526234625",
"transaction_id": "131456479687",
"prepay_time": "2020-03-25 14:04:25",
"pay_time": "2020-03-25 14:05:25"
},
"price_info": {
"product_price": 20000,
"order_price": 10500,
"freight": 500,
"discounted_price": 10000,
"is_discounted": true
},
"delivery_info": {
"delivery_method": "快递",
"delivery_time": "2020-03-25 16:05:25",
"delivery_product_info": {
"waybill_id": "134654612313",
"delivery_id": "STO"
},
"address_info": {
"user_name": "陈先生",
"postal_code": "2435245",
"province_name": "广东",
"city_name": "广州",
"county_name": "海珠区",
"detail_info": "大塘",
"national_code": "234234",
"tel_number": "24534252"
},
"express_fee": [
{
"shipping_method": "ShippingMethod_Express",
"distance": 0
}
],
"offline_delivery_time": 0,
"offline_pickup_time": 0,
"ship_done_time": "1620738080"
}
},
"aftersale_detail": {
"aftersale_order_list": [
{
"aftersale_order_id": 1234
}
],
"on_aftersale_order_cnt": 1
},
"openid": "xxxxx",
"ext_info": {
"customer_notes": "发顺丰",
"merchant_notes": "库存不足,取消"
}
}
],
"total_num": 20
}

View File

@@ -0,0 +1,18 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"merchant_info_status": 0,
"acct_verify_status": 0,
"basic_info_status": 0,
"pay_sign_status": 0,
"audit_reject_reasons": "基础信息驳回原因",
"legal_validation_url": "法人验证链接",
"pay_audit_detail": {
"param_name": "参数名",
"reject_reason": "支付资质驳回原因"
},
"register_status": 0,
"registered_appid": "wxe11234123123"
}
}

View File

@@ -0,0 +1,7 @@
{
"wx_name": "xxx",
"id_card_name": "张三",
"id_card_number": "121321412",
"channel_id": "4",
"api_openstore_type": 1
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,33 @@
{
"appid": "xxx",
"name_info": {
"nickname": "昵称",
"abbr": "简称",
"introduction": "简介",
"naming_other_stuff": [ "补充材料" ]
},
"return_info": {
"address_info": {
"user_name": "陈先生",
"postal_code": "2435245",
"province_name": "广东",
"city_name": "广州",
"county_name": "海珠区",
"detail_info": "大塘",
"national_code": "234234",
"tel_number": "24534252"
},
"mail": "邮箱",
"company_address": {
"user_name": "陈先生",
"postal_code": "2435245",
"province_name": "广东",
"city_name": "广州",
"county_name": "海珠区",
"detail_info": "大塘",
"national_code": "234234",
"tel_number": "24534252"
}
}
}

View File

@@ -0,0 +1,65 @@
{
"appid": "xxx",
"subject_type": 4,
"busi_license": {
"license_type": 1,
"pic_file": {
"media_id": "xlvjalsdhgas",
"pay_media_id": "asdgasvdadfa"
},
"registration_num": "证件注册号",
"merchant_name": "商户名称",
"legal_representative": "法定代表人",
"registered_addrs": "注册地址",
"start_date": "注册日期",
"end_date": "有效期至"
},
"organization_code_info": {
"pic_file": {
"media_id": "xlvjalsdhgas",
"pay_media_id": "asdgasvdadfa"
},
"organization_code": "组织机构代码",
"start_date": "注册日期",
"end_date": "有效期至"
},
"id_card_info": {
"portrait_pic_file": {
"media_id": "xlvjalsdhgas",
"pay_media_id": "asdgasvdadfa"
},
"nation_pic_file": {
"media_id": "xlvjalsdhgas",
"pay_media_id": "asdgasvdadfa"
},
"id_card_name": "张三",
"id_card_number": "121321412",
"start_date": "注册日期",
"end_date": "有效期至"
},
"super_administrator_info": {
"type": 65,
"name": "姓名",
"id_card_number": "身份证件号码",
"phone": "手机号",
"mail": "邮箱"
},
"merchant_shortname": "商户简称",
"special_qualification": {
"pic_file_list": [
{
"media_id": "xlvjalsdhgas",
"pay_media_id": "asdgasvdadfa"
}
]
},
"supplementary_material": {
"pic_file_list": [
{
"media_id": "xlvjalsdhgas",
"pay_media_id": "asdgasvdadfa"
}
]
},
"supplementary_desc": "补充描述"
}

View File

@@ -0,0 +1,21 @@
{
"product_id": 23423523452345235,
"out_product_id": "1234566",
"out_sku_id": "1024",
"thumb_img": "https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SZ/reserved/6059ade300096eb200000000f19f9d09000000a000004f50",
"sale_price": 1300,
"market_price": 1500,
"stock_num": 100,
"sku_code": "A24525252",
"barcode": "13251454",
"sku_attrs": [
{
"attr_key": "选择颜色",
"attr_value": "红蓝主机"
},
{
"attr_key": "选择套装",
"attr_value": "主机+保护套"
}
]
}

View File

@@ -0,0 +1,8 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"sku_id": 2342523452352345,
"create_time": "2020-03-25 12:05:25"
}
}

View File

@@ -0,0 +1,25 @@
{
"skus": [
{
"product_id": 23423523452345235,
"out_product_id": "1234566",
"out_sku_id": "1024",
"thumb_img": "http://img10.360buyimg.com/n1/s450x450_jfs/t1/100778/17/13648/424215/5e590a40E2d68e774/e171d222a0c9b763.jpg",
"sale_price": 1300,
"market_price": 1500,
"stock_num": 100,
"sku_code": "A24525252",
"barcode": "13251454",
"sku_attrs": [
{
"attr_key": "选择颜色",
"attr_value": "红蓝主机"
},
{
"attr_key": "选择套装",
"attr_value": "主机+保护套"
}
]
}
]
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"data": [
{
"sku_id": 12343455,
"out_sku_id": "1024",
"create_time": "2020-03-25 12:05:25"
}
]
}

View File

@@ -0,0 +1,6 @@
{
"product_id": 23423523452345235,
"out_product_id": "1234566",
"out_sku_id": "1024",
"sku_id": 2352525
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,5 @@
{
"product_id": 23423523452345235,
"need_edit_sku": 1,
"need_real_stock": 1
}

View File

@@ -0,0 +1,28 @@
{
"errcode": 0,
"errmsg": "ok",
"skus": [
{
"product_id": 23423523452345235,
"out_product_id": "1234566",
"out_sku_id": "1024",
"sku_id": 2352525,
"thumb_img": "http://img10.360buyimg.com/n1/s450x450_jfs/t1/100778/17/13648/424215/5e590a40E2d68e774/e171d222a0c9b763.jpg",
"sale_price": 1300,
"market_price": 1500,
"stock_num": 100,
"sku_code": "A24525252",
"barcode": 13251454,
"sku_attrs": [
{
"attr_key": "选择颜色",
"attr_value": "红蓝主机"
},
{
"attr_key": "选择套装",
"attr_value": "主机+保护套"
}
]
}
]
}

View File

@@ -0,0 +1,6 @@
{
"out_sku_id": "1024",
"sku_id": 2352525,
"need_edit_sku": 1,
"need_real_stock": 1
}

View File

@@ -0,0 +1,27 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"product_id": 23423523452345235,
"out_product_id": "1234566",
"out_sku_id": "1024",
"sku_id": 2352525,
"thumb_img": "http://img10.360buyimg.com/n1/s450x450_jfs/t1/100778/17/13648/424215/5e590a40E2d68e774/e171d222a0c9b763.jpg",
"sale_price": 1300,
"market_price": 1500,
"stock_num": 100,
"sku_code": "A24525252",
"barcode": 13251454,
"status": 5,
"sku_attrs": [
{
"attr_key": "选择颜色",
"attr_value": "红蓝主机"
},
{
"attr_key": "选择套装",
"attr_value": "主机+保护套"
}
]
}
}

View File

@@ -0,0 +1,8 @@
{
"product_id": 23423523452345235,
"out_product_id": "1234566",
"sku_id": 1343,
"out_sku_id": "1024",
"sale_price": 1300,
"market_price": 1500
}

View File

@@ -0,0 +1,8 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"sku_id": 2342523452352345,
"update_time": "2020-03-25 12:05:25"
}
}

View File

@@ -0,0 +1,22 @@
{
"product_id": 23423523452345235,
"out_product_id": "1234566",
"sku_id": 1343,
"out_sku_id": "1024",
"thumb_img": "https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SZ/reserved/6059ade300096eb200000000f19f9d09000000a000004f50",
"sale_price": 1300,
"market_price": 1500,
"stock_num": 100,
"sku_code": "A24525252",
"barcode": "13251454",
"sku_attrs": [
{
"attr_key": "选择颜色",
"attr_value": "红蓝主机"
},
{
"attr_key": "选择套装",
"attr_value": "主机+保护套"
}
]
}

View File

@@ -0,0 +1,8 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"sku_id": 2342523452352345,
"update_time": "2020-03-25 12:05:25"
}
}

View File

@@ -0,0 +1,64 @@
{
"out_product_id": "1234566",
"title": "任天堂 Nintendo Switch 国行续航增强版 NS家用体感游戏机掌机 便携掌上游戏机 红蓝主机",
"sub_title": "JD自营更放心】【国行Switch更安心的保修服务更快的国行服务器】一台主机三种模式游戏掌机随时随地一起趣玩。",
"head_img": [
"https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SZ/reserved/6059ade300096eb200000000f19f9d09000000a000004f50"
],
"desc_info": {
"imgs": [
"https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SZ/reserved/6059ade300096eb200000000f19f9d09000000a000004f50"
]
},
"brand_id": 2100000000,
"cats": [
{
"cat_id": 6033,
"level": 1
},
{
"cat_id": 6057,
"level": 2
},
{
"cat_id": 6091,
"level": 3
}
],
"attrs": [
{
"attr_key": "商品毛重",
"attr_value": "380g"
},
{
"attr_key": "商品产地",
"attr_value": "中国大陆"
}
],
"model": "国行续航增强版",
"express_info": {
"template_id": 5189
},
"skus": [
{
"out_product_id": "1234566",
"out_sku_id": "1024",
"thumb_img": "https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SZ/reserved/6059ade300096eb200000000f19f9d09000000a000004f50",
"sale_price": 1300,
"market_price": 1500,
"stock_num": 100,
"sku_code": "A24525252",
"barcode": "13251454",
"sku_attrs": [
{
"attr_key": "选择颜色",
"attr_value": "红蓝主机"
},
{
"attr_key": "选择套装",
"attr_value": "主机+保护套"
}
]
}
]
}

View File

@@ -0,0 +1,9 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"product_id": 23423523452345235,
"out_product_id": "1234566",
"create_time": "2020-03-25 12:05:25"
}
}

View File

@@ -0,0 +1,4 @@
{
"product_id": 324545,
"out_product_id": "51514515"
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,4 @@
{
"product_id": 1234234,
"out_product_id": "1234566"
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,6 @@
{
"status": 5,
"page": 1,
"page_size": 10,
"need_edit_spu": 1
}

View File

@@ -0,0 +1,67 @@
{
"errcode": 0,
"errmsg": "ok",
"total_num": 1,
"spus": [
{
"title": "任天堂 Nintendo Switch 国行续航增强版 NS家用体感游戏机掌机 便携掌上游戏机 红蓝主机",
"sub_title": "JD自营更放心】【国行Switch更安心的保修服务更快的国行服务器】一台主机三种模式游戏掌机随时随地一起趣玩。",
"head_img": [
"http://img10.360buyimg.com/n1/s450x450_jfs/t1/85865/39/13611/488083/5e590a40E4bdf69c0/55c9bf645ea2b727.jpg"
],
"desc_info": {
"imgs": [
"http://img10.360buyimg.com/n1/s450x450_jfs/t1/85865/39/13611/488083/5e590a40E4bdf69c0/55c9bf645ea2b727.jpg"
]
},
"out_product_id": "1234566",
"product_id": 12345,
"brand_id": 2352,
"status": 5,
"edit_status": 2,
"min_price": 100,
"path": "plugin-private://wx34345ae5855f892d/pages/productDetail/productDetail?productId=12345",
"cats": [
{
"cat_id": 1,
"level": 1
},
{
"cat_id": 2,
"level": 2
},
{
"cat_id": 3,
"level": 3
}
],
"attrs": [
{
"attr_key": "商品毛重",
"attr_value": "380g"
},
{
"attr_key": "商品产地",
"attr_value": "中国大陆"
}
],
"model": "国行续航增强版",
"shopcat": [
{
"shopcat_id": 1
},
{
"shopcat_id": 2
}
],
"skus": [
{
"sku_id": 1001
},
{
"sku_id": 1002
}
]
}
]
}

View File

@@ -0,0 +1,5 @@
{
"product_id": 324545,
"out_product_id": "51514515",
"need_edit_spu": 1
}

View File

@@ -0,0 +1,65 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"spu": {
"title": "任天堂 Nintendo Switch 国行续航增强版 NS家用体感游戏机掌机 便携掌上游戏机 红蓝主机",
"sub_title": "JD自营更放心】【国行Switch更安心的保修服务更快的国行服务器】一台主机三种模式游戏掌机随时随地一起趣玩。",
"head_img": [
"http://img10.360buyimg.com/n1/s450x450_jfs/t1/85865/39/13611/488083/5e590a40E4bdf69c0/55c9bf645ea2b727.jpg"
],
"desc_info": {
"imgs": [
"http://img10.360buyimg.com/n1/s450x450_jfs/t1/85865/39/13611/488083/5e590a40E4bdf69c0/55c9bf645ea2b727.jpg"
]
},
"out_product_id": "1234566",
"product_id": 12345,
"brand_id": 2352,
"status": 5,
"edit_status": 2,
"min_price": 100,
"cats": [
{
"cat_id": 1,
"level": 1
},
{
"cat_id": 2,
"level": 2
},
{
"cat_id": 3,
"level": 3
}
],
"attrs": [
{
"attr_key": "商品毛重",
"attr_value": "380g"
},
{
"attr_key": "商品产地",
"attr_value": "中国大陆"
}
],
"model": "国行续航增强版",
"shopcat": [
{
"shopcat_id": 1
},
{
"shopcat_id": 2
}
],
"skus": [
{
"sku_id": 1001
},
{
"sku_id": 1002
}
]
}
}
}

View File

@@ -0,0 +1,4 @@
{
"product_id": 1234234,
"out_product_id": "1234566"
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}

Some files were not shown because too many files have changed in this diff Show More