|
|
@ -60,7 +60,7 @@ public class ArtemisPostUtils { |
|
|
|
/* |
|
|
|
/* |
|
|
|
返回url地址 |
|
|
|
返回url地址 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
if(null != result || !"".equals(result)){ |
|
|
|
if((null != result) && !"".equals(result)){ |
|
|
|
JSONObject json = JSONObject.parseObject(result); |
|
|
|
JSONObject json = JSONObject.parseObject(result); |
|
|
|
|
|
|
|
|
|
|
|
json = JSONObject.parseObject(json.getString("data")); |
|
|
|
json = JSONObject.parseObject(json.getString("data")); |
|
|
|