摘要:
function: public static dynamic GetAppSecret() { //string[] result = new string[] { "", "" }; dynamic result = new System.Dynamic.ExpandoObject(); result = new { appid="appid", appSecret = "appSecret" }; return result; }if you want to use t... 阅读全文
该文被密码保护。 阅读全文