This commit is contained in:
邹宗楠
2022-07-07 16:33:09 +08:00
parent e83f055590
commit 32ac1c6a01
3 changed files with 11 additions and 1 deletions

View File

@@ -498,3 +498,9 @@ func IsAfsOrderFinalStatus(status int) bool {
func IsWaybillFinalStatus(status int) bool {
return status >= WaybillStatusEndBegin && status <= WaybillStatusEndEnd
}
const (
JXC4AppId = "wx4b5930c13f8b1170" // 京西菜市appId
JXC4BusinessAppId = "wx08a5c2a8581414ff" // 京西商家appId
JXC4TiktokAppId = "tta6a1d01c399f264201" // 抖音appID
)