Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
60c78329
Commit
60c78329
authored
Apr 19, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下单域名修改:
https://ismart.mini189.cn/api/
=>
https://icloud.mini189.cn/api/
parent
5bd002fc
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
12 deletions
+12
-12
common/src/main/java/com/winsun/bean/Constant.java
+1
-1
common/src/main/java/com/winsun/constant/Constant.java
+1
-1
common/src/main/java/com/winsun/outSideSystem/IntelligenceSendOrder.java
+1
-1
common/src/main/java/com/winsun/utils/OrderManage.java
+6
-6
service-manager/src/main/java/com/winsun/controller/OrderController.java
+2
-2
service-manager/src/main/java/com/winsun/utils/Constant.java
+1
-1
No files found.
common/src/main/java/com/winsun/bean/Constant.java
View file @
60c78329
...
...
@@ -27,7 +27,7 @@ public class Constant {
public
final
static
String
ZHANGSHIKEY
=
"3df143292455bfea88bc613c53004d36"
;
//智能平台提供的正式key
// public final static String ZHENGSHIAUCCON = "xiaoykd"; //智能平台提供的正式账号
// public final static String ZHANGSHIKEY = "d345040accff0421d03f760a03e5cbd9"; //智能平台提供的正式key
public
final
static
String
ZHANGSHIURL
=
"https://i
smart
.mini189.cn/api/"
;
//智能平台提供的正式key
public
final
static
String
ZHANGSHIURL
=
"https://i
cloud
.mini189.cn/api/"
;
//智能平台提供的正式key
public
final
static
String
PRODUCTCATEGORY
=
"单宽带"
;
//只能平台提供的key
// public final static String TOMCATURL = "http://183.57.78.132:8080"; //Linux外网服务器地址
// public final static String INTRANETURL = "http://10.3.1.21:8080"; //Linux内网服务器地址
...
...
common/src/main/java/com/winsun/constant/Constant.java
View file @
60c78329
...
...
@@ -35,7 +35,7 @@ public class Constant {
public
final
static
String
ZHANGSHIKEY
=
"3df143292455bfea88bc613c53004d36"
;
//智能平台提供的正式key
// public final static String ZHENGSHIAUCCON = "xiaoykd"; //智能平台提供的正式账号
// public final static String ZHANGSHIKEY = "d345040accff0421d03f760a03e5cbd9"; //智能平台提供的正式key
public
final
static
String
ZHANGSHIURL
=
"https://i
smart
.mini189.cn/api/"
;
//智能平台提供的正式key
public
final
static
String
ZHANGSHIURL
=
"https://i
cloud
.mini189.cn/api/"
;
//智能平台提供的正式key
public
final
static
String
PRODUCTCATEGORY
=
"单宽带"
;
//只能平台提供的key
// public final static String TOMCATURL = "http://183.57.78.132:8080"; //Linux外网服务器地址
// public final static String INTRANETURL = "http://10.3.1.21:8080"; //Linux内网服务器地址
...
...
common/src/main/java/com/winsun/outSideSystem/IntelligenceSendOrder.java
View file @
60c78329
...
...
@@ -1592,7 +1592,7 @@ public class IntelligenceSendOrder {
CloseableHttpClient
httpclient
=
HttpClients
.
custom
().
setDefaultRequestConfig
(
defaultRequestConfig
).
build
();
HttpEntity
entity
=
null
;
// https://i
smart
.mini189.cn/api/create-order.action
// https://i
cloud
.mini189.cn/api/create-order.action
HttpPost
httpPost
=
new
HttpPost
(
Constant
.
ZHANGSHIURL
+
"create-order.action"
);
RequestConfig
requestConfig
=
RequestConfig
.
copy
(
defaultRequestConfig
).
build
();
httpPost
.
setConfig
(
requestConfig
);
...
...
common/src/main/java/com/winsun/utils/OrderManage.java
View file @
60c78329
...
...
@@ -77,9 +77,9 @@ public class OrderManage {
String
resultStr
=
""
;
HttpEntity
entity
=
null
;
// https://i
smart
.mini189.cn/api/create-order.action
// https://i
cloud
.mini189.cn/api/create-order.action
// https://ismarttest.mini189.cn/api/create-order.action
HttpPost
httpPost
=
new
HttpPost
(
"https://i
smart
.mini189.cn/api/create-order.action"
);
HttpPost
httpPost
=
new
HttpPost
(
"https://i
cloud
.mini189.cn/api/create-order.action"
);
RequestConfig
requestConfig
=
RequestConfig
.
copy
(
defaultRequestConfig
).
build
();
httpPost
.
setConfig
(
requestConfig
);
...
...
@@ -378,7 +378,7 @@ public class OrderManage {
.
build
();
HttpEntity
entity
=
null
;
HttpPost
httpPost
=
new
HttpPost
(
"https://i
smart
.mini189.cn/api/create-order.action"
);
HttpPost
httpPost
=
new
HttpPost
(
"https://i
cloud
.mini189.cn/api/create-order.action"
);
RequestConfig
requestConfig
=
RequestConfig
.
copy
(
defaultRequestConfig
).
build
();
httpPost
.
setConfig
(
requestConfig
);
...
...
@@ -452,7 +452,7 @@ public class OrderManage {
.
build
();
HttpEntity
entity
=
null
;
HttpPost
httpPost
=
new
HttpPost
(
"https://i
smart
.mini189.cn/api/create-order.action"
);
HttpPost
httpPost
=
new
HttpPost
(
"https://i
cloud
.mini189.cn/api/create-order.action"
);
RequestConfig
requestConfig
=
RequestConfig
.
copy
(
defaultRequestConfig
).
build
();
httpPost
.
setConfig
(
requestConfig
);
...
...
@@ -531,7 +531,7 @@ public class OrderManage {
CloseableHttpClient
httpclient
=
HttpClients
.
custom
().
setDefaultRequestConfig
(
defaultRequestConfig
).
build
();
HttpEntity
entity
=
null
;
HttpPost
httpPost
=
new
HttpPost
(
"https://i
smart
.mini189.cn/api/query.action"
);
HttpPost
httpPost
=
new
HttpPost
(
"https://i
cloud
.mini189.cn/api/query.action"
);
RequestConfig
requestConfig
=
RequestConfig
.
copy
(
defaultRequestConfig
).
build
();
httpPost
.
setConfig
(
requestConfig
);
...
...
@@ -623,7 +623,7 @@ public class OrderManage {
.
build
();
HttpEntity
entity
=
null
;
HttpPost
httpPost
=
new
HttpPost
(
"https://i
smart
.mini189.cn/api/query.action"
);
HttpPost
httpPost
=
new
HttpPost
(
"https://i
cloud
.mini189.cn/api/query.action"
);
RequestConfig
requestConfig
=
RequestConfig
.
copy
(
defaultRequestConfig
).
build
();
httpPost
.
setConfig
(
requestConfig
);
...
...
service-manager/src/main/java/com/winsun/controller/OrderController.java
View file @
60c78329
...
...
@@ -1956,9 +1956,9 @@ public class OrderController extends BaseController {
String
resultStr
=
""
;
HttpEntity
entity
=
null
;
// https://i
smart
.mini189.cn/api/create-order.action
// https://i
cloud
.mini189.cn/api/create-order.action
// https://ismarttest.mini189.cn/api/create-order.action
HttpPost
httpPost
=
new
HttpPost
(
"https://i
smart
.mini189.cn/api/create-order.action"
);
HttpPost
httpPost
=
new
HttpPost
(
"https://i
cloud
.mini189.cn/api/create-order.action"
);
RequestConfig
requestConfig
=
RequestConfig
.
copy
(
defaultRequestConfig
).
build
();
httpPost
.
setConfig
(
requestConfig
);
...
...
service-manager/src/main/java/com/winsun/utils/Constant.java
View file @
60c78329
...
...
@@ -33,7 +33,7 @@ public class Constant {
public
final
static
String
ZHANGSHIKEY
=
"3df143292455bfea88bc613c53004d36"
;
//智能平台提供的正式key
// public final static String ZHENGSHIAUCCON = "xiaoykd"; //智能平台提供的正式账号
// public final static String ZHANGSHIKEY = "d345040accff0421d03f760a03e5cbd9"; //智能平台提供的正式key
public
final
static
String
ZHANGSHIURL
=
"https://i
smart
.mini189.cn/api/"
;
//智能平台提供的正式key
public
final
static
String
ZHANGSHIURL
=
"https://i
cloud
.mini189.cn/api/"
;
//智能平台提供的正式key
public
final
static
String
PRODUCTCATEGORY
=
"单宽带"
;
//只能平台提供的key
// public final static String TOMCATURL = "http://183.57.78.132:8080"; //Linux外网服务器地址
// public final static String INTRANETURL = "http://10.3.1.21:8080"; //Linux内网服务器地址
...
...
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