新接口

This commit is contained in:
苏尹岚
2020-08-06 18:20:15 +08:00
parent 3e4ef8ecb6
commit b998498ae3
4 changed files with 41 additions and 0 deletions

View File

@@ -1345,3 +1345,10 @@ func GetAfsOrdersByPage(db *DaoDB, vendorOrderID, afsOrderID, userID string, fro
}
return afsOrderList, totalCount, err
}
func GetSupplySupportStoreSkus(db *DaoDB, fromDate, toDate time.Time, fromStoreID, storeID int) (storeSkuBind []*model.StoreSkuBind, err error) {
// sql := `
// `
return storeSkuBind, err
}