C# Class Com.Aurora.Shared.Helpers.BaiduRequestHelper

Afficher le fichier Open project: aurora-lzzp/Aurora-Weather

Méthodes publiques

Méthode Description
RequestWithKeyAsync ( string url, string pars, string apikey ) : Task

发送带有 ApiKey 的 HTTP 请求

Method Details

RequestWithKeyAsync() public static méthode

发送带有 ApiKey 的 HTTP 请求
public static RequestWithKeyAsync ( string url, string pars, string apikey ) : Task
url string 请求的 URL
pars string 请求的参数
apikey string 百度 API Key
Résultat Task