Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 9f24cd67
authored
2026-02-12 11:10:16 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
推送环境的处理
1 parent
459b4252
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
lib/config/constant.dart
lib/config/constant.dart
View file @
9f24cd6
...
...
@@ -97,12 +97,12 @@ class Constant {
// : 'GkMkhAnrCThYrZxApCBdFidcAC8USwVnhoqMGzqmSvmcegRCvETtDR2Te9btarnG';
static
const
int
imSdkAppId
=
1
600117207
;
// 线上只保留这个实例
static
const
int
imSdkAppId
=
1
400310691
;
// 线上只保留这个实例
static
const
String
imClientSecure
=
'
GkMkhAnrCThYrZxApCBdFidcAC8USwVnhoqMGzqmSvmcegRCvETtDR2Te9btarnG
'
;
static
const
String
imClientSecure
=
'
kM4yqbehB3io9UiLvH6eHvM7xAhfYxoyyaO1tLoHgKltcaI7MZXkUbpFaWdeQIqe
'
;
// 苹果是根据发布环境来确定是采用什么推送
static
const
int
apnsCertificateID
=
EnvConfig
.
apnsEnv
==
'product'
?
4780
3
:
47802
;
static
const
int
apnsCertificateID
=
EnvConfig
.
apnsEnv
==
'product'
?
4780
4
:
47801
;
/// Key
/// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment