迁移合作订单完整能力,并统一 AppRoleCode 角色权限与首页菜单展示。
新增 CooperationOrder 模块(双 Tab 列表、获客员绑定、主 Tab 扫码)、订单来源/带客单绑定及配套 API 测试;同步引入 roleCode 权限匹配与相关单元测试。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
15
suixinkanTests/Fixtures/sale_user_invite_info_success.json
Normal file
15
suixinkanTests/Fixtures/sale_user_invite_info_success.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"code": 100000,
|
||||
"msg": "success",
|
||||
"data": {
|
||||
"is_bound": false,
|
||||
"photographer_name": "陆久银",
|
||||
"photographer_phone": "18651857230",
|
||||
"sale_user_id": 101,
|
||||
"saler_name": "管铜彬",
|
||||
"saler_phone": "13222319413",
|
||||
"share_code": "INV-000101",
|
||||
"subtitle": "确认与获客员绑定,可以绑定多个获客员",
|
||||
"title": "绑定获客员"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user