Authorization: Bearer ********************
{
"username": "047f9a52-68e4-4300-8748-70f71267413e",
"type": "支出",
"counterparty": "天虹",
"description": "购买一台电脑",
"payment": "支付宝",
"amount": 1000,
"status": "交易成功",
"category": "日常消费",
"orderNumber": "2023020422001441591430557105",
"merchantNumber": "\"mqw034692005701",
"transactionTime": "2020-01-01 00:00:00",
"remark": "string",
"from": "alipay"
}
curl --location --request PUT 'https://s.hancel.org/api/cashflow/' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "047f9a52-68e4-4300-8748-70f71267413e",
"type": "支出",
"counterparty": "天虹",
"description": "购买一台电脑",
"payment": "支付宝",
"amount": 1000,
"status": "交易成功",
"category": "日常消费",
"orderNumber": "2023020422001441591430557105",
"merchantNumber": "\"mqw034692005701",
"transactionTime": "2020-01-01 00:00:00",
"remark": "string",
"from": "alipay"
}'
{}