1
This commit is contained in:
@@ -435,12 +435,8 @@ func (p *PurchaseHandler) UpdateStoreSkusSpecTag(ctx *jxcontext.Context, vendorO
|
||||
return err
|
||||
}
|
||||
|
||||
func GetProductAuditList(vendorOrgCode string) map[string]string {
|
||||
var page int64 = 1
|
||||
var pageSize int64 = 1
|
||||
|
||||
func GetProductAuditList(vendorOrgCode string, page, pageSize int64) map[string]string {
|
||||
updateCategory := make(map[string]string, 100) // 修改分类的Map
|
||||
|
||||
data, _, err := getAPI(vendorOrgCode, 0, "").GetProductAuditList(page, pageSize, 2)
|
||||
if err != nil || len(data) == 0 {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user