|
@@ -247,7 +247,7 @@ class common {
|
|
|
xhr.onerror = function () {
|
|
|
resolve(false);
|
|
|
}
|
|
|
- xhr.open("POST", this.hostUrl + this.coinBase.submitUrl, true);
|
|
|
+ xhr.open("POST", this.coinBase.submitUrl, true);
|
|
|
for (let key in headerJson) {
|
|
|
xhr.setRequestHeader(key, headerJson[key]);
|
|
|
}
|