feat(work): 新增获取带参的应用二维码相关接口

This commit is contained in:
Fu Diwei
2022-01-13 21:13:13 +08:00
parent 590d1e010d
commit abd7265a47
5 changed files with 88 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"appid": 1,
"state": "test",
"style": 0,
"result_type": 1
}

View File

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