MyQEE\Server\RPC::_getRpcKey PHP Method

_getRpcKey() public static method

返回当前RPC的通讯密钥
public static _getRpcKey ( ) : string
return string
    public static function _getRpcKey()
    {
        return static::$RPC_KEY;
    }