描述:api 缺少一个/
This commit is contained in:
parent
44eae7e9f1
commit
65e988ae4a
|
|
@ -253,7 +253,7 @@ interface HttpApi {
|
||||||
): PayRsp
|
): PayRsp
|
||||||
|
|
||||||
|
|
||||||
@POST("netbarcloud/vpn/unionPay.do")
|
@POST("/netbarcloud/vpn/unionPay.do")
|
||||||
suspend fun orderPayment(
|
suspend fun orderPayment(
|
||||||
@QueryMap params: HashMap<String, String?>,
|
@QueryMap params: HashMap<String, String?>,
|
||||||
@Header("token") string: String = MMKV.defaultMMKV().decodeString(
|
@Header("token") string: String = MMKV.defaultMMKV().decodeString(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue