LianjiaTech / LianjiaTech/bella-openapi

特性:通道维度支持安全检查开关

Open
#352 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.