コード例 #1
0
        private string GetChannelName()
        {
            if (_sms == null)
            {
                return(this._appid.ToString());
            }
            var channel = _sms.GetChannel();

            if (channel == null)
            {
                return(this._appid.ToString());
            }
            return(channel.Channel_Name);
        }