feat(wxapi): 新增微信小店小店认证手机号相关接口

This commit is contained in:
Fu Diwei
2025-11-27 15:36:29 +08:00
parent 9285921278
commit f0803fc85b
12 changed files with 206 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"mobile": "1358012313432",
"verify_code": "12345",
"wxusername": "xxxxx"
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"qrcode_url": "https://xxxxxx",
"status": 3
}

View File

@@ -0,0 +1,6 @@
{
"status": 2,
"fail_reason": "xxx",
"errcode": 0,
"errmsg": "ok"
}