{}
curl --location --request GET 'https://kingdeexc.51kuaiding.com/shopapi/pay/payway?from&order_id&scene' \
--header 'version: 1.1.1' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"name": "string",
"pay_way": 0,
"icon": "string",
"sort": 0,
"remark": "string",
"order_status": 0,
"is_default": 0,
"extra": "string"
}
],
"order_amount": "string",
"cancel_time": 0,
"price_symbol": "string"
}
}