|
@@ -55,6 +55,8 @@ Route::group('user', function () {
|
|
|
Route::rule('getMoneyType','moneyLog/getConfig','POST');
|
|
Route::rule('getMoneyType','moneyLog/getConfig','POST');
|
|
|
//记账统计
|
|
//记账统计
|
|
|
Route::rule('getMoneyCount','MoneyLog/getCount','POST');
|
|
Route::rule('getMoneyCount','MoneyLog/getCount','POST');
|
|
|
|
|
+ //记账统计每天
|
|
|
|
|
+ Route::rule('getMoneyCountDay','MoneyLog/getCountDay','POST');
|
|
|
|
|
|
|
|
})->middleware(AllowCrossDomain::class);
|
|
})->middleware(AllowCrossDomain::class);
|
|
|
|
|
|