Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李伟
cust-api
Commits
9d47de6b
Commit
9d47de6b
authored
Apr 25, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加了一个管理端判断上传类型的接口
parent
94565ae4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
OpmArticleController.java
.../business/opmArticle/controller/OpmArticleController.java
+11
-0
No files found.
src/main/java/org/rcisoft/business/opmArticle/controller/OpmArticleController.java
View file @
9d47de6b
...
...
@@ -183,4 +183,15 @@ public class OpmArticleController extends CyPaginationController<OpmArticle> {
CyMessCons
.
MESSAGE_ALERT_ERROR
,
dto
);
}
@CyOpeLogAnno
(
title
=
"system-获取上传类型-获取上传类型"
,
businessType
=
CyLogTypeEnum
.
QUERY
)
@Operation
(
summary
=
"获取上传类型"
,
description
=
"获取上传类型"
)
@Parameters
({
@Parameter
(
name
=
"businessId"
,
description
=
"businessId"
,
required
=
true
)})
@GetMapping
(
"/getUploadType"
)
public
CyResult
getUploadType
()
{
return
CyResultGenUtil
.
builder
(
new
CyPersistModel
(
1
),
CyMessCons
.
MESSAGE_ALERT_SUCCESS
,
CyMessCons
.
MESSAGE_ALERT_ERROR
,
opmArticleServiceImpl
.
getUploadType
(
"web"
));
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment