商家信息
```json
{
//商家唯一标识
store_id: '1',
//商家名称
store_name: '洪塘农贸市场1号摊铺',
//头像
avatar: 'https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=3074331415,2082433546&fm=224&gp=0.jpg',
//横幅图片
banner: 'https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fxs.cnnb.com.cn%2Fpic%2F003%2F001%2F219%2F00300121965_672cf1a2.jpg&refer=http%3A%2F%2Fxs.cnnb.com.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1625495635&t=8cafbe411cef9819a87c412d9e9cdc31',
//详情
info: '店内用了本市最好的鲜肉,排骨;配料未本店祖传秘方,吃一次将永不忘。',
//商家住址
address: '新疆阿克苏是他北路2号',
//地标或社区
community: '天府名城',
//营业时间
delivery_time: '11:00~20:30',
//联系电话
telephone: '18299989916',
//商家购物车
shopping_cart: [],
//配送费 在市场表
shipping_dees: 0,
//配送起步价
starting_price: 30
}
```