feat: 提现驳回可选返还手续费与入账冻结(单笔/批量)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-29 00:57:12 +08:00
parent 8e7481e25d
commit 36e1bf902a
4 changed files with 184 additions and 19 deletions

View File

@@ -138,7 +138,7 @@ def save_config(request, data: dict, operator: str = '') -> Tuple[Optional[dict]
source_scope = data.get('source_scope')
if source_scope is None:
# 默认同时覆盖订单结算与分红(管事/组长主要靠分红入账)
source_scope = ['order_settle', 'fenhong']
source_scope = ['order_settle', 'fenhong', 'withdraw_reject']
if isinstance(source_scope, str):
try:
source_scope = json.loads(source_scope)