文档
测试

商户交易-详情

POST
http://localhost:8080/app/partner/merchant/dealDetail

请求参数

参数名
类型
描述
必填
user_id
string
用户id  示例:41840909af844632885424fbc20cae79
必填
info_id
string
机具id  示例:test1
必填
query_month
string
查询年月份 示例:
必填
page
int
当前页码 示例:1
必填
limit
int
每页条数 示例:10
必填
sign
string
签名 示例:e26d65436f1ddb7664d28d8de292a5a2
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
total_amount
int
示例:6000
必填
slide_month
array
数据列表
必填
slide_count
int
示例:42
必填
month_result
array
数据列表
必填
month_amunt_detail
array
数据列表
必填
amount
int
示例:6000
必填
agent_user_name
string
示例:admin
必填
deal_time_stamp
int
示例:0
必填
deal_type
string
示例:消费
必填
deal_time
string
示例:2022-01-01 23:12:12
必填
brand_name
string
示例:拉卡拉
必填
given_status
int
示例:1
必填
brand_logo
string
示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1640230021698.png
必填
card_type
string
示例:贷记卡
必填
sn_no
string
示例:123456
必填
brand_id
string
示例:851cacf41f0e41bbafff89a70f813d49
必填
user_id_no
string
示例:
必填
id_no
string
示例:620123221233
必填
profit_name
string
示例:V2
必填
user_id
string
示例:41840909af844632885424fbc20cae79
必填
pos_id
string
示例:d3e2532b290c4de5a209bccc7fc3dbac
必填
user_real_name
string
示例:张学友
必填
user_phone
string
示例:18569557087
必填
tel
string
示例:
必填
id
string
示例:1
必填
pos_title
string
示例:拉卡拉押金版
必填
month
string
示例:2022-01
必填
month_amount
int
示例:6000
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "操作成功", "result": { "total_amount": 6000, "slide_month": [ "2018-09", "2018-10", "2018-11", "2018-12", "2019-01", "2019-02", "2019-03", "2019-04", "2019-05", "2019-06", "2019-07", "2019-08", "2019-09", "2019-10", "2019-11", "2019-12", "2020-01", "2020-02", "2020-03", "2020-04", "2020-05", "2020-06", "2020-07", "2020-08", "2020-09", "2020-10", "2020-11", "2020-12", "2021-01", "2021-02", "2021-03", "2021-04", "2021-05", "2021-06", "2021-07", "2021-08", "2021-09", "2021-10", "2021-11", "2021-12", "2022-01" ], "slide_count": 42, "month_result": [ { "month_amunt_detail": [ { "amount": 6000, "agent_user_name": "admin", "deal_time_stamp": 0, "deal_type": "消费", "deal_time": "2022-01-01 23:12:12", "brand_name": "拉卡拉", "given_status": 1, "brand_logo": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1640230021698.png", "card_type": "贷记卡", "sn_no": "123456", "brand_id": "851cacf41f0e41bbafff89a70f813d49", "user_id_no": "", "id_no": "620123221233", "profit_name": "V2", "user_id": "41840909af844632885424fbc20cae79", "pos_id": "d3e2532b290c4de5a209bccc7fc3dbac", "user_real_name": "张学友", "user_phone": "18569557087", "tel": "", "id": "1", "pos_title": "拉卡拉押金版" } ], "month": "2022-01", "month_amount": 6000 } ] } }