增加猴子补丁(monkey patch),处理返回错误

This commit is contained in:
2026-06-11 10:00:23 +08:00
parent 29b4362bd2
commit 8ca6a30f34
2 changed files with 185 additions and 184 deletions
-1
View File
@@ -85,7 +85,6 @@ async def wechat_callback(request: Request, db: AsyncSession = Depends(get_db)):
return {"code": "SUCCESS", "message": "OK"}
@router.get("/alipay/callback")
@router.post("/alipay/callback")
async def alipay_callback(request: Request, db: AsyncSession = Depends(get_db)):
form_data = await request.form()