public async Task <IHttpActionResult> GetJson(string mobile) { ClientEntity entity = app.GetClientInfoByMobile(mobile); return(Ok(entity)); }