마케팅 - 매체 파트너 코드 조회 API - link 값 수정

- 쿼리파라미터에 af_dp 추가
This commit is contained in:
Klaus 2025-03-07 15:17:52 +09:00
parent 89a8a145df
commit 925c5203be
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ class AdminAdMediaPartnerService(private val repository: AdMediaPartnerRepositor
} }
val params = mapOf( val params = mapOf(
"af_dp" to "voiceon://",
"deep_link_value" to deepLinkValue, "deep_link_value" to deepLinkValue,
"deep_link_sub1" to it.pid, "deep_link_sub1" to it.pid,
"deep_link_sub2" to it.utmSource, "deep_link_sub2" to it.utmSource,