Commit 2d6fcfd1 by 夏新然

添加新子段

1 parent 218591cc
Showing 43 changed files with 95 additions and 3 deletions
...@@ -24,7 +24,8 @@ export default { ...@@ -24,7 +24,8 @@ export default {
_t: Date.parse(new Date()) / 1000 _t: Date.parse(new Date()) / 1000
}, },
header: { header: {
'Authorization': atoken 'Authorization': atoken,
'app-code':'mobile'
}, },
success: (res) => { success: (res) => {
resolve(res); resolve(res);
...@@ -45,7 +46,8 @@ export default { ...@@ -45,7 +46,8 @@ export default {
_t: Date.parse(new Date()) / 1000 _t: Date.parse(new Date()) / 1000
}, },
header: { header: {
'Authorization': atoken 'Authorization': atoken,
'app-code':'mobile'
}, },
success: (res) => { success: (res) => {
resolve(res); resolve(res);
......
...@@ -174,6 +174,7 @@ ...@@ -174,6 +174,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -269,6 +270,7 @@ ...@@ -269,6 +270,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -277,6 +279,7 @@ ...@@ -277,6 +279,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
...@@ -294,6 +297,7 @@ ...@@ -294,6 +297,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -456,7 +456,8 @@ ...@@ -456,7 +456,8 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken, //自定义请求头信息
'app-code':'mobile'
}, },
method:'GET', method:'GET',
success:(res) =>{ success:(res) =>{
...@@ -482,6 +483,7 @@ ...@@ -482,6 +483,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -501,6 +503,7 @@ ...@@ -501,6 +503,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -528,6 +531,7 @@ ...@@ -528,6 +531,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -553,6 +557,7 @@ ...@@ -553,6 +557,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -592,6 +597,7 @@ ...@@ -592,6 +597,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -1122,6 +1128,7 @@ ...@@ -1122,6 +1128,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
...@@ -187,6 +187,7 @@ ...@@ -187,6 +187,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -289,6 +290,7 @@ ...@@ -289,6 +290,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -195,6 +195,7 @@ ...@@ -195,6 +195,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -312,6 +313,7 @@ ...@@ -312,6 +313,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -190,6 +190,7 @@ ...@@ -190,6 +190,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -247,6 +248,7 @@ ...@@ -247,6 +248,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -204,6 +204,7 @@ ...@@ -204,6 +204,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -307,6 +308,7 @@ ...@@ -307,6 +308,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -204,6 +204,7 @@ ...@@ -204,6 +204,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -308,6 +309,7 @@ ...@@ -308,6 +309,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -212,6 +212,7 @@ ...@@ -212,6 +212,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -321,6 +322,7 @@ ...@@ -321,6 +322,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -206,6 +206,7 @@ ...@@ -206,6 +206,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -362,6 +363,7 @@ ...@@ -362,6 +363,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -201,6 +201,7 @@ ...@@ -201,6 +201,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -357,6 +358,7 @@ ...@@ -357,6 +358,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -188,6 +188,7 @@ ...@@ -188,6 +188,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -316,6 +317,7 @@ ...@@ -316,6 +317,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -213,6 +213,7 @@ ...@@ -213,6 +213,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -286,6 +287,7 @@ ...@@ -286,6 +287,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -227,6 +227,7 @@ ...@@ -227,6 +227,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -296,6 +297,7 @@ ...@@ -296,6 +297,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -217,6 +217,7 @@ ...@@ -217,6 +217,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -379,6 +380,7 @@ ...@@ -379,6 +380,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -213,6 +213,7 @@ ...@@ -213,6 +213,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -375,6 +376,7 @@ ...@@ -375,6 +376,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -212,6 +212,7 @@ ...@@ -212,6 +212,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -374,6 +375,7 @@ ...@@ -374,6 +375,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -178,6 +178,7 @@ ...@@ -178,6 +178,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -340,6 +341,7 @@ ...@@ -340,6 +341,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
...@@ -73,6 +74,7 @@ ...@@ -73,6 +74,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
......
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
...@@ -120,6 +121,7 @@ ...@@ -120,6 +121,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
......
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
...@@ -93,6 +94,7 @@ ...@@ -93,6 +94,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
......
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
......
...@@ -583,6 +583,7 @@ ...@@ -583,6 +583,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -646,6 +647,7 @@ ...@@ -646,6 +647,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -591,6 +591,7 @@ ...@@ -591,6 +591,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -654,6 +655,7 @@ ...@@ -654,6 +655,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -346,6 +346,7 @@ ...@@ -346,6 +346,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -615,6 +616,7 @@ ...@@ -615,6 +616,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -678,6 +680,7 @@ ...@@ -678,6 +680,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
...@@ -585,6 +585,7 @@ ...@@ -585,6 +585,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -648,6 +649,7 @@ ...@@ -648,6 +649,7 @@
uni.request({ uni.request({
url:url, url:url,
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
data:data, data:data,
......
...@@ -134,6 +134,7 @@ ...@@ -134,6 +134,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -104,6 +105,7 @@ ...@@ -104,6 +105,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
...@@ -113,6 +113,7 @@ ...@@ -113,6 +113,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
...@@ -194,6 +194,7 @@ ...@@ -194,6 +194,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
...@@ -195,6 +195,7 @@ uni.getStorage({ ...@@ -195,6 +195,7 @@ uni.getStorage({
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
...@@ -202,6 +202,7 @@ uni.getStorage({ ...@@ -202,6 +202,7 @@ uni.getStorage({
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
...@@ -140,6 +140,7 @@ uni.getStorage({ ...@@ -140,6 +140,7 @@ uni.getStorage({
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
...@@ -141,6 +141,7 @@ uni.getStorage({ ...@@ -141,6 +141,7 @@ uni.getStorage({
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
...@@ -150,6 +150,7 @@ uni.getStorage({ ...@@ -150,6 +150,7 @@ uni.getStorage({
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
...@@ -267,6 +267,9 @@ ...@@ -267,6 +267,9 @@
loginName:this.username, loginName:this.username,
password:this.password password:this.password
}, },
header: {
'app-code':'mobile'
},
method:'POST', method:'POST',
success:(res)=> { success:(res)=> {
uni.hideLoading(); uni.hideLoading();
...@@ -304,6 +307,7 @@ ...@@ -304,6 +307,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -320,6 +324,7 @@ ...@@ -320,6 +324,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -333,6 +338,7 @@ ...@@ -333,6 +338,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -365,6 +371,7 @@ ...@@ -365,6 +371,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
...@@ -116,6 +116,7 @@ ...@@ -116,6 +116,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
...@@ -143,6 +144,7 @@ ...@@ -143,6 +144,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
...@@ -185,6 +187,7 @@ ...@@ -185,6 +187,7 @@
sortOrder: 'DESC' sortOrder: 'DESC'
}, },
header: { header: {
'app-code':'mobile',
'Authorization': atoken 'Authorization': atoken
}, },
method: 'GET', method: 'GET',
...@@ -270,6 +273,7 @@ ...@@ -270,6 +273,7 @@
uni.request({ uni.request({
url: window.url + '/dataDics', url: window.url + '/dataDics',
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') 'Authorization': this.getStorage('atoken')
}, },
method: 'GET', method: 'GET',
......
...@@ -117,6 +117,7 @@ ...@@ -117,6 +117,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
...@@ -164,6 +165,7 @@ ...@@ -164,6 +165,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
......
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
...@@ -130,6 +131,7 @@ ...@@ -130,6 +131,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
......
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
isMultiple: true isMultiple: true
...@@ -114,6 +115,7 @@ ...@@ -114,6 +115,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
isMultiple: true isMultiple: true
...@@ -161,6 +163,7 @@ ...@@ -161,6 +163,7 @@
_t: Date.parse(new Date())/1000 _t: Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
...@@ -189,6 +192,7 @@ ...@@ -189,6 +192,7 @@
_t: Date.parse(new Date()) / 1000 _t: Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken 'Authorization': this.atoken
}, },
method: 'GET', method: 'GET',
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
...@@ -72,6 +73,7 @@ ...@@ -72,6 +73,7 @@
_t:Date.parse(new Date()) / 1000 _t:Date.parse(new Date()) / 1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.getStorage('atoken') //自定义请求头信息 'Authorization': this.getStorage('atoken') //自定义请求头信息
}, },
isMultiple: true isMultiple: true
......
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
_t:Date.parse(new Date())/1000 _t:Date.parse(new Date())/1000
}, },
header: { header: {
'app-code':'mobile',
'Authorization': this.atoken //自定义请求头信息 'Authorization': this.atoken //自定义请求头信息
}, },
method:'GET', method:'GET',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!