fix: 修复微信小程序订阅消息提醒时机

This commit is contained in:
lidongtony
2023-03-29 16:23:08 +08:00
parent 276e25ef35
commit 0da574b654
5 changed files with 426 additions and 481 deletions
+4 -3
View File
@@ -1,3 +1,6 @@
# 版本号
SHOPRO_VERSION = v1.8.1
# 正式环境接口域名
SHOPRO_BASE_URL = https://api.shopro.sheepjs.com
@@ -13,7 +16,5 @@ SHOPRO_API_PATH = /shop/api/
# 客户端静态资源地址 空=默认使用服务端指定的CDN资源地址前缀 | local=本地 | http(s)://xxx.xxx=自定义静态资源地址前缀
SHOPRO_STATIC_URL = https://file.sheepjs.com
SHOPRO_VERSION = v1.8.1
# 是否开启直播 1 开启直播 | 0 关闭直播
# 是否开启直播 1 开启直播 | 0 关闭直播 (小程序官方后台未审核开通直播权限时请勿开启)
SHOPRO_MPLIVE_ON = 0