|
@@ -64,17 +64,6 @@
|
|
|
- **message**:错误信息,当接口调用失败(状态码为 非200)时,返回的错误信息
|
|
|
- **data**:返回数据,接口调用成功(状态码为 200)之后返回的数据
|
|
|
|
|
|
-## SDK地址
|
|
|
-
|
|
|
-使用java开发的,可以使用SDK调用接口,SDK地址:https://gitee.com/kuaihuoyun_ctms/ctms-sdk-demo.git
|
|
|
-可以将代码打成jar包,或者使用maven依赖:
|
|
|
-```
|
|
|
-<dependency>
|
|
|
- <groupId>com.kuaihuoyun.ctms</groupId>
|
|
|
- <artifactId>ctms-sdk</artifactId>
|
|
|
- <version>1.0.1</version>
|
|
|
-</dependency>
|
|
|
-```
|
|
|
|
|
|
## 获取登陆凭证接口
|
|
|
|