wechaty / puppet-official-account

Wechaty Puppet for WeChat Official Account
https://wechaty.js.org/2020/11/06/wechaty-puppet-oa-released-en/
Apache License 2.0
16 stars 7 forks source link

payload should have id field #12

Closed wj-Mcat closed 3 years ago

wj-Mcat commented 3 years ago

Below is the source code:

await this.oa.payloadStore.setContactPayload(this.id, { } as any)

It save empty object as ContactPayload, which will cause id not found error.

id is the required field for payload

huan commented 3 years ago

Thanks for fixing this!

Please feel free to merge this PR by yourself, cheers!