test #277

Merged
klaus merged 13 commits from test into main 2025-03-05 09:44:59 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 2ce13afc0a - Show all commits

View File

@ -61,8 +61,8 @@ class AdminAdMediaPartnerService(private val repository: AdMediaPartnerRepositor
AdMediaPartnerType.MAIN -> "main"
}
val link = URLEncoder.encode(
"$oneLinkHost?af_dp=voiceon%3A%2F%2F" +
val link = "$oneLinkHost?" + URLEncoder.encode(
"af_dp=voiceon%3A%2F%2F" +
"&deep_link_value=$deepLinkValue" +
"&deep_link_sub1=${it.pid}" +
"&deep_link_sub2=${it.utmSource}" +