C# 클래스 Baidu.SDK.Push.Dto.ClientRequestBase

请求基础信息 所有REST请求共用
파일 보기 프로젝트 열기: JiyongShi/Baidu.SDK.Push 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GeneratePostData ( string apiKey, string secretKey ) : string

生成待POST的数据

메소드 상세

GeneratePostData() 공개 메소드

生成待POST的数据
public GeneratePostData ( string apiKey, string secretKey ) : string
apiKey string
secretKey string
리턴 string