问题:discount_list/discount_detail_list/discount_customer_bind_list 返回403 原因:缺少CRUD目录路径、auto-generated .dspy、角色专属权限 修复: - PATHS_ANY: 添加5个CRUD目录别名 - PATHS_LOGINED: 添加25个CRUD auto-generated .dspy - PATHS_OPERATOR: reseller.operator可管理全部折扣功能 - PATHS_SALE: reseller.sale可查看促销码和客户归属
新增15条logined路径: - discount_marketing_list, discount_promo_code_list, discount_customer_bind_list - api/marketing_*, api/promo_code_*, api/customer_bind_* (9个API)