Authorization: Bearer ********************
{
"comment": "完成",
"hdTime": "2024-10-11T10:35:23",
"receiptId": "CK20241011-0002"
}
curl --location --request POST '/exportmana/receipt/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "完成",
"hdTime": "2024-10-11T10:35:23",
"receiptId": "CK20241011-0002"
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}