json-bigint.ts 178 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import { requestClient } from '#/api/request'; /** * 发起请求 */ async function getBigIntData() { return requestClient.get('/demo/bigint'); } export { getBigIntData };