update for Mid length
This commit is contained in:
parent
44f4e1ea94
commit
799f03dbcd
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,3 +13,5 @@
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
local.properties
|
||||
/.idea
|
||||
/app/release
|
||||
|
||||
@ -286,6 +286,7 @@ public class NetworkModule {
|
||||
}
|
||||
|
||||
String baseUrl = tmsAddress.trim() + "/api/v1/";
|
||||
// String baseUrl = tmsAddress.trim() + "/";
|
||||
|
||||
|
||||
final Gson gson =
|
||||
|
||||
@ -43,6 +43,7 @@ public class SystemParamsSettings implements Serializable {
|
||||
// private String tmsAddress = "https://tms.smile-mm.com";
|
||||
// private String tmsAddress = "http://128.199.170.203";
|
||||
private String tmsAddress = "http://sirius-nest.utsmyanmar.com";
|
||||
// private String tmsAddress = "https://api-tms-uat.kbzbank.com:8443/sirius";
|
||||
|
||||
private String terminalCapability = "E0E8C8";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user