<?php /** * FormatConst.php UTF-8 * 格式定义 * * @date : 2018/4/27 13:24 * * @license 这不是一个自由软件,未经授权不许任何使用和传播。 * @author : wuyonghong <wyh@huosdk.com> * @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 }