Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
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
8timerv2
8timerapiv200
Commits
5bd09534
Commit
5bd09534
authored
Mar 28, 2022
by
284718418@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置问文件
parent
77aab22b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
src/main/java/cn/timer/api/controller/insure/InsureContorll.java
+6
-2
src/main/resources/application-pro.yml
+2
-0
src/main/resources/application-test.yml
+3
-0
No files found.
src/main/java/cn/timer/api/controller/insure/InsureContorll.java
View file @
5bd09534
...
...
@@ -31,6 +31,7 @@ import org.eclipse.jetty.util.StringUtil;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.transaction.annotation.Transactional
;
import
org.springframework.web.bind.annotation.*
;
import
org.springframework.web.multipart.MultipartFile
;
...
...
@@ -65,6 +66,9 @@ import javax.servlet.http.HttpServletResponse;
@Transactional
@RequestMapping
(
value
=
"/insure"
,
produces
=
{
"application/json"
})
public
class
InsureContorll
{
@Value
(
"${BASE_API_URL}"
)
private
String
base_api_url
;
private
static
final
Logger
log
=
LoggerFactory
.
getLogger
(
InsureContorll
.
class
);
/*测试用*/
private
static
String
appid
=
"1002303100602312445"
;
...
...
@@ -411,7 +415,7 @@ public class InsureContorll {
bodyMap
.
put
(
"file_url"
,
url
);
bodyMap
.
put
(
"from_source"
,
"API"
);
bodyMap
.
put
(
"import_review_callback"
,
""
);
bodyMap
.
put
(
"import_callback"
,
"http://test-8timer-api.youlingrc.com
/callBack/policy/CallBack"
);
bodyMap
.
put
(
"import_callback"
,
base_api_url
+
"
/callBack/policy/CallBack"
);
bodyMap
.
put
(
"third_uuid"
,
"IS_"
+
insurePolicy
.
getOrgCode
()
+
"_"
+
dtf2
.
format
(
now
));
String
responData
=
HttpUtils
.
sendPost
(
batchUrl
,
setParams
(
JSONObject
.
toJSONString
(
bodyMap
),
appidq
,
secretq
),
bodyMap
);
Map
<
String
,
Object
>
dataMap
=
JSONObject
.
parseObject
(
responData
);
...
...
@@ -583,7 +587,7 @@ public class InsureContorll {
bodyMap
.
put
(
"file_url"
,
url
);
bodyMap
.
put
(
"from_source"
,
"API"
);
bodyMap
.
put
(
"import_review_callback"
,
""
);
bodyMap
.
put
(
"import_callback"
,
"http://test-8timer-api.youlingrc.com
/callBack/policy/CallBack"
);
bodyMap
.
put
(
"import_callback"
,
base_api_url
+
"
/callBack/policy/CallBack"
);
bodyMap
.
put
(
"third_uuid"
,
"RP_"
+
insurePolicy
.
getOrgCode
()
+
"_"
+
dtf2
.
format
(
now
));
String
responData
=
HttpUtils
.
sendPost
(
batchUrl
,
setParams
(
JSONObject
.
toJSONString
(
bodyMap
),
appidq
,
secretq
),
bodyMap
);
Map
<
String
,
Object
>
dataMap
=
JSONObject
.
parseObject
(
responData
);
...
...
src/main/resources/application-pro.yml
View file @
5bd09534
...
...
@@ -211,6 +211,8 @@ config-8timer:
zip
:
path
:
'
/data/crm-zip/'
# base_api_url
BASE_API_URL
:
'
http://api.8timer.cn'
#sftp 配置
sftp
:
client
:
...
...
src/main/resources/application-test.yml
View file @
5bd09534
...
...
@@ -210,6 +210,9 @@ config-8timer:
#导出zip临时地址
zip
:
path
:
'
/data/crm-zip/'
# base_api_url
BASE_API_URL
:
'
http://test-8timer-api.youlingrc.com'
#sftp 配置
sftp
:
client
:
...
...
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