|
@@ -18,6 +18,8 @@ public let onlineClipapiApi = "https://clipapi.piaoquantv.com/longvideoapi/"
|
|
|
public let onlineMaterialSearchApi = "https://search-material.piaoquantv.com/"
|
|
|
// 消息相关域名-线上环境
|
|
|
public let onlineMessageApi = "https://messageapi.piaoquantv.com/"
|
|
|
+// 票圈Api-线上环境
|
|
|
+let onlinePQTvApi = "https://api.piaoquantv.com/"
|
|
|
|
|
|
// 票圈视频主域名-预发布环境
|
|
|
public let preLongvideoapi = "https://prespeed.piaoquantv.com/longvideoapi/"
|
|
@@ -27,6 +29,8 @@ public let preCommonapi = "https://precommon.piaoquantv.com/commonapi/"
|
|
|
public let preMaterialSearchApi = "https://search-material-pre.piaoquantv.com/"
|
|
|
// 消息相关域名-预发布环境
|
|
|
public let preMessageApi = "https://messageapipre.piaoquantv.com/"
|
|
|
+// 票圈Api-预发布环境
|
|
|
+let prePQTvApi = "https://preapi.piaoquantv.com/"
|
|
|
|
|
|
// 票圈视频主域名-测试环境
|
|
|
public let testLongvideoapi = "https://videotest.yishihui.com/longvideoapi/"
|
|
@@ -36,6 +40,8 @@ public let testCommonapi = "https://videotest.yishihui.com/commonapi/"
|
|
|
public let testMaterialSearchApi = "https://search-material.yishihui.com/"
|
|
|
// 消息相关域名-测试环境
|
|
|
public let testMessageApi = "https://messageapitest.yishihui.com/"
|
|
|
+// 票圈Api-测试环境
|
|
|
+let testPQTvApi = "https://testapi.piaoquantv.com/"
|
|
|
|
|
|
// 票圈视频主域名-北京预发布环境
|
|
|
public let preBJLongvideoapi = "https://videoprebeijing.piaoquantv.com/longvideoapi/"
|
|
@@ -394,6 +400,12 @@ public let feedbackUrl = "https://support.qq.com/product/\(feedbackAppId)"
|
|
|
// 意见反馈主页
|
|
|
public let feedbackPageUrl = "https://support.qq.com/embed/phone/\(feedbackAppId)"
|
|
|
|
|
|
+
|
|
|
+// ***************** 激励相关地址 **********************//
|
|
|
+
|
|
|
+public let applyCheckUrl = "incentive/creator/applyCheck"
|
|
|
+public let applyStatusUrl = "incentive/creator/applyStatus"
|
|
|
+
|
|
|
// ***************** 评论相关地址 **********************//
|
|
|
|
|
|
// 评论列表
|