public dynamic GetCollectionList([FromUri] W_CollectionModel model) { return(Success(mapper.GetCollectionList(model, this.SafeGetStuId, this.System_Station_ID), model.PageIndex == 1 ? mapper.GetCollectionListCount(model, this.SafeGetStuId, this.System_Station_ID) : 0)); }