Skip to content

微信下载账单报错。 #1021

Open
Open
@ChenRuihua

Description

包版本号

3.7.1

问题描述

你的代码

`
$plugin = $pay->mergeCommonPlugins([GetTradePlugin::class]); //申请交易账单
$params = [
'bill_date' => '2024-08-25',
'bill_type' => 'ALL',
];
$result = Pay::wechat()->pay($plugin, $params);
dump($result);

    $plugin = $pay->mergeCommonPlugins([DownloadPlugin::class]);
    $params = [
        'download_url' => $result->download_url,
        //'hash_type' => $result->hash_type,
        //'hash_value' => $result->hash_value,
    ];
    $bill = $pay->pay($plugin, $params);
    dump($bill);

`

报错详情

iShot_2024-08-26_20 36 29

sdk 日志

nginx/apache 日志

涉及到 异步通知、同步通知 的问题,请贴出来

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions