File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ $res = $instance
143143print_r($res);
144144```
145145
146+ SDK自v1.4.6调整了XML转换函数,支持了[ Stringable] ( https://www.php.net/manual/zh/class.stringable.php ) 值的转换,对于 [ Scalar] ( https://www.php.net/manual/zh/function.is-scalar.php ) 标量值及实现了 [ __ toString] ( https://www.php.net/manual/zh/language.types.string.php#language.types.string.casting ) 方法的对象,均支持直接转换,详细可参考 [ TransformerTest.php] ( tests/TransformerTest.php ) 的用例用法示例。
147+
146148## 刷脸支付-人脸识别-获取调用凭证
147149
148150[ 官方开发文档地址] ( https://pay.weixin.qq.com/wiki/doc/wxfacepay/develop/android/faceuser.html )
@@ -182,7 +184,7 @@ print_r($res);
182184``` php
183185use WeChatPay\Transformer;
184186$res = $instance
185- ->v2->sandboxnew->pay ->getsignkey
187+ ->v2->xdc->apiv2getsignkey->sign ->getsignkey
186188->postAsync([
187189 'xml' => [
188190 'mch_id' => '1900000109',
You can’t perform that action at this time.
0 commit comments