- rough sku.

This commit is contained in:
gazebo
2018-08-20 10:58:45 +08:00
parent c5db19045d
commit eeeab319fa
5 changed files with 32 additions and 9 deletions

View 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
}