C# Class yycms.union.wechat.SDK

Afficher le fichier Open project: seven1276/yycms

Méthodes protégées

Méthode 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 méthode

protected Get ( string url ) : String
url string
Résultat String

Request() protected méthode

protected Request ( string url, String jsonStr ) : Newtonsoft.Json.Linq.JObject
url string
jsonStr String
Résultat Newtonsoft.Json.Linq.JObject

Request_XML() protected méthode

protected Request_XML ( string url, String XmlStr, String mechantPayID, String certPath ) : String
url string
XmlStr String
mechantPayID String
certPath String
Résultat String

Upload() protected méthode

protected Upload ( string url, string filename ) : Newtonsoft.Json.Linq.JObject
url string
filename string
Résultat Newtonsoft.Json.Linq.JObject