$.ajax({
type: "get",
async: false,
url: "/book/UpdateSession",
data: {
},
dataType: "json",
cache: false,
success: function (result) {
}
});
2022-09-20 08:46:37
$.ajax({
type: "get",
async: false,
url: "/book/UpdateSession",
data: {
},
dataType: "json",
cache: false,
success: function (result) {
}
});