{
"openId":"1111",
"createTime":"2020-01-01",
"couponId":"00opwNkKmXx",
"couponTakeId":"1111"
}
curl --location --request POST '/promotioncenter/baiduApi/pickup' \
--header 'Content-Type: application/json' \
--data-raw '{
"openId":"1111",
"createTime":"2020-01-01",
"couponId":"00opwNkKmXx",
"couponTakeId":"1111"
}'
{
"code": "string",
"message": null,
"data": null,
"success": true
}