三、适用门店(会员卡优惠卷通用)
GET
{{development}}//v1/cards_machines?id=1&type=1&pageSize=10&pageNum=1
请求头
参数名
类型
描述
必填
authorization
string
示例:{{token}}
必填
请求参数
参数名
类型
描述
必填
id
int
优惠券或者会员卡的id,示例:1
必填
type
int
1 会员卡,2 优惠券 示例:1
必填
pageSize
int
示例:10
必填
pageNum
int
示例:1
必填
响应参数
参数名
类型
描述
必填
success
boolean
示例:true
必填
msg
string
示例:查询所有会员卡信息成功
必填
totalSize
int
示例:17
必填
pageSize
int
示例:10
必填
pageNum
int
示例:1
必填
code
int
示例:200
必填