文档
测试

获取门店钱包

POST
https://applet.qiannianjituan.com/api/store.index/my_wallet

请求头

参数名
类型
描述
必填
token
sting
小程序用户token
必填

请求参数

参数名
类型
描述
必填
page
int
页码
必填

响应参数

参数名
类型
描述
必填
code
int
例如:200
必填
data
object
数据
必填
store_info
array
门店信息
必填
money
float
可提现金额
必填
nocheck_money
float
预计营业额
必填
total_money
float
总金额
必填
store_capital_log
array
数据
必填
total
int
总条数
必填
per_page
int
每页显示条数
必填
current_page
int
当前页码
必填
last_page
int
总页码
必填
data
array
数据
必填
id
int
记录id
必填
order_id
int
订单id
必填
change_money
float
变动金额
必填
createtime
string
变动时间
必填
order_no
string
订单号
必填
is_pay
int
支付状态:0=未支付,1=已支付
必填
is_confirm
int
确认收货状态:0=未确认,1=已确认收货
必填
is_order_refund
int
该订单是否已退款:0=未退款,1=已退款
必填
order_time
string
下单时间
必填
username
string
用户名称
必填
type
int
类型:1.订单,2.佣金,3.提现,4.退款
必填
goods_info
array
商品数据
必填
goods_id
int
商品id
必填
name
string
商品名称
必填
agent_share_price
float
佣金
必填
price
float
普通用户价格
必填
cost_price
float
会员价格
必填
username
string
用户名称
必填
user_type
int
用户类型:1.普通用户,2.VIP用户
必填