1 Star 1 Fork 24

纸羊 / e23-file-check

forked from e23-cn / e23-file-check 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test_sms_notify.py 293 Bytes
一键复制 编辑 原始数据 按行查看 历史
walkskyer 提交于 2016-08-18 09:32 . init
#!/usr/bin/env python
# -*- coding:utf-8 -*-
"""
发送短信通知
使用此功能配置文件中需增加该配置
[sms]
appkey=appkey
secret=secret
sign_name=sign_name
template_code=template_code
"""
import util.op as op
if __name__ == "__main__":
op.prepare_msg()
op.send_msg()
Python
1
https://gitee.com/cyanjohn_468/e23-file-check.git
git@gitee.com:cyanjohn_468/e23-file-check.git
cyanjohn_468
e23-file-check
e23-file-check
master

搜索帮助