curl --location --request POST '/api/merchant/merchantHome' \
--data-urlencode 'shop_id=116' \
--data-urlencode 'uid=45872'
{
"code": "200",
"ms": "商家首页",
"data": {
"name": "北京领仕婚礼策划",
"style": "1",
"logo": [
"https:\/\/wxapp.gzxfd.cn\/static\/jpg\/1111.webp"
],
"border": "2",
"address": "河南省郑州市金水区东风路16号",
"taocan_number": 79,
"active_number": 5,
"yuyue_number": 10,
"notice": 3, /*大于1代表有新通知消息*/
"system_notice": null,
"new_order_num": 8, /*新订单数量*/
"no_reply_msg": 10, /*消息未回复数量*/
"amount_num": 3 /*资金钱包审核数量*/
}
}