Skip to content

Commit 0967018

Browse files
author
Xia Ning
committed
fix key center
1 parent 391c6e6 commit 0967018

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,8 +7,8 @@
77
//
88

99
struct KeyCenter {
10-
static let AppId: String = "aab8b8f5a8cd4469a63042fcfafe7063"
10+
static let AppId: String = <#Your App Id#>
1111

1212
// assign token to nil if you have not enabled app certificate
13-
static var Token: String? = nil
13+
static var Token: String? = <#Temp Access Token#>
1414
}

0 commit comments

Comments
 (0)