예제 #1
0
 public SinaPinNotFoundException(string pcid, string message = null) : base(SinaWeiboUtility.GeneratePinImageUrl(pcid), message)
 {
 }
예제 #2
0
        public async Task <string> RefreshPinImageAsync()
        {
            _preLoginDataState = await PreLoginAsync();

            return(SinaWeiboUtility.GeneratePinImageUrl(_preLoginDataState.ServerData.pcid));
        }