chore(README): use apikey for v1.13.0 or below (#572)
for Huawei configs you should use apikey instead of appsecret for v1.13.0 or below
This commit is contained in:
parent
1c21eb8e87
commit
e8954d774b
|
@ -146,7 +146,7 @@ android:
|
||||||
|
|
||||||
huawei:
|
huawei:
|
||||||
enabled: true
|
enabled: true
|
||||||
appsecret: "YOUR_APP_SECRET"
|
appsecret: "YOUR_APP_SECRET" # use 'apikey' instead if you use v1.13.0 or below
|
||||||
appid: "YOUR_APP_ID"
|
appid: "YOUR_APP_ID"
|
||||||
max_retry: 0 # resend fail notification, default value zero is disabled
|
max_retry: 0 # resend fail notification, default value zero is disabled
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue