mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
fix: msf core
This commit is contained in:
parent
0e5add2146
commit
ffeda0a472
@ -2,6 +2,7 @@ package moe.fuqiuluo.qqinterface.servlet
|
||||
|
||||
import com.tencent.biz.map.trpcprotocol.LbsSendInfo
|
||||
import com.tencent.mobileqq.msf.core.MsfCore
|
||||
import com.tencent.mobileqq.msf.service.MsfService
|
||||
import com.tencent.proto.lbsshare.LBSShare
|
||||
import com.tencent.qqnt.kernel.nativeinterface.MsgConstant
|
||||
import moe.fuqiuluo.shamrock.helper.IllegalParamsException
|
||||
@ -23,7 +24,7 @@ internal object LbsSvc: BaseSvc() {
|
||||
}.getOrNull())
|
||||
req.str_lat.set(lat.toString())
|
||||
req.str_lng.set(lon.toString())
|
||||
sendPb("trpc.qq_lbs.qq_lbs_ark.LocationArk.SsoSendMessage", req.toByteArray(), MsfCore.getNextSeq())
|
||||
sendPb("trpc.qq_lbs.qq_lbs_ark.LocationArk.SsoSendMessage", req.toByteArray(), MsfService.getCore().nextSeq)
|
||||
|
||||
return Result.success(Unit)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user