Esempio n. 1
0
        public JsonResult Get(string credit, string email, string portrait, string phone)
        {
#if DEBUG
            return(Post(credit, email, portrait, phone));
#else
            return(ResponceModel.GetInstanceBaned());
#endif
        }
Esempio n. 2
0
        public JsonResult Get(string credit, string bindname, string password, string pid)
        {
#if DEBUG
            return(Post(credit, bindname, password, pid));
#else
            return(ResponceModel.GetInstanceBaned());
#endif
        }
        public JsonResult Get(string credit, string type)
        {
#if DEBUG
            return(Post(credit, type));
#else
            return(ResponceModel.GetInstanceBaned());
#endif
        }
        public JsonResult Get(string method, string username, string password, string nickname, string devicetype, string newpassword, string credit)
        {
#if DEBUG
            return(Post(method, username, password, nickname, devicetype, newpassword, credit));
#else
            return(new JsonResult(ResponceModel.GetInstanceBaned()));
#endif
        }
        public JsonResult Get(string credit, int year, int term)
        {
#if DEBUG
            return(Post(credit, year, term));
#else
            return(ResponceModel.GetInstanceBaned());
#endif
        }
        public JsonResult Get(string method, string credit, int?id, int?subid, string time, string content, string pic)
        {
#if DEBUG
            return(Post(method, credit, id, subid, time, content, pic));
#else
            return(ResponceModel.GetInstanceBaned());
#endif
        }
Esempio n. 7
0
        public JsonResult Get(string type, string query)
        {
#if DEBUG
            return(Post(type, query));
#else
            return(new JsonResult(ResponceModel.GetInstanceBaned()));
#endif
        }