Skip to content

Commit

Permalink
小店活动新增活动门店管理API (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
colindhlin authored Jul 31, 2023
1 parent 1eb842c commit f0f635c
Show file tree
Hide file tree
Showing 20 changed files with 1,692 additions and 104 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Representatives
# AddRepresentativesResponse

## 属性列表

Expand Down
15 changes: 15 additions & 0 deletions docs/retailstore/AddStoresBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# AddStoresBody

## 属性列表

名称 | 类型 | 描述 | 补充说明
------------ | ------------- | ------------- | -------------
**OutRequestNo** | **string** | 商户新增小店活动门店凭据号,商户侧需保持唯一性。可包含英文字母,数字,\\\\|,\\\\_\\\\*\\\\-等内容,不允许出现其他不合法符号。 |
**AddTime** | **string** | 添加时间,遵循rfc3339标准格式,格式为yyyy-MM-DDTHH:mm:ss+TIMEZONE,yyyy-MM-DD表示年月日,T出现在字符串中,表示time元素的开头,HH:mm:ss表示时分秒,TIMEZONE表示时区(+08:00表示东八区时间,领先UTC8小时,即北京时间)。例如:2015-05-20T13:29:35+08:00表示,北京时间2015年5月20日 13点29分35秒。 |
**Stores** | [**[]RetailStoreInfo**](RetailStoreInfo.md) | 待新增的小店活动门店列表 |

[\[返回类型列表\]](README.md#类型列表)
[\[返回接口列表\]](README.md#接口列表)
[\[返回服务README\]](README.md)


16 changes: 16 additions & 0 deletions docs/retailstore/AddStoresRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# AddStoresRequest

## 属性列表

名称 | 类型 | 描述 | 补充说明
------------ | ------------- | ------------- | -------------
**BrandId** | **string** | 品牌ID |
**OutRequestNo** | **string** | 商户新增小店活动门店凭据号,商户侧需保持唯一性。可包含英文字母,数字,\\\\|,\\\\_\\\\*\\\\-等内容,不允许出现其他不合法符号。 |
**AddTime** | **string** | 添加时间,遵循rfc3339标准格式,格式为yyyy-MM-DDTHH:mm:ss+TIMEZONE,yyyy-MM-DD表示年月日,T出现在字符串中,表示time元素的开头,HH:mm:ss表示时分秒,TIMEZONE表示时区(+08:00表示东八区时间,领先UTC8小时,即北京时间)。例如:2015-05-20T13:29:35+08:00表示,北京时间2015年5月20日 13点29分35秒。 |
**Stores** | [**[]RetailStoreInfo**](RetailStoreInfo.md) | 待新增的小店活动门店列表 |

[\[返回类型列表\]](README.md#类型列表)
[\[返回接口列表\]](README.md#接口列表)
[\[返回服务README\]](README.md)


14 changes: 14 additions & 0 deletions docs/retailstore/AddStoresResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# AddStoresResponse

## 属性列表

名称 | 类型 | 描述 | 补充说明
------------ | ------------- | ------------- | -------------
**AddTime** | **string** | 添加时间,遵循rfc3339标准格式,格式为yyyy-MM-DDTHH:mm:ss+TIMEZONE,yyyy-MM-DD表示年月日,T出现在字符串中,表示time元素的开头,HH:mm:ss表示时分秒,TIMEZONE表示时区(+08:00表示东八区时间,领先UTC8小时,即北京时间)。例如:2015-05-20T13:29:35+08:00表示,北京时间2015年5月20日 13点29分35秒。 | [可选]
**FailedStores** | [**[]RetailStoreInfo**](RetailStoreInfo.md) | 添加失败的小店活动门店列表 | [可选]

[\[返回类型列表\]](README.md#类型列表)
[\[返回接口列表\]](README.md#接口列表)
[\[返回服务README\]](README.md)


15 changes: 15 additions & 0 deletions docs/retailstore/DeleteStoresBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# DeleteStoresBody

## 属性列表

名称 | 类型 | 描述 | 补充说明
------------ | ------------- | ------------- | -------------
**OutRequestNo** | **string** | 商户删除小店活动门店凭据号,商户侧需保持唯一性。可包含英文字母,数字,\\\\|,\\\\_\\\\*\\\\-等内容,不允许出现其他不合法符号。 |
**DeleteTime** | **string** | 删除时间,遵循rfc3339标准格式,格式为yyyy-MM-DDTHH:mm:ss+TIMEZONE,yyyy-MM-DD表示年月日,T出现在字符串中,表示time元素的开头,HH:mm:ss表示时分秒,TIMEZONE表示时区(+08:00表示东八区时间,领先UTC8小时,即北京时间)。例如:2015-05-20T13:29:35+08:00表示,北京时间2015年5月20日 13点29分35秒。 |
**Stores** | [**[]RetailStoreInfo**](RetailStoreInfo.md) | 待删除的小店活动门店列表 |

[\[返回类型列表\]](README.md#类型列表)
[\[返回接口列表\]](README.md#接口列表)
[\[返回服务README\]](README.md)


16 changes: 16 additions & 0 deletions docs/retailstore/DeleteStoresRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# DeleteStoresRequest

## 属性列表

名称 | 类型 | 描述 | 补充说明
------------ | ------------- | ------------- | -------------
**BrandId** | **string** | 品牌ID |
**OutRequestNo** | **string** | 商户删除小店活动门店凭据号,商户侧需保持唯一性。可包含英文字母,数字,\\\\|,\\\\_\\\\*\\\\-等内容,不允许出现其他不合法符号。 |
**DeleteTime** | **string** | 删除时间,遵循rfc3339标准格式,格式为yyyy-MM-DDTHH:mm:ss+TIMEZONE,yyyy-MM-DD表示年月日,T出现在字符串中,表示time元素的开头,HH:mm:ss表示时分秒,TIMEZONE表示时区(+08:00表示东八区时间,领先UTC8小时,即北京时间)。例如:2015-05-20T13:29:35+08:00表示,北京时间2015年5月20日 13点29分35秒。 |
**Stores** | [**[]RetailStoreInfo**](RetailStoreInfo.md) | 待删除的小店活动门店列表 |

[\[返回类型列表\]](README.md#类型列表)
[\[返回接口列表\]](README.md#接口列表)
[\[返回服务README\]](README.md)


14 changes: 14 additions & 0 deletions docs/retailstore/DeleteStoresResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# DeleteStoresResponse

## 属性列表

名称 | 类型 | 描述 | 补充说明
------------ | ------------- | ------------- | -------------
**DeleteTime** | **string** | 删除时间,遵循rfc3339标准格式,格式为yyyy-MM-DDTHH:mm:ss+TIMEZONE,yyyy-MM-DD表示年月日,T出现在字符串中,表示time元素的开头,HH:mm:ss表示时分秒,TIMEZONE表示时区(+08:00表示东八区时间,领先UTC8小时,即北京时间)。例如:2015-05-20T13:29:35+08:00表示,北京时间2015年5月20日 13点29分35秒。 | [可选]
**FailedStores** | [**[]RetailStoreInfo**](RetailStoreInfo.md) | 删除失败的小店活动门店列表 | [可选]

[\[返回类型列表\]](README.md#类型列表)
[\[返回接口列表\]](README.md#接口列表)
[\[返回服务README\]](README.md)


14 changes: 14 additions & 0 deletions docs/retailstore/GetStoreRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# GetStoreRequest

## 属性列表

名称 | 类型 | 描述 | 补充说明
------------ | ------------- | ------------- | -------------
**BrandId** | **string** | 品牌ID |
**StoreCode** | **string** | 门店编码,可包含英文字母,数字,\\\\|,\\\\_\\\\*\\\\-等内容,不允许出现其他不合法符号。 |

[\[返回类型列表\]](README.md#类型列表)
[\[返回接口列表\]](README.md#接口列表)
[\[返回服务README\]](README.md)


15 changes: 15 additions & 0 deletions docs/retailstore/ListStoreRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ListStoreRequest

## 属性列表

名称 | 类型 | 描述 | 补充说明
------------ | ------------- | ------------- | -------------
**BrandId** | **string** | 品牌ID |
**Offset** | **int64** | 页码从0开始,默认第0页 |
**Limit** | **int64** | 分页大小,默认查询10家门店 |

[\[返回类型列表\]](README.md#类型列表)
[\[返回接口列表\]](README.md#接口列表)
[\[返回服务README\]](README.md)


16 changes: 16 additions & 0 deletions docs/retailstore/ListStoreResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ListStoreResponse

## 属性列表

名称 | 类型 | 描述 | 补充说明
------------ | ------------- | ------------- | -------------
**TotalCount** | **int64** | 小店活动门店总数 | [可选]
**Data** | [**[]RetailStoreInfo**](RetailStoreInfo.md) | 小店活动门店集合 | [可选]
**Offset** | **int64** | 页码从0开始,默认第0页 | [可选]
**Limit** | **int64** | 分页大小 | [可选]

[\[返回类型列表\]](README.md#类型列表)
[\[返回接口列表\]](README.md#接口列表)
[\[返回服务README\]](README.md)


18 changes: 16 additions & 2 deletions docs/retailstore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 总览
本 SDK 由 WechatPay APIv3 SDK 生成器生成。生成器基于 [OpenAPI Generator](https://openapi-generator.tech) 构建。

- API 版本: 1.3.0
- API 版本: 1.4.0

## 接口列表

Expand All @@ -18,9 +18,13 @@
*QualificationApi* | [**LockQualification**](QualificationApi.md#lockqualification) | **Post** /v3/marketing/goods-subsidy-activity/qualification/lock | 锁定品牌加价购活动资格
*QualificationApi* | [**UnlockQualification**](QualificationApi.md#unlockqualification) | **Post** /v3/marketing/goods-subsidy-activity/qualification/unlock | 解锁品牌加价购活动资格
*RetailStoreActApi* | [**AddRepresentative**](RetailStoreActApi.md#addrepresentative) | **Put** /v3/marketing/goods-subsidy-activity/retail-store-act/{activity_id}/representative | 添加零售小店活动业务代理
*RetailStoreActApi* | [**AddStores**](RetailStoreActApi.md#addstores) | **Post** /v3/marketing/goods-subsidy-activity/retail-store-act/{brand_id}/stores | 添加小店活动门店
*RetailStoreActApi* | [**CreateMaterials**](RetailStoreActApi.md#creatematerials) | **Post** /v3/marketing/goods-subsidy-activity/retail-store-act/{brand_id}/materials | 生成小店活动物料码
*RetailStoreActApi* | [**DeleteRepresentative**](RetailStoreActApi.md#deleterepresentative) | **Delete** /v3/marketing/goods-subsidy-activity/retail-store-act/{activity_id}/representative | 删除零售小店活动业务代理
*RetailStoreActApi* | [**DeleteStores**](RetailStoreActApi.md#deletestores) | **Delete** /v3/marketing/goods-subsidy-activity/retail-store-act/{brand_id}/stores | 删除小店活动门店
*RetailStoreActApi* | [**GetStore**](RetailStoreActApi.md#getstore) | **Get** /v3/marketing/goods-subsidy-activity/retail-store-act/{brand_id}/stores/{store_code} | 查询小店活动门店详情
*RetailStoreActApi* | [**ListRepresentative**](RetailStoreActApi.md#listrepresentative) | **Get** /v3/marketing/goods-subsidy-activity/retail-store-act/{activity_id}/representatives | 查询零售小店活动业务代理
*RetailStoreActApi* | [**ListStore**](RetailStoreActApi.md#liststore) | **Get** /v3/marketing/goods-subsidy-activity/retail-store-act/{brand_id}/stores | 查询小店活动门店列表


## 类型列表
Expand All @@ -31,6 +35,10 @@
- [ActRule](ActRule.md)
- [AddRepresentativeRequest](AddRepresentativeRequest.md)
- [AddRepresentativesRequest](AddRepresentativesRequest.md)
- [AddRepresentativesResponse](AddRepresentativesResponse.md)
- [AddStoresBody](AddStoresBody.md)
- [AddStoresRequest](AddStoresRequest.md)
- [AddStoresResponse](AddStoresResponse.md)
- [ApplyActivityBody](ApplyActivityBody.md)
- [ApplyActivityRequest](ApplyActivityRequest.md)
- [ApplyActivityResponse](ApplyActivityResponse.md)
Expand All @@ -39,19 +47,25 @@
- [DeleteRepresentativeBody](DeleteRepresentativeBody.md)
- [DeleteRepresentativeRequest](DeleteRepresentativeRequest.md)
- [DeleteRepresentativeResponse](DeleteRepresentativeResponse.md)
- [DeleteStoresBody](DeleteStoresBody.md)
- [DeleteStoresRequest](DeleteStoresRequest.md)
- [DeleteStoresResponse](DeleteStoresResponse.md)
- [FmcgAct](FmcgAct.md)
- [GetStoreRequest](GetStoreRequest.md)
- [GoodsInfo](GoodsInfo.md)
- [ListActsByAreaRequest](ListActsByAreaRequest.md)
- [ListActsByAreaResponse](ListActsByAreaResponse.md)
- [ListRepresentativeRequest](ListRepresentativeRequest.md)
- [ListRepresentativeResponse](ListRepresentativeResponse.md)
- [ListStoreRequest](ListStoreRequest.md)
- [ListStoreResponse](ListStoreResponse.md)
- [LockQualificationRequest](LockQualificationRequest.md)
- [LockQualificationResponse](LockQualificationResponse.md)
- [MaterialInfo](MaterialInfo.md)
- [Materials](Materials.md)
- [OrderInfo](OrderInfo.md)
- [RepresentativeInfo](RepresentativeInfo.md)
- [Representatives](Representatives.md)
- [RetailStoreInfo](RetailStoreInfo.md)
- [StoreInfo](StoreInfo.md)
- [UnlockQualificationRequest](UnlockQualificationRequest.md)
- [UnlockQualificationResponse](UnlockQualificationResponse.md)
Expand Down
Loading

0 comments on commit f0f635c

Please sign in to comment.