提交 6541ea56 authored 作者: 吴德鹏's avatar 吴德鹏

stripe 支付

上级 101303cb
......@@ -19,7 +19,7 @@ public class StripePay {
* @param token
* @return
*/
public static Charge createCharge(Integer amount, String sk, String token) throws StripeException {
public static Charge createCharge(Long amount, String sk, String token) throws StripeException {
Stripe.apiKey = sk;
Map<String, Object> chargeParams = new HashMap<>(16);
chargeParams.put("amount", amount);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论