作者 chencheng

kq-0620-6

... ... @@ -65,6 +65,7 @@ class Wechat {
'notify_url' => $notify_url, // 你也可以在下单时单独设置来想覆盖它
];
dump($config);die;
$app = Factory::payment($config);
return $app;
}
... ...