爱简收旧衣按件回收前端代码仓库
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

"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