mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 08:36:17 +08:00
opt: type & grpc message (#842)
* opt: grpc type * opt: grpc message * opt: http type
This commit is contained in:
committed by
GitHub
parent
7b4f08bb05
commit
024e74115e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user