feat(tenpayv3): 新增品牌小店营销相关接口

This commit is contained in:
Fu Diwei
2023-08-11 21:31:22 +08:00
parent dc7def5822
commit bf4114e662
30 changed files with 916 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"representative_info_list": [
{
"openid": "oK7fFt8zzEZ909XH-LE2#"
}
],
"out_request_no": "1002600620019090123143254436",
"add_time": "2015-05-20T13:29:35+08:00"
}

View File

@@ -0,0 +1,9 @@
{
"activity_id": "3118550000000004",
"failed_representative_info_list": [
{
"openid": "oK7fFt8zzEZ909XH-LE2#"
}
],
"add_time": "2015-05-20T13:29:35+08:00"
}

View File

@@ -0,0 +1,10 @@
{
"out_request_no": "1002600620019090123143254436",
"add_time": "2015-05-20T13:29:35+08:00",
"stores": [
{
"store_code": "abc_001",
"store_name": "幸福小店"
}
]
}

View File

@@ -0,0 +1,9 @@
{
"add_time": "2015-05-20T13:29:35+08:00",
"failed_stores": [
{
"store_code": "abc_001",
"store_name": "幸福小店"
}
]
}

View File

@@ -0,0 +1,8 @@
{
"material_list": [
{
"material_id": "1001_123456",
"material_url": "https://action.weixin.qq.com/fmcg/details?brand_id=1001&material_id=1001_123456"
}
]
}

View File

@@ -0,0 +1,9 @@
{
"representative_info_list": [
{
"openid": "oK7fFt8zzEZ909XH-LE2#"
}
],
"out_request_no": "1002600620019090123143254436",
"delete_time": "2015-05-20T13:29:35.120+08:00"
}

View File

@@ -0,0 +1,9 @@
{
"activity_id": "3118550000000004",
"failed_representative_info_list": [
{
"openid": "oK7fFt8zzEZ909XH-LE2#"
}
],
"delete_time": "2015-05-20T13:29:35.120+08:00"
}

View File

@@ -0,0 +1,10 @@
{
"out_request_no": "1002600620019090123143254436",
"delete_time": "2015-05-20T13:29:35+08:00",
"stores": [
{
"store_code": "abc_001",
"store_name": "幸福小店"
}
]
}

View File

@@ -0,0 +1,9 @@
{
"delete_time": "2015-05-20T13:29:35+08:00",
"failed_stores": [
{
"store_code": "abc_001",
"store_name": "幸福小店"
}
]
}

View File

@@ -0,0 +1,10 @@
{
"total_count": 1000,
"data": [
{
"openid": "oK7fFt8zzEZ909XH-LE2#"
}
],
"offset": 0,
"limit": 10
}

View File

@@ -0,0 +1,11 @@
{
"total_count": 1000,
"data": [
{
"store_code": "abc_001",
"store_name": "幸福小店"
}
],
"offset": 0,
"limit": 10
}