Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RB-studyChina-20250617
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
RB-studyChina-20250617
Commits
88989443
Commit
88989443
authored
May 21, 2025
by
徐士卿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api
parent
d7630a3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
3 deletions
+72
-3
draw.ts
mock/draw.ts
+0
-0
index.ts
src/api/index.ts
+72
-3
No files found.
mock/draw.
j
s
→
mock/draw.
t
s
View file @
88989443
File moved
src/api/index.ts
View file @
88989443
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment