提交 6e07b431 编写于 作者: minghao.wu's avatar minghao.wu

fix: feign 要求 value

上级 ea226799
......@@ -18,8 +18,8 @@ public interface IOnlineExamServiceClient {
* @return
*/
@RequestMapping(value="/getExamStatus", method = RequestMethod.GET, produces = "application/json;charset=UTF-8")
String getExamStatus(@RequestParam Integer onlineExamId,
@RequestParam Integer code,
String getExamStatus(@RequestParam(value = "onlineExamId") Integer onlineExamId,
@RequestParam(value = "code") Integer code,
@RequestHeader(value = "sysCode") String sysCode,
@RequestHeader(value = "token") String token);
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册