bugfix
This commit is contained in:
parent
841fa347f4
commit
a8d034b7ff
12
wwwroot/query_orders.dspy
Normal file
12
wwwroot/query_orders.dspy
Normal file
@ -0,0 +1,12 @@
|
||||
"""
|
||||
"page": # 当前页,缺省第一页
|
||||
"pagerows": # 每页记录数,缺省80
|
||||
"""
|
||||
page = 1
|
||||
if params_kw.page:
|
||||
page = int(page)
|
||||
pagerows = 80
|
||||
if params_kw.pagerows:
|
||||
pagerows = int(params_kw.pagerows)
|
||||
|
||||
|
||||
7
wwwroot/query_price.dspy
Normal file
7
wwwroot/query_price.dspy
Normal file
@ -0,0 +1,7 @@
|
||||
"""
|
||||
product_id:
|
||||
product_type: llm
|
||||
config_data:
|
||||
"""
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user