陈剑华

fix: 预约debug

... ... @@ -71,9 +71,10 @@ export class LiveModel {
return
}
success(data)
Logger.info('getAppointmentStatus', JSON.stringify(data))
}, (error: Error) => {
fail(error.message)
Logger.debug(TAG + ":error ", error.toString())
Logger.debug(TAG + ":error ", JSON.stringify(error))
})
})
}
... ... @@ -103,9 +104,10 @@ export class LiveModel {
return
}
success(data.data)
Logger.info('getAppointmentStatus', JSON.stringify(data.data))
}, (error: Error) => {
fail(error.message)
Logger.debug(TAG + ":error ", error.toString())
Logger.debug(TAG + ":error ", JSON.stringify(error))
})
})
}
... ...