qrc
This commit is contained in:
@@ -19,7 +19,7 @@ public class QRCodeController {
|
||||
private QRCService qrcService;
|
||||
|
||||
@RequestMapping(method = RequestMethod.POST, value = "/qrc_return")
|
||||
public String QRCode(@RequestBody CollectIconList collect) throws Exception {
|
||||
return qrcService.QR(collect);
|
||||
public String QRCode(@RequestBody int url_id) throws Exception {
|
||||
return qrcService.QR(url_id);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user