1234567891011121314151617181920212223242526272829303132333435363738394041 |
- ###
- POST http://10.170.42.91:12088/terminal/info?phoneNumber=13231899751
- Content-Type: application/x-www-form-urlencoded
- ###
- POST http://10.170.42.93:12900/terminal/5g?phoneNumber=13231899751
- Content-Type: application/x-www-form-urlencoded
- ###
- POST http://10.170.42.93:12900/terminal/volte?phoneNumber=13231899751
- Content-Type: application/x-www-form-urlencoded
- ###
- GET http://10.170.42.93:12900/
- Accept: application/json
- ### 获取完整信息
- POST http://localhost:12900/terminal/info?phoneNumber=18630189235
- Content-Type: application/x-www-form-urlencoded
- ###
- POST http://localhost:12900/terminal/5g?phoneNumber=13231899751
- Content-Type: application/x-www-form-urlencoded
- ###
- POST http://localhost:12900/terminal/volte?phoneNumber=13231899751
- Content-Type: application/x-www-form-urlencoded
- ###
- GET http://localhost:12900/
- Accept: application/json
- ###
- GET http://133.96.92.136:12090/
- Accept: application/json
- ###
- POST http://133.96.92.136:12090/terminal/volte?phoneNumber=13231899751
- Content-Type: application/x-www-form-urlencoded
- ###
|