二维码

This commit is contained in:
sxu 2025-01-17 09:21:56 +08:00
parent a4b6e2a515
commit ec9b098ab6
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class OrderInfoController extends BaseController {
* 获取订单详细信息
*/
@ApiOperation(value = "获取支付二维码")
@GetMapping(value = "/getOrderQRCode")
@PostMapping(value = "/getOrderQRCode")
public AjaxResult getOrderQRCode(@RequestBody CustQueryDTO custQueryDTO) {
return success(orderInfoService.getOrderQRCode("1", String.valueOf(custQueryDTO.getCustId())));
}