|
@@ -15,8 +15,8 @@
|
|
|
## 对接方式
|
|
|
|
|
|
首先调用登陆接口进行登录,从cookie中获取ttms的值,此值为token,之后再调用其他接口。接口的请求地址为系统域名:
|
|
|
-- **测试环境**:go3tms.test.56ctms.com
|
|
|
-- **正式环境**:go3tms.kuaihuoyun.com
|
|
|
+- **测试环境**:http://go3tms.test.56ctms.com
|
|
|
+- **正式环境**:http://go3tms.kuaihuoyun.com
|
|
|
- **独立部署用户请使用自己的域名**
|
|
|
|
|
|
请求示例:http://go3tms.test.56ctms.com/ttms/account/outerLogin?phone=123456789&password=123456
|