This commit is contained in:
yumoqing 2026-01-05 13:47:18 +08:00
parent 3cb2ee9b0e
commit 25f005eec2

View File

@ -41,7 +41,7 @@ async def llm_accounting(request, llmid,
"userid": userid, "userid": userid,
"productid": llmid "productid": llmid
} }
await sor.C('biz_order', ns) await sor.C('biz_order', order)
orderdetail = { orderdetail = {
"id": getID(), "id": getID(),
"orderid": orderid, "orderid": orderid,
@ -49,6 +49,7 @@ async def llm_accounting(request, llmid,
"product_cnt": 1, "product_cnt": 1,
"trans_amount": trans_amount "trans_amount": trans_amount
} }
await sor.C('biz_orderdetail', orderdetail)
ai0 = DictObject() ai0 = DictObject()
ai0.action = 'PAY' ai0.action = 'PAY'
ai0.customerid = customerid ai0.customerid = customerid