Skip to content

Commit

Permalink
typo v2/secapi/pay/reverse, ref 03e881f
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Aug 15, 2021
1 parent 03e881f commit 116f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ PHP版本最低要求为`7.2.5`,请商户的技术开发人员**先评估**运
+ 'out_trade_no' => $outTradeNo,
+ ];
+ // 发起请求并取得结果,抑制`E_USER_DEPRECATED`提示
+ $resp = @$instance->chain('v2/pay/micropay')->postAsync(['xml' => $input, 'security' => true])->wait();
+ $resp = @$instance->chain('v2/secapi/pay/reverse')->postAsync(['xml' => $input, 'security' => true])->wait();
+ $result = Transformer::toArray((string)$resp->getBody());
+ // print_r($result);
```
Expand Down

0 comments on commit 116f662

Please sign in to comment.