随访服务端

zs 5dbeea73a1 修改聊天记录已读 1 yıl önce
src 5dbeea73a1 修改聊天记录已读 1 yıl önce
test 1e68d872b1 init 1 yıl önce
upload 39481f85f5 获取openid 1 yıl önce
.editorconfig 1e68d872b1 init 1 yıl önce
.eslintrc.json 02746252ae 修改esLint+prettier规则;添加患者分页查询自己所在所有群组的管理医生简信接口;添加医护分页查询群组患者简信接口 1 yıl önce
.gitignore 02746252ae 修改esLint+prettier规则;添加患者分页查询自己所在所有群组的管理医生简信接口;添加医护分页查询群组患者简信接口 1 yıl önce
.prettierrc.js 02746252ae 修改esLint+prettier规则;添加患者分页查询自己所在所有群组的管理医生简信接口;添加医护分页查询群组患者简信接口 1 yıl önce
README.md 1e68d872b1 init 1 yıl önce
README.zh-CN.md 317fda4b11 患者查询群组附带最后一句信息 1 yıl önce
bootstrap.js 1e68d872b1 init 1 yıl önce
jest.config.js 1e68d872b1 init 1 yıl önce
package.json 6c900852ca update 1 yıl önce
tsconfig.json 02746252ae 修改esLint+prettier规则;添加患者分页查询自己所在所有群组的管理医生简信接口;添加医护分页查询群组患者简信接口 1 yıl önce

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.