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