Request
Body Params application/json
{
"merchantNo": "string",
"begin": "string",
"end": "string"
}
Request Code Samples
curl --location '/api/open/order/getFlows' \
--header 'Content-Type: application/json' \
--data '{
"merchantNo": "string",
"begin": "string",
"end": "string"
}'
Modified at 2026-05-20 18:06:51