wechaty / puppet-padlocal

Puppet PadLocal is a Pad Protocol for WeChat
https://wechaty.js.org/docs/puppet-providers/padlocal
Apache License 2.0
642 stars 88 forks source link

Those WX checking messages #67

Closed suntong closed 3 years ago

suntong commented 3 years ago

Those WX messages from 微信团队 that I got when initially login into padlocal, how should I do about them?

E.g.,

<sysmsg type="ClientCheckGetExtInfo"><ClientCheckGetExtInfo><ReportContext>539033600</ReportContext><Basic>0</Basic></ClientCheckGetExtInfo></sysmsg>

which seems to be doing some checking, and

<sysmsg type="functionmsg">\n' +
      '<functionmsg>\n' +
      '<cgi>/cgi-bin/micromsg-bin/pullfunctionmsg</cgi>\n' +
      '<cmdid>614</cmdid>\n' +
      '<functionmsgid>MMKANYIKAN_REDDOT_1618...500</functionmsgid>\n' +
      '<retryinterval>150</retryinterval>\n' +
      '<retrycount>3</retrycount>\n' +
      '<custombuff>YImkAXIKMTY...dRPT0=</custombuff>\n' +
      '<businessid>21001</businessid>\n' +
      '<actiontime>1618639209</actiontime>\n' +
      '<functionmsgversion>2</functionmsgversion>\n' +
      '</functionmsg>\n' +
      '</sysmsg>'

which has been sending over and over, and seems to be anticipating certain answers.

what are they? Would WX detect that my padlocal is a fake client if those handshaking messages are not answered?

thx

padlocal commented 3 years ago

You can ignore this message. No worries, PadLocal has handled it properly.