This commit is contained in:
2022-08-29 00:44:51 +00:00
parent c2cf61c4ce
commit 6318631014
7 changed files with 122 additions and 28 deletions

View File

@@ -415,9 +415,10 @@ app.api = (function () {
$.ajax({
method: "post",
dataType: "json",
url: app.shell.stateMap.apiUrl + "order/shareit",
username: 'Y24PYYDQSA1L12905N5MKU',
password: 'MA8GMQK2PC3FDNT1RTR68R',
url: app.shell.stateMap.apiUrl + "order/shareit",
headers: {
"Authorization": "Basic " + btoa('xxxxxx' + ":" + 'xxxxxx')
},
contentType: "application/json; charset=utf-8",
data: JSON.stringify(objData),
success: function (data) {