文档
测试

商户中心

GET
{{host}}/shop/Merchantcenter/merchantCenter

请求参数

参数名
类型
描述
必填
me_id
用户id
必填
type
1普通商户 2酒店 3诊所
必填

响应参数

参数名
类型
描述
必填
me_id
用户id
必填
me_img
头像
必填
me_revenue
营收额
必填
me_commission
佣金
必填
shop_id
商铺id
必填
status
1正常营业 2打烊
必填
shop_name
店铺名称
必填
type
1普通商户 2酒店 3诊所
必填
me_invite_code_pic
邀请码图片
必填
me_invite_code
邀请码
必填
me_withdrawal_type
商户提现类型 1申请提现 2自动提现
必填
wx_status
商户是否绑定微信 1已绑定 2未绑定
必填

说明 / 示例

{ "code": 200, "msg": "执行成功", "data": { "me_id": 1, "me_img": "http://resourse-1.oss-cn-beijing.aliyuncs.com/20210109153140feb3f4d26eca71a2.png", "me_revenue": "0.00", "me_commission": null, "shop_id": 1, "status": 1, "shop_name": "测试店铺", "me_invite_code_pic": "http://oss.31jpy.com/20210202132357db777d1ff2858d9a.png", "me_invite_code": "cd4c45" } }