二维码接口

This commit is contained in:
19173159168
2025-09-05 22:39:14 +08:00
parent 4b4d29b3e2
commit 2a5250799d

View File

@ -30,8 +30,8 @@ public class QrCodeController {
* @return 包含Base64编码的二维码图片 * @return 包含Base64编码的二维码图片
*/ */
@ApiOperation(value = "生成二维码并返回Base64编码", notes = "生成二维码并返回Base64编码") @ApiOperation(value = "生成二维码并返回Base64编码", notes = "生成二维码并返回Base64编码")
@GetMapping("/generateOrderCarChangeBase64") @GetMapping("/generateQrCodeBase64")
public Result<String> generateOrderCarChangeQrCodeBase64(@RequestParam(value = "qrCodeStr", required = true) String qrCodeStr) { public Result<String> generateQrCodeBase64(@RequestParam(value = "qrCodeStr", required = true) String qrCodeStr) {
try { try {
// 设置二维码参数 // 设置二维码参数