Commit 69719eef authored by guozhipeng's avatar guozhipeng

fix

parent c62914ca
......@@ -2787,7 +2787,7 @@ sap.ui.define(
};
}
headers.language=that.language;
headers.appKey=that.appKey;
headers.appKey=appKey;
jQuery.ajax({
type: "POST",
headers: headers,
......@@ -3358,7 +3358,7 @@ sap.ui.define(
};
}
headers.language=that.language;
headers.appKey=that.appKey;
headers.appKey=appKey;
jQuery.ajax({
type: "POST",
headers: headers,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment