Files
2026-07-13 13:34:48 +08:00

10 lines
224 B
Plaintext

env = to_string!(.env)
shareableId = to_string!(.shareableId)
phoneNumber = if env == "production" {
"15817019840"
} else {
"15817021047"
}
"https://api.whatsapp.com/send?phone={{ phoneNumber }}&text={{ shareableId }}"