feat(wxapi): 新增标准版交易组件验证二维码相关接口

This commit is contained in:
Fu Diwei
2021-10-07 20:27:05 +08:00
parent 9b4e6c12c1
commit ea5042d26e
13 changed files with 223 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{
"ticket": "05ba627d5b73b6f3ef0dcfc7"
}

View File

@@ -0,0 +1,8 @@
{
"errcode": 0,
"errmsg": "ok",
"status": 0,
"self_check_err_code": 0,
"self_check_err_msg": "",
"scan_user_type": 1
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"qrcode_ticket": "xxxxx"
}

View File

@@ -0,0 +1,3 @@
{
"ticket": "05ba627d5b73b6f3ef0dcfc7"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"qrcode_buf": "xxxxx"
}