Explorar el Código

Merge remote-tracking branch 'origin/master'

tags/0.0.2+15
PH2 hace 4 años
padre
commit
82ef0faa59
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      example/ios/Runner/AppDelegate.m

+ 3
- 1
example/ios/Runner/AppDelegate.m Ver fichero

@@ -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"
};
}


Cargando…
Cancelar
Guardar