mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 09:44:43 +08:00
feat(work): 新增二次验证相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"code": "CODE"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"userid": "USERID",
|
||||
"tfa_code": "TFA_CODE"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"userid": "USERID",
|
||||
"tfa_code": "TFA_CODE"
|
||||
}
|
Reference in New Issue
Block a user