2025-03-31 12:03:06 +08:00

75 lines
1.2 KiB
HTTP

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"}
###