tupian
This commit is contained in:
8
unpackage/dist/dev/mp-weixin/request/api.js
vendored
8
unpackage/dist/dev/mp-weixin/request/api.js
vendored
@@ -132,6 +132,13 @@ function login(params) {
|
||||
// 登录接口不需要 Authorization
|
||||
});
|
||||
}
|
||||
function getCheckTableList(params) {
|
||||
return request_request.requestAPI({
|
||||
url: "/admin/oneTable/list",
|
||||
method: "GET",
|
||||
data: params
|
||||
});
|
||||
}
|
||||
exports.acceptanceRectification = acceptanceRectification;
|
||||
exports.addHiddenDanger = addHiddenDanger;
|
||||
exports.addMember = addMember;
|
||||
@@ -139,6 +146,7 @@ exports.applyDelete = applyDelete;
|
||||
exports.assignHiddenDanger = assignHiddenDanger;
|
||||
exports.enterCheckPlan = enterCheckPlan;
|
||||
exports.getCheckPlanList = getCheckPlanList;
|
||||
exports.getCheckTableList = getCheckTableList;
|
||||
exports.getCheckTaskDetail = getCheckTaskDetail;
|
||||
exports.getDepartmentPersonUsers = getDepartmentPersonUsers;
|
||||
exports.getHiddenDangerDetail = getHiddenDangerDetail;
|
||||
|
||||
Reference in New Issue
Block a user