C# 클래스 ForWeChat.WeChat.CustomMenu

파일 보기 프로젝트 열기: huoqishi/Code-Library

공개 프로퍼티들

프로퍼티 타입 설명
accesstoken string
requestUrl string

공개 메소드들

메소드 설명
CreateMenu ( string menu ) : string

创建菜单

GetMenu ( ) : string

메소드 상세

CreateMenu() 공개 정적인 메소드

创建菜单
public static CreateMenu ( string menu ) : string
menu string
리턴 string

GetMenu() 공개 메소드

public GetMenu ( ) : string
리턴 string

프로퍼티 상세

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

public static string accesstoken
리턴 string

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

public static string requestUrl
리턴 string