...
|
...
|
@@ -111,7 +111,7 @@ public class PaymentController { |
|
|
* 退款结果确认
|
|
|
* @return
|
|
|
*/
|
|
|
@RequestMapping(params = "method=ufo.order.refund")
|
|
|
@RequestMapping(params = "/erp/order/refund")
|
|
|
public ApiResponse refund(@RequestParam(name = "orderCode") long orderCode,
|
|
|
@RequestParam(name = "refundAmount") double refundAmount){
|
|
|
|
...
|
...
|
|