Javen205 / IJPay

IJPay 让支付触手可及,封装了微信支付、QQ支付、支付宝支付、京东支付、银联支付、PayPal 支付等常用的支付方式以及各种常用的接口。不依赖任何第三方 mvc 框架,仅仅作为工具使用简单快速完成支付模块的开发,可轻松嵌入到任何系统里。右上角点下小星星✨
http://javen205.gitee.io/ijpay
Apache License 2.0
5.51k stars 1.35k forks source link

add tradePage method #46

Closed shinelon closed 2 years ago

shinelon commented 3 years ago

增加 method 参数可以使用GET方法, 详情见 https://opensupport.alipay.com/support/helpcenter/192/201602488772?ant_source=antsupport

codecov-commenter commented 3 years ago

Codecov Report

Merging #46 (c41b35f) into master (3ed73be) will decrease coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #46      +/-   ##
=========================================
- Coverage    5.39%   5.37%   -0.02%     
=========================================
  Files         136     136              
  Lines        4376    4387      +11     
  Branches      285     285              
=========================================
  Hits          236     236              
- Misses       4140    4151      +11     
Impacted Files Coverage Δ
...iPay/src/main/java/com/ijpay/alipay/AliPayApi.java 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3ed73be...c41b35f. Read the comment docs.

Javen205 commented 2 years ago
image