feat: 支持人工修改蝦皮规格 (#215)
This commit is contained in:
@@ -297,6 +297,9 @@ func TestGetShopeeProductDetail_待补行显示原文(t *testing.T) {
|
||||
if pending.SpecRaw != "紅色,3XL建議80-90公斤】" {
|
||||
t.Errorf("SpecRaw = %q,想要显示原文", pending.SpecRaw)
|
||||
}
|
||||
if pending.RecordID != "s2" || pending.Color != "" || pending.Size != "" {
|
||||
t.Errorf("待补规格的编辑值或内部定位错误:%+v", pending)
|
||||
}
|
||||
if pending.StatusText != "待补" {
|
||||
t.Errorf("StatusText = %q,想要 \"待补\"", pending.StatusText)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user