修改问题
This commit is contained in:
parent
ae35812783
commit
ff34574110
|
|
@ -12,7 +12,7 @@ using SKIT.FlurlHttpClient.Wechat.TenpayV3.Models;
|
|||
namespace CloudGaming.Web.Pages.Privacy;
|
||||
|
||||
/// <summary>
|
||||
/// 隐私协议配置
|
||||
/// 隐私协议配置
|
||||
/// </summary>
|
||||
public class IndexModel : PageModel
|
||||
{
|
||||
|
|
|
|||
|
|
@ -224,6 +224,8 @@ namespace CloudGaming.Code.AppExtend
|
|||
newAppConfig.UserConfig = appConfig.UserConfig;
|
||||
newAppConfig.Payment = appConfig.Payment;
|
||||
newAppConfig.GameConfig = appConfig.GameConfig;
|
||||
newAppConfig.PrivacyAgreement = appConfig.PrivacyAgreement;
|
||||
newAppConfig.UserAgreement = appConfig.UserAgreement;
|
||||
return newAppConfig;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ namespace CloudGaming.AppConfigModel
|
|||
public GameConfig GameConfig { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 用户协议地址
|
||||
/// 用户协议地址
|
||||
/// </summary>
|
||||
public string UserAgreement { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user