Commit fb719a54 authored by Quxl's avatar Quxl

x

parent 19f5144e
...@@ -32,8 +32,8 @@ public class ExpressController { ...@@ -32,8 +32,8 @@ public class ExpressController {
@ApiImplicitParam(paramType = "query", name = "timestamp", dataType = "String", required = true, value = "时间戳", defaultValue = "") @ApiImplicitParam(paramType = "query", name = "timestamp", dataType = "String", required = true, value = "时间戳", defaultValue = "")
}) })
@RequestMapping(value = "/createGuest",method=RequestMethod.GET) @RequestMapping(value = "/getExpressDetail",method=RequestMethod.GET)
public Object createGuest(String sExpressNO, String sExpressType) { public Object getExpressDetail(String sExpressNO, String sExpressType) {
JSONArray data = express.get(sExpressNO, sExpressType); JSONArray data = express.get(sExpressNO, sExpressType);
return Rjx.jsonOk().setData(data); return Rjx.jsonOk().setData(data);
} }
......
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