This commit is contained in:
leo 2024-02-12 23:39:07 +08:00
parent 7d15f02d01
commit 4c72788f76

View File

@ -91,6 +91,9 @@
type: "GET", type: "GET",
url: "http://140.125.20.183:7700/api/Yuntech_in_car_table", url: "http://140.125.20.183:7700/api/Yuntech_in_car_table",
data: {}, data: {},
headers: {
'Authorization': token
},
contentType: "application/json", contentType: "application/json",
success: function (Model) { success: function (Model) {
//console.log(Model) //console.log(Model)
@ -174,7 +177,9 @@
type: "GET", type: "GET",
url: "http://140.125.20.183:7700/api/Yuntech_in_car_table/location_name-" + location_name + "-time-" + time, url: "http://140.125.20.183:7700/api/Yuntech_in_car_table/location_name-" + location_name + "-time-" + time,
data: {}, data: {},
contentType: "application/json", headers: {
'Authorization': token
},
success: function (Model) { success: function (Model) {
console.log(Model) console.log(Model)
table = "<tr>"; table = "<tr>";
@ -202,6 +207,9 @@
type: "GET", type: "GET",
url: "http://140.125.20.183:7700/api/Yuntech_in_car_table/license_plate_number-" + license_plate_number, url: "http://140.125.20.183:7700/api/Yuntech_in_car_table/license_plate_number-" + license_plate_number,
data: {}, data: {},
headers: {
'Authorization': token
},
contentType: "application/json", contentType: "application/json",
success: function (Model) { success: function (Model) {
console.log(Model) console.log(Model)
@ -225,6 +233,9 @@
type: "GET", type: "GET",
url: "http://140.125.20.183:7700/api/Yuntech_in_car_table/location_name_1_-" + name + "-start_time-" + start_date + "-end_time-" + end_date, url: "http://140.125.20.183:7700/api/Yuntech_in_car_table/location_name_1_-" + name + "-start_time-" + start_date + "-end_time-" + end_date,
data: {}, data: {},
headers: {
'Authorization': token
},
contentType: "application/json", contentType: "application/json",
success: function (Model) { success: function (Model) {
console.log(Model) console.log(Model)