shaoguo 72d7030087 commit před 1 rokem
..
ActApplyInfo.md 036c6b970f commit před 1 rokem
ActArea.md 036c6b970f commit před 1 rokem
ActInfo.md 036c6b970f commit před 1 rokem
ActRule.md 036c6b970f commit před 1 rokem
ActivityApi.md 72d7030087 commit před 1 rokem
AddRepresentativeRequest.md 036c6b970f commit před 1 rokem
AddRepresentativesRequest.md 036c6b970f commit před 1 rokem
AddRepresentativesResponse.md 036c6b970f commit před 1 rokem
AddStoresBody.md 036c6b970f commit před 1 rokem
AddStoresRequest.md 036c6b970f commit před 1 rokem
AddStoresResponse.md 036c6b970f commit před 1 rokem
ApplyActivityBody.md 036c6b970f commit před 1 rokem
ApplyActivityRequest.md 036c6b970f commit před 1 rokem
ApplyActivityResponse.md 036c6b970f commit před 1 rokem
CreateMaterialsBody.md 036c6b970f commit před 1 rokem
CreateMaterialsRequest.md 036c6b970f commit před 1 rokem
DeleteRepresentativeBody.md 036c6b970f commit před 1 rokem
DeleteRepresentativeRequest.md 036c6b970f commit před 1 rokem
DeleteRepresentativeResponse.md 036c6b970f commit před 1 rokem
DeleteStoresBody.md 036c6b970f commit před 1 rokem
DeleteStoresRequest.md 036c6b970f commit před 1 rokem
DeleteStoresResponse.md 036c6b970f commit před 1 rokem
FmcgAct.md 036c6b970f commit před 1 rokem
GetStoreRequest.md 036c6b970f commit před 1 rokem
GoodsInfo.md 036c6b970f commit před 1 rokem
ListActsByAreaRequest.md 036c6b970f commit před 1 rokem
ListActsByAreaResponse.md 036c6b970f commit před 1 rokem
ListRepresentativeRequest.md 036c6b970f commit před 1 rokem
ListRepresentativeResponse.md 036c6b970f commit před 1 rokem
ListStoreRequest.md 036c6b970f commit před 1 rokem
ListStoreResponse.md 036c6b970f commit před 1 rokem
LockQualificationRequest.md 036c6b970f commit před 1 rokem
LockQualificationResponse.md 036c6b970f commit před 1 rokem
MaterialInfo.md 036c6b970f commit před 1 rokem
Materials.md 036c6b970f commit před 1 rokem
OrderInfo.md 036c6b970f commit před 1 rokem
QualificationApi.md 72d7030087 commit před 1 rokem
README.md 036c6b970f commit před 1 rokem
RepresentativeInfo.md 036c6b970f commit před 1 rokem
RetailStoreActApi.md 72d7030087 commit před 1 rokem
RetailStoreInfo.md 036c6b970f commit před 1 rokem
StoreInfo.md 036c6b970f commit před 1 rokem
UnlockQualificationRequest.md 036c6b970f commit před 1 rokem
UnlockQualificationResponse.md 036c6b970f commit před 1 rokem

README.md

微信支付 API v3 Go SDK - retailstore

指定服务商可通过该接口报名加价购活动、查询某个区域内的加价购活动列表、锁定加价活动购资格以及解锁加价购活动资格。

总览

本 SDK 由 WechatPay APIv3 SDK 生成器生成。生成器基于 OpenAPI Generator 构建。

  • API 版本: 1.4.0

接口列表

所有URI均基于微信支付 API 地址:https://api.mch.weixin.qq.com

服务名 方法名 HTTP 请求 描述
ActivityApi ApplyActivity Post /v3/marketing/goods-subsidy-activity/activity/{activity_id}/apply 门店报名品牌加价购活动
ActivityApi ListActsByArea Get /v3/marketing/goods-subsidy-activity/activities 按区域查询品牌加价购活动
QualificationApi LockQualification Post /v3/marketing/goods-subsidy-activity/qualification/lock 锁定品牌加价购活动资格
QualificationApi UnlockQualification Post /v3/marketing/goods-subsidy-activity/qualification/unlock 解锁品牌加价购活动资格
RetailStoreActApi AddRepresentative Put /v3/marketing/goods-subsidy-activity/retail-store-act/{activity_id}/representative 添加零售小店活动业务代理
RetailStoreActApi AddStores Post /v3/marketing/goods-subsidy-activity/retail-store-act/{brand_id}/stores 添加小店活动门店
RetailStoreActApi CreateMaterials Post /v3/marketing/goods-subsidy-activity/retail-store-act/{brand_id}/materials 生成小店活动物料码
RetailStoreActApi DeleteRepresentative Delete /v3/marketing/goods-subsidy-activity/retail-store-act/{activity_id}/representative 删除零售小店活动业务代理
RetailStoreActApi DeleteStores Delete /v3/marketing/goods-subsidy-activity/retail-store-act/{brand_id}/stores 删除小店活动门店
RetailStoreActApi GetStore Get /v3/marketing/goods-subsidy-activity/retail-store-act/{brand_id}/stores/{store_code} 查询小店活动门店详情
RetailStoreActApi ListRepresentative Get /v3/marketing/goods-subsidy-activity/retail-store-act/{activity_id}/representatives 查询零售小店活动业务代理
RetailStoreActApi ListStore Get /v3/marketing/goods-subsidy-activity/retail-store-act/{brand_id}/stores 查询小店活动门店列表

类型列表