mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
feat(wxapi): 新增微信小店小店认证手机号相关接口
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"mobile": "1358012313432",
|
||||
"verify_code": "12345",
|
||||
"wxusername": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"qrcode_url": "https://xxxxxx",
|
||||
"status": 3
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"mobile": "133423124351"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"status": 2,
|
||||
"fail_reason": "xxx",
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"mobile": "135800000111"
|
||||
}
|
||||
Reference in New Issue
Block a user