bugfix
This commit is contained in:
parent
731370a659
commit
cdbf6b8c1b
8
wwwroot/query_orders.dspy
Normal file
8
wwwroot/query_orders.dspy
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
orgid = await get_userorgid()
|
||||||
|
page = int(params_kw.get('page', 1))
|
||||||
|
data = await llm_query_order(orgid, page)
|
||||||
|
return {
|
||||||
|
'status': 'ok',
|
||||||
|
'data': data
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user