功能條整

This commit is contained in:
2026-08-07 18:00:51 +08:00
parent e60b172b39
commit 68206fcab2
6 changed files with 102 additions and 42 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ namespace MyWeb
}
//定義欄位cookie==================end
private AdmItem JDecode(string json)
public AdmItem JDecode(string json)
{
json = encrypt.DecryptAutoKey(json); //解密
AdmItem mItem = JsonConvert.DeserializeObject<AdmItem>(json);