Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into develop

This commit is contained in:
eson
2023-10-18 15:44:05 +08:00
9 changed files with 98 additions and 66 deletions

View File

@@ -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"`