liyiorg / weixin-popular

微信SDK JAVA (公众平台、开放平台、 商户平台、 服务商平台)
Apache License 2.0
2.5k stars 1.06k forks source link

需要新增资金账单下载API接口 #141

Closed CodinngLee closed 6 years ago

CodinngLee commented 6 years ago

https://pay.weixin.qq.com/index.php/public/cms/content_detail?lang=zh&id=62200

liyiorg commented 6 years ago

@CodinngLee 刚开发了这个功能,需要你自行测试。如有问题请告知!

下载 dev 分支使用 https://github.com/liyiorg/weixin-popular/tree/dev

PayDownloadfundflowResult result = PayMchAPI.payDownloadfundflow(param ,key);
System.out.println(result.getData());