[Doc] Sku: initial-sku (#2733)

This commit is contained in:
neverland
2019-02-13 19:11:37 +08:00
committed by GitHub
parent 4418bb9842
commit 166397dad4
2 changed files with 23 additions and 1 deletions
+11
View File
@@ -184,6 +184,17 @@ sku: {
}
```
#### initialSku Data Structure
```javascript
{
// KeyskuKeyStr
// ValueskuValueId
s1: '30349',
s2: '1193'
}
```
#### Goods Data Structure
```javascript