add code third party code

This commit is contained in:
daniel.w 2024-08-27 22:19:38 +08:00
parent 49b13e2481
commit 84d8afa2ba
1 changed files with 2 additions and 1 deletions

View File

@ -70,5 +70,6 @@ const (
const ( const (
_ = iota + CatService _ = iota + CatService
ArkInternal // Ark 內部錯誤 ArkInternal // Ark 內部錯誤
ArkHTTP400 // Ark HTTP 400 錯誤 ThirdParty
ArkHTTP400 // Ark HTTP 400 錯誤
) )