Commit 88989443 authored by 徐士卿's avatar 徐士卿

api

parent d7630a3c
......@@ -87,9 +87,6 @@ const API = generateAPI({
receiveBubble: "main/receiveBubble.do",
startVideo: "main/startVideo.do",
/** 奖品页 */
prize: "/crecord/getrecordmn",
/** 获取任务列表 */
......@@ -108,6 +105,78 @@ const API = generateAPI({
method: "post",
withToken: true,
},
// 推送使用
outside: {
uri: `inviteAssist_1/outside.do`,
widthToken: true,
},
// 推送使用
assistJoin: {
uri: `inviteAssist_1/join.do`,
widthToken: true,
},
bindPhone: {
uri: "/customActivity/piccLife/bindWithCode",
method: "post",
showMsg: false,
},
/** 落地页 */
coop_getLoadingInfo: "customInvite1/outside.do",
/** 抽奖首页 */
drawIndex: "draw/index.do",
/** 抽奖 */
drawJoin: {
uri: "draw/doDraw.do",
withToken: true,
},
/** 校验验证码并登录 */
coopCheckCode: {
uri: "examine/coop_checkCode.do",
method: "post",
},
getCode: {
uri: "/customActivity/piccLife/sendSmsCode",
// showMsg: false,
},
/** 发送验证码 */
coopSendCode: {
uri: "examine/coop_sendCode.do",
method: "post",
},
/** 校验是否绑定手机号 */
checkBind: "/customActivity/piccLife/check",
////////////////////////////////////////////////////////
/** 同意隐私协议接口*/
agreePrivacy: "main/agreePrivacy.do",
buriedPoint: {
uri: "home/buriedPoint.do",
showMsg: false,
},
/** 绑定友客业务员信息接口 */
bindYk: {
uri: "agent/bindYk.do",
method: "post",
showMsg: false,
},
/** 生成唤端二维码 */
getLongLinkQrcode: `/customActivity/qrcode/getQrcode`,
queryInviteRecords: "inviteAssist_1/queryInviteRecords.do",
})
// console.log('======', API)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment