uuid
This commit is contained in:
parent
e561fc1be3
commit
596b61aab6
|
|
@ -10,7 +10,7 @@ use Hyperf\HttpServer\Annotation\Controller;
|
||||||
use Hyperf\HttpServer\Annotation\GetMapping;
|
use Hyperf\HttpServer\Annotation\GetMapping;
|
||||||
use App\Model\Uuid as uModel;
|
use App\Model\Uuid as uModel;
|
||||||
|
|
||||||
#[Controller()]
|
#[Controller("v1")]
|
||||||
class GaoDingController extends AbstractController
|
class GaoDingController extends AbstractController
|
||||||
{
|
{
|
||||||
#[GetMapping("uuid/get")]
|
#[GetMapping("uuid/get")]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue