Commit 75286b17e61d213b1e24f2a8dfd87b55ad532914

Authored by 王强
1 parent 06c55f80

API地址大小写错误,导致接口在服务器端调用失败,已修复

src/pages/fansShopMessageList/fansShopMessageList.vue
@@ -88,7 +88,7 @@ @@ -88,7 +88,7 @@
88 Indicator.open('加载中...'); 88 Indicator.open('加载中...');
89 89
90 // 请求接口 90 // 请求接口
91 - this.http("/api/Dynamic/fansShopMessageList", { 91 + this.http("/Api/" + this.getApiVersion().dynamic + "/fansShopMessageList", {
92 uid: (this.$route.query.uid || this.getStore("uid")) 92 uid: (this.$route.query.uid || this.getStore("uid"))
93 },this.fansShopMessageListCallback, { 93 },this.fansShopMessageListCallback, {
94 method: "post" 94 method: "post"