随访服务端

zs 799cb4ca76 Merge branch 'main' of http://git.cc-lotus.info/follow-up/follow_server into main 1 ano atrás
src 799cb4ca76 Merge branch 'main' of http://git.cc-lotus.info/follow-up/follow_server into main 1 ano atrás
test 1e68d872b1 init 1 ano atrás
upload 39481f85f5 获取openid 1 ano atrás
.editorconfig 1e68d872b1 init 1 ano atrás
.eslintrc.json 02746252ae 修改esLint+prettier规则;添加患者分页查询自己所在所有群组的管理医生简信接口;添加医护分页查询群组患者简信接口 1 ano atrás
.gitignore 02746252ae 修改esLint+prettier规则;添加患者分页查询自己所在所有群组的管理医生简信接口;添加医护分页查询群组患者简信接口 1 ano atrás
.prettierrc.js 02746252ae 修改esLint+prettier规则;添加患者分页查询自己所在所有群组的管理医生简信接口;添加医护分页查询群组患者简信接口 1 ano atrás
README.md 1e68d872b1 init 1 ano atrás
README.zh-CN.md 15d50c6df9 患者查询约束 1 ano atrás
bootstrap.js 1e68d872b1 init 1 ano atrás
jest.config.js 1e68d872b1 init 1 ano atrás
package.json 6c900852ca update 1 ano atrás
tsconfig.json 02746252ae 修改esLint+prettier规则;添加患者分页查询自己所在所有群组的管理医生简信接口;添加医护分页查询群组患者简信接口 1 ano atrás

README.md

my_midway_project

QuickStart

see midway docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.