Mobile.php 201 Bytes
<?php
class YHMConfig_Mobile {
	const SUCCESS_CODE = 200;//成功
	const WARING_CODE = 401;//警告状态码
	const NOTICE_CODE = 403;//通知警告状态码
	const ERROR_CODE = 500;//错误状态码
}