wxr
2023-01-12 1c1b485b579ef0dfa1d0317a0ac8eb916777f446
版本号更新
2个文件已修改
8 ■■■■ 已修改文件
HDL-ON_iOS/Info.plist 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SiriIntents/Server/HttpUtil.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_iOS/Info.plist
@@ -66,8 +66,6 @@
    <key>UISupportedInterfaceOrientations</key>
    <array>
        <string>UIInterfaceOrientationPortrait</string>
        <string>UIInterfaceOrientationLandscapeLeft</string>
        <string>UIInterfaceOrientationLandscapeRight</string>
    </array>
    <key>UIAppFonts</key>
    <array>
@@ -100,9 +98,9 @@
    <key>UIStatusBarStyle</key>
    <string>UIStatusBarStyleLightContent</string>
    <key>CFBundleShortVersionString</key>
    <string>1.6.302301111</string>
    <string>1.6.302301121</string>
    <key>CFBundleVersion</key>
    <string>1.6.301111</string>
    <string>1.6.301121</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string>Use geographic location to provide services such as weather</string>
    <key>NSAppleMusicUsageDescription</key>
SiriIntents/Server/HttpUtil.cs
@@ -38,8 +38,6 @@
        #endregion
        #region **********网络请求封装**********
        /// <summary>
        /// POST请求方法 body参数
        /// 针对住宅相关接口封装