-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
Pay::config($config);
$result = Pay::wechat()->papay([
'_type' => 'mini',
'contract_mchid' => '签约商户ID',
'contract_appid' => '签约AppID',
'out_trade_no' => '我方订单号',
'body' => '委托代扣',
'notify_url' => '支付回调地址',
'total_fee' => 1000,
'spbill_create_ip' => '127.0.0.1',
'trade_type' => 'JSAPI',
'plan_id' => '委托代扣后台创建的模板ID',
'openid' => '用户OpenID',
'contract_code' => "我方签约号",
'request_serial' => '请求序列号',
'contract_display_account' => '签约人',
'contract_notify_url' => '签约成功回调地址',
])->toArray(); 文档里有这段,却找不到papay方法
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels