- rough sku.
This commit is contained in:
13
business/partner/purchase/jd/sku.go
Normal file
13
business/partner/purchase/jd/sku.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package jd
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
)
|
||||
|
||||
func (p *PurchaseHandler) AddSku(sku *model.Sku) error {
|
||||
// params := map[string]interface{}{
|
||||
// "outSkuId": utils.Int2Str(int(sku.ID)),
|
||||
// "categoryId":
|
||||
// }
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user