{
"activityProducts": [
{
"id": 0,
"productName": "string",
"spuId": "string",
"originProductName": "string",
"startTime": "string",
"endTime": "string",
"limitPurchase": true,
"limitPurchaseNum": 0,
"productPicUrl": "string",
"customerTags": [
{
"customerTagsId": "string",
"customerTagsName": "string",
"customerGroupSource": "string"
}
],
"eliminateCustomerTags": [
{
"customerTagsId": "string",
"customerTagsName": "string",
"customerGroupSource": "string"
}
],
"allChecked": true,
"isAddCart": true,
"activityProductSkus": [
{
"id": 0,
"skuId": "string",
"skuName": "string",
"skuCode": "string",
"useableStock": 0,
"price": 0,
"supplyPrice": 0,
"integralPrice": 0,
"paymentTypeList": [
0
],
"initSalesVolume": 0,
"underlinedPrice": 0,
"underlinedIntegralPrice": 0,
"setupStock": 0,
"activityUsableStock": 0
}
],
"isIndependentPay": true,
"paymentTypeList": [
0
]
}
],
"usedBudget": 0
}
curl --location --request POST 'https://m1.apifoxmock.com/m1/4737255-0-default/admin/activity/calculateNormalActivityBudget' \
--header 'Content-Type: application/json' \
--data-raw '{
"activityProducts": [
{
"id": 0,
"productName": "string",
"spuId": "string",
"originProductName": "string",
"startTime": "string",
"endTime": "string",
"limitPurchase": true,
"limitPurchaseNum": 0,
"productPicUrl": "string",
"customerTags": [
{
"customerTagsId": "string",
"customerTagsName": "string",
"customerGroupSource": "string"
}
],
"eliminateCustomerTags": [
{
"customerTagsId": "string",
"customerTagsName": "string",
"customerGroupSource": "string"
}
],
"allChecked": true,
"isAddCart": true,
"activityProductSkus": [
{
"id": 0,
"skuId": "string",
"skuName": "string",
"skuCode": "string",
"useableStock": 0,
"price": 0,
"supplyPrice": 0,
"integralPrice": 0,
"paymentTypeList": [
0
],
"initSalesVolume": 0,
"underlinedPrice": 0,
"underlinedIntegralPrice": 0,
"setupStock": 0,
"activityUsableStock": 0
}
],
"isIndependentPay": true,
"paymentTypeList": [
0
]
}
],
"usedBudget": 0
}'
0.0