upload project source code
This commit is contained in:
@@ -0,0 +1 @@
|
||||
import{l as e}from"./index.DW5SWAAE.js";const t="/yifan/yifan_membership",o={getDiscountConfig:()=>e({url:`${t}/discount-config`,method:"get"}),updateDiscountConfig:o=>e({url:`${t}/discount-config`,method:"put",data:o}),getServicePriceConfig:()=>e({url:`${t}/service-price-config`,method:"get"}),updateServicePriceConfig:o=>e({url:`${t}/service-price-config`,method:"put",data:o}),getMemberList:o=>e({url:`${t}/member-list`,method:"get",params:o}),getOperationRecords:o=>e({url:`${t}/operation-records`,method:"get",params:o}),adjustQuota:o=>e({url:`${t}/quota/adjust`,method:"put",data:o}),getMyBenefits:()=>e({url:`${t}/my-benefits`,method:"get"}),consumeDailyDetect:()=>e({url:`${t}/daily-detect/consume`,method:"post"})};export{o as Y};
|
||||
Reference in New Issue
Block a user