Beispiel #1
0
        public static string GetAppIdByConvertToOpenId(string userId, string agentId = null)
        {
            var result = CommonApi.ConvertToOpenId(GetToken(), userId, agentId);

            return(result == null ? "" : result.appid);
        }