This commit is contained in:
zhang zhuo 2025-09-09 13:39:35 +08:00
parent e561fc1be3
commit 596b61aab6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use Hyperf\HttpServer\Annotation\Controller;
use Hyperf\HttpServer\Annotation\GetMapping;
use App\Model\Uuid as uModel;
#[Controller()]
#[Controller("v1")]
class GaoDingController extends AbstractController
{
#[GetMapping("uuid/get")]