C# 클래스 BeeCloud.BCUtil

파일 보기 프로젝트 열기: beecloud/beecloud-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GetDateTime ( long timestamp ) : System.DateTime
GetSign ( string timestamp ) : string

webhook 验签

GetSignByTestMode ( string timestamp ) : string

webhook 测试模式验签

GetTimeStamp ( System.DateTime date ) : long
GetUUID ( ) : string

메소드 상세

GetDateTime() 공개 정적인 메소드

public static GetDateTime ( long timestamp ) : System.DateTime
timestamp long
리턴 System.DateTime

GetSign() 공개 정적인 메소드

webhook 验签
public static GetSign ( string timestamp ) : string
timestamp string 时间戳
리턴 string

GetSignByTestMode() 공개 정적인 메소드

webhook 测试模式验签
public static GetSignByTestMode ( string timestamp ) : string
timestamp string
리턴 string

GetTimeStamp() 공개 정적인 메소드

public static GetTimeStamp ( System.DateTime date ) : long
date System.DateTime
리턴 long

GetUUID() 공개 정적인 메소드

public static GetUUID ( ) : string
리턴 string