fix:合图调整
This commit is contained in:
@@ -92,7 +92,10 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq
|
||||
hashKeyData.GuestId = 0
|
||||
hashKeyData.UserId = 0
|
||||
hashKeyData.LogoUrl = *userMaterialInfo.ResourceUrl
|
||||
var resourceId string = hash.JsonHashKey(hashKeyData)
|
||||
var hashKeyDataMap map[string]interface{}
|
||||
hashKeyDataB, _ := json.Marshal(hashKeyData)
|
||||
json.Unmarshal(hashKeyDataB, &hashKeyDataMap)
|
||||
var resourceId string = hash.JsonHashKey(hashKeyDataMap)
|
||||
|
||||
fmt.Println("hashKeyData:", hashKeyData)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user