mod: cid获取

This commit is contained in:
guozhigq
2023-06-22 17:27:24 +08:00
parent 72361af269
commit ee250e1aaa
2 changed files with 5 additions and 5 deletions

View File

@ -160,7 +160,7 @@ class History {
epid = json['epid'];
bvid = json['bvid'];
page = json['page'];
cid = json['cid'];
cid = json['cid'] == 0 ? null : json['cid'];
part = json['part'];
business = json['business'];
dt = json['dt'];