Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CCVideo
VOD_iOS_SDK
Commits
68600f16
Commit
68600f16
authored
Jul 08, 2021
by
zhaowl123
Browse files
4.14.6
parent
f20b2d65
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate
...xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
Demo/Demo/Classes/DWMainViewController.m
Demo/Demo/Classes/DWMainViewController.m
+1
-1
Demo/Demo/DWConfigurationManager.m
Demo/Demo/DWConfigurationManager.m
+2
-4
No files found.
Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate
View file @
68600f16
No preview for this file type
Demo/Demo/Classes/DWMainViewController.m
View file @
68600f16
...
...
@@ -95,7 +95,7 @@
-
(
void
)
reloadLoaclData
{
//请自行替换数据
NSArray
*
videos
=
@[
@"EF92508659A28ACC63835A29B2A11961"
,
@"64CBF1E6BC32A3D62BBA984E86119800"
,
@"26638480834D0CDAFC9558351D509E7C"
];
NSArray
*
videos
=
@[];
for
(
int
i
=
0
;
i
<
videos
.
count
;
i
++
)
{
DWVodModel
*
vodModel
=
[[
DWVodModel
alloc
]
init
];
...
...
Demo/Demo/DWConfigurationManager.m
View file @
68600f16
...
...
@@ -25,10 +25,8 @@
{
if
(
self
==
[
super
init
])
{
// self.DWAccount_userId = @"391E6E3340A00767";
// self.DWAccount_apikey = @"T8WdOUuvFEiOsou1xjDr4U73v12M7iNa";
self
.
DWAccount_userId
=
@"169A751C6B4BE3F6"
;
self
.
DWAccount_apikey
=
@"KdXAPkL9s8h3jRslXikOrqmemvwQ17Ph"
;
self
.
DWAccount_userId
=
@"391E6E3340A00767"
;
self
.
DWAccount_apikey
=
@"T8WdOUuvFEiOsou1xjDr4U73v12M7iNa"
;
self
.
isOpenAd
=
[[[
NSUserDefaults
standardUserDefaults
]
objectForKey
:
@"isOpenAD"
]
boolValue
];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment