12345678910111213141516171819 |
- git:
- http://www.befrisoft.com:3000/chenlong/Sunhoo-MES-Applet.git
- api文档:
- http://192.168.100.135:5001/swagger/index.html
- 服务器地址:
- 192.168.100.135:5000 验证
- 192.168.100.135:5001 应用
- 认证信息
- {
- {"grant_type", password},
- {"client_id", sunhooDeskApp},
- {"client_secret", sunhoo},
- {"username", "Admin"},
- {"password", "111"}
- }
|