source |
string |
必须 |
系统来源编码(10012001-车点点, 10012002-盛大) |
merchant |
object |
必须 |
商户信息 |
--merchant_action |
integer |
必须 |
商户信息同步动作(1-上架, 2-下架, 3-信息更新) |
--work_order_no |
string |
非必须 |
同步工单号 |
--tp_merchant_no |
string |
必须 |
三方商户编号 |
--merchant_name |
string |
必须 |
商户名称 |
--contact_name |
string |
非必须 |
联系人名称 |
--contact_phone |
integer |
必须 |
联系人电话 |
--enter_time |
integer |
必须 |
入住时间(10位unix时间戳) |
--tp_star_level |
string |
非必须 |
三方商户星级 (字符串浮点类型,例如.“4.50”) |
--business_start_time |
string |
必须 |
营业开始时间, 格式(08:30) |
--business_end_time |
string |
必须 |
营业结束时间, 格式(18:30) |
--business_status |
integer |
必须 |
营业状态 1-正在营业;2-暂时歇业; |
--sync_reason |
string |
非必须 |
同步原因 |
--unshelve_reason |
string |
非必须 |
下架原因 |
--attachments |
object[] |
非必须 |
附件信息 |
---- scene_type |
integer |
必须 |
应用场景类型:101-商户门头照;102-商户工位图;103-商户休息区;199-商户其他图片 |
---- url |
string |
必须 |
附件地址 |
--address |
object |
必须 |
商户地址信息 |
---- province_code |
integer |
必须 |
省编码 |
---- city_code |
integer |
必须 |
市编码 |
---- district_code |
integer |
必须 |
区域编码 |
---- latitude |
string |
必须 |
纬度 (腾讯坐标) |
---- longitude |
string |
必须 |
经度 (腾讯坐标) |
---- detail_address |
string |
必须 |
详细地址 |
|
--manage_info |
object |
非必须 |
经营信息 |
---- parking_available_type |
integer |
非必须 |
是否支持停车(1-免费停车,2-自费停车,3-不支持停车) |
---- parking_remark |
string |
非必须 |
停车备注 |
--out_business_info |
object |
非必须 |
歇业信息 |
---- start_time |
string |
非必须 |
歇业开始时间 |
---- end_time |
string |
非必须 |
歇业结束时间 |
---- reason |
string |
非必须 |
歇业原因 |
--commoditys |
object[] |
必须 |
商户商品信息 |
---- commodity_action |
integer |
必须 |
商品信息同步动作(1-上架, 2-下架, 3-信息更新) |
---- commodity_name |
string |
必须 |
商品名称 |
---- tp_commodity_no |
string |
必须 |
三方商品编号 |
---- standard_commodity_no |
string |
非必须 |
标准商品编号 |
---- standard_commodity_name |
string |
非必须 |
标准商品名称 |
---- settlement_price |
string |
必须 |
结算价,例如 “45.00” |
---- counter_price |
string |
必须 |
门市价,例如 “45.00” |
---- is_need_appoint |
integer |
非必须 |
是否需要预约(0 - 不需要:, 1- 需要) |
---- unshelve_reason |
string |
非必须 |
下架原因 |
---- attachments |
object[] |
非必须 |
商品附件信息 |
------ scene_type |
integer |
必须 |
应用场景类型:201-商品头图;299-商品其他图片 |
------ url |
string |
必须 |
附件地址 |