feat:合图新增debug模块

This commit is contained in:
momo
2023-10-18 11:48:32 +08:00
parent 6a982689ef
commit e14fd8b286
2 changed files with 27 additions and 10 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"`