Skip to content

Commit

Permalink
Update wechat_api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanson authored Apr 20, 2020
1 parent d3fe0d1 commit 22abfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/wechat_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
Route::group([
'prefix' => 'api/wechat/payment',
'namespace' => 'Hanson\\LaravelAdminWechat\\Http\\Controllers\\Api\\Mini',
'namespace' => 'Hanson\\LaravelAdminWechat\\Http\\Controllers\\Api\\Payment',
], function () {
Route::post('paid-notify', 'OrderController@paidNotify');
});

0 comments on commit 22abfe7

Please sign in to comment.