|
|
|
|
@ -109,6 +109,8 @@ class AskDoctorService extends BaseService {
|
|
|
|
|
body['AppointmentNo'] = doctorList.appointmentNo;
|
|
|
|
|
body['ClinicID'] = doctorList.clinicID;
|
|
|
|
|
body['QuestionType'] = num.parse(requestType);
|
|
|
|
|
body['RequestType'] = num.parse(requestType);
|
|
|
|
|
body['RequestTypeID'] = num.parse(requestType);
|
|
|
|
|
|
|
|
|
|
await baseAppClient.post(INSERT_CALL_INFO, onSuccess: (dynamic response, int statusCode) {}, onFailure: (String error, int statusCode) {
|
|
|
|
|
hasError = true;
|
|
|
|
|
|