|
|
@@ -21,7 +21,7 @@ Router::get('/favicon.ico', function () {
|
|
|
/* 自定义路由 */
|
|
|
Router::addGroup('/api', function () {
|
|
|
// 彩种数据
|
|
|
- Router::post('lottery/test', ['App\Controller\LotteryController@test', 'test']);
|
|
|
+ Router::post('lottery/test', 'App\Controller\LotteryController@test');
|
|
|
|
|
|
|
|
|
});
|