C# Class yycms.union.wechat.SDK

Exibir arquivo Open project: seven1276/yycms

Protected Methods

Method Description
Get ( string url ) : String
Request ( string url, String jsonStr ) : Newtonsoft.Json.Linq.JObject
Request_XML ( string url, String XmlStr, String mechantPayID, String certPath ) : String
Upload ( string url, string filename ) : Newtonsoft.Json.Linq.JObject

Method Details

Get() protected method

protected Get ( string url ) : String
url string
return String

Request() protected method

protected Request ( string url, String jsonStr ) : Newtonsoft.Json.Linq.JObject
url string
jsonStr String
return Newtonsoft.Json.Linq.JObject

Request_XML() protected method

protected Request_XML ( string url, String XmlStr, String mechantPayID, String certPath ) : String
url string
XmlStr String
mechantPayID String
certPath String
return String

Upload() protected method

protected Upload ( string url, string filename ) : Newtonsoft.Json.Linq.JObject
url string
filename string
return Newtonsoft.Json.Linq.JObject