爱简收旧衣按件回收前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
589 B

  1. "use strict";
  2. const api = {
  3. // 获取会员权益列表
  4. getRiceVipList: {
  5. url: "/index_common/getVipInfoList",
  6. method: "GET"
  7. },
  8. // 申请成为会员
  9. applyRiceVip: {
  10. url: "/rice_vip/applyRiceVip",
  11. method: "POST",
  12. limit: 500,
  13. auth: true,
  14. showLoading: true
  15. }
  16. };
  17. const __vite_glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
  18. __proto__: null,
  19. default: api
  20. }, Symbol.toStringTag, { value: "Module" }));
  21. exports.__vite_glob_0_4 = __vite_glob_0_4;
  22. //# sourceMappingURL=../../../.sourcemap/mp-weixin/api/model/vip.js.map