|
|
@@ -65,7 +65,7 @@ public class CryptomusService {
|
|
|
cryptomusPay.setIs_payment_multiple(true);
|
|
|
String json = Jsons.toJson(cryptomusPay);
|
|
|
String result = HttpRequest.post("https://api.cryptomus.com/v1/payment").header("merchant", shopId).header("sign", MD5.create().digestHex(Base64.encode(json) + shopKey)).body(json).execute().body();
|
|
|
-
|
|
|
+ log.info("加密货币支付 result:{}",result);
|
|
|
return Jsons.parseObject(result, CryptomusPayRep.class).getResult().getUrl();
|
|
|
}
|
|
|
|