mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(wxapi): 新增视频号小店物流公司虚拟号码相关接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"waybill_id": "xxxxxx",
|
||||
"private_phone": "xxxxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"phone": "xxxxx"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"page_size": 10,
|
||||
"next_key": "xxxx"
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"has_more": true,
|
||||
"next_key": "xxxxx",
|
||||
"total_num": 3000,
|
||||
"phonenumbers": [ "xxxx", "xxxx" ]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"waybill_id": "xxxx"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"masked_real_phone": "123****8901",
|
||||
"virtual_phone": "12345678901-1234",
|
||||
"main_phone": "12345678901"
|
||||
}
|
Reference in New Issue
Block a user