优化扫码枪支付
This commit is contained in:
@@ -191,7 +191,13 @@ class RemoteRepository constructor(
|
||||
*/
|
||||
suspend fun qrCodePay(authCode: String,orderNo: String): ApiResponse<String?> {
|
||||
return safeApiCall {
|
||||
apiService.qrCodePay(authCode = authCode, orderNo=orderNo, orderType = 0)
|
||||
apiService.qrCodePay(
|
||||
param = hashMapOf(
|
||||
"authCode" to authCode,
|
||||
"outTradeNo" to orderNo,
|
||||
"orderType" to "0"
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user