|
|
- "use strict";
- const api = {
- // 获取会员权益列表
- getRiceVipList: {
- url: "/index_common/getVipInfoList",
- method: "GET"
- },
- // 申请成为会员
- applyRiceVip: {
- url: "/rice_vip/applyRiceVip",
- method: "POST",
- limit: 500,
- auth: true,
- showLoading: true
- }
- };
- const __vite_glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
- __proto__: null,
- default: api
- }, Symbol.toStringTag, { value: "Module" }));
- exports.__vite_glob_0_4 = __vite_glob_0_4;
- //# sourceMappingURL=../../../.sourcemap/mp-weixin/api/model/vip.js.map
|