wechatpay-apiv3 / wechatpay-guzzle-middleware

微信支付 APIv3 Guzzle HTTP Client中间件(middleware)
Apache License 2.0
209 stars 46 forks source link

$stack = GuzzleHttp\HandlerStack::create(); 这个类怎么都运行不起来 #39

Closed c88667220 closed 3 years ago

c88667220 commented 3 years ago

$stack = GuzzleHttp\HandlerStack::create(); 用官方的sdk 到这里就死了,根本不存在这个东西,是怎么回事啊?

f2h2h1 commented 3 years ago

你需要先运行 composer install

c88667220 commented 3 years ago

单独装 guzzlehttp ?

c88667220 commented 3 years ago

可以了,确实要单独引入一个,你们咋不集成进去算了,还要额外下载 /哭笑

xy-peng commented 3 years ago

你是没有用包管理安装? @c88667220

tpirc3 commented 3 years ago

需要使用composer安装一下的