Browse Source

Merge branch 'release/v5.4.0' of Software/android-cloud-H5 into test

heyang 2 years ago
parent
commit
4a954953b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/microserviceUserH5/vcloud/awardActivity.html

+ 1 - 1
static/microserviceUserH5/vcloud/awardActivity.html

@@ -935,7 +935,7 @@
 					url: baseUrl + '/api/pay/v2/meal/info?phoneType=SVIP',
 					type: 'get',
 					headers: {
-						'Authorization': id //id
+						'Authorization': GetRequest().token //id
 					},
 					contentType: "application/json",
 					dataType: 'json',