提交 85fdd414 authored 作者: hzh's avatar hzh

代码优化

上级 0f497506
...@@ -48,7 +48,6 @@ public class JsapiPayStrategy implements IPayStrategy { ...@@ -48,7 +48,6 @@ public class JsapiPayStrategy implements IPayStrategy {
.setTime_expire(timeExpire) .setTime_expire(timeExpire)
.setAttach("") .setAttach("")
.setAmount(new Amount().setTotal(amount)) .setAmount(new Amount().setTotal(amount))
.setAmount(new Amount().setTotal(1))
.setPayer(new Payer().setOpenid(ot.getPayOpenId())); .setPayer(new Payer().setOpenid(ot.getPayOpenId()));
return wxPayService.jsapi(model); return wxPayService.jsapi(model);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论