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

This commit is contained in:
Fu Diwei
2021-05-28 19:27:38 +08:00
parent dc78ea6577
commit 27cd4178e7
988 changed files with 11052 additions and 206 deletions

View File

@@ -0,0 +1,34 @@
{
"errcode": 0,
"errmsg": "ok",
"business": {
"base_info": {
"sid": "001",
"business_name": "麦当劳",
"branch_name": "艺苑路店",
"province": "广东省",
"city": "广州市",
"address": "海珠区艺苑路11 号",
"telephone": "020-12345678",
"categories": [ "美食,小吃快餐" ],
"offset_type": 1,
"longitude": 115.32375,
"latitude": 25.097486,
"photo_list": [
{
"photo_url": "https:// XXX.com"
},
{
"photo_url": "https://XXX.com"
}
],
"recommend": "麦辣鸡腿堡套餐,麦乐鸡,全家桶",
"special": "免费wifi外卖服务",
"introduction": "麦当劳是全球大型跨国连锁餐厅1940 年创立于美国在世界上大约拥有3 万间分店。 主要售卖汉堡包, 以及薯条、 炸鸡、 汽水、 冰品、 沙拉、 水果等快餐食品 ",
"open_time": "8:00-20:00",
"avg_price": 35,
"available_state": 3,
"update_status": 0
}
}
}