This commit is contained in:
suyl
2021-07-07 18:59:57 +08:00
parent ee1f00ab29
commit 21737e5cd9
5 changed files with 70 additions and 4 deletions

View File

@@ -80,4 +80,5 @@ type Apps struct {
Type int `json:"type"` //应用类型
AppKey string `json:"app_key" db:"app_key"` //Key
Status int `json:"status"` //状态
Mobile string `json:"mobile"` //手机号
}