diff --git a/Documentation/README.md b/Documentation/README.md index 60bcd28..ae629aa 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -23,7 +23,7 @@ using TapTap.Bootstrap; ```c# var config = new TapConfig.Builder() .ClientID("client_id") - .ClientSecret("client_secret") + .ClientToken("client_token") .ServerURL("https://ikggdre2.lc-cn-n1-shared.com") .RegionType(RegionType.CN) .TapDBConfig(true,"channel","gameVersion",true) @@ -33,7 +33,7 @@ var config = new TapConfig.Builder() ```c# var config = new TapConfig.Builder() .ClientID("client_id") - .ClientSecret("client_secret") + .ClientToken("client_token") .ServerURL("https://ikggdre2.lc-cn-n1-shared.com") .RegionType(RegionType.CN) //# .TapDBConfig(false,null,null,false) diff --git a/README.md b/README.md index 9bd9928..92acc9d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ using TapTap.Bootstrap; ```c# var config = new TapConfig.Builder() .ClientID("client_id") - .ClientSecret("client_secret") + .ClientToken("client_token") .ServerURL("https://ikggdre2.lc-cn-n1-shared.com") .RegionType(RegionType.CN) .TapDBConfig(true,"channel","gameVersion",true) @@ -33,7 +33,7 @@ var config = new TapConfig.Builder() ```c# var config = new TapConfig.Builder() .ClientID("client_id") - .ClientSecret("client_secret") + .ClientToken("client_token") .ServerURL("https://ikggdre2.lc-cn-n1-shared.com") .RegionType(RegionType.CN) //# .TapDBConfig(false,null,null,false)