wxapp login

This commit is contained in:
richboo111
2022-12-01 11:22:46 +08:00
parent 874d2ffc76
commit 3e3c623ebc
3 changed files with 38 additions and 3 deletions

View File

@@ -533,7 +533,10 @@ func IsWaybillFinalStatus(status int) bool {
}
const (
JXC4AppId = "wx4b5930c13f8b1170" // 京西菜市appId
JXC4BusinessAppId = "wx08a5c2a8581414ff" // 京西商家appId
JXC4AppId = "wx4b5930c13f8b1170" // 京西菜市appId type=weixinmini
JXC4BusinessAppId = "wx08a5c2a8581414ff" // 京西商家appId type=weixinmini
JXC4TiktokAppId = "tta6a1d01c399f264201" // 抖音appID
JXC4ClientAppID = "wxf3657c94aa01a3f0" //京西菜市客户端APP ID type="weixinapp"
)