123456789101112131415161718192021222324252627282930313233343536373839404142 |
- ### 大屏鉴权
- POST http://192.168.70.125:12128/api/verification
- Content-Type: application/json
- {
- "token": "abcdef",
- "fromSystem": "dop",
- "system": "daping"
- }
- ### 预测
- POST http://192.168.70.125:12128/api/verification
- Content-Type: application/json
- {
- "token": "abcdefeee",
- "fromSystem": "top",
- "system": "yuce"
- }
- ### 工单流转
- POST http://192.168.70.125:12128/api/verification
- Content-Type: application/json
- {
- "token": "abcdefeee",
- "fromSystem": "top",
- "system": "liucheng"
- }
- ### 投诉分析
- POST http://133.96.94.176:12128/api/verification
- Content-Type: application/json
- {
- "token": "test_token_handan",
- "fromSystem": "test",
- "system": "fenxi"
- }
|