Authorization: Bearer ********************
{
"qrBatchSn": [], // 批次集合
"qrCodeSn": [], // 二维码集合
"shopSn": [ // 店铺集合
],
"status": [], // 状态集合
"isEnabled": [], // 禁用状态集合
"boundBy": [], // 绑定人集合
"creatorBy": [], // 创建人集合
"boundStartAt": "", // 绑定开始时间
"boundEndAt": "", // 绑定结束时间
"createdStartAt": "", // 创建记录开始时间
"createdEndAt": "", // 创建记录结束时间
"page": 1, // 页码
"size": 20 // 每页条数
}
curl --location --request POST '/api/shop/qrcode/list_qr_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"qrBatchSn": [], // 批次集合
"qrCodeSn": [], // 二维码集合
"shopSn": [ // 店铺集合
],
"status": [], // 状态集合
"isEnabled": [], // 禁用状态集合
"boundBy": [], // 绑定人集合
"creatorBy": [], // 创建人集合
"boundStartAt": "", // 绑定开始时间
"boundEndAt": "", // 绑定结束时间
"createdStartAt": "", // 创建记录开始时间
"createdEndAt": "", // 创建记录结束时间
"page": 1, // 页码
"size": 20 // 每页条数
}'
{}