| Webhook 字段名 (src) | 多维表格列名 (dst) | 操作 |
|---|
| 地址 | POST /api/webhook |
| 鉴权 | Authorization: Bearer <token> |
| Content-Type | application/json |
| 示例 |
curl -X POST http://localhost:8080/api/webhook \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"describe":"午餐","amount":35.5,"type":"餐饮","sectype":"外卖","date":"2026-07-12","note":"测试"}'
|