@@ -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',