egg_server/test/archive/sheet.insert.test.http
zhaoyingbo 9545670a51
All checks were successful
Egg Server CI/CD / build-image (push) Successful in 45s
Egg Server CI/CD / refresh-image (push) Successful in 12s
Egg Server CI/CD / fast-deploy (push) Successful in 2s
feat: 支持清洗历史数据
2024-10-15 01:20:21 +00:00

11 lines
215 B
HTTP

POST http://localhost:3000/sheet
Content-Type: application/json
{
"api_key": "uwnpzb9hvoft28h",
"sheet_token": "shtk4VNSEksIDylbZjl2N77vERg",
"range": "vtLQhI",
"values": [["1", "2"]],
"type": "insert"
}