From 09bfcb1351b79d4899bbe963c19ec4f328348550 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 18 Mar 2026 14:07:12 +0800 Subject: [PATCH] bugfix --- wwwroot/API.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/wwwroot/API.md b/wwwroot/API.md index 50af3d0..25182a9 100644 --- a/wwwroot/API.md +++ b/wwwroot/API.md @@ -162,9 +162,14 @@ row: ``` { - "llmid": # 大模型编号 - "usage": # 大模型使用信息 - "amount" # 消费金额 + "id": # 订单号 + "order_date": + "order_detail":[ + "product_type": # llm: 大模型 + "productid": # 产品id + "usage": # 大模型使用信息 + "amount" # 消费金额 + ] } - +``` ##