larksuite / larksuite/oapi-sdk-java
事件订阅解码后解密逻辑报错导致无法使用事件订阅
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 310
- Forks
- 115
- PR merge metrics
- No merged PRs in 30d
Description
LarkAppInstance.receiveLarkNotify接收到事件订阅数据解密以后,会获取解密数据的type属性,但是按照api文档(https://open.feishu.cn/document/ukTMukTMukTM/uYDNxYjL2QTM24iN0EjN/event-subscription-configure-/subscription-event-case)是没有这个属性的,报错receive notify json data, but cannot find type, data:

larksuite-oapi:1.0.18-rc7
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at LarkAppInstance.receiveLarkNotify and compare its decrypted event payload handling with the event-subscription API documentation linked in the issue. Confirm how payloads without a type property are processed, then verify that a documented subscription event is accepted without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100