Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny77 authored Jun 29, 2021
1 parent 7ace7cc commit cea29ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class WechatPayBase
'notify_url' => env('MINI_NOTIFYURL')
];
$app = Factory::payment($payConfig);
$request = di(RequestInterface::class);
$app->rebind('request',$request);
$request = di(RequestInterface::class);//重点
$app->rebind('request',$request);//重点
return $app;
}
Expand Down

0 comments on commit cea29ca

Please sign in to comment.