Skip to content

Commit

Permalink
Merge pull request #96 from yjieliang/issue-8211
Browse files Browse the repository at this point in the history
pref:蓝盾国际化方案优化 TencentBlueKing#8211
  • Loading branch information
yjieliang authored May 17, 2023
2 parents 9e5557b + 7d67841 commit cf47f79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ object AuthMessageCode {
const val PARENT_TYPE_FAIL = "2121034" // 权限系统:父类资源必须为"项目"
const val TOKEN_TICKET_FAIL = "2121035" // 权限系统:token校验失败


const val RESOURCE_NOT_FOUND = "2121036" // 权限系统:资源{0}不存在
const val DEFAULT_GROUP_CONFIG_NOT_FOUND = "2121037" // 权限系统:默认组配置不存在
const val RESOURCE_ACTION_EMPTY = "2121038" // 权限系统:资源未绑定动作
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import java.io.ByteArrayOutputStream
import java.io.InputStream
import java.nio.charset.Charset
import java.time.LocalDateTime
import java.util.*
import java.util.Base64
import org.glassfish.jersey.media.multipart.FormDataContentDisposition
import org.jooq.DSLContext
import org.jooq.impl.DSL
Expand Down

0 comments on commit cf47f79

Please sign in to comment.