1 Star 1 Fork 0

zhangXB12/基于flask的语音转文本去水印

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
settings.py 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangXB12 提交于 2024-06-23 00:09 . first commit
import os
current_file_path = os.path.abspath(__file__)
current_folder_path = os.path.dirname(current_file_path)
APPID = "wx31ae8cd4c5236c20"
SECRET = "4a527cd740adffc557b360bde8716441"
MCHID = "1561414331"
MCHSERIALNO = "4B3B3DC35414AD50B1B755BAF8DE9CC7CF407606"
PRIVATEKEYFILEPATH = "D:\pay\apiclient_key.pem"
APIV3KEY = "CZBK51236435wxpay435434323FFDuv3"
WECHATPAYCERTFILEPATH = "D:\pay\wechatpay_166D96F876F45C7D07CE98952A96EC980368ACFC.pemnotifyUrl:https://6619cf50.r6.cpolar.top/notify/paySuccess"
NOTIFYURL = "https://6619cf50.r6.cpolar.top/notify/refundSuccess"
REFUNDNOTIFYURL = "https://6619cf50.r6.cpolar.top/notify/refundSuccess"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangxb13/local-stt-based-on-flask.git
git@gitee.com:zhangxb13/local-stt-based-on-flask.git
zhangxb13
local-stt-based-on-flask
基于flask的语音转文本去水印
master

搜索帮助