docs: 澄清顺运宝规格状态语义 (#67)

This commit is contained in:
chengma
2026-08-09 22:34:22 +08:00
parent c6ef54dce1
commit 57a6484fd5
2 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -201,7 +201,8 @@ type ShopeeSKU struct {
// PriceTwdCent 是**台币分**,跟采购任务的人民币价格上限没有换算关系,
// 不要互相赋值,见 docs/admin/01-requirements.md §7。
//
// `[必须]` ShopeeSKUID 是规格匹配的结果(人工确认或自动匹配产生),
// `[必须]` ShopeeSKUID 是蝦皮规格识别结果(人工确认或自动识别产生),
// 它不代表已经完成蝦皮 SKU 到 PDD SKU 的采购规格映射。
// 顺运宝同步**绝不能覆盖它**——顺运宝根本没有这个值,见工单 #46、
// docs/admin/08-顺运宝接口.md §6.2。
type SybOrder struct {
@@ -210,7 +211,7 @@ type SybOrder struct {
Title string
ProductSpec string // 规格原文,顺运宝 productSpec,原样保留,对应 shopee_skus.spec_raw
ShopeeGoodsID string
ShopeeSKUID string // 匹配结果;顺运宝同步永远不写这一列,见上面的注释
ShopeeSKUID string // 蝦皮规格识别结果;顺运宝同步永远不覆盖这一列,见上面的注释
Quantity int
PriceTwdCent int64
ImageURL string