bugfix
This commit is contained in:
parent
87d8685a64
commit
09bfcb1351
@ -162,9 +162,14 @@
|
|||||||
row:
|
row:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"llmid": # 大模型编号
|
"id": # 订单号
|
||||||
"usage": # 大模型使用信息
|
"order_date":
|
||||||
"amount" # 消费金额
|
"order_detail":[
|
||||||
|
"product_type": # llm: 大模型
|
||||||
|
"productid": # 产品id
|
||||||
|
"usage": # 大模型使用信息
|
||||||
|
"amount" # 消费金额
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
```
|
||||||
##
|
##
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user