二维码接口
This commit is contained in:
@ -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 {
|
||||||
|
|
||||||
// 设置二维码参数
|
// 设置二维码参数
|
||||||
|
|||||||
Reference in New Issue
Block a user