{
"couponName": "string",
"couponImg": "string",
"couponDesc": "string",
"couponType": 1,
"discount": 0,
"reductionAmount": 0,
"publishNum": -1,
"perLimit": 1,
"useType": 0,
"receiveUserType": 0,
"enabled": 0,
"receiveStartTime": "string",
"receiveEndTime": "string",
"startTime": "string",
"endTime": "string",
"productRelations": [
{
"orderType": 0,
"productIds": [
"string"
]
}
]
}curl --location --request POST 'https://jnotetest-hm.jideos.com/coupon/add' \
--header 'token: z_IGnO3oFfsPLElUaqj2TvqDLdA0jIg5ugLE4vhm8MMlRyVK3GUfkegD9lPGcfWW-Qv0dV_lpie2d8vUB3e9ZIg7mdyv7MiO1-U2FCveDTO61whqHI0JuS-Hl_e3p0AP' \
--header 'appVersionCode: 491' \
--header 'language: zh' \
--header 'Authorization: Bearer z_IGnO3oFfsPLElUaqj2TvqDLdA0jIg5ugLE4vhm8MMlRyVK3GUfkegD9lPGcfWW-Qv0dV_lpie2d8vUB3e9ZIg7mdyv7MiO1-U2FCveDTO61whqHI0JuS-Hl_e3p0AP' \
--header 'Accept-Language: zh' \
--header 'channel: google' \
--header 'deviceId: 123456' \
--header 'Content-Type: application/json' \
--data-raw '{
"couponName": "string",
"couponImg": "string",
"couponDesc": "string",
"couponType": 1,
"discount": 0,
"reductionAmount": 0,
"publishNum": -1,
"perLimit": 1,
"useType": 0,
"receiveUserType": 0,
"enabled": 0,
"receiveStartTime": "string",
"receiveEndTime": "string",
"startTime": "string",
"endTime": "string",
"productRelations": [
{
"orderType": 0,
"productIds": [
"string"
]
}
]
}'{
"status": 0,
"msg": "",
"data": false
}