api.js
2.28 KB
module.exports = {
login: '/warubiEyeCreamApi/app/login', // post 通过wxcode换取sessionId
register: '/warubiEyeCreamApi/app/register', // post 注册(用户授权)
index: '/warubiEyeCreamApi/app/index', // post Index 接口
picVerifyCode: '/warubiEyeCreamApi/app/crm/pic/verifyCode', // get Crm获取图形验证码
mobileVerifyCode: '/warubiEyeCreamApi/app/crm/mobile/verifyCode', // post Crm获取短信验证码
crmLogin: '/warubiEyeCreamApi/app/crm/login', // post Crm账户登录
crmRegister: '/warubiEyeCreamApi/app/crm/register', // post Crm账户登录
questionList: '/warubiEyeCreamApi/app/question/list', // post 新用户题目候选列表
answerSubmit: '/warubiEyeCreamApi/app/answer/submit', // post 新用户提交候选题目
wishbillPrizeCandidate: '/warubiEyeCreamApi/app/wishbill/prize/candidate', // post 心愿单产品候选列表
wishbillCreate: '/warubiEyeCreamApi/app/wishbill/create', // post 创建心愿单
selfAssist: '/warubiEyeCreamApi/app/wishbill/selfAssist', // post 自我助力
wishbillDetail: '/warubiEyeCreamApi/app/wishbill/detail', // post 读取心愿单信息
wishbillHelpers: '/warubiEyeCreamApi/app/wishbill/helpers', // post 读取心愿单助力列表
wishbillAssist: '/warubiEyeCreamApi/app/wishbill/assist', // post 分享-心愿单摇一摇助力
fishPrize: '/warubiEyeCreamApi/app/fish/prize', // post 查看新人福利
rank: '/warubiEyeCreamApi/app/rank', // post 查看弹力排行
wishbillGiftQuery: '/warubiEyeCreamApi/app/wishbill/gift/query', // post 读取心愿单礼品信息
storeQuery: '/warubiEyeCreamApi/app/store/query', // post 查询附近门店
wishbillGiftAccept: '/warubiEyeCreamApi/app/wishbill/gift/accept', // post 领取心愿礼品
wishbillAcceptTypeSubmit: '/warubiEyeCreamApi/app/wishbill/accept/type/submit', // post 提交礼品领取方式
wishbillAddressSubmit: '/warubiEyeCreamApi/app/wishbill/address/submit', // post 提交邮寄地址
wishbillStoreAppoint: '/warubiEyeCreamApi/app/wishbill/store/appoint', // post 预约自提门店
provinceQuery: '/warubiEyeCreamApi/app/store/province', // post 省
cityQuery: '/warubiEyeCreamApi/app/store/city', // post 市
districtQuery: '/warubiEyeCreamApi/app/store/district', // post 区
wxacodeGet: '/warubiEyeCreamApi/app/qrcode/create', //
}