提交 32722b88 authored 作者: Whispa's avatar Whispa

commit commit

上级 7f290354
...@@ -141,6 +141,7 @@ public class CardCharge { ...@@ -141,6 +141,7 @@ public class CardCharge {
json.put("PBFPubKey", RaveConstant.PUBLIC_KEY); json.put("PBFPubKey", RaveConstant.PUBLIC_KEY);
json.put("redirect_url", this.getRedirect_url()); json.put("redirect_url", this.getRedirect_url());
json.put("payment_options", "account"); json.put("payment_options", "account");
System.out.println(json.toString());
String message = json.toString(); String message = json.toString();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论