huwhois 5 年之前
父节点
当前提交
53907ca889
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/io/renren/modules/app/controller/QRCodeTest.java

+ 1 - 0
src/main/java/io/renren/modules/app/controller/QRCodeTest.java

@ -4,6 +4,7 @@ import io.renren.common.utils.R;
4 4
import io.swagger.annotations.Api;
5 5
import io.swagger.annotations.ApiOperation;
6 6
7
import org.springframework.beans.factory.annotation.Autowired;
7 8
import org.springframework.web.bind.annotation.GetMapping;
8 9
import org.springframework.web.bind.annotation.RequestAttribute;
9 10
import org.springframework.web.bind.annotation.RequestMapping;