{ "type":1, "flowId":5487 }
curl --location --request POST 'https://test-openapi.qstsc.com/api/v1/stored/flow_detail' \ --header 'appKey;' \ --header 'token;' \ --header 'nonce;' \ --header 'timestamp;' \ --header 'signature;' \ --header 'Content-Type: application/json' \ --data-raw '{ "type":1, "flowId":5487 }'
{ "status": 200, "msg": "请求成功", "requestId": "cbe7fdd2-5bb1-11ef-94d0-08002763b2f5", "content": { "type": 1, "flowId": 5487, "phone": "13000000000", "amount": 123, "chgTime": "1723793991" } }