// Copyright (c) 2026 Lark Technologies Pte. Ltd. // SPDX-License-Identifier: MIT package apps // appsService 是 CLI 命令的 service 前缀(lark-cli apps ...)。 const appsService = "apps" // apiBasePath is the registered OAPI prefix for the Miaoda apps domain. const apiBasePath = "/open-apis/spark/v1"