curl --location --request POST '/cpcp-mng-service/openapi/cpc_mng_api_queryPreviousCommitTache' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '{
"flowInstId":8745058,
"tacheId":"apply4"
}'
{
"resultObject": [
{
"tacheId": "apply1",
"tacheName": "礼包内容、礼包综述、售卖规则",
"completeDate": "2023-10-08 09:43:08"
},
{
"tacheId": "apply3",
"tacheName": "佣金结算",
"completeDate": "2023-10-08 09:45:11"
},
{
"tacheId": "apply2",
"tacheName": "资费规则",
"completeDate": "2023-10-08 09:46:18"
}
],
"resultCode": "0"
}