- GetStoreDetail返回CityName

This commit is contained in:
gazebo
2019-06-28 09:05:20 +08:00
parent fc3bbcecbc
commit 3e69149124
3 changed files with 12 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ func SendUserMessage(userID, title, content string) (err error) {
authList, err := auth2.GetUserBindAuthInfo(userID)
findOneMethod := false
if err == nil {
if title != "" {
content = title + "\n" + content
}
for _, auth := range authList {
if auth.Type == dingding.AuthTypeStaff {
findOneMethod = true