Skip to content

Commit

Permalink
重复的@RequestMapping("transfer")
Browse files Browse the repository at this point in the history
  • Loading branch information
egzosn committed Oct 19, 2018
1 parent a52c13d commit bb12f50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public Map<String, Object> transfer(TransferOrder order) {
*
* @return 对应的转账结果
*/
@RequestMapping("transfer")
@RequestMapping("transferPayBank")
public Map<String, Object> transferPayBank(TransferOrder order) {
order.setOutNo("partner_trade_no 商户转账订单号");
//采用标准RSA算法,公钥由微信侧提供,将公钥信息配置在PayConfigStorage#setKeyPublic(String)
Expand Down

0 comments on commit bb12f50

Please sign in to comment.