feat(private-zone): add paid video moments
Docker Image / Build and Push Docker Image (push) Successful in 2m5s
Docker Image / Build and Push Docker Image (push) Successful in 2m5s
This commit is contained in:
@@ -105,6 +105,17 @@ export class ApiPath {
|
||||
);
|
||||
}
|
||||
|
||||
/** 获取 Private Zone 付费视频朋友圈 */
|
||||
static readonly privateZonePosts = apiContract.privateZonePosts.path;
|
||||
|
||||
/** 解锁单条 Private Zone 付费视频朋友圈 */
|
||||
static privateZonePostUnlock(postId: string): string {
|
||||
return apiContract.privateZonePostUnlock.path.replace(
|
||||
"{postId}",
|
||||
encodeURIComponent(postId),
|
||||
);
|
||||
}
|
||||
|
||||
// ============ 数据看板相关 ============
|
||||
/** 上报 PWA 事件 */
|
||||
static readonly metricsPwaEvent = apiContract.metricsPwaEvent.path;
|
||||
|
||||
Reference in New Issue
Block a user