Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
web-php
web-php
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 94
    • Merge requests 94
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • web-phpweb-php
  • Wiki
    • Server
    • Apis
  • medical

Last edited by 王常春 Jun 20, 2019
Page history

medical

Wiki医疗版

医疗基础版

添加编辑医疗机构电话

描述

添加或者编辑医疗机构电话

URL

http://baike.shuidi.dev.pingansec.com/base-info?action=save_medical_phone

Method

POST

参数

参数名称 是否必须 类型 说明
action 是 string 固定为save_medical_phone
phone 是 string 医疗机构电话
attach 是 string 证明图片
id 否 integer 记录ID,更新必须,不传为新建

返回

{
    "status":0,
    "message":"请求成功!",
    "data":[

    ]
}

添加编辑医疗机基本信息

描述

添加或者编辑医疗机构基本信息,包括类型/地址/接诊时间

URL

http://baike.shuidi.dev.pingansec.com/base-info?action=save_medical_base_info

Method

POST

参数

参数名称 是否必须 类型 说明
action 是 string 固定为save_medical_base_info
type 是 string 医疗机构类型
address 是 string 医疗机构地址
visit_time 是 string 接诊时间
attach 是 string 证明图片
id 否 integer 记录ID,更新必须,不传为新建

返回

{
    "status":0,
    "message":"请求成功!",
    "data":[

    ]
}

添加我要反馈

描述

添加我要反馈信息,包含手机号和内容,均为必填,用户需要登陆,地址为wiki详情页地址+"?action=add_feedback"

URL

https://baike.shuidi.cn/companywiki-5d0226a1754032136ff53e7605c704bf.html?action=add_feedback

Method

POST

参数

参数名称 是否必须 类型 说明
action 是 string 固定为add_feedback
phone 是 string 联系电话
message 是 string 反馈内容

返回

{
    "status":0,
    "message":"请求成功!",
    "data":[

    ]
}
Clone repository
  • code
  • conference_records
  • crontab_list
  • Home
  • server
    • apis
      • 360_order
      • comment
      • medical
      • personal_card
      • test
  • server_apis
  • tools_php_usage