LianjiaTech / LianjiaTech/bella-openapi
特性:通道维度支持安全检查开关
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 239
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
支持某些特殊通道不走安全检查/忽略安全检查结果
方案:
channel_info 中,扩展一个safety_check_mode;支持 skip(直接忽略不抄送)、async(异步请求,抄送但忽略结果)、sync(等待结果); 不配置默认给async
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 by locating the channel_info definition and the current safety-check request and result-handling path. Trace how channel settings reach that flow, then verify skip, async, and sync behavior, including the default async mode, with the relevant tests or request scenarios.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100