tyr/integration-test/src/test/resources/rest-client.env.json
2023-10-26 16:30:05 +08:00

11 lines
194 B
JSON

{
"local": {
"host": "http://localhost:8080"
},
"dev": {
"host": "https://dev-app.axzo.cn/msg-center/webApi/message/"
},
"test": {
"host": "https://test-api.axzo.cn/"
}
}