This website works better with JavaScript
Home
Explore
Help
Sign In
zhouzw
/
cdz-third
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
外部运营商接口对接
2
Commits
1
Branches
0
Releases
Branch:
master
Branches
Tags
master
cdz-third
HTTPS
SSH
ZIP
TAR.GZ
zhouzw
a0b3657bf2
first
6 years ago
WebContent
a0b3657bf2
first
6 years ago
src
a0b3657bf2
first
6 years ago
.gitignore
a0b3657bf2
first
6 years ago
README.md
a0b3657bf2
first
6 years ago
build.xml
a0b3657bf2
first
6 years ago
README.md
充电桩第三方平台接口
充电桩第三方平台接口,数据上传使用
内容
修改内容
市平台请求默认不带Content-type请求类型,无法使用requestBody自动转换,需手动转换成所需对象
字段删除:删除非必要的字段,防止空值(市平台要求)
签名使用市平台所写签名工具
TIPS
jdbc.properties, platform.properties 修改不同环境的jdbc数据库连接,其中:
jdbc.properties, platform.properties 用于本机开发环境
jdbc.test.properties, platform.test.propertiers 用于测试部署环境
jdbc.release.properties, platform.release.properties 用于正式部署环境
FAQ
data数据转换成json时需要按原顺序排列才能保证签名的有效性
本文档暂无FAQ