Browse Source

添加站长id

tags/0.0.2+14^0
Weller 4 years ago
parent
commit
f2ab433323
1 changed files with 3 additions and 1 deletions
  1. +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"
};
}


Loading…
Cancel
Save