|
il y a 3 ans | |
---|---|---|
app | il y a 3 ans | |
config | il y a 3 ans | |
test | il y a 3 ans | |
.autod.conf.js | il y a 3 ans | |
.eslintignore | il y a 3 ans | |
.eslintrc | il y a 3 ans | |
.gitignore | il y a 3 ans | |
.travis.yml | il y a 3 ans | |
README.md | il y a 3 ans | |
README.zh-CN.md | il y a 3 ans | |
appveyor.yml | il y a 3 ans | |
ecosystem.config.js | il y a 3 ans | |
package.json | il y a 3 ans | |
server.js | il y a 3 ans |
multi-tenancy applicaiton platform user service
curl -v -d "tagname=tag1" -H "Accept: application/json" http://localhost:7001/tag/create curl -v -d "name=seq1" -H "Accept: application/json" http://localhost:7001/seq/nextval
curl -v -d "tagname=tag1" -H "Accept: application/json" http://localhost:7001/tag/create curl -v -d "name=seq1" -H "Accept: application/json" http://localhost:7001/seq/nextval
curl -v -d "name=admin&userid=admin&mobile=13500000000" -H "Accept: application/json" http://localhost:7001/user/create curl -v -d "userid=admin&newpass=123456" -H "Accept: application/json" http://localhost:7001/user/passwd
db.getCollection('naf_user_info').insert({userid: 'admin', name: '系统管理员', role: 'super', department: [0], password: { mech: 'plain', secret: 'admin'}})