Authorization: Bearer ********************
{
"ec": 200,
"em": "ok",
"data": {
"type": "order",
"order": {
"out_trade_no": "202106232138371083454010626",
"user_id": "adf397fe8374811eaacee52540025c377",
"plan_id": "a45353328af911eb973052540025c377",
"month": 1,
"total_amount": "5.00",
"show_amount": "5.00",
"status": 2,
"remark": "",
"redeem_id": "",
"product_type": 0,
"discount": "0.00",
"sku_detail": [],
"address_person": "",
"address_phone": "",
"address_address": ""
}
}
}
curl --location --request POST 'https://user.mslmc.net/api/score/afdianWebhook?key=diwdwafwhaujw' \
--header 'Content-Type: application/json' \
--data-raw '{
"ec": 200,
"em": "ok",
"data": {
"type": "order",
"order": {
"out_trade_no": "202106232138371083454010626",
"user_id": "adf397fe8374811eaacee52540025c377",
"plan_id": "a45353328af911eb973052540025c377",
"month": 1,
"total_amount": "5.00",
"show_amount": "5.00",
"status": 2,
"remark": "",
"redeem_id": "",
"product_type": 0,
"discount": "0.00",
"sku_detail": [],
"address_person": "",
"address_phone": "",
"address_address": ""
}
}
}'
{}