feat(wxapi): 新增小程序联盟自定义用户参数管理相关接口

This commit is contained in:
Fu Diwei
2021-10-18 16:13:35 +08:00
parent 2d53008dc3
commit 2b2a4b4e59
22 changed files with 302 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{
"unionid": "UNIONID",
"customizeInfo": "customizeInfo"
}

View File

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

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"openAccount": "APPID"
}