文档
测试
POST
http://testgeli2.com/api/Cashier/add

请求参数

参数名
类型
描述
必填
user_token
string
示例:33582d20332122f533b61d666b949b2b
必填
order_id
int
订单id
必填
customer_id
int
客户id
必填
amount
int
还款金额
必填
discount_amount
int
优惠金额
必填
pay[0][pay_type]
array
支付类型,1现金,2微信,3支付宝,4银联,5其他
必填
pay[0][amount]
array
支付类型对应的金额
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:ok
必填
data
object
数据字典
必填
id
int
示例:76
必填
count
int
示例:0
必填