* @version : HUOSDK 8.0 */ namespace huolib\constant; class FormatConst { CONST FORMAT_HTML = 'html'; //html CONST FORMAT_JSON = 'json'; //json CONST FORMAT_JSONP = 'jsonp'; //jsonp CONST FORMAT_XML = 'xml'; //xml }