{}
curl --location --request GET 'http://127.0.0.1/v1.0/esign/flows/detail' \ --header 'x-acs-dingtalk-access-token;' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "data": { "businessSense": "string", "flowStatus": 0, "initiatorAuthorizedName": "string", "initiatorName": "string", "logs": [ { "operatorAccountName": "string", "logType": "string", "operateDescription": "string", "operateTime": 0 } ] }, "code": 0, "message": "string" }