heyang 3 yıl önce
ebeveyn
işleme
edaa12c0ed
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  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) {