Skip to content

Instantly share code, notes, and snippets.

@winglechen
Created October 19, 2013 06:27
Show Gist options
  • Save winglechen/7052269 to your computer and use it in GitHub Desktop.
Save winglechen/7052269 to your computer and use it in GitHub Desktop.
{
'id' : 1,
'price' : 110,//价格
'stock_num' : 10, //库存数量
'solded_num' : 10, //已销售数量
'k1' : "颜色",
"k1_id" : 5,
'k2' : "尺寸",
"k2_id" : 6,
'v1' : "白色",
"v1_id" : 15,
'v2' : "尺寸",
"v2_id" : 16,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment