Commit e692c59f by 杨树贤

属性返回值优化

parent 01bb148c
Showing with 1 additions and 1 deletions
...@@ -42,5 +42,5 @@ func (ls *LyService) GetSpuAttr(spuId string) (attrsResult interface{}) { ...@@ -42,5 +42,5 @@ func (ls *LyService) GetSpuAttr(spuId string) (attrsResult interface{}) {
} }
return attrsResult return attrsResult
} }
return attrsList return []interface{}{}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment