Commit d1bf8165 by 桂前礼

fix bug

parent 5091cd2d
...@@ -115,5 +115,5 @@ public interface WeixinQrcodeService { ...@@ -115,5 +115,5 @@ public interface WeixinQrcodeService {
@ApiOperation("安卓Hook拉取待更新群二维码") @ApiOperation("安卓Hook拉取待更新群二维码")
@RequestMapping(value = "/listQrCode4Android",method = RequestMethod.GET) @RequestMapping(value = "/listQrCode4Android",method = RequestMethod.GET)
ResponseEntity<ResponseDto<List<UpdateQrDTO>>> listQrCode4Android(Integer generation,Integer num); ResponseEntity<ResponseDto<List<UpdateQrDTO>>> listQrCode4Android(@RequestParam("generation")Integer generation,@RequestParam("num")Integer num);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment