This website works better with JavaScript.
Home
Explore
Help
Sign In
flutter
/
zhiying_base_widget
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
139
Wiki
Activity
Browse Source
添加站长id
tags/0.0.2+14^0
Weller
4 years ago
parent
7faec20596
commit
f2ab433323
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
example/ios/Runner/AppDelegate.m
+ 3
- 1
example/ios/Runner/AppDelegate.m
View File
@@ -28,7 +28,9 @@
// 获取设置
- (NSDictionary*)getSetting {
return @{
@"domain": @"http://inapi.izhyin.cn"
@"domain": @"http://inapi.izhyin.cn",
@"master_id": @"template_database",
@"secret_key": @"123456"
//@"domain": @"http://192.168.0.113:5000"
};
}
Write
Preview
Loading…
Cancel
Save