文档
测试

查看自己的所有流水

GET
http://localhost:8080/store/costRecord/viewAllStoreCostRecord?page=1&num=1

请求头

参数名
类型
描述
必填
Token
string
示例:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwaG9uZSI6IjEyMyIsImlzcyI6Imd4aCIsImlkIjoiMSIsImV4cCI6MTY3MDA4MDE2OX0.cLk1pNaqFpUWwPKxt7m7BTfm_t6szQLMiNTLP0GKl6Y
必填

请求参数

参数名
类型
描述
必填
page
int
示例:1
必填
num
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
msg
string
示例:查看成功
必填
data
object
数据字典
必填
total
int
示例:4
必填
data
array
数据列表
必填
id
int
示例:15
必填
time
string
示例:2022-04-20T10:49:17.000+00:00
必填
money
int
示例:2
必填
storeId
int
示例:1
必填
state
int
示例:2
必填
sstate
string
示例:订单
必填
smoney
int
示例:4
必填