修改问题
This commit is contained in:
parent
d3a0c9024e
commit
a68ce163ec
|
|
@ -56,7 +56,7 @@ namespace CloudGaming.Code.AppExtend
|
|||
}
|
||||
if (string.IsNullOrEmpty(_platform))
|
||||
{
|
||||
|
||||
|
||||
if (Channel.StartsWith("ps_"))
|
||||
{
|
||||
_platform = AppPlatform.android.ToString();
|
||||
|
|
@ -142,7 +142,7 @@ namespace CloudGaming.Code.AppExtend
|
|||
public string Key
|
||||
{
|
||||
|
||||
get => $"{Language}_{Channel}_{Version}";
|
||||
get => $"{Language}_{Platform}_{Channel}_{Version}";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user