This commit is contained in:
bcomsugi 2024-09-02 03:55:41 +07:00
parent e38d9c35e0
commit 6815133b01

View File

@ -227,7 +227,7 @@ async def get_generalsalesreport(request: Request):
return datas1[0], responseRt.get_total(), datas1[1]
@app.post('/dasa2/salesorder')
@app.post('/dasa2/salesorderadd')
async def salesorderadd(request: Request):
salesorderdict = await request.body()
print("")