- up.
This commit is contained in:
@@ -28,6 +28,18 @@ type tEbaiStoreInfo struct {
|
||||
SyncStatus int
|
||||
}
|
||||
|
||||
func (p *PurchaseHandler) GetFieldIDName() string {
|
||||
return model.FieldEbaiID
|
||||
}
|
||||
|
||||
func (p *PurchaseHandler) GetFieldSyncStatusName() string {
|
||||
return model.FieldEbaiSyncStatus
|
||||
}
|
||||
|
||||
func (p *PurchaseHandler) CreateStore(storeID int) (vendorStoreID string, err error) {
|
||||
return "", err
|
||||
}
|
||||
|
||||
func (p *PurchaseHandler) ReadStore(vendorStoreID string) (*model.Store, error) {
|
||||
baiduShopID := utils.Str2Int64(vendorStoreID)
|
||||
result, err := api.EbaiAPI.ShopGet("", baiduShopID)
|
||||
|
||||
Reference in New Issue
Block a user