支付
gavinkelland
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
微信支付
package com.hzbuvi.pay.wechat.controller;import com.alibaba.fastjson.JSON;import com.alibaba.fastjson.JSONObject;import com.hzbuvi.pay.wechat.utils.HttpRequest;import com.hzbuvi.pay.wechat.utils.Pay原创 2017-02-21 15:32:00 · 1408 阅读 · 0 评论 -
微信退款
public PaymentResult refund(String orderNumber,Double payAmount, Double refundAmount, String title, String description) { JSONObject retJson = new JSONObject(); try { SortedM转载 2017-02-24 15:55:32 · 562 阅读 · 0 评论
分享