heyang 3 年之前
父节点
当前提交
edaa12c0ed
共有 1 个文件被更改,包括 6 次插入0 次删除
  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) {