refactor(private-zone): use canonical product name
Docker Image / Build and Push Docker Image (push) Successful in 2m7s
Docker Image / Build and Push Docker Image (push) Successful in 2m7s
This commit is contained in:
@@ -81,11 +81,11 @@ export class ApiPath {
|
||||
|
||||
// ============ 私密空间相关 ============
|
||||
/** 获取私密图片包列表 */
|
||||
static readonly privateZoomAlbums = apiContract.privateZoomAlbums.path;
|
||||
static readonly privateZoneAlbums = apiContract.privateZoneAlbums.path;
|
||||
|
||||
/** 解锁私密图片包 */
|
||||
static privateZoomAlbumUnlock(albumId: string): string {
|
||||
return apiContract.privateZoomAlbumUnlock.path.replace(
|
||||
static privateZoneAlbumUnlock(albumId: string): string {
|
||||
return apiContract.privateZoneAlbumUnlock.path.replace(
|
||||
"{albumId}",
|
||||
encodeURIComponent(albumId),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user