MCPcopy
hub / github.com/nodeWechat/wechat4u / getBaseRequest

Method getBaseRequest

src/core.js:1209–1216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1207 }
1208
1209 getBaseRequest () {
1210 return {
1211 Uin: parseInt(this.PROP.uin),
1212 Sid: this.PROP.sid,
1213 Skey: this.PROP.skey,
1214 DeviceID: getDeviceID()
1215 }
1216 }
1217}

Callers 15

initMethod · 0.95
notifyMobileMethod · 0.95
batchGetContactMethod · 0.95
statReportMethod · 0.95
syncMethod · 0.95
sendTextMethod · 0.95
sendEmoticonMethod · 0.95
uploadMediaMethod · 0.95
sendPicMethod · 0.95
sendVideoMethod · 0.95
sendDocMethod · 0.95
forwardMsgMethod · 0.95

Calls 1

getDeviceIDFunction · 0.90

Tested by

no test coverage detected