- ebaiapi KeySkuID and KeyCustomSkuID

This commit is contained in:
gazebo
2019-03-08 14:24:34 +08:00
parent d937d12cda
commit 7c3ad5ced6
2 changed files with 2 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ func (p *PurchaseHandler) DeleteRemoteSkus(ctx *jxcontext.Context, parentTask ta
if err = err2; err == nil {
vendorSkuIDs = make([]string, len(result))
for k, v := range result {
vendorSkuIDs[k] = utils.Interface2String(v["sku_id"])
vendorSkuIDs[k] = utils.Interface2String(v[ebaiapi.KeySkuID])
}
}
}