Skip to content

Commit df604b0

Browse files
author
zhaoyongqiang
committed
..
1 parent 33aa8c0 commit df604b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

macOS/APIExample/Common/KeyCenter.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
//
88

99
struct KeyCenter {
10-
static let AppId: String = "aab8b8f5a8cd4469a63042fcfafe7063"
10+
static let AppId: String = <#YOUR APPID#>
1111

1212
// assign token to nil if you have not enabled app certificate
13-
static let Certificate: String? = nil
13+
static let Certificate: String? = <#YOUR Certificate#>
1414

1515
static var Token: String? = nil
1616
}

0 commit comments

Comments
 (0)