|
@@ -132,7 +132,7 @@ namespace GFGGame
|
|
|
photoData.LockingStatus = response.PictureInfo.LockingStatus;
|
|
|
photoData.PictureName = response.PictureInfo.PictureName;
|
|
|
photoData.PictureTempUrl = response.PictureInfo.PictureTempUrl;
|
|
|
- ET.Log.Debug("zoya999");
|
|
|
+ ET.Log.Debug("zoya999" + response.PictureInfo.PictureTempUrl);
|
|
|
|
|
|
byte[] bytes = DownloadFile(photoData.PictureTempUrl);
|
|
|
ET.Log.Debug("zoyafff");
|
|
@@ -153,7 +153,7 @@ namespace GFGGame
|
|
|
{
|
|
|
try
|
|
|
{
|
|
|
- ET.Log.Debug("zoyaaaa");
|
|
|
+ ET.Log.Debug("zoyaaaa" + URL);
|
|
|
|
|
|
HttpWebRequest webRequest = HttpWebRequest.Create(URL) as HttpWebRequest;
|
|
|
webRequest.Method = "GET";
|