Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into develop
This commit is contained in:
@@ -24,6 +24,12 @@ const (
|
||||
IDTYPE_Guest IDTYPE = 2
|
||||
)
|
||||
|
||||
// DebugData
|
||||
type DebugData struct {
|
||||
DiffTimeLogoCombine int64 `json:"diff_time_logo_combine"` // 合图算法时间
|
||||
DiffTimeUploadFile int64 `json:"diff_time_upload_file"` // 合图上传时间
|
||||
}
|
||||
|
||||
// Debug 相关的结构
|
||||
type Debug struct {
|
||||
Exp *int64 `json:"exp"`
|
||||
|
||||
Reference in New Issue
Block a user