-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0] Pimple\Exception\UnknownIdentifierException #901
Comments
\EasyWeChat\Payment\Jssdk\Client 只用于生成客户端(js bridge, jssdk, app)请求参数,更像一个简单的工具类,不需要依赖 能否不继承 namespace EasyWeChat\Payment\Jssdk;
class Client
{
/**
* Constructor.
*
* @param \EasyWeChat\Payment\Application $app
*/
public function __construct(Application $app)
{
$this->app = $app;
}
// ...
} 这样的话,也可以解决这个 |
我也希望不依赖 access_token, 但是其中的签名过程是需要 ticket 的,而 ticket 的请求是需要 access_token 的 |
支付这块好像只有“收货地址共享”需要 |
稍等我看一下 |
刚才看了一下,支付的 jssdk 是继承自基础 jssdk 的,比如 |
我用的环境
PHP 版本:7.0
overtrue/wechat 版本:4.0
问题及现象
$payment->jssdk
抛异常:代码段:
The text was updated successfully, but these errors were encountered: