From 43089ab135efaf8a0a80604242e48a6d8cb819fc Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 14 Oct 2019 11:57:53 +0800 Subject: [PATCH] =?UTF-8?q?db=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6move?= =?UTF-8?q?=E5=88=B0config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- data_channel/gamelog_external.py | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67d8c16..c85c63a 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,12 @@ externalkey2gamelog + + + + #### gamelog appkey 写入接口 -从接口获取appkey写入gamelog配置文件 \ No newline at end of file +从接口获取appkey写入gamelog配置文件 + +内网调用: +http://10.10.3.16:6500/webapp/index.php?c=Ops&a=sync_log_conf \ No newline at end of file diff --git a/data_channel/gamelog_external.py b/data_channel/gamelog_external.py index c009a65..d873922 100644 --- a/data_channel/gamelog_external.py +++ b/data_channel/gamelog_external.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +#被mp系统调用,用于同步(第三方传递日志需要)appkey到gamelog的相应配置文件 import requests import logging from ops.mansible import AnsibleAPI