Commit 52a5514c by 裴大威

Merge branch 'guiq-fixbug' into 'master'

解决bean创建失败的问题

See merge request rays/pcloud-book!572
parents 5091cd2d d1bf8165
......@@ -115,5 +115,5 @@ public interface WeixinQrcodeService {
@ApiOperation("安卓Hook拉取待更新群二维码")
@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