feat(work): 新增二次验证相关接口

This commit is contained in:
Fu Diwei
2023-12-02 17:17:06 +08:00
parent 506f9e6cff
commit 69d426e564
9 changed files with 165 additions and 42 deletions

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"userid": "USERID",
"tfa_code": "TFA_CODE"
}

View File

@@ -0,0 +1,4 @@
{
"userid": "USERID",
"tfa_code": "TFA_CODE"
}