文档
测试

新版商户管理

POST
http://yun-pay.hs499.com/app/newBusinessInfo/list

请求头

参数名
类型
描述
必填
sign
String
验证签名,防止参数篡改,测试可以不填
必填

请求参数

参数名
类型
描述
必填
user_id
String
用户ID
必填
merchant_type
String
商户类型 -1全部 1 优质商户 2活跃商户 3休眠商户
必填
page
int
页数,默认1
必填
limit
int
条数,默认10
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0 成功 -1 失败
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
count_merchant
object
商户统计信息
必填
all_mechant
int
全部商户
必填
good_merchant
int
优质商户
必填
active_merchant
int
活跃商户
必填
sleep_merchant
int
休眠商户
必填
business_info_list
list
商户列表
必填

说明 / 示例

{ "code": 0, "errors": {}, "msg": "操作成功", "result": { "count_merchant": { "sleep_merchant": 0, "good_merchant": 0, "all_mechant": 2, "active_merchant": 0 }, "business_info_list": [ { "sn_deduct_amount": 0, "is_sim_agent_given": 0, "gift_pos_id": "", "brand_logo": "upload//202007/1594273004753.png", "back_amount_type_name": " 第1次未达标 第2次未达标 第3次未达标 第4次未达标 第5次未达标 第6次未达标 第7次未达标", "type": 0, "romu_user_phone": "18670053033", "merchant_legal_id_card": "430281****7370", "active_time_stamp": 1595394340085, "oem_name": "百一圈", "app_download_address": "1", "pos_id": "cb93eb1821ec4810829fc4a2ba050b08", "buy_user_id": "", "vip_charge_time": "", "merchant_legal_user_name": "龙思", "id": "0a18a692cba844f99d1e197d2a00ad6a", "pos_title": "U米电签", "bind_time": "", "add_time_stamp": 1595233941521, "usable_day": 0, "merchant_tel": "136****5678", "merchant_no": "", "puser_real_name": "胡林", "is_continue_active": -1, "merchant_name": "龙思", "brand_name": "开店宝U米", "back_amount_type": -200, "sn_no": "00006502V90U0S223994", "oem_id": "5988", "brand_id": "49a1f2282a964af486c71f7c08735375", "active_time": "2020-07-22 13:05:40", "user_id": "00cf2bd018c143f9855878049796226f", "total_amount": "4153.00", "sim_charge_time": "", "user_real_name": "胡林", "order_id": "d1fcbbd03a274472827587aa1be3809e", "status": 1, "agent_user_name": "hanshen01", "delay_before_time": "", "romu_user_real_name": "唐子超", "title": "U米电签", "is_sim_charge": 0, "auser_phone": "18684761820", "is_vip_charge": 0, "user_phone": "18684761820", "puser_phone": "18684761820", "user_head_img": "upload//202005/1588779751525.png", "merchant_type": 0, "user_level_id": "5988zhizunvip", "total_count": "5", "profit_user_id": "00cf2bd018c143f9855878049796226f", "auser_real_name": "胡林", "is_vip_agent_given": 0, "active_user_id": "00cf2bd018c143f9855878049796226f", "add_time": "2020-07-22 13:05:40" }, { "sn_deduct_amount": 0, "is_sim_agent_given": 0, "gift_pos_id": "", "brand_logo": "upload//202007/1594273004753.png", "back_amount_type_name": " 第1次未达标 第2次达标 第3次未达标 第4次未达标 第5次未达标 第6次未达标 第7次未达标", "type": 0, "romu_user_phone": "18670053033", "merchant_legal_id_card": "430922****1730", "active_time_stamp": 1595303971748, "oem_name": "百一圈", "app_download_address": "1", "pos_id": "cb93eb1821ec4810829fc4a2ba050b08", "buy_user_id": "", "vip_charge_time": "", "merchant_legal_user_name": "胡林", "id": "e96879d14ea94016831f0a076a39b71d", "pos_title": "U米电签", "bind_time": "", "add_time_stamp": 1595233941521, "usable_day": 0, "merchant_tel": "186****1820", "merchant_no": "", "puser_real_name": "胡林", "is_continue_active": -1, "merchant_name": "胡林", "brand_name": "开店宝U米", "back_amount_type": -200, "sn_no": "00006502V90U0S223995", "oem_id": "5988", "brand_id": "49a1f2282a964af486c71f7c08735375", "active_time": "2020-07-21 11:59:31", "user_id": "00cf2bd018c143f9855878049796226f", "total_amount": "13000.00", "sim_charge_time": "", "user_real_name": "胡林", "order_id": "d1fcbbd03a274472827587aa1be3809e", "status": 1, "agent_user_name": "hanshen01", "delay_before_time": "", "romu_user_real_name": "唐子超", "title": "U米电签", "is_sim_charge": 0, "auser_phone": "18684761820", "is_vip_charge": 0, "user_phone": "18684761820", "puser_phone": "18684761820", "user_head_img": "upload//202005/1588779751525.png", "merchant_type": 0, "user_level_id": "5988zhizunvip", "total_count": "4", "profit_user_id": "00cf2bd018c143f9855878049796226f", "auser_real_name": "胡林", "is_vip_agent_given": 0, "active_user_id": "00cf2bd018c143f9855878049796226f", "add_time": "2020-07-21 11:59:31" } ] } }