REAPI/app/gateway/route/route.php

3 lines
83 B
PHP
Raw Normal View History

2024-09-29 15:43:18 +08:00
<?php
use think\facade\Route;
Route::get('api/open/code1', 'gateway/api.card/add');