Mobile.php 201 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?php class YHMConfig_Mobile { const SUCCESS_CODE = 200;//成功 const WARING_CODE = 401;//警告状态码 const NOTICE_CODE = 403;//通知警告状态码 const ERROR_CODE = 500;//错误状态码 }