This commit is contained in:
richboo111
2023-07-12 16:50:16 +08:00
parent 40f9ff5356
commit 2407f355b8

View File

@@ -234,7 +234,7 @@ func pushMsgByUniApp(storeId int, storeName string, cID []string, msg string, bo
"title": storeName, "title": storeName,
"body": msg, "body": msg,
"click_type": "startapp", "click_type": "startapp",
"notify_id": rand.Int(), // 每次通知需要不一样 范围0-2147483647 "notify_id": rand.Intn(1000000000), // 每次通知需要不一样 范围0-2147483647
}, },
"options": options, "options": options,
}, },