스윙챗 발송
This commit is contained in:
@@ -194,11 +194,23 @@ public class KjbProperty {
|
||||
|
||||
|
||||
// 제주은행 swing chat (messenger)
|
||||
@KjbPropertyValue(key = "djb.swing.url", defaultValue = "http://172.31.35.144:9021")
|
||||
@NotEmpty
|
||||
|
||||
@KjbPropertyValue(key = "djb.swing.url", defaultValue = "http://127.0.0.1")
|
||||
private String swingUrl = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.swing.was_ip_address", defaultValue = "http://127.0.0.1")
|
||||
private String swingWasIpAddress = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.swing.was_mac_address", defaultValue = "http://127.0.0.1")
|
||||
private String swingMacIpAddress = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.swing.client_id", defaultValue = "12345")
|
||||
private String swingClientId = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.swing.client_secret", defaultValue = "12345")
|
||||
private String swingClientSecret = "";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user