|
|
@ -31,17 +31,20 @@ const config = { |
|
|
|
//获取动态列表带分页
|
|
|
|
indexGetTrendsPage: { |
|
|
|
url: '/api/index/getTrendsPage', |
|
|
|
method: 'GET' |
|
|
|
method: 'GET', |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
//获取动态列表带分页
|
|
|
|
//获取演员列表带分页
|
|
|
|
indexGetActorSetPage: { |
|
|
|
url: '/api/index/getActorSetPage', |
|
|
|
method: 'GET' |
|
|
|
method: 'GET', |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
//获取动态详情
|
|
|
|
indexGetTrendsDetail: { |
|
|
|
url: '/api/index/getTrendsDetail', |
|
|
|
method: 'GET' |
|
|
|
method: 'GET', |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
//获取投诉原因
|
|
|
|
indexGetComplaintReason: { |
|
|
@ -53,10 +56,11 @@ const config = { |
|
|
|
url: '/api/index/getWorkPage', |
|
|
|
method: 'GET' |
|
|
|
}, |
|
|
|
//获取投诉原因
|
|
|
|
//获取置顶列表
|
|
|
|
indexTopPayList: { |
|
|
|
url: '/api/index/getTopPayList', |
|
|
|
method: 'GET' |
|
|
|
method: 'GET', |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -68,14 +72,15 @@ const config = { |
|
|
|
method: 'GET', |
|
|
|
auth: true, |
|
|
|
limit : 1500, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
|
|
|
|
//发布动态
|
|
|
|
infoReleaseTrends: { |
|
|
|
url: '/api/info/releaseTrends', |
|
|
|
method: 'POST', |
|
|
|
auth: true, |
|
|
|
limit : 1000, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
//发布演员接口
|
|
|
|
publishActor: { |
|
|
@ -83,30 +88,35 @@ const config = { |
|
|
|
method: 'POST', |
|
|
|
auth: true, |
|
|
|
limit : 1000, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
//获取银行卡列表带分页
|
|
|
|
infoGetBankCardPage: { |
|
|
|
url: '/api/info/getBankCardPage', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 获取个人认证信息
|
|
|
|
infoGetCertification: { |
|
|
|
url: '/api/info/getCertification', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
//获取企业认证信息
|
|
|
|
infoGetCompanyCertification: { |
|
|
|
url: '/api/info/getCompanyCertification', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 获取收益记录带分页
|
|
|
|
infoGetIncomePage: { |
|
|
|
url: '/api/info/getIncomePage', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 获取个人信息接口
|
|
|
|
infoGetInfo: { |
|
|
@ -118,67 +128,78 @@ const config = { |
|
|
|
infoGetMyReleaseDetail: { |
|
|
|
url: '/api/info/getMyReleaseDetail', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 获取我的发布列表
|
|
|
|
infoGetMyReleasePage: { |
|
|
|
url: '/api/info/getMyReleasePage', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 获取推广记录详情
|
|
|
|
infoGetPromotionDetail: { |
|
|
|
url: '/api/info/getPromotionDetail', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 确认推广
|
|
|
|
ConfirmPromotion: { |
|
|
|
url: '/api/info/confirmPromotion', |
|
|
|
method: 'POST', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 获取推广记录列表
|
|
|
|
infoGetPromotionPage: { |
|
|
|
url: '/api/info/getPromotionPage', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 获取提现记录带分页
|
|
|
|
infoGetWithdrawPage: { |
|
|
|
url: '/api/info/getWithdrawPage', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 个人认证提交
|
|
|
|
infoSubmitCertification: { |
|
|
|
url: '/api/info/submitCertification', |
|
|
|
method: 'GET', |
|
|
|
auth: true, |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 企业认证提交
|
|
|
|
infoSubmitCompanyCertification: { |
|
|
|
url: '/api/info/submitCompanyCertification', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 修改个人信息接口
|
|
|
|
infoUpdateInfo: { |
|
|
|
url: '/api/info/updateInfo', |
|
|
|
method: 'POST', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 用户提现
|
|
|
|
infoWithdraw: { |
|
|
|
url: '/api/info/withdraw', |
|
|
|
method: 'POST', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 获取用户平台数据
|
|
|
|
infoGetInfoMoney: { |
|
|
|
url: '/api/info/getInfoMoney', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -188,24 +209,28 @@ const config = { |
|
|
|
loginBindPhone: { |
|
|
|
url: '/api/login/bindPhone', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 找回密码接口
|
|
|
|
loginForget: { |
|
|
|
url: '/api/login/forget', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 登录接口
|
|
|
|
loginLogin: { |
|
|
|
url: '/api/login/login', |
|
|
|
method: 'GET', |
|
|
|
method: 'GET', |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 退出接口
|
|
|
|
loginLogout: { |
|
|
|
url: '/api/login/logout', |
|
|
|
method: 'GET', |
|
|
|
auth: true |
|
|
|
auth: true, |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
// 注册接口
|
|
|
|
loginRegister: { |
|
|
@ -216,6 +241,7 @@ const config = { |
|
|
|
loginSendcode: { |
|
|
|
url: '/api/login/sendCode', |
|
|
|
method: 'GET', |
|
|
|
showLoading : true, |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|