QRC
This commit is contained in:
@@ -56,7 +56,7 @@ public class QRCServiceImpl implements QRCService{
|
|||||||
return JSON.toJSONString(base64);
|
return JSON.toJSONString(base64);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return JSON.toJSONString("内容已存在");
|
return JSON.toJSONString(QRCodeUtil.ImageToBase64(collect.getQr_url()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user