* @version : HUOSDK 8.0 */ namespace huolib\constant; class WebLinkConst { CONST STATUS_HIDE = 1; //隐藏 CONST STATUS_SHOW = 2; //显示 }