Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李俊
2022-09-29 15:37:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d4f050ce7ba8af4de81b9e786f8fcbbdb46f282
2d4f050c
1 parent
ebddbdd0
内网迁移环境代码调整
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
doc/FedEx在线申报系统API - 数据推送接口(D类).docx
doc/FedEx在线申报系统API - 数据落地接口(C类).docx
src/main/java/com/erry/iclear/dateInterface/service/ApiService.java
src/main/resources/application-test.yml
doc/FedEx在线申报系统API - 数据推送接口(D类).docx
View file @
2d4f050
No preview for this file type
doc/FedEx在线申报系统API - 数据落地接口(C类).docx
View file @
2d4f050
No preview for this file type
src/main/java/com/erry/iclear/dateInterface/service/ApiService.java
View file @
2d4f050
...
...
@@ -121,6 +121,7 @@ public class ApiService {
* 传输海关回执数据
* @param token
* @throws Exception
* GNo、codeTs、gName、gModel、gUnit
*/
public
void
pushCustoms
(
String
token
){
//获取海关回执数据
...
...
src/main/resources/application-test.yml
View file @
2d4f050
...
...
@@ -2,8 +2,8 @@ spring:
servlet
:
context-path
:
/API
datasource
:
#
jndi-name: jdbc/iclearDS
jndi-name
:
jdbc/iclearProdTestDS
jndi-name
:
jdbc/iclearDS
#
jndi-name: jdbc/iclearProdTestDS
# url: jdbc:sqlserver://40.73.78.157:1433;DatabaseName=IClearUat
# username: sa
# password: Fedex_123
...
...
Please
register
or
login
to post a comment