Commit 7b4a052b authored by nanahira's avatar nanahira

fix

parent d8a1c06e
...@@ -109,13 +109,12 @@ public class MyCardHelper { ...@@ -109,13 +109,12 @@ public class MyCardHelper {
} }
string result = www.text; string result = www.text;
matchResultObject = JsonUtility.FromJson<MatchResultObject>(result); matchResultObject = JsonUtility.FromJson<MatchResultObject>(result);
ret = result_object.password;
} catch (Exception e) { } catch (Exception e) {
failReason = e.Message; failReason = e.Message;
return null; return null;
} }
failReason = null; failReason = null;
return ret; return matchResultObject;
} }
public static void DownloadFace(string name) { public static void DownloadFace(string name) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment