feat : rank
This commit is contained in:
@@ -21,6 +21,8 @@ use App\Service\Api\BaseService;
|
||||
use App\Service\ServiceTrait\Common\OssTrait;
|
||||
use Hyperf\DbConnection\Db;
|
||||
use Hyperf\Di\Annotation\Inject;
|
||||
use Psr\Container\ContainerExceptionInterface;
|
||||
use Psr\Container\NotFoundExceptionInterface;
|
||||
use function Hyperf\Coroutine\co;
|
||||
|
||||
class EvaluationService extends BaseService
|
||||
@@ -53,6 +55,8 @@ class EvaluationService extends BaseService
|
||||
|
||||
/**
|
||||
* @return array
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function handle(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user