函数式 API getGroupId也可以通过它使用相同的功能。GitBook Assistant
函数式 API getGroupId也可以通过它使用相同的功能。
getGroupId
这是 Appintos 提供的组 ID。
是常量值,可直接读取,无需调用。
Environment.groupId: string;
Params
无
Response
是字符串。
import { Environment } from "@apps-in-toss/web-framework"; console.log(Environment.groupId);
这有帮助吗?