All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dahuatech.icc.multiinone.utils.ResponseDataUtils Maven / Gradle / Ivy

There is a newer version: 1.0.13.7
Show newest version
package com.dahuatech.icc.multiinone.utils;

import com.dahuatech.hutool.json.JSONObject;
import com.dahuatech.hutool.json.JSONUtil;
import com.dahuatech.icc.oauth.model.v202010.GeneralResponse;

public class ResponseDataUtils {

    public static String getDataStr(String result){
        JSONObject jsonObject = JSONUtil.parseObj(result);
        return jsonObject.getStr("data");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy