Files
hyperf_service/app/Service/Api/System/CityListService.php
2025-02-28 18:00:31 +08:00

19 lines
273 B
PHP

<?php
/**
* This service file is part of item.
*
* @author ctexthuang
* @contact ctexthuang@qq.com
*/
declare(strict_types=1);
namespace App\Service\Api\System;
class CityListService extends
{
public function handle()
{
//todo Write logic
}
}