feat(wxapi): 新增云开发查询是否绑定手机号的接口

This commit is contained in:
Fu Diwei
2022-05-01 21:53:01 +08:00
parent 7f42ad1851
commit e31c04bf8a
6 changed files with 59 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
{
"push_tmpl": true
}

View File

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