Ken - Create Company Wallet

This commit is contained in:
changweiken1981
2020-11-30 06:38:29 +08:00
parent c0314132e7
commit 4ab015a516
+2
View File
@@ -18,6 +18,8 @@ Route::group(['middleware' => 'api', 'prefix' => 'v1', 'as' => 'api.'], function
require __DIR__ . '/account.php';
require __DIR__ . '/wallet.php';
require __DIR__ . '/document.php';
require __DIR__ . '/segment.php';