|
@ -56,7 +56,7 @@ const config = { |
|
|
url: '/api/common/aboutUs', |
|
|
url: '/api/common/aboutUs', |
|
|
method: 'GET', |
|
|
method: 'GET', |
|
|
}, |
|
|
}, |
|
|
//个人记工-新建账本
|
|
|
|
|
|
|
|
|
//新建账本
|
|
|
commonAddBill: { |
|
|
commonAddBill: { |
|
|
url: '/api/common/addBill', |
|
|
url: '/api/common/addBill', |
|
|
method: 'POST', |
|
|
method: 'POST', |
|
@ -64,14 +64,6 @@ const config = { |
|
|
limit : 500, |
|
|
limit : 500, |
|
|
showLoading : true, |
|
|
showLoading : true, |
|
|
}, |
|
|
}, |
|
|
//班组记工-新建账本
|
|
|
|
|
|
commonAddBills: { |
|
|
|
|
|
url: '/api/common/addBills', |
|
|
|
|
|
method: 'POST', |
|
|
|
|
|
auth: true, |
|
|
|
|
|
limit : 500, |
|
|
|
|
|
showLoading : true, |
|
|
|
|
|
}, |
|
|
|
|
|
// 我的服务-兑换码
|
|
|
// 我的服务-兑换码
|
|
|
commonAddExchange: { |
|
|
commonAddExchange: { |
|
|
url: '/api/common/addExchange', |
|
|
url: '/api/common/addExchange', |
|
@ -80,7 +72,7 @@ const config = { |
|
|
limit : 500, |
|
|
limit : 500, |
|
|
showLoading : true, |
|
|
showLoading : true, |
|
|
}, |
|
|
}, |
|
|
// 个人记工-技工问题
|
|
|
|
|
|
|
|
|
// 技工问题
|
|
|
commonAddQuestion: { |
|
|
commonAddQuestion: { |
|
|
url: '/api/common/addQuestion', |
|
|
url: '/api/common/addQuestion', |
|
|
method: 'POST', |
|
|
method: 'POST', |
|
@ -88,14 +80,6 @@ const config = { |
|
|
limit : 500, |
|
|
limit : 500, |
|
|
showLoading : true, |
|
|
showLoading : true, |
|
|
}, |
|
|
}, |
|
|
// 班组记工-技工问题
|
|
|
|
|
|
commonAddQuestions: { |
|
|
|
|
|
url: '/api/common/addQuestions', |
|
|
|
|
|
method: 'POST', |
|
|
|
|
|
auth: true, |
|
|
|
|
|
limit : 500, |
|
|
|
|
|
showLoading : true, |
|
|
|
|
|
}, |
|
|
|
|
|
// 我的服务-会员充值(开通VIP)
|
|
|
// 我的服务-会员充值(开通VIP)
|
|
|
commonAddRecharge: { |
|
|
commonAddRecharge: { |
|
|
url: '/api/common/addRecharge', |
|
|
url: '/api/common/addRecharge', |
|
@ -127,31 +111,26 @@ const config = { |
|
|
url: '/api/common/queryAddressList', |
|
|
url: '/api/common/queryAddressList', |
|
|
method: 'GET', |
|
|
method: 'GET', |
|
|
}, |
|
|
}, |
|
|
//个人记工-全年收支
|
|
|
|
|
|
|
|
|
//全年收支
|
|
|
commonQueryBill: { |
|
|
commonQueryBill: { |
|
|
url: '/api/common/queryBill', |
|
|
url: '/api/common/queryBill', |
|
|
method: 'GET', |
|
|
method: 'GET', |
|
|
}, |
|
|
}, |
|
|
//班组记工-全年收支
|
|
|
|
|
|
commonQueryBills: { |
|
|
|
|
|
url: '/api/common/queryBills', |
|
|
|
|
|
method: 'GET', |
|
|
|
|
|
}, |
|
|
|
|
|
//个人记工-在建项目
|
|
|
|
|
|
commonQueryStrartJobList: { |
|
|
|
|
|
url: '/api/common/queryStrartJobList', |
|
|
|
|
|
|
|
|
//项目列表
|
|
|
|
|
|
commonQueryNotebookList: { |
|
|
|
|
|
url: '/api/common/queryNotebookList', |
|
|
method: 'GET', |
|
|
method: 'GET', |
|
|
}, |
|
|
}, |
|
|
//个人记工-在建项目
|
|
|
|
|
|
commonQueryStrartJobLists: { |
|
|
|
|
|
url: '/api/common/queryStrartJobLists', |
|
|
|
|
|
method: 'GET', |
|
|
|
|
|
}, |
|
|
|
|
|
//会员中心-正式积分||临时积分||积分记录
|
|
|
|
|
|
|
|
|
//会员中心-正式积分||临时积分
|
|
|
commonQueryScore: { |
|
|
commonQueryScore: { |
|
|
url: '/api/common/queryScore', |
|
|
url: '/api/common/queryScore', |
|
|
method: 'GET', |
|
|
method: 'GET', |
|
|
}, |
|
|
}, |
|
|
|
|
|
//积分记录
|
|
|
|
|
|
commonQueryScoreRecord: { |
|
|
|
|
|
url: '/api/common/queryScoreRecord', |
|
|
|
|
|
method: 'GET', |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 求职者的接口 |
|
|
* 求职者的接口 |
|
|