<?php

namespace App\Consts;

class SysConsts
{
    /**
     * 业务通知code
     */
    const PROJECT_CODE = 'mchannel';
    /**
     * 业务通知key
     */
    const PROJECT_KEY = 'nAYnwKcfBBTaK4niASRoNqcYA11LQ1A2';
    /**
     * 消息通知地址
     */
    const MESSAGE_NOTIFY_BASE_URI = 'http://47.110.49.99:8099/';

    /**
     * 网读云public api
     */
    const WANGDU_PUBLIC_API_URI = 'http://172.16.114.122/';

    /**
     * 网读
     */
    const WANGDU = 'wangdu';


    const ONE_DAY_SECONDS = 86400;

    /**
     * 数据回传加密key
     */
    const TIKTOK_KEY = 'RxCy1TfYDs8mwcLhH541695XpgOWOBxg';
}