HtTab.php
551 Bytes
<?php
/**
* Created by PhpStorm.
* User: machengjun
* Date: 2018/2/10
* Time: 下午2:42
*/
namespace App\Common\Enums;
class HtTab
{
const GUIDE_PERMISSION = 'G_P';
const GUIDE_ORDER = 'G';
const RENT_ORDER = 'R';
const RENT_REFUND = 'RF';
const IMG_HEAD_URL = 'https://dev-1255927177.cos.ap-shanghai.myqcloud.com';
const AUDIO_HEAD_URL = 'https://dev-1255927177.cos.ap-shanghai.myqcloud.com';
const RENT_SALE_LOCK = 'R_S_L';
const DEFAULT_LIMIT = 10;
const RENT_PRODUCTION_NAME = '晓兔智能讲解器';
}