php快速接入微信支付宝支付easy-pay
# 支付宝
# 支付宝回调
Pay::config($this->config);
$data = Pay::alipay()->callback();
$data->get('body');
1
2
3
2
3
$data
结果
Yansongda\Supports\Collection Object
(
[items:protected] => Array
(
[gmt_create] => 2022-03-08 15:01:08
[charset] => utf-8
[seller_email] => mrcdh@qq.com
[subject] => 2022030854499850
[body] => {"order_type":10}
[buyer_id] => 20889028342700132
[invoice_amount] => 0.01
[notify_id] => 20220308002221501100001314256795926
[fund_bill_list] => [{"amount":"0.01","fundChannel":"ALIPAYACCOUNT"}]
[notify_type] => trade_status_sync
[trade_status] => TRADE_SUCCESS
[receipt_amount] => 0.01
[buyer_pay_amount] => 0.01
[app_id] => 202100218220222
[seller_id] => 2088241370520024
[gmt_payment] => 2022-03-08 15:01:10
[notify_time] => 2022-03-08 15:01:10
[version] => 1.0
[out_trade_no] => 20220230854499850
[total_amount] => 0.01
[trade_no] => 202203082203014200131452118308
[auth_app_id] => 202100218220222
[buyer_logon_id] => mrcdh@qq.com
[point_amount] => 0.00
)
)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
上次更新: 2023/09/22, 16:54:32