This commit is contained in:
wuaho 2021-06-03 09:52:39 +08:00
parent 0538f2cacd
commit 5f93914830

View File

@ -38,7 +38,7 @@ class Bale:
'total_pkg': pkg_num,
'current_pkg': 0,
'done': 0,
'code': -1,
'code': -2,
'msg': b
}
cls._post('http://gamesdk.legu.cc/api/subpackageRecord/getRecord', data=data)
@ -59,7 +59,7 @@ class Bale:
if not is_ok:
data = {
'id': id_,
'url': msg,
'url': '',
'apkname': item,
'total_pkg': pkg_num,
'current_pkg': count,