|
|
@@ -453,6 +453,10 @@ async def cankao():
|
|
|
async def read_qufei(r: Info):
|
|
|
return await db.getQufei(client, r.name)
|
|
|
|
|
|
+@app.post("/jiagongcai/")
|
|
|
+async def read_jiagongcai(r: Info):
|
|
|
+ return await db.getJiagongcai(client, r.name)
|
|
|
+
|
|
|
@app.get("/dexilie/{value}/{id}")
|
|
|
@cache(expire=86400)
|
|
|
async def read_dexilie(value: int, id: str):
|