heyang 3 years ago
parent
commit
edaa12c0ed
1 changed files with 6 additions and 0 deletions
  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) {