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