#!/usr/bin/python
|
# -*- coding: GBK -*-
|
#-------------------------------------------------------------------------------
|
#
|
##@package PyMongoDB.GMToolLogicProcess.Commands.GMT_ReloadConfig
|
#
|
# @todo:GM¹¤¾ßÃüÁî - ÖØ¶ÁÅäÖÃ
|
# @author hxp
|
# @date 2025-12-13
|
# @version 1.0
|
#
|
# ÏêϸÃèÊö: GM¹¤¾ßÃüÁî - ÖØ¶ÁÅäÖÃ
|
#
|
#-------------------------------------------------------------------------------
|
#"""Version = 2025-12-13 17:00"""
|
#-------------------------------------------------------------------------------
|
|
import GMCommon
|
import ReadChConfig
|
|
## ÊÕµ½gmÃüÁîÖ´ÐÐ
|
# @param gmCmdDict:gmÃüÁî×Öµä
|
# @return None
|
def OnExec(gmCmdDict):
|
ReadChConfig.SetReloadConfig()
|
return GMCommon.Def_Success
|