Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
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
王浩
zh-baseversion-project
Commits
8cb5e7b5
Commit
8cb5e7b5
authored
May 06, 2024
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上报省厅工具类修改
parent
9331af5f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
OutUtil.java
.../src/main/java/com/zehong/web/controller/api/OutUtil.java
+1
-1
TokenController.java
...n/java/com/zehong/web/controller/api/TokenController.java
+1
-1
No files found.
zh-baseversion-admin/src/main/java/com/zehong/web/controller/api/OutUtil.java
View file @
8cb5e7b5
...
@@ -67,7 +67,7 @@ public class OutUtil {
...
@@ -67,7 +67,7 @@ public class OutUtil {
* @return
* @return
* @throws Exception
* @throws Exception
*/
*/
public
JSONObject
setInfo
(
String
domain
,
String
methodType
,
List
<
Map
<
String
,
Object
>>
list
)
throws
Exception
public
JSONObject
setInfo
(
String
domain
,
String
methodType
,
List
list
)
throws
Exception
{
{
String
token
=
(
String
)
redisCache
.
getCacheObject
(
"apiToken"
);
String
token
=
(
String
)
redisCache
.
getCacheObject
(
"apiToken"
);
if
(
token
==
null
){
if
(
token
==
null
){
...
...
zh-baseversion-admin/src/main/java/com/zehong/web/controller/api/TokenController.java
View file @
8cb5e7b5
...
@@ -82,7 +82,7 @@ public class TokenController {
...
@@ -82,7 +82,7 @@ public class TokenController {
* @throws Exception
* @throws Exception
*/
*/
@GetMapping
(
value
=
"/currencySetInfo"
)
@GetMapping
(
value
=
"/currencySetInfo"
)
public
AjaxResult
currencySetInfo
(
List
<
Map
<
String
,
Object
>>
list
,
String
domain
)
throws
Exception
public
AjaxResult
currencySetInfo
(
List
list
,
String
domain
)
throws
Exception
{
{
JSONObject
json
=
outUtil
.
setInfo
(
domain
,
"WRITE"
,
list
);
JSONObject
json
=
outUtil
.
setInfo
(
domain
,
"WRITE"
,
list
);
return
AjaxResult
.
success
(
json
);
return
AjaxResult
.
success
(
json
);
...
...
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