update
This commit is contained in:
parent
0538f2cacd
commit
5f93914830
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user