|
@@ -3,7 +3,6 @@ package com.raycos.raycosdatacenterapi.authorize;
|
|
import com.alibaba.fastjson2.JSONObject;
|
|
import com.alibaba.fastjson2.JSONObject;
|
|
import com.raycos.raycoscommon.Internal.Result;
|
|
import com.raycos.raycoscommon.Internal.Result;
|
|
import com.raycos.raycoscommon.Internal.datacenterapi.TbAmzAuthorize;
|
|
import com.raycos.raycoscommon.Internal.datacenterapi.TbAmzAuthorize;
|
|
-import com.raycos.raycoscommon.Internal.datacenterapi.config.LwaClientInfoNacos;
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
@@ -75,17 +74,17 @@ public class AmazonController {
|
|
}
|
|
}
|
|
return new Result<List<TbAmzAuthorize>>().success(list);
|
|
return new Result<List<TbAmzAuthorize>>().success(list);
|
|
}
|
|
}
|
|
- @GetMapping("/sellwa")
|
|
|
|
- public Result<LwaClientInfoNacos> findLwa () {
|
|
|
|
- Result<LwaClientInfoNacos> ss = new Result<>();
|
|
|
|
-
|
|
|
|
-// String jsonString = JSONObject.toJSONString(lwaClientInfoNacos);
|
|
|
|
-// log.info("lwaClientInfoNacos " + jsonString);
|
|
|
|
-// ss.success(lwaClientInfoNacos);
|
|
|
|
-
|
|
|
|
- return ss;
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
|
|
+// @GetMapping("/sellwa")
|
|
|
|
+// public Result<LwaClientInfoNacos> findLwa () {
|
|
|
|
+// Result<LwaClientInfoNacos> ss = new Result<>();
|
|
|
|
+//
|
|
|
|
+//// String jsonString = JSONObject.toJSONString(lwaClientInfoNacos);
|
|
|
|
+//// log.info("lwaClientInfoNacos " + jsonString);
|
|
|
|
+//// ss.success(lwaClientInfoNacos);
|
|
|
|
+//
|
|
|
|
+// return ss;
|
|
|
|
+//
|
|
|
|
+// }
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|