Authorization: Bearer ********************
{
"from": "string",
"payType": "string",
"price": 0,
"rechar_id": 0
}
curl --location --request POST '/api/front/recharge/routine' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "string",
"payType": "string",
"price": 0,
"rechar_id": 0
}'
{"code":200,"message":"操作成功","data":{"data":{"status":true,"jsConfig":null,"payType":null,"orderNo":"recharge61615172362170240971036","alipayRequest":null,"aliPayConfig":null,"douyinPayConfig":{"appId":"ttb093c62e2fa53d4d01","orderId":"N7402898815449319721","orderToken":"CgYIASAHKAESTgpMqWz+nLM7kHshjif0iQBQWFFmu0OlLcMPEyo9iVSPNBKFKFQyk33BsCJBlPlbW3e5hRxk2m55lPG61xXW3H4pamC3LPZi/SO6vlnwFxoA","url":""},"orderStatus":null},"type":"douyin"}}