-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1eb842c
commit f0f635c
Showing
20 changed files
with
1,692 additions
and
104 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
docs/retailstore/Representatives.md → ...retailstore/AddRepresentativesResponse.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Representatives | ||
# AddRepresentativesResponse | ||
|
||
## 属性列表 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.