同步错误返回

This commit is contained in:
苏尹岚
2019-12-04 11:56:02 +08:00
parent ecb9b79ec6
commit 16a14e8b4d
5 changed files with 54 additions and 62 deletions

View File

@@ -45,6 +45,9 @@ type StoreSkuInfo struct {
type StoreSkuInfoWithErr struct {
StoreSkuInfo *StoreSkuInfo
VendoreID int
StoreID int
SyncType string
ErrMsg string
}