Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
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
platform
hg-smart
Commits
d74c18c4
Commit
d74c18c4
authored
Nov 18, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://129.211.46.84:8800/platform/hg-smart
into dev-sx
parents
8fc9cc8a
4d3ec0cf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
SbTokenApi.java
...com/baosight/hggp/core/extapp/decheng/api/SbTokenApi.java
+1
-1
No files found.
src/main/java/com/baosight/hggp/core/extapp/decheng/api/SbTokenApi.java
View file @
d74c18c4
...
@@ -89,7 +89,7 @@ public class SbTokenApi {
...
@@ -89,7 +89,7 @@ public class SbTokenApi {
*/
*/
public
static
String
getToken
()
{
public
static
String
getToken
()
{
try
{
try
{
String
param
=
JSON
.
toJSONString
(
buildValueJson
(
"Q24022802"
,
"a
123456
"
));
String
param
=
JSON
.
toJSONString
(
buildValueJson
(
"Q24022802"
,
"a
dmin123!@#
"
));
String
url
=
PlatApplicationContext
.
getProperty
(
"hpjx.url"
);
String
url
=
PlatApplicationContext
.
getProperty
(
"hpjx.url"
);
String
result
=
HttpUtils
.
post
(
url
+
"/S_XS_105"
,
param
,
HttpUtils
.
JSON_MEDIA_TYPE
);
String
result
=
HttpUtils
.
post
(
url
+
"/S_XS_105"
,
param
,
HttpUtils
.
JSON_MEDIA_TYPE
);
if
(
StringUtils
.
isBlank
(
result
))
{
if
(
StringUtils
.
isBlank
(
result
))
{
...
...
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