Commit 125c392f authored by xianyang's avatar xianyang

调用接口加密

parent 77c49151
......@@ -267,8 +267,6 @@ def guild_add(data: schemas.GuildAddLog, db: Session = Depends(get_db)):
return HttpResultResponse(code=code, msg=data.get('msg'))
@router.post("/guild/modify")
def guild_modify(db: Session = Depends(get_db)):
"""公会结算同步"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment