C# Class ZSCY_Win10.Service.CommunityFeedsService

Afficher le fichier Open project: RedrockMobile/CyxbsMobile_Win

Méthodes publiques

Свойство Type Description
appSetting Windows.Storage.ApplicationDataContainer
feedsapi string[]

Méthodes publiques

Méthode Description
GetBBDD ( int type = 1, int page, int size = 15, int typeid = 5 ) : Task>

获取动态列表

GetHot ( int type, int page, int size = 15, int typeid = 5 ) : Task>
setPraise ( string type_id, string article_id, bool addORcancel ) : Task

Method Details

GetBBDD() public static méthode

获取动态列表
public static GetBBDD ( int type = 1, int page, int size = 15, int typeid = 5 ) : Task>
type int 动态参数,重邮新闻cyxw=>1,教务咨询jwzx=>2,xsjz=>3,xwgg=>4,bbdd=>5
page int
size int
typeid int
Résultat Task>

GetHot() public static méthode

public static GetHot ( int type, int page, int size = 15, int typeid = 5 ) : Task>
type int
page int
size int
typeid int
Résultat Task>

setPraise() public static méthode

public static setPraise ( string type_id, string article_id, bool addORcancel ) : Task
type_id string
article_id string
addORcancel bool
Résultat Task

Property Details

appSetting public_oe static_oe property

public static ApplicationDataContainer,Windows.Storage appSetting
Résultat Windows.Storage.ApplicationDataContainer

feedsapi public_oe static_oe property

public static string[] feedsapi
Résultat string[]