本地提交服务器
This commit is contained in:
@@ -187,7 +187,6 @@ public class HttpClientUtil {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public static String galaxyMessageFormat(String recv){
|
public static String galaxyMessageFormat(String recv){
|
||||||
|
|
||||||
Map parse = JSON.parseObject(recv,Map.class);
|
Map parse = JSON.parseObject(recv,Map.class);
|
||||||
Map map = (Map) parse.get("data");
|
Map map = (Map) parse.get("data");
|
||||||
List reslist=new ArrayList();
|
List reslist=new ArrayList();
|
||||||
|
|||||||
Reference in New Issue
Block a user