{
"sheetId": "string"
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/caConfirmationLetter/steps' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"sheetId": "string"
}'
{
"returncode": "0",
"data": {
"stepList": [
{
"title": "新增",
"content": "system 2024-04-18",
"seq": 1,
"status": "finish"
},
{
"title": "提交",
"content": "system 2024-04-18",
"seq": 2,
"status": "finish"
},
{
"title": "已确认",
"content": "system 2024-04-18",
"seq": 3,
"status": "finish"
},
{
"title": "已审核",
"content": "system 2024-04-18",
"seq": 3,
"status": "finish"
}
]
},
"message": "",
"traceId": "",
"now": "2024-04-18 17:56:35"
}