Ver Fonte

Merge branch 'test' into dev-lqc

lqc há 4 anos atrás
pai
commit
317cec952b

+ 1 - 1
src/main/java/com/mokamrp/privates/service/impl/CoralApiServiceImpl.java

@@ -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);