- GetStoreDetail返回CityName
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user