1234567891011121314151617 |
- "use strict";
- const sheep_request_index = require("../../request/index.js");
- const chat = {
- // 获取聊天token
- unifiedToken: () => sheep_request_index.request({
- url: "unifiedToken",
- custom: {
- showError: false,
- showLoading: false
- }
- })
- };
- const __vite_glob_0_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
- __proto__: null,
- default: chat
- }, Symbol.toStringTag, { value: "Module" }));
- exports.__vite_glob_0_11 = __vite_glob_0_11;
|