heyang 3 vuotta sitten
vanhempi
commit
edaa12c0ed
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      microserviceUserH5/vcloud/channel.html

+ 6 - 0
microserviceUserH5/vcloud/channel.html

@@ -57,6 +57,9 @@
 			type: 'get',
 			contentType: "application/json",
 			dataType:"json",
+			headers: {
+				Authorization: '123'
+			},
 			cache: false,
 			success: function (res) {
 				if (res.status === 0) {
@@ -85,6 +88,9 @@
 			type: 'post',
 			contentType: "application/json",
 			dataType:"json",
+			headers: {
+				Authorization: '123'
+			},
 			cache: false,
 			success: function (res) {
 				if (res.status === 0) {