增加支付成功语音提示;增加扫码支付;
This commit is contained in:
@@ -186,6 +186,15 @@ class RemoteRepository constructor(
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 二维码支付
|
||||
*/
|
||||
suspend fun qrCodePay(authCode: String,orderNo: String): ApiResponse<String?> {
|
||||
return safeApiCall {
|
||||
apiService.qrCodePay(authCode = authCode, orderNo=orderNo, orderType = 0)
|
||||
}
|
||||
}
|
||||
|
||||
suspend fun getDinnerType(
|
||||
// restId: String = GlobalData.restId,
|
||||
): ApiResponse<DinnerType> {
|
||||
|
||||
Reference in New Issue
Block a user