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

Exibir arquivo Open project: aurora-lzzp/Aurora-Weather

Public Methods

Method Description
RequestWithKeyAsync ( string url, string pars, string apikey ) : Task

发送带有 ApiKey 的 HTTP 请求

Method Details

RequestWithKeyAsync() public static method

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