ErrorConstant.php 139 B

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