This commit is contained in:
gazebo
2018-09-16 12:55:23 +08:00
parent a8ae37c641
commit b9497d028f
8 changed files with 199 additions and 149 deletions

View File

@@ -1 +1,5 @@
package jd
func (p *PurchaseHandler) SyncStoreSku(storeID int, skuIDs []int) (err error) {
return nil
}