feat: 国际化模拟测试接口
This commit is contained in:
@@ -73,7 +73,8 @@ func Setup(router *gin.Engine) {
|
||||
// 通用请求
|
||||
commonGroup := router.Group("/common")
|
||||
{
|
||||
commonGroup.GET("/hash", middleware.PreAuthorize(nil), controller.NewCommont.Hash)
|
||||
commonGroup.POST("/hash", middleware.PreAuthorize(nil), controller.NewCommont.Hash)
|
||||
commonGroup.GET("/i18n", controller.NewCommont.I18n)
|
||||
}
|
||||
|
||||
// 文件操作处理
|
||||
|
||||
Reference in New Issue
Block a user