<?php namespace app\common\library; class ErrorConstant { public static $PARAM_ERROR = array('code'=>'100', 'msg'=>'参数错误'); }