mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(wxapi): 新增小程序 B2B 门店助手相关接口
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"retail_info_list": [
|
||||
{
|
||||
"mobile_phone": "12345678910",
|
||||
"retail_name": "张三烧烤店",
|
||||
"retail_type": "餐饮店",
|
||||
"address_province": "广东省",
|
||||
"address_city": "广州市",
|
||||
"address_region": "海珠区",
|
||||
"address_street": "新港中路397号TIT创意园"
|
||||
},
|
||||
{
|
||||
"mobile_phone": "a123456789",
|
||||
"retail_type": "便利店",
|
||||
"address_province": "广东省",
|
||||
"address_city": "广州市",
|
||||
"address_region": "海珠区",
|
||||
"address_street": "新港中路397号TIT创意园",
|
||||
"registration_number": "xxxxx",
|
||||
"biz_name": "xxxxx",
|
||||
"corporation_name": "xxxxx"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"num_success": 1,
|
||||
"num_failure": 1,
|
||||
"failure_record_list": [
|
||||
{
|
||||
"mobile_phone": "a123456789",
|
||||
"registration_number": "",
|
||||
"failure_code": 6
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"openid": "xxxxx"
|
||||
}
|
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"info": [
|
||||
{
|
||||
"mobile_phone": "12345678910",
|
||||
"retail_type": "餐饮店",
|
||||
"sub_retail_type": "",
|
||||
"retail_address": "广东省广州市海珠区新港中路397号TIT创意园",
|
||||
"retail_name": "张三烧烤店",
|
||||
"identification": "100000000000000001",
|
||||
"principal": "广州张三烧烤店",
|
||||
"legal_person_name": "张*",
|
||||
"openid": "xxxxxxxxxx",
|
||||
"status": 1,
|
||||
"auth_mode": 1,
|
||||
"auth_time": 1655458898,
|
||||
"grant_time": 1655458909
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": 7,
|
||||
"content": "{}",
|
||||
"to_user_list": [
|
||||
"xxxxxxxxxxxxxx"
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"appid": "",
|
||||
"order_no": "",
|
||||
"out_trade_no": ""
|
||||
}
|
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"payfororder": {
|
||||
"out_trade_no": "",
|
||||
"order_no": "",
|
||||
"openid": "",
|
||||
"create_time": 123456,
|
||||
"amount": 0,
|
||||
"status": 0,
|
||||
"zone_id": "",
|
||||
"env": 0,
|
||||
"pay_time": null
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user