|
@@ -256,6 +256,7 @@ public let searchReportUrl = "search/app/report"
|
|
|
|
|
|
public let listAllVoicesUrl = "producevideo/voice/listAllVoices"
|
|
|
|
|
|
+
|
|
|
|
|
|
public let favoriteVoiceUrl = "producevideo/voice/favoriteVoice"
|
|
|
|
|
@@ -279,6 +280,9 @@ public let getNlsAccessTokenUrl = "producevideo/voice/getNlsAccessToken"
|
|
|
|
|
|
public let getNlsAccessTokenForJiangjieApp = "producevideo/voice/getNlsAccessTokenForJiangjieApp"
|
|
|
|
|
|
+
|
|
|
+public let listAllCateVoicesUrl = "producevideo/voice/listAllCateVoices"
|
|
|
+
|
|
|
|
|
|
public let getVoiceInfoUrl = "producevideo/voice/getVoiceInfo"
|
|
|
|