Skip to content

Commit

Permalink
chore: 移除钱包配置接口
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 30, 2018
1 parent 8a46bc5 commit 1b6a087
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 137 deletions.
130 changes: 0 additions & 130 deletions app/Http/Controllers/APIs/V2/WalletConfigController.php

This file was deleted.

7 changes: 0 additions & 7 deletions routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -416,13 +416,6 @@
*/

$api->group(['prefix' => 'wallet'], function (RouteContract $api) {

/*
| 获取钱包配置信息
*/

$api->get('/', API2\WalletConfigController::class.'@show');

/*
| 获取提现记录
*/
Expand Down

0 comments on commit 1b6a087

Please sign in to comment.