- GetVendorStore for ebai.

This commit is contained in:
gazebo
2018-09-18 17:15:41 +08:00
parent 5430791437
commit cf62db7ff5
14 changed files with 263 additions and 28 deletions

View File

@@ -0,0 +1,5 @@
package ebai
func (p *PurchaseHandler) SyncStoreSku(storeID int, skuIDs []int, isForce bool, userName string) (err error) {
return err
}