chat.js 490 B

1234567891011121314151617
  1. "use strict";
  2. const sheep_request_index = require("../../request/index.js");
  3. const chat = {
  4. // 获取聊天token
  5. unifiedToken: () => sheep_request_index.request({
  6. url: "unifiedToken",
  7. custom: {
  8. showError: false,
  9. showLoading: false
  10. }
  11. })
  12. };
  13. const __vite_glob_0_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
  14. __proto__: null,
  15. default: chat
  16. }, Symbol.toStringTag, { value: "Module" }));
  17. exports.__vite_glob_0_11 = __vite_glob_0_11;