package md // 淘口令 type TaobaoWord struct { Text string // 文本 Code string // 短码 } type TaobaoWordGid struct { Gid string // 商品id }