feat: ship enterprise control and desktop governance
This commit is contained in:
@@ -120,7 +120,7 @@ function buildDispatchableThreadProject({
|
||||
|
||||
async function createAuthedRequest(url: string, method: "GET" | "POST" | "PATCH", body?: unknown) {
|
||||
const session = await createAuthSession({
|
||||
account: "17600003315",
|
||||
account: "krisolo",
|
||||
role: "highest_admin",
|
||||
displayName: "Boss 超级管理员",
|
||||
loginMethod: "password",
|
||||
@@ -173,7 +173,7 @@ async function createDispatchPlanForTest() {
|
||||
const groupProject = await createProjectGroupChat({
|
||||
sourceProjectId: memberProjects[0].id,
|
||||
memberProjectIds: [memberProjects[1].id],
|
||||
createdBy: "17600003315",
|
||||
createdBy: "krisolo",
|
||||
});
|
||||
|
||||
const response = await postMessageRoute(
|
||||
|
||||
Reference in New Issue
Block a user