- more append err msg when ebai api failed.

This commit is contained in:
gazebo
2019-03-08 14:35:41 +08:00
parent ba133eb2de
commit 0a0a749274
4 changed files with 27 additions and 22 deletions

View File

@@ -32,6 +32,9 @@ const (
KeyShopID = "shop_id"
KeyBaiduShopID = "baidu_shop_id"
KeyCustomSkuID = "custom_sku_id"
KeySkuID = "sku_id"
KeyName = "name"
KeyPhone = "phone"
)