This commit is contained in:
苏尹岚
2020-07-10 17:19:04 +08:00
4 changed files with 18 additions and 13 deletions

View File

@@ -117,7 +117,6 @@ func GetWeixinOpenIDsFromStoreID(storeID int) (retVal []string) {
retVal = nil
}
}
retVal = append(retVal, "oYN_usv1RPvrSxCvo1WsbwI8lZa0")
return retVal
}