美文网首页
Clinic Api2

Clinic Api2

作者: 风逝勿追 | 来源:发表于2017-11-27 17:31 被阅读0次

    Clinic Api

    医生端Api

    url 传入参数 返回
    doctor/login (string)username
    (string)password
    flag
    doctor/register (string)username
    (string)password
    (string)name
    (string)sex
    (string)phoneNumber
    (string)email
    flag
    doctor/appointmentInformation (string)date
    (int)doctorId
    flag
    Appointment
    doctor/allTreatmentRecords (int)doctorId flag
    TreatmentRecords
    doctor/treatmentRecordsOfSomeDay (int)doctorId
    (string)date
    flag
    TreatmentRecords
    doctor/information (int)doctorId flag
    Doctor
    doctor/updateInformation (string)username
    (string)password
    (string)name
    (string)sex
    (string)phoneNumber
    (string)email
    (int)doctorId
    (string)introduction
    flag
    doctor/waitingQueue (int)doctorId flag
    User
    doctor/nextCustomer (int)doctorId
    (string)userName
    (date)time
    flag
    LeadMessage
    doctor/startTreat (int)statusTableId
    (string)startTime
    flag
    doctor/endTreat (int)statusTableId
    (string)endTime
    flag

    相关文章

      网友评论

          本文标题:Clinic Api2

          本文链接:https://www.haomeiwen.com/subject/tumdbxtx.html