mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-01 21:40:26 +08:00
支付宝与微信的一码付实现
This commit is contained in:
@@ -111,6 +111,19 @@ APP提交(返回对应的json,具体实现,app端demo暂时未实现)
|
||||
<input type="submit" value="提交">
|
||||
</form>
|
||||
<br>
|
||||
|
||||
支付宝微信一码付二维码
|
||||
<form action="toWxAliQrPay.jpg" target="_blank">
|
||||
账户(微信)id<input type="text" name="wxPayId">
|
||||
<br>
|
||||
账户(支付宝)id<input type="text" name="aliPayId">
|
||||
<br>
|
||||
金额<input type="text" name="price">
|
||||
<br>
|
||||
<br>
|
||||
<input type="submit" value="提交">
|
||||
</form>
|
||||
<br>
|
||||
查询账单
|
||||
<form action="query" target="_blank">
|
||||
账户id<input type="text" name="payId">
|
||||
|
||||
Reference in New Issue
Block a user