C# 클래스 Cedar.Foundation.WeChat.WxPay.Lib.WxPayConfig

파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 프로퍼티들

프로퍼티 타입 설명
APPID string
APPSECRET string
IP string
KEY string
LOG_LEVENL int
MCHID string
NOTIFY_URL string
PROXY_URL string
REPORT_LEVENL int
SSLCERT_PASSWORD string
SSLCERT_PATH string

공개 메소드들

메소드 설명
Init ( ) : void

初始化七牛帐户、请求地址等信息,不应在客户端调用。

WxPayConfig ( )

메소드 상세

Init() 공개 정적인 메소드

初始化七牛帐户、请求地址等信息,不应在客户端调用。
public static Init ( ) : void
리턴 void

WxPayConfig() 공개 메소드

public WxPayConfig ( )

프로퍼티 상세

APPID 공개적으로 정적으로 프로퍼티

public static string APPID
리턴 string

APPSECRET 공개적으로 정적으로 프로퍼티

public static string APPSECRET
리턴 string

IP 공개적으로 정적으로 프로퍼티

public static string IP
리턴 string

KEY 공개적으로 정적으로 프로퍼티

public static string KEY
리턴 string

LOG_LEVENL 공개적으로 정적으로 프로퍼티

public static int LOG_LEVENL
리턴 int

MCHID 공개적으로 정적으로 프로퍼티

public static string MCHID
리턴 string

NOTIFY_URL 공개적으로 정적으로 프로퍼티

public static string NOTIFY_URL
리턴 string

PROXY_URL 공개적으로 정적으로 프로퍼티

public static string PROXY_URL
리턴 string

REPORT_LEVENL 공개적으로 정적으로 프로퍼티

public static int REPORT_LEVENL
리턴 int

SSLCERT_PASSWORD 공개적으로 정적으로 프로퍼티

public static string SSLCERT_PASSWORD
리턴 string

SSLCERT_PATH 공개적으로 정적으로 프로퍼티

public static string SSLCERT_PATH
리턴 string