opt: type & grpc message (#842)

* opt: grpc type

* opt: grpc message

* opt: http type
This commit is contained in:
My-Responsitories
2025-05-10 12:40:27 +08:00
committed by GitHub
parent 7b4f08bb05
commit 024e74115e
21 changed files with 556 additions and 246 deletions

View File

@@ -457,7 +457,7 @@ class MsgHttp {
beginSeqno,
endSeqno,
}) async {
Map params = await WbiSign.makSign({
final params = await WbiSign.makSign({
'talker_id': talkerId,
'session_type': 1,
'size': 20,
@@ -486,7 +486,7 @@ class MsgHttp {
int? ackSeqno,
}) async {
String csrf = Accounts.main.csrf;
Map params = await WbiSign.makSign({
final params = await WbiSign.makSign({
'talker_id': talkerId,
'session_type': 1,
'ack_seqno': ackSeqno,