|
|
@@ -44,7 +44,7 @@ public class CoralApiServiceImpl implements CoralApiService {
|
|
|
*/
|
|
|
public Object getBoxInfo(String ghId){
|
|
|
String newCoral = "https://moka-coral.mokamrp.com/coral";
|
|
|
- String url = "/api/box/getBoxInfo";
|
|
|
+ String url = "/box/getBoxInfo";
|
|
|
String params = "ghId="+ghId;
|
|
|
String res = HttpUtils.sendGet(newCoral+url,params);
|
|
|
System.out.println(res);
|