This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user