This commit is contained in:
Hankin 2025-08-12 15:00:57 +08:00
parent 21f0b1b6af
commit 1a510da704

View File

@ -70,7 +70,7 @@ class WechatPayService
"json" => [
"appid" => $appid,
"out_bill_no" => $trade_no,
"transfer_scene_id" => $scene_id,
"transfer_scene_id" => (string) $scene_id,
"openid" => $openid,
"transfer_amount" => $amount,
"transfer_remark" => $remark,