请求示例 (自动生成,仅结构参考)
POST /promotion/couponTemplate/queryPromotionCouponTemplatePage
{
"body": {
"pageNum": 0,
"pageSize": 0,
"merchantId": 1,
"shopId": 1,
"couponType": 0,
"name": "",
"status": 0,
"discountType": 0,
"createTimeRange": "2026-01-01 12:00:00",
"canTakeTypes": "",
"productScope": 0,
"productScopeValue": 0,
"goodsId": 1,
"mobile": "13800000000",
"channel": "1"
}
}响应示例
{
"errcode": 0,
"errmsg": "",
"data": {
"records": [
{
"id": 1,
"merchantId": 1,
"shopId": 1,
"couponType": 0,
"name": "",
"description": "",
"status": 0,
"totalCount": 0,
"takeLimitCount": 0,
"takeType": 0,
"usePrice": 0,
"productScope": 0,
"productScopeValues": "",
"validityType": 1,
"validStartTime": "2026-01-01 12:00:00",
"validEndTime": "2026-01-01 12:00:00",
"fixedStartTerm": 0,
"fixedEndTerm": 0,
"discountType": 0,
"discountPercent": 0,
"discountPrice": 0,
"discountLimitPrice": 0,
"takeCount": 0,
"useCount": 0,
"creator": 0,
"createTime": "2026-01-01 12:00:00",
"updater": 0,
"updateTime": "2026-01-01 12:00:00",
"deleted": false,
"canTake": false
}
],
"total": 0
}
}