Skip to content

Commit

Permalink
fix(godoc): fix golint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Jul 2, 2021
1 parent 1db9782 commit 4a88334
Show file tree
Hide file tree
Showing 13,069 changed files with 53,802 additions and 66,853 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[![goreleaser](https://github.com/bububa/opentaobao/actions/workflows/goreleaser.yml/badge.svg)](https://github.com/bububa/opentaobao/actions/workflows/goreleaser.yml)
[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/bububa/opentaobao.svg)](https://github.com/bububa/opentaobao)
[![GoReportCard](https://goreportcard.com/badge/github.com/bububa/opentaobao)](https://goreportcard.com/report/github.com/bububa/opentaobao)
[![GitHub license](https://img.shields.io/github/license/bububa/opentaobao.svg)](https://github.com/bububa/opentaobao/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/bububa/opentaobao.svg)](https://GitHub.com/bububa/opentaobao/releases/)

## 编译工具链
```sh
Expand Down
9 changes: 4 additions & 5 deletions api/admarket/YunosAdmarketAdBid.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/admarket"
)

/* YunosAdmarketAdBid
广告竞价服务
yunos.admarket.ad.bid
广告竞价服务 */
// YunosAdmarketAdBid 广告竞价服务
// yunos.admarket.ad.bid
//
// 广告竞价服务
func YunosAdmarketAdBid(clt *core.SDKClient, req *admarket.YunosAdmarketAdBidAPIRequest, session string) (*admarket.YunosAdmarketAdBidAPIResponse, error) {
var resp admarket.YunosAdmarketAdBidAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/admarket/YunosAdmarketMaterialAudit.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/admarket"
)

/* YunosAdmarketMaterialAudit
广告平台创意审核
yunos.admarket.material.audit
用于厂商上报广告平台审核结果 */
// YunosAdmarketMaterialAudit 广告平台创意审核
// yunos.admarket.material.audit
//
// 用于厂商上报广告平台审核结果
func YunosAdmarketMaterialAudit(clt *core.SDKClient, req *admarket.YunosAdmarketMaterialAuditAPIRequest, session string) (*admarket.YunosAdmarketMaterialAuditAPIResponse, error) {
var resp admarket.YunosAdmarketMaterialAuditAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aecreatives/AliexpressAffiliateCategoryGet.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aecreatives"
)

/* AliexpressAffiliateCategoryGet
AE流量推广类目信息获取API
aliexpress.affiliate.category.get
获取AE流量推广类目的API */
// AliexpressAffiliateCategoryGet AE流量推广类目信息获取API
// aliexpress.affiliate.category.get
//
// 获取AE流量推广类目的API
func AliexpressAffiliateCategoryGet(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateCategoryGetAPIRequest, session string) (*aecreatives.AliexpressAffiliateCategoryGetAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateCategoryGetAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aecreatives/AliexpressAffiliateFeaturedpromoGet.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aecreatives"
)

/* AliexpressAffiliateFeaturedpromoGet
联盟主题推广活动信息获取
aliexpress.affiliate.featuredpromo.get
获取联盟主题推广活动信息 */
// AliexpressAffiliateFeaturedpromoGet 联盟主题推广活动信息获取
// aliexpress.affiliate.featuredpromo.get
//
// 获取联盟主题推广活动信息
func AliexpressAffiliateFeaturedpromoGet(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateFeaturedpromoGetAPIRequest, session string) (*aecreatives.AliexpressAffiliateFeaturedpromoGetAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateFeaturedpromoGetAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aecreatives"
)

/* AliexpressAffiliateFeaturedpromoProductsGet
联盟主题推广活动商品信息获取
aliexpress.affiliate.featuredpromo.products.get
根据联盟主题推广活动或主题品库查询对应的商品。如下品库为固定品库,可长期调用。品库类型和名称如下:高佣品(Hot Product)、新品(New Arrival)、热销商品(Best Seller)、每周尖货(weeklydeals) */
// AliexpressAffiliateFeaturedpromoProductsGet 联盟主题推广活动商品信息获取
// aliexpress.affiliate.featuredpromo.products.get
//
// 根据联盟主题推广活动或主题品库查询对应的商品。如下品库为固定品库,可长期调用。品库类型和名称如下:高佣品(Hot Product)、新品(New Arrival)、热销商品(Best Seller)、每周尖货(weeklydeals)
func AliexpressAffiliateFeaturedpromoProductsGet(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateFeaturedpromoProductsGetAPIRequest, session string) (*aecreatives.AliexpressAffiliateFeaturedpromoProductsGetAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateFeaturedpromoProductsGetAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aecreatives/AliexpressAffiliateHotproductDownload.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aecreatives"
)

/* AliexpressAffiliateHotproductDownload
联盟营销爆品下载接口
aliexpress.affiliate.hotproduct.download
查询联盟爆品API */
// AliexpressAffiliateHotproductDownload 联盟营销爆品下载接口
// aliexpress.affiliate.hotproduct.download
//
// 查询联盟爆品API
func AliexpressAffiliateHotproductDownload(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateHotproductDownloadAPIRequest, session string) (*aecreatives.AliexpressAffiliateHotproductDownloadAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateHotproductDownloadAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aecreatives/AliexpressAffiliateHotproductQuery.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aecreatives"
)

/* AliexpressAffiliateHotproductQuery
查询联盟爆品数据
aliexpress.affiliate.hotproduct.query
查询联盟爆品API */
// AliexpressAffiliateHotproductQuery 查询联盟爆品数据
// aliexpress.affiliate.hotproduct.query
//
// 查询联盟爆品API
func AliexpressAffiliateHotproductQuery(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateHotproductQueryAPIRequest, session string) (*aecreatives.AliexpressAffiliateHotproductQueryAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateHotproductQueryAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aecreatives/AliexpressAffiliateImageSearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aecreatives"
)

/* AliexpressAffiliateImageSearch
图搜
aliexpress.affiliate.image.search
图片搜索接口 */
// AliexpressAffiliateImageSearch 图搜
// aliexpress.affiliate.image.search
//
// 图片搜索接口
func AliexpressAffiliateImageSearch(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateImageSearchAPIRequest, session string) (*aecreatives.AliexpressAffiliateImageSearchAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateImageSearchAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aecreatives/AliexpressAffiliateProductQuery.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aecreatives"
)

/* AliexpressAffiliateProductQuery
联盟推广商品获取接口
aliexpress.affiliate.product.query
联盟推广商品搜索接口,用于搜索联盟推广商品数据 */
// AliexpressAffiliateProductQuery 联盟推广商品获取接口
// aliexpress.affiliate.product.query
//
// 联盟推广商品搜索接口,用于搜索联盟推广商品数据
func AliexpressAffiliateProductQuery(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateProductQueryAPIRequest, session string) (*aecreatives.AliexpressAffiliateProductQueryAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateProductQueryAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aecreatives/AliexpressAffiliateProductSmartmatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aecreatives"
)

/* AliexpressAffiliateProductSmartmatch
联盟物料智能推荐api
aliexpress.affiliate.product.smartmatch
联盟物料算法智能推荐 */
// AliexpressAffiliateProductSmartmatch 联盟物料智能推荐api
// aliexpress.affiliate.product.smartmatch
//
// 联盟物料算法智能推荐
func AliexpressAffiliateProductSmartmatch(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateProductSmartmatchAPIRequest, session string) (*aecreatives.AliexpressAffiliateProductSmartmatchAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateProductSmartmatchAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aecreatives/AliexpressAffiliateProductdetailGet.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aecreatives"
)

/* AliexpressAffiliateProductdetailGet
联盟商品详情获取接口
aliexpress.affiliate.productdetail.get
联盟推广商品搜索接口,用于搜索联盟推广商品数据 */
// AliexpressAffiliateProductdetailGet 联盟商品详情获取接口
// aliexpress.affiliate.productdetail.get
//
// 联盟推广商品搜索接口,用于搜索联盟推广商品数据
func AliexpressAffiliateProductdetailGet(clt *core.SDKClient, req *aecreatives.AliexpressAffiliateProductdetailGetAPIRequest, session string) (*aecreatives.AliexpressAffiliateProductdetailGetAPIResponse, error) {
var resp aecreatives.AliexpressAffiliateProductdetailGetAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aedata/AliexpressAffiliateOrderGet.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aedata"
)

/* AliexpressAffiliateOrderGet
AE流量订单详情获取API
aliexpress.affiliate.order.get
联盟推广订单效果获取API */
// AliexpressAffiliateOrderGet AE流量订单详情获取API
// aliexpress.affiliate.order.get
//
// 联盟推广订单效果获取API
func AliexpressAffiliateOrderGet(clt *core.SDKClient, req *aedata.AliexpressAffiliateOrderGetAPIRequest, session string) (*aedata.AliexpressAffiliateOrderGetAPIResponse, error) {
var resp aedata.AliexpressAffiliateOrderGetAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aedata/AliexpressAffiliateOrderList.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aedata"
)

/* AliexpressAffiliateOrderList
AE推广者订单批量获取接口
aliexpress.affiliate.order.list
AE联盟推广者订单分页查询接口 */
// AliexpressAffiliateOrderList AE推广者订单批量获取接口
// aliexpress.affiliate.order.list
//
// AE联盟推广者订单分页查询接口
func AliexpressAffiliateOrderList(clt *core.SDKClient, req *aedata.AliexpressAffiliateOrderListAPIRequest, session string) (*aedata.AliexpressAffiliateOrderListAPIResponse, error) {
var resp aedata.AliexpressAffiliateOrderListAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aedata/AliexpressAffiliateOrderListbyindex.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aedata"
)

/* AliexpressAffiliateOrderListbyindex
AE联盟推广者订单查询接口-按游标索引查询
aliexpress.affiliate.order.listbyindex
AE联盟推广者订单按游标查询接口 */
// AliexpressAffiliateOrderListbyindex AE联盟推广者订单查询接口-按游标索引查询
// aliexpress.affiliate.order.listbyindex
//
// AE联盟推广者订单按游标查询接口
func AliexpressAffiliateOrderListbyindex(clt *core.SDKClient, req *aedata.AliexpressAffiliateOrderListbyindexAPIRequest, session string) (*aedata.AliexpressAffiliateOrderListbyindexAPIResponse, error) {
var resp aedata.AliexpressAffiliateOrderListbyindexAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aedropshiper/AliexpressLogisticsBuyerFreightCalculate.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aedropshiper"
)

/* AliexpressLogisticsBuyerFreightCalculate
提供给买家使用的运费计算接口
aliexpress.logistics.buyer.freight.calculate
提供给买家使用的运费计算接口 */
// AliexpressLogisticsBuyerFreightCalculate 提供给买家使用的运费计算接口
// aliexpress.logistics.buyer.freight.calculate
//
// 提供给买家使用的运费计算接口
func AliexpressLogisticsBuyerFreightCalculate(clt *core.SDKClient, req *aedropshiper.AliexpressLogisticsBuyerFreightCalculateAPIRequest, session string) (*aedropshiper.AliexpressLogisticsBuyerFreightCalculateAPIResponse, error) {
var resp aedropshiper.AliexpressLogisticsBuyerFreightCalculateAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aedropshiper/AliexpressLogisticsDsTrackinginfoQuery.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aedropshiper"
)

/* AliexpressLogisticsDsTrackinginfoQuery
查询物流追踪信息
aliexpress.logistics.ds.trackinginfo.query
Dropshipper查询物流追踪信息 */
// AliexpressLogisticsDsTrackinginfoQuery 查询物流追踪信息
// aliexpress.logistics.ds.trackinginfo.query
//
// Dropshipper查询物流追踪信息
func AliexpressLogisticsDsTrackinginfoQuery(clt *core.SDKClient, req *aedropshiper.AliexpressLogisticsDsTrackinginfoQueryAPIRequest, session string) (*aedropshiper.AliexpressLogisticsDsTrackinginfoQueryAPIResponse, error) {
var resp aedropshiper.AliexpressLogisticsDsTrackinginfoQueryAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aedropshiper/AliexpressOfferDsProductSimplequery.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aedropshiper"
)

/* AliexpressOfferDsProductSimplequery
Dropshipper查询单个商品的简易信息
aliexpress.offer.ds.product.simplequery
提供给Dropshipper的通过商品ID查找商品简易信息(包括SKU-价格/库存、产品状态等)的接口,只有特定买家可以使用 */
// AliexpressOfferDsProductSimplequery Dropshipper查询单个商品的简易信息
// aliexpress.offer.ds.product.simplequery
//
// 提供给Dropshipper的通过商品ID查找商品简易信息(包括SKU-价格/库存、产品状态等)的接口,只有特定买家可以使用
func AliexpressOfferDsProductSimplequery(clt *core.SDKClient, req *aedropshiper.AliexpressOfferDsProductSimplequeryAPIRequest, session string) (*aedropshiper.AliexpressOfferDsProductSimplequeryAPIResponse, error) {
var resp aedropshiper.AliexpressOfferDsProductSimplequeryAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aedropshiper"
)

/* AliexpressPostproductRedefiningFindaeproductbyidfordropshipper
Dropshipper查找商品信息接口
aliexpress.postproduct.redefining.findaeproductbyidfordropshipper
提供给Dropshipper的通过商品ID查找商品信息的接口,只有特定买家可以使用 */
// AliexpressPostproductRedefiningFindaeproductbyidfordropshipper Dropshipper查找商品信息接口
// aliexpress.postproduct.redefining.findaeproductbyidfordropshipper
//
// 提供给Dropshipper的通过商品ID查找商品信息的接口,只有特定买家可以使用
func AliexpressPostproductRedefiningFindaeproductbyidfordropshipper(clt *core.SDKClient, req *aedropshiper.AliexpressPostproductRedefiningFindaeproductbyidfordropshipperAPIRequest, session string) (*aedropshiper.AliexpressPostproductRedefiningFindaeproductbyidfordropshipperAPIResponse, error) {
var resp aedropshiper.AliexpressPostproductRedefiningFindaeproductbyidfordropshipperAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aedropshiper/AliexpressTradeBuyPlaceorder.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aedropshiper"
)

/* AliexpressTradeBuyPlaceorder
AE下单API
aliexpress.trade.buy.placeorder
A006_INVALID_ACCOUNT_INFO */
// AliexpressTradeBuyPlaceorder AE下单API
// aliexpress.trade.buy.placeorder
//
// A006_INVALID_ACCOUNT_INFO
func AliexpressTradeBuyPlaceorder(clt *core.SDKClient, req *aedropshiper.AliexpressTradeBuyPlaceorderAPIRequest, session string) (*aedropshiper.AliexpressTradeBuyPlaceorderAPIResponse, error) {
var resp aedropshiper.AliexpressTradeBuyPlaceorderAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aedropshiper/AliexpressTradeDsOrderGet.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aedropshiper"
)

/* AliexpressTradeDsOrderGet
买家查询订单详情
aliexpress.trade.ds.order.get
买家查询订单详情,用于dropshipper */
// AliexpressTradeDsOrderGet 买家查询订单详情
// aliexpress.trade.ds.order.get
//
// 买家查询订单详情,用于dropshipper
func AliexpressTradeDsOrderGet(clt *core.SDKClient, req *aedropshiper.AliexpressTradeDsOrderGetAPIRequest, session string) (*aedropshiper.AliexpressTradeDsOrderGetAPIResponse, error) {
var resp aedropshiper.AliexpressTradeDsOrderGetAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aesolution/AliexpressSolutionBatchProductDelete.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aesolution"
)

/* AliexpressSolutionBatchProductDelete
aliexpress.solution.batch.product.delete
aliexpress.solution.batch.product.delete
Product delete API. Please note that there is no reverse way to retrieve the products which have been deleted. Use this API in cautious. */
// AliexpressSolutionBatchProductDelete aliexpress.solution.batch.product.delete
// aliexpress.solution.batch.product.delete
//
// Product delete API. Please note that there is no reverse way to retrieve the products which have been deleted. Use this API in cautious.
func AliexpressSolutionBatchProductDelete(clt *core.SDKClient, req *aesolution.AliexpressSolutionBatchProductDeleteAPIRequest, session string) (*aesolution.AliexpressSolutionBatchProductDeleteAPIResponse, error) {
var resp aesolution.AliexpressSolutionBatchProductDeleteAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aesolution"
)

/* AliexpressSolutionBatchProductInventoryUpdate
aliexpress.solution.batch.product.inventory.update
aliexpress.solution.batch.product.inventory.update
batch product inventory update API for oversea sellers. Sellers could update multiple skus among multiple products in a single call. Maximum 20 products could be updated at the same time and maximum 200 skus could be updated within one product. */
// AliexpressSolutionBatchProductInventoryUpdate aliexpress.solution.batch.product.inventory.update
// aliexpress.solution.batch.product.inventory.update
//
// batch product inventory update API for oversea sellers. Sellers could update multiple skus among multiple products in a single call. Maximum 20 products could be updated at the same time and maximum 200 skus could be updated within one product.
func AliexpressSolutionBatchProductInventoryUpdate(clt *core.SDKClient, req *aesolution.AliexpressSolutionBatchProductInventoryUpdateAPIRequest, session string) (*aesolution.AliexpressSolutionBatchProductInventoryUpdateAPIResponse, error) {
var resp aesolution.AliexpressSolutionBatchProductInventoryUpdateAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aesolution/AliexpressSolutionBatchProductPriceUpdate.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aesolution"
)

/* AliexpressSolutionBatchProductPriceUpdate
aliexpress.solution.batch.product.price.update
aliexpress.solution.batch.product.price.update
batch product price update operation for oversea sellers */
// AliexpressSolutionBatchProductPriceUpdate aliexpress.solution.batch.product.price.update
// aliexpress.solution.batch.product.price.update
//
// batch product price update operation for oversea sellers
func AliexpressSolutionBatchProductPriceUpdate(clt *core.SDKClient, req *aesolution.AliexpressSolutionBatchProductPriceUpdateAPIRequest, session string) (*aesolution.AliexpressSolutionBatchProductPriceUpdateAPIResponse, error) {
var resp aesolution.AliexpressSolutionBatchProductPriceUpdateAPIResponse
err := clt.Post(req, &resp, session)
Expand Down
9 changes: 4 additions & 5 deletions api/aesolution/AliexpressSolutionFeedInvalidate.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import (
"github.com/bububa/opentaobao/model/aesolution"
)

/* AliexpressSolutionFeedInvalidate
aliexpress.solution.feed.invalidate
aliexpress.solution.feed.invalidate
Api for invalidating specific feeds based on job Ids. Please use aliexpress.solution.feed.list.get to determine which job Ids needs to be sent for invalidation. */
// AliexpressSolutionFeedInvalidate aliexpress.solution.feed.invalidate
// aliexpress.solution.feed.invalidate
//
// Api for invalidating specific feeds based on job Ids. Please use aliexpress.solution.feed.list.get to determine which job Ids needs to be sent for invalidation.
func AliexpressSolutionFeedInvalidate(clt *core.SDKClient, req *aesolution.AliexpressSolutionFeedInvalidateAPIRequest, session string) (*aesolution.AliexpressSolutionFeedInvalidateAPIResponse, error) {
var resp aesolution.AliexpressSolutionFeedInvalidateAPIResponse
err := clt.Post(req, &resp, session)
Expand Down

0 comments on commit 4a88334

Please sign in to comment.