Browse Source

上传代码

master
前端-胡立永 10 months ago
parent
commit
452051c70e
1 changed files with 9 additions and 5 deletions
  1. +9
    -5
      api/api.js

+ 9
- 5
api/api.js View File

@ -16,17 +16,20 @@ const config = {
//获取banner列表
indexGetBanner: {
url: '/api/index/getBanner',
method: 'GET'
method: 'GET',
showLoading : true,
},
//获取演员集详情接口
indexGetActorDetail: {
url: '/api/index/getActorDetail',
method: 'GET'
method: 'GET',
showLoading : true,
},
//获取认证演员
indexGetActorList: {
url: '/api/index/getActorList',
method: 'GET'
method: 'GET',
showLoading : true,
},
//获取动态列表带分页
indexGetTrendsPage: {
@ -51,10 +54,11 @@ const config = {
url: '/api/index/getComplaintReason',
method: 'GET'
},
//获取投诉原因
//获取作品列表
indexGetGetWorkPage: {
url: '/api/index/getWorkPage',
method: 'GET'
method: 'GET',
showLoading : true,
},
//获取置顶列表
indexTopPayList: {


Loading…
Cancel
Save