21 lines
371 B
PHP
Executable File
21 lines
371 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Http\Controllers\Api;
|
|
|
|
//use App\Models\Book as ModelBook;
|
|
//use App\Models\BookOption as ModelBookOption;
|
|
//use App\Services\TomTool\Http;
|
|
use App\Models\GoodPool as ModelGoodPool;
|
|
|
|
class GoodController
|
|
{
|
|
|
|
// public function rand($sClass)
|
|
// {
|
|
// $oGood = ModelGoodPool::_all();
|
|
//
|
|
// tomd($oGood, 1);
|
|
// }
|
|
|
|
}
|