mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
exchange img
This commit is contained in:
parent
6bbfd08f73
commit
0746ff4e83
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user