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