使用VueJs的Stripe API请求

时间:2017-03-28 15:18:36

标签: api request vue.js stripe-payments

我正在使用vuejs发出以下get请求:

this.$http.get(`api.stripe.com/v1/search?query="+email"` ).then((response) => {

            console.log(response)
        })

问题是这个请求指向: http://localhost:8000/api/api.stripe.com/v1/search?query=%22+email%22

我需要指出: https://api.stripe.com/v1/search?query=%22+email%22

我怎样才能做到这一点?

0 个答案:

没有答案