@@ -52,7 +52,7 @@ public class ListenTask {
private String getApiDomain() {
String key = null;
if (null == ContextHolder.getMaster()) {
- key = "api.b2b.test.url";
+ key = "api.b2b.url";
} else {
key = "test".equals(ContextHolder.getMaster().getMa_env()) ? "api.b2b.test.url" : "api.b2b.url";
}