...
|
...
|
@@ -461,6 +461,7 @@ class Pay extends Api |
|
|
$config = config('verify.wx_pay');
|
|
|
$app = Factory::payment($config);
|
|
|
$response = $app->handlePaidNotify(function($message, $fail){
|
|
|
Log::write(date('Y-m-d H:i:s').json_encode($message,JSON_UNESCAPED_UNICODE),'notice');
|
|
|
$data = Db::name('viporder')
|
|
|
->where('num',$message['out_trade_no'])
|
|
|
->find();
|
...
|
...
|
|