Authorization: Bearer ********************
{
"urlTpl": "http://192.168.110.177/api/shop/qrcode/scan_qr_redirect/{code}", // 二维码链接模板
"totalCount": 1, // 生成的二维码总数
"qrBatchSn": "0", // 二维码批次号(有值代表下载)
"countPerPage": 2 // 每页二维码数量
}
curl --location --request POST '/api/shop/qrcode/create_batch_qr_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"urlTpl": "http://192.168.110.177/api/shop/qrcode/scan_qr_redirect/{code}", // 二维码链接模板
"totalCount": 1, // 生成的二维码总数
"qrBatchSn": "0", // 二维码批次号(有值代表下载)
"countPerPage": 2 // 每页二维码数量
}'
{}