MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / get_ssl_end_date

Method get_ssl_end_date

class/projectModel/pythonModel.py:2108–2116  ·  view source on GitHub ↗

@name 获取SSL信息 @author hwliang<2021-08-09> @param project_name 项目名称 @return dict

(project_name)

Source from the content-addressed store, hash-verified

2106
2107 @staticmethod
2108 def get_ssl_end_date(project_name):
2109 ''&#x27;
2110 @name 获取SSL信息
2111 @author hwliang<2021-08-09>
2112 @param project_name <string> 项目名称
2113 @return dict
2114 ''&#x27;
2115 import data
2116 return data.data().get_site_ssl_info('python_{}'.format(project_name))
2117
2118 def GetProjectInfo(self, get):
2119 """获取项目所有信息

Callers 2

GetProjectListMethod · 0.95
GetProjectInfoMethod · 0.95

Calls 2

get_site_ssl_infoMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected