bugfix
This commit is contained in:
parent
822e3b9dca
commit
a229e4084b
@ -173,21 +173,26 @@
|
||||
* 返回
|
||||
```
|
||||
{
|
||||
"total": # 总记录数
|
||||
"rows": # 当前页数据数组
|
||||
"status": "ok",
|
||||
"data": data
|
||||
}
|
||||
```
|
||||
row:
|
||||
```
|
||||
{
|
||||
"id": # 订单号
|
||||
"order_date":
|
||||
"order_detail":[
|
||||
"product_type": # llm: 大模型
|
||||
"productid": # 产品id
|
||||
"usage": # 大模型使用信息
|
||||
"amount" # 消费金额
|
||||
]
|
||||
|
||||
data={
|
||||
"total": # 总记录数
|
||||
"rows": list of d # 当前页数据数组
|
||||
}
|
||||
d = {
|
||||
"llmid": # 模型id
|
||||
"name": # 模型名称
|
||||
"model": # 模型识别名(可能会不同)
|
||||
"use_date": # 使用日期
|
||||
"use_time: # 使用时间
|
||||
"usage": # 模型用量
|
||||
"amount": # 交易金额
|
||||
"userid", # 用户id
|
||||
"userorgid" # 机构id
|
||||
"status": # 交易状态
|
||||
"accounting_status": # 记账状态
|
||||
}
|
||||
```
|
||||
## 文生视频
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user