用户接口对接

This commit is contained in:
仲么了
2023-03-20 08:51:21 +08:00
parent c5ed54924b
commit c308a7131b
10 changed files with 284 additions and 110 deletions

View File

@@ -421,7 +421,7 @@
"list": [
{
"name": "login", //模式名称
"path": "pages/user/login", //启动页面,必选
"path": "pages/user/changePhone", //启动页面,必选
"query": "" //启动参数在页面的onLoad函数里面得到。
}
]