修复bug

This commit is contained in:
zw
2025-08-14 14:46:52 +08:00
parent f3fe7a661f
commit 6747de733a
3 changed files with 19 additions and 11 deletions

View File

@@ -203,8 +203,8 @@ def watchLiveForGrowth():
def stopScript():
body = request.get_json()
udid = body.get("udid")
ThreadManager.stop(udid)
return ResultData(data="").toJson()
code, msg = ThreadManager.stop(udid)
return ResultData(code=code, data="", msg=msg).toJson()
# 传递主播数据