test
This commit is contained in:
parent
81b93492e1
commit
4b720af327
@ -60,7 +60,7 @@ class WechatPayService
|
|||||||
public function officialUserTransfer(string $trade_no, string $scene_id, string $openid, int $amount, string $remark, array $transfer_scene_report_infos = []): array
|
public function officialUserTransfer(string $trade_no, string $scene_id, string $openid, int $amount, string $remark, array $transfer_scene_report_infos = []): array
|
||||||
{
|
{
|
||||||
// 发送请求
|
// 发送请求
|
||||||
if (!empty(count($transfer_scene_report_infos))) {
|
if (empty(count($transfer_scene_report_infos))) {
|
||||||
$transfer_scene_report_infos = [["info_type" => "用户提现", "info_content" => "用户提取账户金额"]];
|
$transfer_scene_report_infos = [["info_type" => "用户提现", "info_content" => "用户提取账户金额"]];
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user