优化扫码枪支付
This commit is contained in:
@@ -220,12 +220,10 @@ interface ApiService {
|
||||
* 二维码支付
|
||||
* @param orderType 0付款 1会员充值
|
||||
*/
|
||||
@GET
|
||||
@POST
|
||||
suspend fun qrCodePay(
|
||||
@Url url: String = "${GlobalData.appBaseUrl}/terminal/neglect/pay/app/qrCodePay",
|
||||
@Query("authCode") authCode: String,
|
||||
@Query("outTradeNo") orderNo: String,
|
||||
@Query("orderType") orderType:Int
|
||||
@Body param: HashMap<String, String>
|
||||
): ApiResponse<String?>
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user