Commit 588598a8 authored by Quxl's avatar Quxl

x

parent 267a45f1
......@@ -78,7 +78,7 @@ public class CommonController {
@ApiOperation("获取省市区数据")
@ApiImplicitParams({
@ApiImplicitParam(paramType = "query", name = "regionNo", dataType = "String", required = true),
@ApiImplicitParam(paramType = "query", name = "regionNo", dataType = "String"),
@ApiImplicitParam(paramType = "query", name = "terminal", dataType = "String", required = false, value = "终端标识", defaultValue = "wechat"),
@ApiImplicitParam(paramType = "query", name = "langID", dataType = "String", required = false, value = "语言", defaultValue = "936"),
@ApiImplicitParam(paramType = "query", name = "sign", dataType = "String", required = true, value = "签名", defaultValue = ""),
......
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