v1.2.1版本,优化调整了很多,整改验收阶段新加字段
This commit is contained in:
16
unpackage/dist/dev/mp-weixin/request/api.js
vendored
16
unpackage/dist/dev/mp-weixin/request/api.js
vendored
@@ -40,6 +40,14 @@ function assignHiddenDanger(params) {
|
||||
data: params
|
||||
});
|
||||
}
|
||||
function getQiniuUploadToken(params) {
|
||||
return request_request.requestAPI({
|
||||
url: "/frontend/attachment/qiniu/token",
|
||||
method: "GET",
|
||||
data: params,
|
||||
loadingText: false
|
||||
});
|
||||
}
|
||||
function getMyHiddenDangerList(params) {
|
||||
return request_request.requestAPI({
|
||||
url: "/frontend/hazard/my/list",
|
||||
@@ -141,6 +149,12 @@ function getMyWriteOffList(params) {
|
||||
data: params
|
||||
});
|
||||
}
|
||||
function getWriteOffApplyDetail(applyId) {
|
||||
return request_request.requestAPI({
|
||||
url: `/admin/hazard/writeoff/getWriteOffApplyDetail/${applyId}`,
|
||||
method: "GET"
|
||||
});
|
||||
}
|
||||
function acceptanceRectification(params) {
|
||||
return request_request.requestAPI({
|
||||
url: "/frontend/hazard/verify",
|
||||
@@ -321,8 +335,10 @@ exports.getMemberList = getMemberList;
|
||||
exports.getMyHiddenDangerList = getMyHiddenDangerList;
|
||||
exports.getMyWriteOffList = getMyWriteOffList;
|
||||
exports.getParentDepts = getParentDepts;
|
||||
exports.getQiniuUploadToken = getQiniuUploadToken;
|
||||
exports.getRectifyDetail = getRectifyDetail;
|
||||
exports.getRegulationList = getRegulationList;
|
||||
exports.getWriteOffApplyDetail = getWriteOffApplyDetail;
|
||||
exports.getindustry = getindustry;
|
||||
exports.lockOrUnlockMember = lockOrUnlockMember;
|
||||
exports.login = login;
|
||||
|
||||
Reference in New Issue
Block a user