reqSource parameters are required to be passed to the background through headers in the project
the code is as follows:
$.ajax({
type: "post",
url: url,
async: true,
headers: {
"reqSource": "pc"
},
data: data,
success: function(data) {},
error: function(data) {
console.log("");
}
});
would like to ask you how to solve