Commit 85b5cb66 authored by hujiebin's avatar hujiebin

feat: swagger update

parent 1b380be0
package groupPower_e package groupPower_e
import "git.hilo.cn/hilo-common/resource/mysql"
//国家势力状态 //国家势力状态
type GroupPowerStatus = mysql.Type type GroupPowerStatus = uint8
const ( const (
//上架 //上架
...@@ -15,7 +13,7 @@ const ( ...@@ -15,7 +13,7 @@ const (
) )
//国家势力用户角色 //国家势力用户角色
type GroupPowerUserRole = mysql.Type type GroupPowerUserRole = uint8
const ( const (
//普通用户 //普通用户
...@@ -27,7 +25,7 @@ const ( ...@@ -27,7 +25,7 @@ const (
) )
//国家势力排行榜类型 //国家势力排行榜类型
type GroupPowerRankType = mysql.Type type GroupPowerRankType = uint8
const ( const (
GroupPowerRankTypeFamous GroupPowerRankType = 1 GroupPowerRankTypeFamous GroupPowerRankType = 1
...@@ -36,7 +34,7 @@ const ( ...@@ -36,7 +34,7 @@ const (
) )
//国家势力日志操作类型 //国家势力日志操作类型
type GroupPowerUserLogType = mysql.Type type GroupPowerUserLogType = uint8
const ( const (
//加入 //加入
...@@ -51,7 +49,7 @@ const ( ...@@ -51,7 +49,7 @@ const (
GroupPowerUserLogDissolve GroupPowerUserLogType = 5 GroupPowerUserLogDissolve GroupPowerUserLogType = 5
) )
type GroupPowerDiamondLogType = mysql.Type type GroupPowerDiamondLogType = uint8
const ( const (
//群组原因加入 //群组原因加入
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment