75 lines
1.2 KiB
Plaintext
Raw Normal View History

2025-03-31 12:03:06 +08:00
GET http://localhost:8988//plmservice/test/testRequest
Content-Type: application/json
{}
###
#Rest Api session login
POST http://localhost:80/api/item
Content-Type: application/json
{}
###
#测试配置文件读取
POST {{baseUrl}}/test/testProp
Content-Type: application/json
###
###用户自定义controller
POST {{baseUrl}}/custom/test
Content-Type: application/json
{"param": "456"}
###
POST {{baseUrl}}/watchService/post/DemoStrategyService1Impl
Content-Type: application/json
{"configName": "style"}
###
#测试PLM登出
POST {{baseUrl}}/test/logout
Content-Type: application/json
###
#测试cookie
POST {{baseUrl}}/test/testCookie
Content-Type: application/json
###
###
#测试延迟队列
POST {{baseUrl}}/test/testRabbitMQ
Content-Type: application/json
{"msg": "test delay message"}
###
#测试策略转发实现类 DemoStrategyService1Impl DemoStrategyService2Impl demoStrategyServiceImpl
POST {{baseUrl}}/watchService/post/DemoStrategyService2Impl
Content-Type: application/json
{"user": "admin","type":"style"}
###
#testDemo request
POST {{baseUrl}}/test/testDemo
Content-Type: application/json
{"test": "testjson"}
###
#testRequest
POST {{baseUrl}}/test/testRequest
Content-Type: application/json
{"test": "testjson"}
###