@@ -13,7 +13,7 @@ public class IndexController {
@RequestMapping("/index")
public Object index(){
- return ResponseUtil.ok("hello world");
+ return ResponseUtil.ok("hello world, this is admin service");
}
@@ -13,7 +13,7 @@ public class OsIndexController {
+ return ResponseUtil.ok("hello world, this is os service");
@@ -13,7 +13,7 @@ public class WxIndexController {
+ return ResponseUtil.ok("hello world, this is wx service");