|
|
|
@ -31,8 +31,8 @@ class BaseAppClient {
|
|
|
|
AuthenticatedUser doctorProfile = AuthenticatedUser.fromJson(profile);
|
|
|
|
AuthenticatedUser doctorProfile = AuthenticatedUser.fromJson(profile);
|
|
|
|
body['DriverID'] = doctorProfile?.userID;
|
|
|
|
body['DriverID'] = doctorProfile?.userID;
|
|
|
|
body['CreatedBy'] = doctorProfile?.userID;
|
|
|
|
body['CreatedBy'] = doctorProfile?.userID;
|
|
|
|
|
|
|
|
body['UserID'] = '${doctorProfile?.userID}';
|
|
|
|
body['TokenID'] = token;
|
|
|
|
body['TokenID'] = token;
|
|
|
|
body['UserID'] = doctorProfile?.userID;
|
|
|
|
|
|
|
|
body['MobileNo'] = doctorProfile?.mobileNumber;
|
|
|
|
body['MobileNo'] = doctorProfile?.mobileNumber;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|