exchange img

This commit is contained in:
Carl 2022-02-15 11:45:27 +08:00
parent 6bbfd08f73
commit 0746ff4e83

View File

@ -357,7 +357,7 @@ public class OrderController {
}
@ApiOperation(value = "重新支付JSAPI", notes = "重新支付JSAPI")
@PostMapping("royalcanin/repayOrderWXH5")
@PostMapping("royalcanin/repayOrderJSAPI")
public ResponseDTO<String> repayOrderWXJSAPI(String orderNo) throws Exception {
OrderEntity ordersEntity = orderService.findByOrderId(orderNo);
if(ordersEntity != null){