陈剑华

fix: 预约debug

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