This commit is contained in:
yumoqing 2026-04-03 14:46:19 +08:00
parent 822e3b9dca
commit a229e4084b

View File

@ -172,23 +172,28 @@
``` ```
* 返回 * 返回
``` ```
{ {
"total": # 总记录数 "status": "ok",
"rows": # 当前页数据数组 "data": data
} }
```
row: data={
``` "total": # 总记录数
{ "rows": list of d # 当前页数据数组
"id": # 订单号 }
"order_date": d = {
"order_detail":[ "llmid": # 模型id
"product_type": # llm: 大模型 "name": # 模型名称
"productid": # 产品id "model": # 模型识别名(可能会不同)
"usage": # 大模型使用信息 "use_date": # 使用日期
"amount" # 消费金额 "use_time: # 使用时间
] "usage": # 模型用量
} "amount": # 交易金额
"userid", # 用户id
"userorgid" # 机构id
"status": # 交易状态
"accounting_status": # 记账状态
}
``` ```
## 文生视频 ## 文生视频
* path /llmage/vidu_inference.dspy * path /llmage/vidu_inference.dspy