Commit fdc6447efa93a486bd9b029e133c25fd87181cf5
1 parent
1322b93e
修改环球优物首页接口参数,之前写错了~
Showing
1 changed file
with
1 additions
and
2 deletions
src/pages/hqyw/hqyw.vue
| @@ -178,8 +178,7 @@ | @@ -178,8 +178,7 @@ | ||
| 178 | 178 | ||
| 179 | // 获取证书请求接口 | 179 | // 获取证书请求接口 |
| 180 | this.http("/Api/" + this.getApiVersion().index + "/shopIndexHq", { | 180 | this.http("/Api/" + this.getApiVersion().index + "/shopIndexHq", { |
| 181 | - shop_id: "19", | ||
| 182 | - id: this.$route.query.id | 181 | + shop_id: this.$route.query.id |
| 183 | }, this.shopIndexHqCallback, { | 182 | }, this.shopIndexHqCallback, { |
| 184 | method: "POST" | 183 | method: "POST" |
| 185 | } | 184 | } |