This commit is contained in:
yumoqing 2026-03-18 14:07:12 +08:00
parent 87d8685a64
commit 09bfcb1351

View File

@ -162,9 +162,14 @@
row: row:
``` ```
{ {
"llmid": # 大模型编号 "id": # 订单号
"order_date":
"order_detail":[
"product_type": # llm: 大模型
"productid": # 产品id
"usage": # 大模型使用信息 "usage": # 大模型使用信息
"amount" # 消费金额 "amount" # 消费金额
]
} }
```
## ##