{
"goods_sku": "SK000116",
"face_val": "100",
"app_key": "",
"timestamp": "",
"sign": "",
"card_no": "2326999109262709659",
"card_pwd": "841729",
"face_type": 0,
"discount": 900,
"callback_url": "",
"attach": "",
"third_order_id": "",
"valid_day": 0
}
curl --location --request POST '/userapi/card/submit_card' \
--header 'Content-Type: application/json' \
--data-raw '{
"goods_sku": "SK000116",
"face_val": "100",
"app_key": "",
"timestamp": "",
"sign": "",
"card_no": "2326999109262709659",
"card_pwd": "841729",
"face_type": 0,
"discount": 900,
"callback_url": "",
"attach": "",
"third_order_id": "",
"valid_day": 0
}'
{
"code": 0,
"message": "string",
"stime": 0,
"etime": 0,
"data": {
"cards": [
{
"order_id": "string",
"card_no": "string",
"card_pwd": "string"
}
],
"error_data": [
"string"
]
}
}