linhw 2024-06-28 18:58:47 +08:00
parent 581a962cf9
commit 7077951b76
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import com.ruoyi.common.core.web.page.TableDataInfo;
* @date 2024-06-28
*/
@RestController
@RequestMapping("/code")
@RequestMapping("/appCode")
@Api(tags = "用户注册码" , description = "用户注册码")
public class AppCodeController extends BaseController
{