curl --location --request POST 'https://test-openapi.qstsc.com/api/v1/stored/handle' \
--header 'appKey;' \
--header 'token;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "24081615392256534522",
"amount": 123,
"type": 1,
"phone": "13000000000",
"notes": "充值测试"
}'