feat(wxapi): 新增快速获取学生身份接口

This commit is contained in:
Fu Diwei
2024-02-07 16:03:22 +08:00
committed by RHQYZ
parent 19c9e66de7
commit 06935ff4cf
7 changed files with 81 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
{
"openid": "",
"wx_studentcheck_code": ""
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"bind_status": 1,
"is_student": true
}