Commit 97aebbb0 by 焦凯

上个接口修改

parent b0fb160a
......@@ -29,7 +29,7 @@ public class Station2Controller {
* @return
*/
@SuppressWarnings("rawtypes")
@GetMapping("/warehouse/api/{id}")
@GetMapping("/warehouse/api/station/load/{id}")
public ResponseObj getByIdStation(@PathVariable("id") UUID id){
if(id == null){
return ResponseObj.error(400,"'id' must be not null!");
......@@ -44,7 +44,7 @@ public class Station2Controller {
* @return
*/
@SuppressWarnings("rawtypes")
@GetMapping("/sand/user/{id}")
@GetMapping("/sand/user/station/load/{id}")
public ResponseObj getByIdCompany(@PathVariable("id") UUID id){
if(id == null){
return ResponseObj.error(400,"'id' must be not null!");
......
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