| | |
| | | //import com.github.binarywang.wxpay.bean.profitsharingV3.ProfitSharingRequest; |
| | | //import com.github.binarywang.wxpay.service.ProfitSharingV3Service; |
| | | //import com.github.binarywang.wxpay.service.WxPayService; |
| | | |
| | | import org.apache.commons.collections.map.HashedMap; |
| | | import org.apache.http.client.methods.CloseableHttpResponse; |
| | | import org.bouncycastle.jce.provider.BouncyCastleProvider; |
| | |
| | | if("SUCCESS".equals(result_code)){ |
| | | String type = map1.get("trade_type"); |
| | | String prepay_id = map1.get("prepay_id"); |
| | | |
| | | |
| | | |
| | | |
| | | switch (type){ |
| | | case "JSAPI": |
| | | //重新进行签名后返回给前端 |