From f2ab43332302fedbf0467edd481e0114a38afc26 Mon Sep 17 00:00:00 2001 From: Weller <1812208341@qq.com> Date: Mon, 7 Dec 2020 15:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AB=99=E9=95=BFid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/ios/Runner/AppDelegate.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example/ios/Runner/AppDelegate.m b/example/ios/Runner/AppDelegate.m index 225bb80..fe38ef2 100644 --- a/example/ios/Runner/AppDelegate.m +++ b/example/ios/Runner/AppDelegate.m @@ -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" }; }