Commit ee5392d8 authored by 赵鹏翔's avatar 赵鹏翔

打印添加延迟,整理打印类

parent 7285e612
......@@ -18,7 +18,7 @@ class PrintViewModel : ViewModel() {
viewModelScope.launch(Dispatchers.IO){
try {
AccountService.getAccountInfo()?.let {
PrintService.payInfoPrint(payServiceResponse, it)
PrintService.payPrint(payServiceResponse, it)
}
printResultLiveData.postValue(Result.success(Any()))
}catch (e:Exception){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment