|
|
|
|
@ -0,0 +1,370 @@
|
|
|
|
|
# cz-hjjc-ht 接口调用清单(自动提取)
|
|
|
|
|
|
|
|
|
|
- 生成时间:2025-12-25T17:08:11
|
|
|
|
|
- 扫描目录:`cz-hjjc-ht/src/api/`
|
|
|
|
|
- 请求封装:`cz-hjjc-ht/src/utils/request.js`(axios,baseURL=VUE_APP_BASE_API,可用 requestBase 覆盖)
|
|
|
|
|
- 提取规则:匹配 `export function xxx(...) { return request({ url, method, ... }) }`(尽力解析)
|
|
|
|
|
|
|
|
|
|
## `src/api/achievements/evaluate.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/plan_evaluate/destroy` | `destroy` |
|
|
|
|
|
| GET | `/api/ht/plan_evaluate/index` | `index` |
|
|
|
|
|
| POST | `/api/ht/plan_evaluate/save` | `save` |
|
|
|
|
|
| GET | `/api/ht/plan_evaluate/show` | `show` |
|
|
|
|
|
## `src/api/achievements/points.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/target/destroy` | `destroy` |
|
|
|
|
|
| GET | `/api/ht/target/index` | `index` |
|
|
|
|
|
| POST | `/api/ht/target/save` | `save` |
|
|
|
|
|
| GET | `/api/ht/target/show` | `show` |
|
|
|
|
|
## `src/api/achievements/types.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/target_type/destroy` | `destroy` |
|
|
|
|
|
| GET | `/api/ht/target_type/index` | `index` |
|
|
|
|
|
| POST | `/api/ht/target_type/save` | `save` |
|
|
|
|
|
| GET | `/api/ht/target_type/show` | `show` |
|
|
|
|
|
## `src/api/away/index.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| POST | `/api/ht/away-plan/save` | `planSave` |
|
|
|
|
|
| GET | `/api/ht/away/destroy` | `destroy` |
|
|
|
|
|
| GET | `/api/ht/away/index` | `index` |
|
|
|
|
|
| POST | `/api/ht/away/save` | `save` |
|
|
|
|
|
| GET | `/api/ht/away/show` | `show` |
|
|
|
|
|
| GET | `/api/oa/flow/get-away-details` | `getAwayDetails` |
|
|
|
|
|
| GET | `/api/oa/flow/get-away-list` | `awayIndex` |
|
|
|
|
|
| POST | `/api/oa/flow/update-away-details` | `updateAwayDetails` |
|
|
|
|
|
## `src/api/borrow/borrow.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/borrow-repayment/destroy` | `delRepayment` |
|
|
|
|
|
| GET | `/api/ht/borrow-repayment/index` | `getRepayment` |
|
|
|
|
|
| POST | `/api/ht/borrow-repayment/save` | `addRepayment` |
|
|
|
|
|
| GET | `/api/ht/borrow-repayment/show` | `detailRepayment` |
|
|
|
|
|
| GET | `/api/ht/borrow/destroy` | `delBorrow` |
|
|
|
|
|
| GET | `/api/ht/borrow/index` | `getBorrow` |
|
|
|
|
|
| POST | `/api/ht/borrow/save` | `addBorrow` |
|
|
|
|
|
| GET | `/api/ht/borrow/show` | `detailBorrow` |
|
|
|
|
|
## `src/api/budget/actual.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| POST | `/api/ht/contract-plan-act-temp/carry` | `carryActual` |
|
|
|
|
|
| GET | `/api/ht/contract-plan-act-temp/destroy` | `delActual` |
|
|
|
|
|
| GET | `/api/ht/contract-plan-act-temp/index` | `getActual` |
|
|
|
|
|
| POST | `/api/ht/contract-plan-act-temp/save` | `editorActual` |
|
|
|
|
|
| GET | `/api/ht/contract-plan-act-temp/show` | `detailActual` |
|
|
|
|
|
## `src/api/budget/budget.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/plan/destroy` | `delBudget` |
|
|
|
|
|
| GET | `/api/ht/plan/index` | `getBudget` |
|
|
|
|
|
| GET | `/api/ht/plan/progress` | `getProgress` |
|
|
|
|
|
| POST | `/api/ht/plan/save` | `editorBudget` |
|
|
|
|
|
| GET | `/api/ht/plan/show` | `detailBudget` |
|
|
|
|
|
| POST | `/api/ht/plan/store` | `addBudget` |
|
|
|
|
|
## `src/api/budget/budgetCollectionPackage.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| POST | `/api/ht/budget-collection-package` | `createBudgetCollectionPackage` |
|
|
|
|
|
| GET | `/api/ht/budget-collection-package` | `getBigPackages` |
|
|
|
|
|
| GET | `/api/ht/budget-collection-package` | `getBudgetCollectionPackageList` |
|
|
|
|
|
| GET | `/api/ht/budget-collection-package` | `getDepartmentPackages` |
|
|
|
|
|
| GET | `/api/ht/budget-collection-package-options` | `getBudgetCollectionPackageOptions` |
|
|
|
|
|
| GET | `/api/ht/budget-collection-package-summary` | `getBudgetCollectionPackageSummary` |
|
|
|
|
|
| DELETE | `/api/ht/budget-collection-package/${id}` | `deleteBudgetCollectionPackage` |
|
|
|
|
|
| GET | `/api/ht/budget-collection-package/${id}` | `getBudgetCollectionPackageDetail` |
|
|
|
|
|
| PUT | `/api/ht/budget-collection-package/${id}` | `updateBudgetCollectionPackage` |
|
|
|
|
|
| POST | `/api/ht/budget-collection-package/batch-destroy` | `batchDeleteBudgetCollectionPackage` |
|
|
|
|
|
| POST | `/api/ht/budget-collection-package/create-department-package` | `createDepartmentPackage` |
|
|
|
|
|
| POST | `/api/ht/budget-collection-package/create-project` | `createProject` |
|
|
|
|
|
| GET | `/api/ht/budget-collection-package/projects` | `getProjects` |
|
|
|
|
|
| GET | `/api/ht/economic-categories` | `getEconomicClassifications` |
|
|
|
|
|
| GET | `/api/ht/economic-categories` | `getPackageStatusOptions` |
|
|
|
|
|
| GET | `/api/ht/economic-categories` | `getProjectTypeOptions` |
|
|
|
|
|
## `src/api/budget/budgetCollectionYear.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| POST | `/api/ht/budget-collection-year` | `createBudgetCollectionYear` |
|
|
|
|
|
| GET | `/api/ht/budget-collection-year` | `getBudgetCollectionYearList` |
|
|
|
|
|
| GET | `/api/ht/budget-collection-year-options` | `getBudgetCollectionYearOptions` |
|
|
|
|
|
| DELETE | `/api/ht/budget-collection-year/${id}` | `deleteBudgetCollectionYear` |
|
|
|
|
|
| GET | `/api/ht/budget-collection-year/${id}` | `getBudgetCollectionYearDetail` |
|
|
|
|
|
| PUT | `/api/ht/budget-collection-year/${id}` | `updateBudgetCollectionYear` |
|
|
|
|
|
| POST | `/api/ht/budget-collection-year/batch-destroy` | `batchDeleteBudgetCollectionYear` |
|
|
|
|
|
## `src/api/budget/budgetReview.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/budget-reviews` | `getBudgetReviews` |
|
|
|
|
|
| GET | `/api/ht/budget-reviews-statistics` | `getBudgetReviewStatistics` |
|
|
|
|
|
| GET | `/api/ht/budget-reviews/${id}` | `getBudgetReviewDetail` |
|
|
|
|
|
| GET | `/api/ht/budget-reviews/${id}/history` | `getBudgetReviewHistory` |
|
|
|
|
|
| POST | `/api/ht/budget-reviews/${id}/review` | `reviewBudgetSubmission` |
|
|
|
|
|
| POST | `/api/ht/budget-reviews/batch-review` | `batchReviewBudgetSubmissions` |
|
|
|
|
|
## `src/api/budget/collection.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| POST | `/budget/collection/create` | `createBudget` |
|
|
|
|
|
| DELETE | `/budget/collection/delete/${id}` | `deleteBudget` |
|
|
|
|
|
| GET | `/budget/collection/detail/${id}` | `getBudgetDetail` |
|
|
|
|
|
| POST | `/budget/collection/draft` | `saveBudgetDraft` |
|
|
|
|
|
| GET | `/budget/collection/list` | `getBudgetList` |
|
|
|
|
|
| POST | `/budget/collection/submit` | `submitBudget` |
|
|
|
|
|
| GET | `/budget/collection/templates` | `getBudgetTemplates` |
|
|
|
|
|
| PUT | `/budget/collection/update/${id}` | `updateBudget` |
|
|
|
|
|
| GET | `/system/departments` | `getDepartments` |
|
|
|
|
|
| GET | `/system/project-types` | `getProjectTypes` |
|
|
|
|
|
| POST | `/upload/file` | `uploadFile` |
|
|
|
|
|
## `src/api/budget/departmentSubmission.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/budget-collection-packages/${packageId}/project-names` | `getPackageProjectNames` |
|
|
|
|
|
| GET | `/api/ht/budget-collection-packages/department-packages` | `getDepartmentPackages` |
|
|
|
|
|
| POST | `/api/ht/budget-decompositions` | `submitBudgetDecomposition` |
|
|
|
|
|
| PUT | `/api/ht/budget-decompositions/${id}` | `updateBudgetDecomposition` |
|
|
|
|
|
| GET | `/api/ht/budget-decompositions/${packageId}` | `getMultiPackageDecomposition` |
|
|
|
|
|
| GET | `/api/ht/budget-decompositions/${packageId}` | `getPackageDecomposition` |
|
|
|
|
|
| POST | `/api/ht/budget-decompositions/multi-package` | `submitMultiPackageBudgetDecomposition` |
|
|
|
|
|
| POST | `/api/ht/budget-decompositions/multi-package` | `submitMultiPackageDecomposition` |
|
|
|
|
|
| GET | `/api/ht/economic-categories` | `getEconomicCategories` |
|
|
|
|
|
| GET | `/api/ht/performance-indicator-templates` | `getPerformanceIndicatorTemplates` |
|
|
|
|
|
| GET | `/api/performance-indicators/children` | `getChildrenPerformanceIndicators` |
|
|
|
|
|
| GET | `/api/performance-indicators/level1` | `getLevel1PerformanceIndicators` |
|
|
|
|
|
| GET | `/api/performance-indicators/required` | `getRequiredPerformanceIndicators` |
|
|
|
|
|
| GET | `/api/performance-indicators/tree` | `getPerformanceIndicatorTree` |
|
|
|
|
|
## `src/api/budget/leadDepartment.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| PUT | `/api/ht/budget-collection-packages/${id}/update-with-children` | `editSecondLevelPackage` |
|
|
|
|
|
| GET | `/api/ht/budget-collection-packages/${packageId}/department-submissions-summary` | `getDepartmentSubmissionsSummary` |
|
|
|
|
|
| POST | `/api/ht/budget-package/split` | `splitBudgetPackage` |
|
|
|
|
|
| POST | `/api/ht/budget-package/submit-summary` | `submitSummary` |
|
|
|
|
|
| GET | `/api/ht/lead-department-packages` | `getLeadDepartmentPackages` |
|
|
|
|
|
| POST | `/api/ht/lead-department-summary` | `submitLeadDepartmentSummary` |
|
|
|
|
|
| PUT | `/api/ht/lead-department-summary/${id}` | `updateLeadDepartmentSummary` |
|
|
|
|
|
| GET | `/api/ht/lead-department-summary/${packageId}` | `getLeadDepartmentSummary` |
|
|
|
|
|
## `src/api/budget/paidPlan.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/paid-plan/destroy` | `paidDestroy` |
|
|
|
|
|
| GET | `/api/ht/paid-plan/index` | `paidIndex` |
|
|
|
|
|
| POST | `/api/ht/paid-plan/save` | `paidSave` |
|
|
|
|
|
| GET | `/api/ht/paid-plan/show` | `paidShow` |
|
|
|
|
|
| POST | `/api/ht/paid-plan/store` | `paidStore` |
|
|
|
|
|
## `src/api/budget/planTarget.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/plan_target/destroy` | `destroy` |
|
|
|
|
|
| GET | `/api/ht/plan_target/index` | `index` |
|
|
|
|
|
| POST | `/api/ht/plan_target/save` | `save` |
|
|
|
|
|
| GET | `/api/ht/plan_target/show` | `show` |
|
|
|
|
|
## `src/api/budget/prePlan.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/pre_plan/destroy` | `destroy` |
|
|
|
|
|
| GET | `/api/ht/pre_plan/index` | `index` |
|
|
|
|
|
| POST | `/api/ht/pre_plan/save` | `save` |
|
|
|
|
|
| GET | `/api/ht/pre_plan/show` | `show` |
|
|
|
|
|
## `src/api/common.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/download-file` | `downLoadFile` |
|
|
|
|
|
| GET | `/api/ht/other/admin-department-list` | `listCommondepartment` |
|
|
|
|
|
| GET | `/api/ht/other/admin-user-list` | `listCommonuser` |
|
|
|
|
|
| GET | `/api/ht/other/config` | `flowStatusConfig` |
|
|
|
|
|
## `src/api/contract/contract.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/admin/oa/update-contract` | `updateStatus` |
|
|
|
|
|
| GET | `/api/ht/contract/check-name` | `checkContractName` |
|
|
|
|
|
| GET | `/api/ht/contract/destroy` | `delContract` |
|
|
|
|
|
| GET | `/api/ht/contract/index` | `getContract` |
|
|
|
|
|
| POST | `/api/ht/contract/save` | `editorContract` |
|
|
|
|
|
| GET | `/api/ht/contract/show` | `detailContract` |
|
|
|
|
|
| POST | `/api/ht/contract/store` | `addContrant` |
|
|
|
|
|
| GET | `/api/oa/flow/no-link-list` | `oaSelect` |
|
|
|
|
|
| POST | `/api/oa/flow/save-foreign` | `oaSave` |
|
|
|
|
|
## `src/api/contractSign/contractSign.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/sign_plan/destroy` | `delContractSign` |
|
|
|
|
|
| GET | `/api/ht/sign_plan/index` | `getContractSign` |
|
|
|
|
|
| POST | `/api/ht/sign_plan/save` | `editorContractSign` |
|
|
|
|
|
| GET | `/api/ht/sign_plan/show` | `detailContractSign` |
|
|
|
|
|
| POST | `/api/ht/sign_plan/store` | `addContractSign` |
|
|
|
|
|
## `src/api/dashboard/notice.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/notice/carry` | `carry` |
|
|
|
|
|
| GET | `/api/ht/notice/has-read` | `readNotice` |
|
|
|
|
|
| GET | `/api/ht/notice/index-v2` | `getNotice2` |
|
|
|
|
|
| GET | `/api/ht/notice/statistic-department` | `statisticDepartment` |
|
|
|
|
|
| GET | `/api/ht/notice/statistic-progress` | `statisticProgress` |
|
|
|
|
|
| GET | `/api/ht/notice/statistic-type` | `statisticType` |
|
|
|
|
|
| GET | `/api/ht/notice/type-carry` | `typeCarry` |
|
|
|
|
|
| GET | `/api/notification/todo` | `getNotice` |
|
|
|
|
|
## `src/api/departmentProgress/index.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/contract/end-index` | `endIndex` |
|
|
|
|
|
| GET | `/api/ht/contract/part-index` | `partIndex` |
|
|
|
|
|
| GET | `/api/ht/notice/statistic-department-v2` | `statisticDepartment` |
|
|
|
|
|
## `src/api/income/index.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/income/destroy` | `destroy` |
|
|
|
|
|
| GET | `/api/ht/income/index` | `index` |
|
|
|
|
|
| POST | `/api/ht/income/save` | `save` |
|
|
|
|
|
| GET | `/api/ht/income/show` | `show` |
|
|
|
|
|
## `src/api/me.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| POST | `/api/auth/login` | `login` |
|
|
|
|
|
| POST | `/api/auth/logout` | `logout` |
|
|
|
|
|
| POST | `/api/auth/me` | `getInfo` |
|
|
|
|
|
| GET | `/api/auth/module-permissions/${window.MODULE_NAME || window.location.pathname.replaceAll(/\//g, '') || process.env.VUE_APP_MODULE_NAME}` | `permissions` |
|
|
|
|
|
| POST | `/api/ht/auth/oss-login` | `loginOss` |
|
|
|
|
|
| POST | `/api/ht/auth/oss-login-v2` | `loginOssV2` |
|
|
|
|
|
## `src/api/oatoken/index.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/oa/get-oa-token` | `getOatoken` |
|
|
|
|
|
| GET | `/api/oa/flow/list/all` | `getShList` |
|
|
|
|
|
| GET | `/api/oa/flow/view/${id}` | `getOaView` |
|
|
|
|
|
## `src/api/out/index.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/contract/fundlog-flow` | `fundlogFlow` |
|
|
|
|
|
| GET | `/api/ht/contract/update-flow` | `updateFlow` |
|
|
|
|
|
| GET | `/api/ht/oa/get-oa-token` | `getOaToken` |
|
|
|
|
|
| POST | `/api/ht/other/http-curl` | `httpCurl` |
|
|
|
|
|
| GET | `/index.php` | `getOutDetail` |
|
|
|
|
|
## `src/api/paymentRegistration/fundLog.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/fund_log/destroy` | `delFundLog` |
|
|
|
|
|
| GET | `/api/ht/fund_log/index` | `getFundLog` |
|
|
|
|
|
| POST | `/api/ht/fund_log/save` | `editorFundLog` |
|
|
|
|
|
| GET | `/api/ht/fund_log/show` | `detailFundLog` |
|
|
|
|
|
| POST | `/api/ht/fund_log/store` | `addFundLog` |
|
|
|
|
|
| GET | `/api/ht/plan/plan-act-links` | `getPlanActLinks` |
|
|
|
|
|
## `src/api/sysManage/article.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/regulation/article-destroy` | `destroy` |
|
|
|
|
|
| GET | `/api/ht/regulation/article-index` | `index` |
|
|
|
|
|
| POST | `/api/ht/regulation/article-save` | `save` |
|
|
|
|
|
| GET | `/api/ht/regulation/article-show` | `show` |
|
|
|
|
|
| POST | `/api/ht/regulation/article-store` | `store` |
|
|
|
|
|
## `src/api/sysManage/menu.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/regulation/destroy` | `destroy` |
|
|
|
|
|
| GET | `/api/ht/regulation/index` | `index` |
|
|
|
|
|
| POST | `/api/ht/regulation/save` | `save` |
|
|
|
|
|
| GET | `/api/ht/regulation/show` | `show` |
|
|
|
|
|
| POST | `/api/ht/regulation/store` | `store` |
|
|
|
|
|
## `src/api/system/department.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/department` | `listdept` |
|
|
|
|
|
| POST | `/api/ht/department/delete` | `del` |
|
|
|
|
|
| POST | `/api/ht/department/save` | `save` |
|
|
|
|
|
| GET | `/api/ht/other/admin-department-list` | `adminDepartmentList` |
|
|
|
|
|
| GET | `/api/ht/other/admin-department-list` | `listdeptNoAuth` |
|
|
|
|
|
## `src/api/system/dictionary.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/parameter/delete` | `del` |
|
|
|
|
|
| GET | `/api/ht/parameter/detail-delete` | `delDetail` |
|
|
|
|
|
| GET | `/api/ht/parameter/index` | `listparameter` |
|
|
|
|
|
| POST | `/api/ht/parameter/save` | `save` |
|
|
|
|
|
| GET | `/api/ht/parameter/show` | `getparameter` |
|
|
|
|
|
| GET | `/api/ht/parameter/show-child` | `getparameterTree` |
|
|
|
|
|
| POST | `/api/ht/parameter/store` | `store` |
|
|
|
|
|
## `src/api/system/diyMenu.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/diy_menu/destroy` | `destroy` |
|
|
|
|
|
| GET | `/api/ht/diy_menu/index` | `index` |
|
|
|
|
|
| POST | `/api/ht/diy_menu/save` | `save` |
|
|
|
|
|
| GET | `/api/ht/diy_menu/show` | `show` |
|
|
|
|
|
## `src/api/system/expand.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/admin_expand/destroy` | `destroy` |
|
|
|
|
|
| GET | `/api/ht/admin_expand/index` | `index` |
|
|
|
|
|
| POST | `/api/ht/admin_expand/save` | `save` |
|
|
|
|
|
| GET | `/api/ht/admin_expand/show` | `show` |
|
|
|
|
|
## `src/api/system/log.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| POST | `/api/ht/operate-log/index` | `index` |
|
|
|
|
|
## `src/api/system/menu.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/ht/menu` | `listmenu` |
|
|
|
|
|
| POST | `/api/ht/menu/delete` | `del` |
|
|
|
|
|
| POST | `/api/ht/menu/save` | `save` |
|
|
|
|
|
## `src/api/system/ossLogin.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| POST | `/api/ht/auth/oss-login` | `ossLogin` |
|
|
|
|
|
## `src/api/system/permission.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| POST | `/api/admin/role/set-permissions` | `setPermissions` |
|
|
|
|
|
## `src/api/system/role.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| POST | `/api/admin/admin/set-roles-many` | `set` |
|
|
|
|
|
| GET | `/api/admin/role` | `list` |
|
|
|
|
|
| POST | `/api/admin/role/delete` | `del` |
|
|
|
|
|
| POST | `/api/admin/role/save` | `save` |
|
|
|
|
|
## `src/api/system/user.js`
|
|
|
|
|
|
|
|
|
|
| 方法 | URL | 函数 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| GET | `/api/admin/admin` | `listuser` |
|
|
|
|
|
| POST | `/api/admin/admin/delete` | `del` |
|
|
|
|
|
| POST | `/api/admin/admin/save` | `save` |
|
|
|
|
|
| POST | `/api/admin/admin/set-roles` | `setRoles` |
|