Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HMSPushKit committed Jul 1, 2023
1 parent d786317 commit d0e5399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/common/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports.AppId = "your appid";
//The application's secretkey, obtained from the application information
exports.AppSecret = "your AppSecret";
//Obtain the token interface address from Huawei oauth2.0 service from the application information
exports.AuthUrl = "https://oauth-login.cloud.huawei.com/oauth2/v2/token";
exports.AuthUrl = "https://oauth-login.cloud.huawei.com/oauth2/v3/token";
//Huawei push service access address
exports.PushUrl = "https://push-api.cloud.huawei.com/v1";

Expand Down

0 comments on commit d0e5399

Please sign in to comment.