1 Star 0 Fork 1

sml/微信发送模板信息

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
configs.py 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
qformat 提交于 2022-06-08 09:25 +08:00 . update README.md.
# -*- coding: utf-8 -*-
# created by K brother
HOSTNAME = 'xxxxxxxxx' # 数据库IP地址
PORT = '3306' # 数据库端口
DATABASE = 'xxxx' # 数据库库名
username = 'xxxxx' # 数据库名
password = 'xxxxxx' # 数据库密码
DB_URI = 'mysql+pymysql://{}:{}@{}:{}/{}?charset=utf8'.format(username, password,
HOSTNAME, PORT, DATABASE)
SQLALCHEMY_DATABASE_URI = DB_URI
SQLALCHEMY_TRACK_MODIFICATIONS = False
SQLALCHEMY_ECHO = True
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/sml163/wechatapi.git
git@gitee.com:sml163/wechatapi.git
sml163
wechatapi
微信发送模板信息
master

搜索帮助