@funhub/platform 0.2.4-beta.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/channel-list/channel-active-indicator.mjs +2 -0
- package/dist/assets/icons/common/header-menu.mjs +2 -0
- package/dist/assets/icons/common/header-search-icon.mjs +2 -0
- package/dist/assets/icons/common/right_arrow_thin.mjs +2 -0
- package/dist/assets/icons/eye-off-icon.mjs +1 -1
- package/dist/assets/icons/marquee-close.mjs +2 -0
- package/dist/assets/icons/marquee-speaker.mjs +2 -0
- package/dist/assets/images/shortcut-grid/shortcut-grid-card-bg-primary.mjs +2 -0
- package/dist/biz.d.mts +10 -6
- package/dist/biz.mjs +1 -1
- package/dist/common.d.mts +5 -2
- package/dist/common.mjs +1 -1
- package/dist/components/biz/basics/fullscreen-feed/runtime/user-action.mjs +1 -1
- package/dist/components/biz/basics/logo/variants/basic-logo/runtime/client.mjs +1 -1
- package/dist/components/biz/business/advertisement/ad-match.d.mts +7 -3
- package/dist/components/biz/business/advertisement/ad-match.mjs +1 -1
- package/dist/components/biz/business/advertisement/banner-ad/client.mjs +1 -1
- package/dist/components/biz/business/advertisement/banner-ad/material.d.mts +2 -2
- package/dist/components/biz/business/advertisement/banner-ad/material.mjs +1 -1
- package/dist/components/biz/business/advertisement/banner-ad/schema.d.mts +9 -4
- package/dist/components/biz/business/advertisement/banner-ad/schema.mjs +1 -1
- package/dist/components/biz/business/advertisement/feed-ad/index.d.mts +1 -31
- package/dist/components/biz/business/advertisement/feed-ad/index.mjs +1 -1
- package/dist/components/biz/business/advertisement/floating-ad/client.d.mts +4 -0
- package/dist/components/biz/business/advertisement/floating-ad/client.mjs +1 -1
- package/dist/components/biz/business/advertisement/floating-ad/index.d.mts +1 -1
- package/dist/components/biz/business/advertisement/floating-ad/material.d.mts +5 -0
- package/dist/components/biz/business/advertisement/floating-ad/schema.d.mts +21 -6
- package/dist/components/biz/business/advertisement/floating-ad/schema.mjs +1 -1
- package/dist/components/biz/business/advertisement/icon-ad/client.mjs +1 -1
- package/dist/components/biz/business/advertisement/icon-ad/material.d.mts +1 -1
- package/dist/components/biz/business/advertisement/icon-ad/material.mjs +1 -1
- package/dist/components/biz/business/advertisement/icon-ad/schema.d.mts +7 -1
- package/dist/components/biz/business/advertisement/icon-ad/schema.mjs +1 -1
- package/dist/components/biz/business/advertisement/index.d.mts +4 -4
- package/dist/components/biz/business/advertisement/popup-ad/client.mjs +2 -2
- package/dist/components/biz/business/advertisement/popup-ad/index.d.mts +1 -1
- package/dist/components/biz/business/advertisement/popup-ad/material.d.mts +2 -2
- package/dist/components/biz/business/advertisement/popup-ad/schema.d.mts +14 -15
- package/dist/components/biz/business/advertisement/popup-ad/schema.mjs +1 -1
- package/dist/components/biz/business/advertisement/text-ad/client.mjs +1 -1
- package/dist/components/biz/business/advertisement/text-ad/material.d.mts +1 -1
- package/dist/components/biz/business/advertisement/text-ad/material.mjs +1 -1
- package/dist/components/biz/business/advertisement/text-ad/schema.d.mts +5 -1
- package/dist/components/biz/business/advertisement/text-ad/schema.mjs +1 -1
- package/dist/components/biz/business/banner/variants/basic-banner/runtime/client.mjs +1 -1
- package/dist/components/biz/business/banner-carousel/client.d.mts +2 -1
- package/dist/components/biz/business/banner-carousel/client.mjs +1 -1
- package/dist/components/biz/business/banner-carousel/default-props.mjs +1 -1
- package/dist/components/biz/business/channel-list/client.mjs +1 -1
- package/dist/components/biz/business/channel-list/default-props.mjs +1 -1
- package/dist/components/biz/business/detail/shared/detail-operate.mjs +1 -1
- package/dist/components/biz/business/detail/shared/editor-preview.mjs +1 -1
- package/dist/components/biz/business/detail/shared/registry.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-actions/client.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-info/client.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/client.d.mts +1 -13
- package/dist/components/biz/business/detail/video-detail-recommend/client.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/material.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/material.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/schema.d.mts +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/schema.mjs +1 -1
- package/dist/components/biz/business/detail/video-detail-recommend/shared.mjs +2 -0
- package/dist/components/biz/business/header-search/header-avatar-icon/client.mjs +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/client.d.mts +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/client.mjs +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.d.mts +4 -3
- package/dist/components/biz/business/header-search/header-avatar-logo-search/schema.mjs +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/client.mjs +1 -1
- package/dist/components/biz/business/header-search/header-logo-search/client.mjs +1 -1
- package/dist/components/biz/business/header-search/header-search/client.mjs +1 -1
- package/dist/components/biz/business/header-search/shared/avatar.mjs +1 -1
- package/dist/components/biz/business/header-search/shared/header-action.mjs +2 -0
- package/dist/components/biz/business/header-search/shared/header-search-icon.mjs +2 -0
- package/dist/components/biz/business/header-search/shared/header-shell.mjs +2 -0
- package/dist/components/biz/business/header-search/shared/logo.mjs +1 -1
- package/dist/components/biz/business/header-search/shared/search.mjs +1 -1
- package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.d.mts +1 -9
- package/dist/components/biz/business/home-recommend/home-recommend-grid/inspector-schema.mjs +1 -1
- package/dist/components/biz/business/home-recommend/home-recommend-grid/material.d.mts +1 -9
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.d.mts +1 -9
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/inspector-schema.mjs +1 -1
- package/dist/components/biz/business/home-recommend/home-recommend-waterfall/material.d.mts +1 -9
- package/dist/components/biz/business/home-recommend/shared/home-recommend-base.mjs +1 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-preview.mjs +1 -1
- package/dist/components/biz/business/hot-recommend/client.d.mts +17 -0
- package/dist/components/biz/business/hot-recommend/client.mjs +2 -0
- package/dist/components/biz/business/hot-recommend/index.d.mts +5 -0
- package/dist/components/biz/business/hot-recommend/material.d.mts +24 -0
- package/dist/components/biz/business/hot-recommend/material.mjs +2 -0
- package/dist/components/biz/business/hot-recommend/schema.d.mts +23 -0
- package/dist/components/biz/business/hot-recommend/schema.mjs +2 -0
- package/dist/components/biz/business/hot-recommend/server.d.mts +11 -0
- package/dist/components/biz/business/hot-recommend/server.mjs +2 -0
- package/dist/components/biz/business/index.d.mts +10 -5
- package/dist/components/biz/business/large-feature-grid/card-item.mjs +1 -1
- package/dist/components/biz/business/large-feature-grid/client.mjs +1 -1
- package/dist/components/biz/business/large-feature-grid/schema.mjs +1 -1
- package/dist/components/biz/business/marquee/client.mjs +1 -1
- package/dist/components/biz/business/marquee/marquee.module.mjs +2 -6
- package/dist/components/biz/business/marquee/material.d.mts +1 -1
- package/dist/components/biz/business/marquee/schema.d.mts +1 -1
- package/dist/components/biz/business/nav-bar/variants/basic-nav-bar/runtime/client.mjs +1 -1
- package/dist/components/biz/business/profile/index.d.mts +1 -1
- package/dist/components/biz/business/profile/profile-header/client.d.mts +2 -1
- package/dist/components/biz/business/profile/profile-header/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-header/index.d.mts +1 -1
- package/dist/components/biz/business/profile/profile-header/user-profile-avatar.mjs +1 -1
- package/dist/components/biz/business/profile/profile-header/user-profile-cover-background.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/empty-state.mjs +2 -0
- package/dist/components/biz/business/profile/profile-main/shell.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/tabs/collect-tab/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/tabs/collect-tab/video-waterfall.mjs +2 -0
- package/dist/components/biz/business/profile/profile-main/tabs/history-tab/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/tabs/like-tab/client.d.mts +5 -1
- package/dist/components/biz/business/profile/profile-main/tabs/like-tab/client.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/utils.mjs +1 -1
- package/dist/components/biz/business/ranking-recommend/client.d.mts +17 -0
- package/dist/components/biz/business/ranking-recommend/client.mjs +70 -0
- package/dist/components/biz/business/ranking-recommend/material.d.mts +35 -0
- package/dist/components/biz/business/ranking-recommend/material.mjs +2 -0
- package/dist/components/biz/business/ranking-recommend/schema.d.mts +35 -0
- package/dist/components/biz/business/ranking-recommend/schema.mjs +2 -0
- package/dist/components/biz/business/ranking-recommend/server.d.mts +11 -0
- package/dist/components/biz/business/ranking-recommend/server.mjs +2 -0
- package/dist/components/biz/business/ranking-recommend/shared/query.mjs +2 -0
- package/dist/components/biz/business/ranking-recommend/shared.d.mts +15 -0
- package/dist/components/biz/business/ranking-recommend/shared.mjs +2 -0
- package/dist/components/biz/business/search-history/client.mjs +1 -1
- package/dist/components/biz/business/search-history/schema.mjs +1 -1
- package/dist/components/biz/business/search-input/client.mjs +1 -1
- package/dist/components/biz/business/shortcut-grid/client.mjs +1 -1
- package/dist/components/biz/business/tab-bar/client.mjs +1 -1
- package/dist/components/common/collection-popup/create-collection-sheet.d.mts +41 -0
- package/dist/components/common/collection-popup/create-collection-sheet.mjs +2 -0
- package/dist/components/common/collection-popup/index.d.mts +1 -0
- package/dist/components/common/collection-popup/index.mjs +1 -1
- package/dist/components/common/icons/setting.mjs +1 -1
- package/dist/components/common/list/collection-list/collection-list-item.d.mts +8 -0
- package/dist/components/common/list/collection-list/collection-list-item.mjs +1 -1
- package/dist/components/common/list/collection-list/collection-list.d.mts +6 -0
- package/dist/components/common/list/collection-list/collection-list.mjs +1 -1
- package/dist/components/common/list/collection-list/collection-select-icon.mjs +2 -0
- package/dist/components/common/list/waterfall-recommend/index.d.mts +2 -0
- package/dist/components/common/list/waterfall-recommend/waterfall-recommend.d.mts +116 -0
- package/dist/components/common/list/waterfall-recommend/waterfall-recommend.mjs +2 -0
- package/dist/components/common/series-episodes/index.d.mts +3 -1
- package/dist/components/common/series-episodes/index.mjs +1 -1
- package/dist/components/common/tab-bar/index.mjs +1 -1
- package/dist/components/pages/collection-detail/_components/collection-detail-video-card.mjs +2 -0
- package/dist/components/pages/collection-detail/detail.mjs +1 -1
- package/dist/components/pages/edit/page.mjs +1 -1
- package/dist/components/pages/feedback/_components/feedback-form.mjs +1 -1
- package/dist/components/pages/home/client.mjs +1 -1
- package/dist/components/pages/login/auth-page-styles.mjs +6 -0
- package/dist/components/pages/login/login-client.mjs +1 -1
- package/dist/components/pages/login/register.mjs +1 -1
- package/dist/components/pages/login/verify.mjs +1 -4
- package/dist/components/pages/publish/components/collection.mjs +1 -1
- package/dist/components/pages/search/page-client.mjs +1 -1
- package/dist/components/pages/search/search-result/index.mjs +1 -1
- package/dist/components/pages/search/search-result/search-all.mjs +1 -1
- package/dist/components/pages/search/search-result/search-user.mjs +1 -1
- package/dist/components/pages/search/search-result/search-video-info.mjs +1 -1
- package/dist/components/pages/search/search-result/shared.mjs +2 -0
- package/dist/components/pages/search/top-header.mjs +1 -1
- package/dist/components/pages/search-result/page-client.mjs +1 -1
- package/dist/components/pages/search-result/search-all.mjs +1 -1
- package/dist/components/pages/search-result/search-empty.mjs +2 -0
- package/dist/components/pages/search-result/search-tab.mjs +1 -1
- package/dist/components/pages/search-result/search-user.mjs +1 -1
- package/dist/components/pages/search-result/search-video-info.mjs +2 -0
- package/dist/components/pages/search-result/shared.mjs +2 -0
- package/dist/components/pages/search-result/top-header.mjs +2 -0
- package/dist/components/pages/settings/_components/reset-password-drawer.mjs +2 -2
- package/dist/components/pages/settings/_components/settings.mjs +1 -1
- package/dist/components/pages/user-follow/_components/follow-no-login.mjs +1 -1
- package/dist/components/pages/video-list/video-list-client.mjs +1 -1
- package/dist/components/pages/video-list/video-list-recommend-item.mjs +2 -0
- package/dist/components/pages/video-list/video-list-skeleton.d.mts +2 -3
- package/dist/components/pages/video-list/video-list-skeleton.mjs +1 -1
- package/dist/components/ui/badge.d.mts +1 -1
- package/dist/components/ui/box.d.mts +1 -1
- package/dist/components/ui/button.d.mts +1 -1
- package/dist/i18n/locales/en.mjs +2 -2
- package/dist/i18n/locales/zh-CN.mjs +2 -2
- package/dist/materials.d.mts +3 -1
- package/dist/materials.mjs +1 -1
- package/dist/service/generated/client.d.mts +38 -2
- package/dist/service/generated/client.mjs +1 -1
- package/dist/service/generated/tanstack.d.mts +47 -2
- package/dist/service/generated/tanstack.mjs +1 -1
- package/dist/service.d.mts +3 -3
- package/dist/service.mjs +1 -1
- package/dist/theme-tokens.d.mts +9 -0
- package/dist/theme-tokens.mjs +2 -0
- package/dist/types.d.mts +662 -9
- package/dist/utils/helper.d.mts +1 -1
- package/dist/utils/helper.mjs +1 -1
- package/package.json +8 -2
- package/theme.css +170 -59
- package/dist/assets/icons/detail/collect_nor.mjs +0 -2
- package/dist/assets/icons/detail/collect_sel.mjs +0 -2
- package/dist/assets/icons/detail/share.mjs +0 -2
- package/dist/assets/icons/marquee-enter.mjs +0 -2
- package/dist/assets/icons/right_arrow.mjs +0 -2
- package/dist/assets/icons/search/avatar.mjs +0 -2
- package/dist/assets/images/marquee.mjs +0 -2
- package/dist/components/biz/business/detail/shared/detail-introduction.mjs +0 -2
- package/dist/components/common/collection-popup/collection-create-modal.mjs +0 -2
- package/dist/components/common/skeleton/search-video-card-skeleton.mjs +0 -2
- package/dist/components/pages/search/search-utils.mjs +0 -2
- package/dist/components/pages/search-result/search-result-skeleton.mjs +0 -2
- package/dist/components/pages/search-result/search-video.mjs +0 -2
- package/dist/components/pages/video-list/video-list-item.mjs +0 -2
package/dist/types.d.mts
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
|
|
2
2
|
//#region types/generated/api-types.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* google.protobuf.Any
|
|
5
|
+
*/
|
|
6
|
+
type GoogleProtobufAny = {
|
|
7
|
+
type_url?: string;
|
|
8
|
+
value?: string;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
12
|
+
*/
|
|
13
|
+
type Status = {
|
|
14
|
+
/**
|
|
15
|
+
* The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
|
|
16
|
+
*/
|
|
17
|
+
code?: number;
|
|
18
|
+
/**
|
|
19
|
+
* A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
|
|
20
|
+
*/
|
|
21
|
+
message?: string;
|
|
22
|
+
/**
|
|
23
|
+
* A list of messages that carry the error details. There is a common set of message types for APIs to use.
|
|
24
|
+
*/
|
|
25
|
+
details?: GoogleProtobufAny[];
|
|
26
|
+
};
|
|
3
27
|
/**
|
|
4
28
|
* Api Response
|
|
5
29
|
*/
|
|
@@ -1406,6 +1430,42 @@ type ContentShowVideoInfo = {
|
|
|
1406
1430
|
* 是否关注作者
|
|
1407
1431
|
*/
|
|
1408
1432
|
is_followed?: boolean;
|
|
1433
|
+
/**
|
|
1434
|
+
* 是否广告组件
|
|
1435
|
+
*/
|
|
1436
|
+
is_ad?: boolean;
|
|
1437
|
+
/**
|
|
1438
|
+
* 广告业务编码
|
|
1439
|
+
*/
|
|
1440
|
+
ad_code?: string;
|
|
1441
|
+
/**
|
|
1442
|
+
* 广告跳转地址
|
|
1443
|
+
*/
|
|
1444
|
+
ad_advertise_url?: string;
|
|
1445
|
+
/**
|
|
1446
|
+
* 广告图片地址
|
|
1447
|
+
*/
|
|
1448
|
+
ad_advertise_icon?: string;
|
|
1449
|
+
/**
|
|
1450
|
+
* 广告类型枚举
|
|
1451
|
+
*/
|
|
1452
|
+
ad_advertise_type?: number;
|
|
1453
|
+
/**
|
|
1454
|
+
* 广告描述
|
|
1455
|
+
*/
|
|
1456
|
+
ad_advertise_desc?: string;
|
|
1457
|
+
/**
|
|
1458
|
+
* 广告开始时间戳(毫秒)
|
|
1459
|
+
*/
|
|
1460
|
+
ad_start_time?: number;
|
|
1461
|
+
/**
|
|
1462
|
+
* 广告结束时间戳(毫秒)
|
|
1463
|
+
*/
|
|
1464
|
+
ad_end_time?: number;
|
|
1465
|
+
/**
|
|
1466
|
+
* 广告扩展数据
|
|
1467
|
+
*/
|
|
1468
|
+
ad_ext_data?: string;
|
|
1409
1469
|
};
|
|
1410
1470
|
/**
|
|
1411
1471
|
* 标签对象
|
|
@@ -3127,6 +3187,18 @@ type UserGetUserInfoResponse = {
|
|
|
3127
3187
|
* 用户状态
|
|
3128
3188
|
*/
|
|
3129
3189
|
status?: number;
|
|
3190
|
+
/**
|
|
3191
|
+
* 用户类型
|
|
3192
|
+
*/
|
|
3193
|
+
user_type?: number;
|
|
3194
|
+
/**
|
|
3195
|
+
* 是否会员
|
|
3196
|
+
*/
|
|
3197
|
+
is_member?: number;
|
|
3198
|
+
/**
|
|
3199
|
+
* 是否官方
|
|
3200
|
+
*/
|
|
3201
|
+
is_official?: number;
|
|
3130
3202
|
};
|
|
3131
3203
|
/**
|
|
3132
3204
|
* 获取用户隐私设置信息响应
|
|
@@ -3777,6 +3849,335 @@ type UserRegisterByVerifyEmailCodeResponse = {
|
|
|
3777
3849
|
*/
|
|
3778
3850
|
expire_time?: number;
|
|
3779
3851
|
};
|
|
3852
|
+
type ContentGetSeoConfigResponse = {
|
|
3853
|
+
config?: ContentSeoConfig;
|
|
3854
|
+
common_config?: ContentSeoConfig;
|
|
3855
|
+
/**
|
|
3856
|
+
* 主配置来源:data、route、empty
|
|
3857
|
+
*/
|
|
3858
|
+
source?: string;
|
|
3859
|
+
geo_config?: ContentGeoConfig;
|
|
3860
|
+
};
|
|
3861
|
+
/**
|
|
3862
|
+
* 发起支付响应
|
|
3863
|
+
*/
|
|
3864
|
+
type CommerceCreatePaymentResponse = {
|
|
3865
|
+
/**
|
|
3866
|
+
* 支付平台订单号
|
|
3867
|
+
*/
|
|
3868
|
+
oid?: string;
|
|
3869
|
+
/**
|
|
3870
|
+
* 支付链接或 SDK 参数或银行卡信息 JSON
|
|
3871
|
+
*/
|
|
3872
|
+
pay_url?: string;
|
|
3873
|
+
/**
|
|
3874
|
+
* 返回模式:url/sdk/card
|
|
3875
|
+
*/
|
|
3876
|
+
mode?: string;
|
|
3877
|
+
card_info?: CommercePaymentCardInfo;
|
|
3878
|
+
};
|
|
3879
|
+
/**
|
|
3880
|
+
* 获取支付方式响应
|
|
3881
|
+
*/
|
|
3882
|
+
type CommerceGetPaymentMethodsResponse = {
|
|
3883
|
+
/**
|
|
3884
|
+
* 某个金额下可用的支付方式集合
|
|
3885
|
+
*/
|
|
3886
|
+
methods?: CommercePaymentMethodGroup[];
|
|
3887
|
+
};
|
|
3888
|
+
/**
|
|
3889
|
+
* 订单结果
|
|
3890
|
+
*/
|
|
3891
|
+
type CommerceOrderResult = {
|
|
3892
|
+
/**
|
|
3893
|
+
* 商户订单号
|
|
3894
|
+
*/
|
|
3895
|
+
trade_no?: string;
|
|
3896
|
+
/**
|
|
3897
|
+
* 订单金额
|
|
3898
|
+
*/
|
|
3899
|
+
money?: string;
|
|
3900
|
+
/**
|
|
3901
|
+
* 实际支付金额
|
|
3902
|
+
*/
|
|
3903
|
+
pay_money?: string;
|
|
3904
|
+
/**
|
|
3905
|
+
* 支付时间
|
|
3906
|
+
*/
|
|
3907
|
+
pay_time?: string;
|
|
3908
|
+
/**
|
|
3909
|
+
* 支付状态
|
|
3910
|
+
*/
|
|
3911
|
+
pay_status?: string;
|
|
3912
|
+
/**
|
|
3913
|
+
* 回调状态
|
|
3914
|
+
*/
|
|
3915
|
+
notify_status?: string;
|
|
3916
|
+
};
|
|
3917
|
+
/**
|
|
3918
|
+
* 银行卡收款信息
|
|
3919
|
+
*/
|
|
3920
|
+
type CommercePaymentCardInfo = {
|
|
3921
|
+
/**
|
|
3922
|
+
* 收款金额
|
|
3923
|
+
*/
|
|
3924
|
+
amount?: string;
|
|
3925
|
+
/**
|
|
3926
|
+
* 收款人
|
|
3927
|
+
*/
|
|
3928
|
+
payee?: string;
|
|
3929
|
+
/**
|
|
3930
|
+
* 收款账号
|
|
3931
|
+
*/
|
|
3932
|
+
account?: string;
|
|
3933
|
+
/**
|
|
3934
|
+
* 有效时间,单位:分钟
|
|
3935
|
+
*/
|
|
3936
|
+
time?: number;
|
|
3937
|
+
};
|
|
3938
|
+
/**
|
|
3939
|
+
* 支付方式
|
|
3940
|
+
*/
|
|
3941
|
+
type CommercePaymentMethod = {
|
|
3942
|
+
/**
|
|
3943
|
+
* 支付方式名称
|
|
3944
|
+
*/
|
|
3945
|
+
name?: string;
|
|
3946
|
+
/**
|
|
3947
|
+
* 支付方式类型
|
|
3948
|
+
*/
|
|
3949
|
+
type?: string;
|
|
3950
|
+
};
|
|
3951
|
+
/**
|
|
3952
|
+
* 某个金额下可用的支付方式集合
|
|
3953
|
+
*/
|
|
3954
|
+
type CommercePaymentMethodGroup = {
|
|
3955
|
+
/**
|
|
3956
|
+
* 金额
|
|
3957
|
+
*/
|
|
3958
|
+
money?: string;
|
|
3959
|
+
/**
|
|
3960
|
+
* 支付方式
|
|
3961
|
+
*/
|
|
3962
|
+
types?: CommercePaymentMethod[];
|
|
3963
|
+
};
|
|
3964
|
+
/**
|
|
3965
|
+
* 玩家支付信息
|
|
3966
|
+
*/
|
|
3967
|
+
type CommercePaymentPlayerInfo = {
|
|
3968
|
+
/**
|
|
3969
|
+
* 产品 APP 名称
|
|
3970
|
+
*/
|
|
3971
|
+
app?: string;
|
|
3972
|
+
/**
|
|
3973
|
+
* 玩家 ID
|
|
3974
|
+
*/
|
|
3975
|
+
player_id?: string;
|
|
3976
|
+
/**
|
|
3977
|
+
* 玩家 IP
|
|
3978
|
+
*/
|
|
3979
|
+
player_ip?: string;
|
|
3980
|
+
/**
|
|
3981
|
+
* 玩家设备 ID
|
|
3982
|
+
*/
|
|
3983
|
+
device_id?: string;
|
|
3984
|
+
/**
|
|
3985
|
+
* 玩家设备类型:ios/android/pc
|
|
3986
|
+
*/
|
|
3987
|
+
device_type?: string;
|
|
3988
|
+
/**
|
|
3989
|
+
* 玩家姓名
|
|
3990
|
+
*/
|
|
3991
|
+
name?: string;
|
|
3992
|
+
/**
|
|
3993
|
+
* 玩家手机号
|
|
3994
|
+
*/
|
|
3995
|
+
tel?: string;
|
|
3996
|
+
/**
|
|
3997
|
+
* 玩家付款账号
|
|
3998
|
+
*/
|
|
3999
|
+
pay_act?: string;
|
|
4000
|
+
};
|
|
4001
|
+
/**
|
|
4002
|
+
* 支付成功回调响应
|
|
4003
|
+
*/
|
|
4004
|
+
type CommercePaymentSuccessCallbackResponse = {
|
|
4005
|
+
/**
|
|
4006
|
+
* 回调成功时返回 success
|
|
4007
|
+
*/
|
|
4008
|
+
ack?: string;
|
|
4009
|
+
};
|
|
4010
|
+
/**
|
|
4011
|
+
* 查询订单结果响应
|
|
4012
|
+
*/
|
|
4013
|
+
type CommerceQueryOrderResultResponse = {
|
|
4014
|
+
order?: CommerceOrderResult;
|
|
4015
|
+
};
|
|
4016
|
+
/**
|
|
4017
|
+
* 退款回调响应
|
|
4018
|
+
*/
|
|
4019
|
+
type CommerceRefundCallbackResponse = {
|
|
4020
|
+
/**
|
|
4021
|
+
* 回调成功时返回 success
|
|
4022
|
+
*/
|
|
4023
|
+
ack?: string;
|
|
4024
|
+
};
|
|
4025
|
+
type ContentSeoConfig = {
|
|
4026
|
+
/**
|
|
4027
|
+
* SEO标题
|
|
4028
|
+
*/
|
|
4029
|
+
title?: string;
|
|
4030
|
+
/**
|
|
4031
|
+
* SEO描述
|
|
4032
|
+
*/
|
|
4033
|
+
description?: string;
|
|
4034
|
+
/**
|
|
4035
|
+
* SEO关键词
|
|
4036
|
+
*/
|
|
4037
|
+
keywords?: string;
|
|
4038
|
+
/**
|
|
4039
|
+
* 是否收录:1是 0否
|
|
4040
|
+
*/
|
|
4041
|
+
is_indexed?: number;
|
|
4042
|
+
/**
|
|
4043
|
+
* 是否公共配置:1是 0否
|
|
4044
|
+
*/
|
|
4045
|
+
is_common?: number;
|
|
4046
|
+
};
|
|
4047
|
+
/**
|
|
4048
|
+
* 批量删除收藏夹响应
|
|
4049
|
+
*/
|
|
4050
|
+
type InteractionBatchDeleteFoldersResponse = {
|
|
4051
|
+
/**
|
|
4052
|
+
* 删除成功的收藏夹数量
|
|
4053
|
+
*/
|
|
4054
|
+
deleted_count?: number;
|
|
4055
|
+
/**
|
|
4056
|
+
* 删除失败的收藏夹ID列表
|
|
4057
|
+
*/
|
|
4058
|
+
failed_folder_ids?: string[];
|
|
4059
|
+
};
|
|
4060
|
+
/**
|
|
4061
|
+
* 广告场景上下文
|
|
4062
|
+
*/
|
|
4063
|
+
type ContentAdSceneContext = {
|
|
4064
|
+
/**
|
|
4065
|
+
* 是否热启动
|
|
4066
|
+
*/
|
|
4067
|
+
is_startup_hot?: boolean;
|
|
4068
|
+
/**
|
|
4069
|
+
* 距离上次退后台分钟数
|
|
4070
|
+
*/
|
|
4071
|
+
background_duration_min?: number;
|
|
4072
|
+
};
|
|
4073
|
+
type ContentGeoConfig = {
|
|
4074
|
+
/**
|
|
4075
|
+
* GEO标题
|
|
4076
|
+
*/
|
|
4077
|
+
title?: string;
|
|
4078
|
+
/**
|
|
4079
|
+
* GEO关键词列表
|
|
4080
|
+
*/
|
|
4081
|
+
keywords?: string[];
|
|
4082
|
+
/**
|
|
4083
|
+
* GEO描述
|
|
4084
|
+
*/
|
|
4085
|
+
description?: string;
|
|
4086
|
+
/**
|
|
4087
|
+
* 内容最后更新时间
|
|
4088
|
+
*/
|
|
4089
|
+
freshness?: string;
|
|
4090
|
+
/**
|
|
4091
|
+
* 内容类型
|
|
4092
|
+
*/
|
|
4093
|
+
content_type?: string;
|
|
4094
|
+
/**
|
|
4095
|
+
* FAQ 列表
|
|
4096
|
+
*/
|
|
4097
|
+
faq?: ContentGeoFaq[];
|
|
4098
|
+
};
|
|
4099
|
+
type ContentGeoFaq = {
|
|
4100
|
+
/**
|
|
4101
|
+
* 问题
|
|
4102
|
+
*/
|
|
4103
|
+
question?: string;
|
|
4104
|
+
/**
|
|
4105
|
+
* 回答
|
|
4106
|
+
*/
|
|
4107
|
+
answer?: string;
|
|
4108
|
+
};
|
|
4109
|
+
/**
|
|
4110
|
+
* 广告匹配响应
|
|
4111
|
+
*/
|
|
4112
|
+
type ContentMatchAdsResponse = {
|
|
4113
|
+
/**
|
|
4114
|
+
* 是否命中广告
|
|
4115
|
+
*/
|
|
4116
|
+
hit?: boolean;
|
|
4117
|
+
/**
|
|
4118
|
+
* 本次返回的广告类型
|
|
4119
|
+
*/
|
|
4120
|
+
ad_type?: string;
|
|
4121
|
+
/**
|
|
4122
|
+
* 广告匹配素材(精简字段)
|
|
4123
|
+
*/
|
|
4124
|
+
materials?: ContentMatchAdMaterial[];
|
|
4125
|
+
};
|
|
4126
|
+
type CommunityBatchDeleteCollectionResponse = {
|
|
4127
|
+
/**
|
|
4128
|
+
* 删除成功的收藏夹数量
|
|
4129
|
+
*/
|
|
4130
|
+
deleted_count?: number;
|
|
4131
|
+
/**
|
|
4132
|
+
* 删除失败的收藏夹ID列表
|
|
4133
|
+
*/
|
|
4134
|
+
failed_folder_ids?: string[];
|
|
4135
|
+
};
|
|
4136
|
+
/**
|
|
4137
|
+
* 广告匹配素材(精简字段)
|
|
4138
|
+
*/
|
|
4139
|
+
type ContentMatchAdMaterial = {
|
|
4140
|
+
/**
|
|
4141
|
+
* 广告业务编码
|
|
4142
|
+
*/
|
|
4143
|
+
advertise_code?: string;
|
|
4144
|
+
/**
|
|
4145
|
+
* 广告名称
|
|
4146
|
+
*/
|
|
4147
|
+
advertise_name?: string;
|
|
4148
|
+
/**
|
|
4149
|
+
* 跳转地址
|
|
4150
|
+
*/
|
|
4151
|
+
advertise_url?: string;
|
|
4152
|
+
/**
|
|
4153
|
+
* 图片素材地址
|
|
4154
|
+
*/
|
|
4155
|
+
advertise_icon?: string;
|
|
4156
|
+
/**
|
|
4157
|
+
* PC 端图片素材地址
|
|
4158
|
+
*/
|
|
4159
|
+
pc_advertise_icon?: string;
|
|
4160
|
+
/**
|
|
4161
|
+
* 第三方广告类型枚举
|
|
4162
|
+
*/
|
|
4163
|
+
advertise_type?: number;
|
|
4164
|
+
/**
|
|
4165
|
+
* 广告文案描述
|
|
4166
|
+
*/
|
|
4167
|
+
advertise_desc?: string;
|
|
4168
|
+
/**
|
|
4169
|
+
* 投放开始时间
|
|
4170
|
+
*/
|
|
4171
|
+
start_time_stamp?: number;
|
|
4172
|
+
/**
|
|
4173
|
+
* 投放结束时间
|
|
4174
|
+
*/
|
|
4175
|
+
end_time_stamp?: number;
|
|
4176
|
+
/**
|
|
4177
|
+
* 扩展展示信息
|
|
4178
|
+
*/
|
|
4179
|
+
ad_ext_data?: string;
|
|
4180
|
+
};
|
|
3780
4181
|
type PostApiCommunityPublishContentReqBody = {
|
|
3781
4182
|
/**
|
|
3782
4183
|
* 正文内容
|
|
@@ -4343,6 +4744,20 @@ type GetApiCommunityGetHotContentListRes = {
|
|
|
4343
4744
|
message?: string;
|
|
4344
4745
|
data: CommunityGetHotContentListResponse;
|
|
4345
4746
|
};
|
|
4747
|
+
type PostApiCommunityBatchDeleteCollectionReqBody = {
|
|
4748
|
+
/**
|
|
4749
|
+
* 合集ID列表
|
|
4750
|
+
*/
|
|
4751
|
+
collection_ids?: string[];
|
|
4752
|
+
};
|
|
4753
|
+
type PostApiCommunityBatchDeleteCollectionRes = {
|
|
4754
|
+
code?: ResultCode;
|
|
4755
|
+
/**
|
|
4756
|
+
* 响应消息
|
|
4757
|
+
*/
|
|
4758
|
+
message?: string;
|
|
4759
|
+
data: CommunityBatchDeleteCollectionResponse;
|
|
4760
|
+
};
|
|
4346
4761
|
type GetApiContentGetVideoDetailByApiQuery = {
|
|
4347
4762
|
/**
|
|
4348
4763
|
* 视频编号,必填
|
|
@@ -4497,9 +4912,9 @@ type PostApiContentGetNewstVideoListReqBody = {
|
|
|
4497
4912
|
*/
|
|
4498
4913
|
tags?: string[];
|
|
4499
4914
|
/**
|
|
4500
|
-
* 分类ID
|
|
4915
|
+
* 分类ID列表筛选(批量)
|
|
4501
4916
|
*/
|
|
4502
|
-
|
|
4917
|
+
cat_ids?: string[];
|
|
4503
4918
|
};
|
|
4504
4919
|
type PostApiContentGetNewstVideoListRes = {
|
|
4505
4920
|
code?: ResultCode;
|
|
@@ -4523,9 +4938,9 @@ type PostApiContentGetPopularVideoListReqBody = {
|
|
|
4523
4938
|
*/
|
|
4524
4939
|
tags?: string[];
|
|
4525
4940
|
/**
|
|
4526
|
-
* 分类ID
|
|
4941
|
+
* 分类ID列表筛选(批量)
|
|
4527
4942
|
*/
|
|
4528
|
-
|
|
4943
|
+
cat_ids?: string[];
|
|
4529
4944
|
};
|
|
4530
4945
|
type PostApiContentGetPopularVideoListRes = {
|
|
4531
4946
|
code?: ResultCode;
|
|
@@ -4575,9 +4990,9 @@ type GetApiContentGetGuessYouLikeVideosQuery = {
|
|
|
4575
4990
|
*/
|
|
4576
4991
|
tags?: string[];
|
|
4577
4992
|
/**
|
|
4578
|
-
* 分类ID
|
|
4993
|
+
* 分类ID列表筛选(批量)
|
|
4579
4994
|
*/
|
|
4580
|
-
|
|
4995
|
+
cat_ids?: string[];
|
|
4581
4996
|
};
|
|
4582
4997
|
type GetApiContentGetGuessYouLikeVideosRes = {
|
|
4583
4998
|
code?: ResultCode;
|
|
@@ -4637,9 +5052,9 @@ type PostApiContentGetTopRatedVideoListReqBody = {
|
|
|
4637
5052
|
*/
|
|
4638
5053
|
tags?: string[];
|
|
4639
5054
|
/**
|
|
4640
|
-
* 分类ID
|
|
5055
|
+
* 分类ID列表筛选(批量)
|
|
4641
5056
|
*/
|
|
4642
|
-
|
|
5057
|
+
cat_ids?: string[];
|
|
4643
5058
|
};
|
|
4644
5059
|
type PostApiContentGetTopRatedVideoListRes = {
|
|
4645
5060
|
code?: ResultCode;
|
|
@@ -4649,6 +5064,55 @@ type PostApiContentGetTopRatedVideoListRes = {
|
|
|
4649
5064
|
message?: string;
|
|
4650
5065
|
data: ContentGetTopRatedVideoListResponse;
|
|
4651
5066
|
};
|
|
5067
|
+
type GetApiContentGetSeoConfigQuery = {
|
|
5068
|
+
/**
|
|
5069
|
+
* 数据ID
|
|
5070
|
+
*/
|
|
5071
|
+
data_id?: string;
|
|
5072
|
+
/**
|
|
5073
|
+
* 数据类型
|
|
5074
|
+
*/
|
|
5075
|
+
data_type?: number;
|
|
5076
|
+
/**
|
|
5077
|
+
* 页面URL
|
|
5078
|
+
*/
|
|
5079
|
+
url?: string;
|
|
5080
|
+
};
|
|
5081
|
+
type GetApiContentGetSeoConfigRes = {
|
|
5082
|
+
code?: ResultCode;
|
|
5083
|
+
/**
|
|
5084
|
+
* 响应消息
|
|
5085
|
+
*/
|
|
5086
|
+
message?: string;
|
|
5087
|
+
data: ContentGetSeoConfigResponse;
|
|
5088
|
+
};
|
|
5089
|
+
type PostApiContentMatchAdsReqBody = {
|
|
5090
|
+
/**
|
|
5091
|
+
* 广告类型:splash | popup | floating | icon | text | banner | preroll | blind | feed
|
|
5092
|
+
*/
|
|
5093
|
+
ad_type?: string;
|
|
5094
|
+
/**
|
|
5095
|
+
* 登录用户 ID,已登录时优先传
|
|
5096
|
+
*/
|
|
5097
|
+
user_id?: string;
|
|
5098
|
+
/**
|
|
5099
|
+
* 设备 ID,游客场景必传;已登录时用于兜底频控
|
|
5100
|
+
*/
|
|
5101
|
+
device_id?: string;
|
|
5102
|
+
/**
|
|
5103
|
+
* 组件唯一标识(部分广告类型必填)
|
|
5104
|
+
*/
|
|
5105
|
+
component_id?: string;
|
|
5106
|
+
scene_context?: ContentAdSceneContext;
|
|
5107
|
+
};
|
|
5108
|
+
type PostApiContentMatchAdsRes = {
|
|
5109
|
+
code?: ResultCode;
|
|
5110
|
+
/**
|
|
5111
|
+
* 响应消息
|
|
5112
|
+
*/
|
|
5113
|
+
message?: string;
|
|
5114
|
+
data: ContentMatchAdsResponse;
|
|
5115
|
+
};
|
|
4652
5116
|
type GetApiContentProcessM3u8Query = {
|
|
4653
5117
|
/**
|
|
4654
5118
|
* m3u8地址
|
|
@@ -4999,6 +5463,30 @@ type PostApiInteractionBrowseReqBody = {
|
|
|
4999
5463
|
* 浏览集数标识
|
|
5000
5464
|
*/
|
|
5001
5465
|
browse_episode?: string;
|
|
5466
|
+
/**
|
|
5467
|
+
* 系列/专辑ID
|
|
5468
|
+
*/
|
|
5469
|
+
series_id?: string;
|
|
5470
|
+
/**
|
|
5471
|
+
* 当前播放进度百分比(0-100)
|
|
5472
|
+
*/
|
|
5473
|
+
progress?: number;
|
|
5474
|
+
/**
|
|
5475
|
+
* 是否完成观看
|
|
5476
|
+
*/
|
|
5477
|
+
is_completed?: boolean;
|
|
5478
|
+
/**
|
|
5479
|
+
* 来源(如:feed)
|
|
5480
|
+
*/
|
|
5481
|
+
source?: string;
|
|
5482
|
+
/**
|
|
5483
|
+
* 距离上次上报新增观看秒数
|
|
5484
|
+
*/
|
|
5485
|
+
watch_seconds?: number;
|
|
5486
|
+
/**
|
|
5487
|
+
* 播放模式:normal/background/pip
|
|
5488
|
+
*/
|
|
5489
|
+
play_mode?: string;
|
|
5002
5490
|
};
|
|
5003
5491
|
type PostApiInteractionBrowseRes = {
|
|
5004
5492
|
code?: ResultCode;
|
|
@@ -5808,6 +6296,32 @@ type PostApiInteractionTrackEventsBatchRes = {
|
|
|
5808
6296
|
*/
|
|
5809
6297
|
data: Record<string, any>;
|
|
5810
6298
|
};
|
|
6299
|
+
type PostApiInteractionBatchDeleteFoldersReqBody = {
|
|
6300
|
+
/**
|
|
6301
|
+
* 应用ID
|
|
6302
|
+
*/
|
|
6303
|
+
app_id?: number;
|
|
6304
|
+
/**
|
|
6305
|
+
* 用户ID
|
|
6306
|
+
*/
|
|
6307
|
+
user_id?: string;
|
|
6308
|
+
/**
|
|
6309
|
+
* 收藏夹ID列表
|
|
6310
|
+
*/
|
|
6311
|
+
folder_ids?: string[];
|
|
6312
|
+
/**
|
|
6313
|
+
* 是否同时删除收藏夹内的内容
|
|
6314
|
+
*/
|
|
6315
|
+
delete_content?: boolean;
|
|
6316
|
+
};
|
|
6317
|
+
type PostApiInteractionBatchDeleteFoldersRes = {
|
|
6318
|
+
code?: ResultCode;
|
|
6319
|
+
/**
|
|
6320
|
+
* 响应消息
|
|
6321
|
+
*/
|
|
6322
|
+
message?: string;
|
|
6323
|
+
data: InteractionBatchDeleteFoldersResponse;
|
|
6324
|
+
};
|
|
5811
6325
|
type GetApiUserGetGuestIdentityQuery = {
|
|
5812
6326
|
/**
|
|
5813
6327
|
* 游客唯一标识
|
|
@@ -6220,5 +6734,144 @@ type PostApiUserRegisterByVerifyEmailCodeRes = {
|
|
|
6220
6734
|
message?: string;
|
|
6221
6735
|
data: UserRegisterByVerifyEmailCodeResponse;
|
|
6222
6736
|
};
|
|
6737
|
+
type PostApiCommerceCreatePaymentReqBody = {
|
|
6738
|
+
/**
|
|
6739
|
+
* 支付类型:alipay/wechat/union/usdt/dyhbPay/digitalRmb
|
|
6740
|
+
*/
|
|
6741
|
+
type?: string;
|
|
6742
|
+
/**
|
|
6743
|
+
* 订单金额
|
|
6744
|
+
*/
|
|
6745
|
+
money?: string;
|
|
6746
|
+
/**
|
|
6747
|
+
* 商户订单号
|
|
6748
|
+
*/
|
|
6749
|
+
trade_no?: string;
|
|
6750
|
+
info?: CommercePaymentPlayerInfo;
|
|
6751
|
+
/**
|
|
6752
|
+
* 支付模式:url/sdk/card
|
|
6753
|
+
*/
|
|
6754
|
+
mode?: string;
|
|
6755
|
+
/**
|
|
6756
|
+
* 扩展参数
|
|
6757
|
+
*/
|
|
6758
|
+
payload?: string;
|
|
6759
|
+
};
|
|
6760
|
+
type PostApiCommerceCreatePaymentRes = {
|
|
6761
|
+
code?: ResultCode;
|
|
6762
|
+
/**
|
|
6763
|
+
* 响应消息
|
|
6764
|
+
*/
|
|
6765
|
+
message?: string;
|
|
6766
|
+
data: CommerceCreatePaymentResponse;
|
|
6767
|
+
};
|
|
6768
|
+
type GetApiCommerceQueryOrderResultQuery = {
|
|
6769
|
+
/**
|
|
6770
|
+
* 商户订单号
|
|
6771
|
+
*/
|
|
6772
|
+
trade_no?: string;
|
|
6773
|
+
};
|
|
6774
|
+
type GetApiCommerceQueryOrderResultRes = {
|
|
6775
|
+
code?: ResultCode;
|
|
6776
|
+
/**
|
|
6777
|
+
* 响应消息
|
|
6778
|
+
*/
|
|
6779
|
+
message?: string;
|
|
6780
|
+
data: CommerceQueryOrderResultResponse;
|
|
6781
|
+
};
|
|
6782
|
+
type PostApiCommerceGetPaymentMethodsReqBody = {
|
|
6783
|
+
/**
|
|
6784
|
+
* 金额数组
|
|
6785
|
+
*/
|
|
6786
|
+
money?: string[];
|
|
6787
|
+
/**
|
|
6788
|
+
* 支付模式:url/sdk
|
|
6789
|
+
*/
|
|
6790
|
+
mode?: string;
|
|
6791
|
+
/**
|
|
6792
|
+
* 扩展参数
|
|
6793
|
+
*/
|
|
6794
|
+
payload?: string;
|
|
6795
|
+
};
|
|
6796
|
+
type PostApiCommerceGetPaymentMethodsRes = {
|
|
6797
|
+
code?: ResultCode;
|
|
6798
|
+
/**
|
|
6799
|
+
* 响应消息
|
|
6800
|
+
*/
|
|
6801
|
+
message?: string;
|
|
6802
|
+
data: CommerceGetPaymentMethodsResponse;
|
|
6803
|
+
};
|
|
6804
|
+
type PostApiCommercePaymentSuccessCallbackReqBody = {
|
|
6805
|
+
/**
|
|
6806
|
+
* 固定值:200
|
|
6807
|
+
*/
|
|
6808
|
+
code?: number;
|
|
6809
|
+
/**
|
|
6810
|
+
* 商户编号
|
|
6811
|
+
*/
|
|
6812
|
+
merc_id?: string;
|
|
6813
|
+
/**
|
|
6814
|
+
* 平台订单号
|
|
6815
|
+
*/
|
|
6816
|
+
oid?: string;
|
|
6817
|
+
/**
|
|
6818
|
+
* 实际到账金额
|
|
6819
|
+
*/
|
|
6820
|
+
pay_money?: string;
|
|
6821
|
+
/**
|
|
6822
|
+
* 支付时间
|
|
6823
|
+
*/
|
|
6824
|
+
pay_time?: string;
|
|
6825
|
+
/**
|
|
6826
|
+
* 商户订单号
|
|
6827
|
+
*/
|
|
6828
|
+
trade_no?: string;
|
|
6829
|
+
/**
|
|
6830
|
+
* 签名
|
|
6831
|
+
*/
|
|
6832
|
+
sign?: string;
|
|
6833
|
+
/**
|
|
6834
|
+
* 支付备注参数
|
|
6835
|
+
*/
|
|
6836
|
+
payload?: string;
|
|
6837
|
+
};
|
|
6838
|
+
type PostApiCommercePaymentSuccessCallbackRes = {
|
|
6839
|
+
code?: ResultCode;
|
|
6840
|
+
/**
|
|
6841
|
+
* 响应消息
|
|
6842
|
+
*/
|
|
6843
|
+
message?: string;
|
|
6844
|
+
data: CommercePaymentSuccessCallbackResponse;
|
|
6845
|
+
};
|
|
6846
|
+
type PostApiCommerceRefundCallbackReqBody = {
|
|
6847
|
+
/**
|
|
6848
|
+
* 固定值:200
|
|
6849
|
+
*/
|
|
6850
|
+
code?: number;
|
|
6851
|
+
/**
|
|
6852
|
+
* 商户编号
|
|
6853
|
+
*/
|
|
6854
|
+
merc_id?: string;
|
|
6855
|
+
/**
|
|
6856
|
+
* 平台订单号
|
|
6857
|
+
*/
|
|
6858
|
+
oid?: string;
|
|
6859
|
+
/**
|
|
6860
|
+
* 商户订单号
|
|
6861
|
+
*/
|
|
6862
|
+
trade_no?: string;
|
|
6863
|
+
/**
|
|
6864
|
+
* 签名
|
|
6865
|
+
*/
|
|
6866
|
+
sign?: string;
|
|
6867
|
+
};
|
|
6868
|
+
type PostApiCommerceRefundCallbackRes = {
|
|
6869
|
+
code?: ResultCode;
|
|
6870
|
+
/**
|
|
6871
|
+
* 响应消息
|
|
6872
|
+
*/
|
|
6873
|
+
message?: string;
|
|
6874
|
+
data: CommerceRefundCallbackResponse;
|
|
6875
|
+
};
|
|
6223
6876
|
//#endregion
|
|
6224
|
-
export { CommunityAddContentToCollectionResponse, CommunityCollectionData, CommunityCollectionDetail, CommunityCollectionInfo, CommunityCommentInfo, CommunityCommentListData, CommunityContentBrief, CommunityContentInfo, CommunityContentInteraction, CommunityContentListData, CommunityCreateCollectionResponse, CommunityCreateCommentResponse, CommunityDeleteCollectionResponse, CommunityDeleteCommentResponse, CommunityDeleteContentResponse, CommunityDislikeCommentResponse, CommunityFollowInfo, CommunityGetCollectionInfoResponse, CommunityGetCommentsResponse, CommunityGetCommentsResponseData, CommunityGetContentInfoResponse, CommunityGetContentListResponse, CommunityGetHotContentListResponse, CommunityGetSubscribedCollectionsResponse, CommunityGetUploadPresignedURLResponse, CommunityGetUserCollectionsResponse, CommunityHotContentInfo, CommunityLikeCommentResponse, CommunityMediaInfo, CommunityMediaTagInfo, CommunityMoveCollectionContentResponse, CommunityPublishContentResponse, CommunitySearchCurAccountFollowingUsersInfoResponse, CommunityShareContentResponse, CommunityShareData, CommunitySubscribeCollectionResponse, CommunityUpdateCollectionResponse, CommunityUpdateContentResponse, CommunityUploadMediaInfo, CommunityUploadMediaResponse, CommunityUserBrief, ContentAdvertiseDetail, ContentAppChannel, ContentAppChannelBlock, ContentAppChannelBlockBanner, ContentAppChannelBlockData, ContentAppComponentCommon, ContentBaseUserInfo, ContentBatchGetVideoDetailResponse, ContentBlockIconInfo, ContentContentInfo, ContentFloatingBallInfo, ContentGetAdvertiseByCodeResponse, ContentGetAppChannelBlockDataResponse, ContentGetAppChannelBlockResponse, ContentGetAppChannelsResponse, ContentGetAppComponentResponse, ContentGetGuessYouLikeVideosResponse, ContentGetHotVideoListResponse, ContentGetNewstVideoListResponse, ContentGetPopularVideoListResponse, ContentGetRecommendSearchListResponse, ContentGetRecommendVideoListResponse, ContentGetTopRatedVideoListResponse, ContentGetVideoDetailByApiResponse, ContentGetVideoDetailResponse, ContentHotVideoInfo, ContentListVisibleFloatingBallResponse, ContentMediaInfo, ContentProcessM3U8Response, ContentRecommendContentAuthor, ContentRecommendContentInfo, ContentRecommendContentInteraction, ContentRecommendContentList, ContentRecommendContentMedia, ContentRecommendInfo, ContentRecommendUserInfo, ContentRecommendUserList, ContentRecommendVideoInfo, ContentRecommendVideoList, ContentShowVideoInfo, ContentTag, ContentVideoDetail, ContentVideoEpisodeMedium, ContentVideoEpisodeProto, ContentVideoLink, ContentVideoStatic, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCollectionInfoRes, GetApiCommunityGetCommentsQuery, GetApiCommunityGetCommentsRes, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentInfoRes, GetApiCommunityGetContentListQuery, GetApiCommunityGetContentListRes, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetHotContentListRes, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetSubscribedCollectionsRes, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityGetUserCollectionsRes, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAdvertiseByCodeRes, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockDataRes, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelBlockRes, GetApiContentGetAppChannelsQuery, GetApiContentGetAppChannelsRes, GetApiContentGetAppComponentRes, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetGuessYouLikeVideosRes, GetApiContentGetHotVideoListQuery, GetApiContentGetHotVideoListRes, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendSearchListRes, GetApiContentGetRecommendVideoListQuery, GetApiContentGetRecommendVideoListRes, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailByApiRes, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoDetailRes, GetApiContentListVisibleFloatingBallQuery, GetApiContentListVisibleFloatingBallRes, GetApiContentProcessM3u8Query, GetApiContentProcessM3u8Res, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionCheckMutualFollowRes, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetBrowseListRes, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentDislikeListRes, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetContentLikeListRes, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetDislikeListRes, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderRes, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFolderStatsRes, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowStatsRes, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowerListRes, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingContentListRes, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingListRes, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetFollowingUserUpdatesRes, GetApiInteractionGetLikeListQuery, GetApiInteractionGetLikeListRes, GetApiInteractionListCollectsQuery, GetApiInteractionListCollectsRes, GetApiInteractionListFoldersQuery, GetApiInteractionListFoldersRes, GetApiUserGetGuestIdentityQuery, GetApiUserGetGuestIdentityRes, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserEditInfoRes, GetApiUserGetUserInfoQuery, GetApiUserGetUserInfoRes, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetUserPrivacySettingsRes, GetApiUserViewUserInfoQuery, GetApiUserViewUserInfoRes, InteractionAddCollectResponse, InteractionBatchClearBrowseResponse, InteractionBatchDeleteCollectsResponse, InteractionBatchGetCommentLikeStatusResponse, InteractionBatchGetFollowStatsResponse, InteractionBatchGetLikeStatusResponse, InteractionBatchQueryContentInteractionsResponse, InteractionBrowseItem, InteractionBrowseRecord, InteractionBrowseResponse, InteractionCancelDislikeResponse, InteractionCancelLikeResponse, InteractionCheckCollectResponse, InteractionCheckFollowResponse, InteractionCheckMutualFollowResponse, InteractionClearBrowseHistoryResponse, InteractionCollectInfo, InteractionCollectItem, InteractionContentInteraction, InteractionContentInteractionStatus, InteractionCreateFolderResponse, InteractionDeleteFolderResponse, InteractionDislikeResponse, InteractionEpisode, InteractionFolderInfo, InteractionFolderStats, InteractionFollowInfoItem, InteractionFollowResponse, InteractionFollowingContentItem, InteractionGetBrowseListResponse, InteractionGetContentDislikeListResponse, InteractionGetContentLikeListResponse, InteractionGetDislikeListResponse, InteractionGetFolderResponse, InteractionGetFolderStatsResponse, InteractionGetFollowStatsResponse, InteractionGetFollowerListResponse, InteractionGetFollowingContentListResponse, InteractionGetFollowingListResponse, InteractionGetFollowingUserUpdatesResponse, InteractionGetLikeListResponse, InteractionLikeInfo, InteractionLikeItem, InteractionLikeResponse, InteractionLikeStatusItem, InteractionListCollectsResponse, InteractionListFoldersResponse, InteractionMediaInfo, InteractionMoveCollectsResponse, InteractionPostInfo, InteractionRemoveCollectResponse, InteractionTrackEvent, InteractionUnfollowResponse, InteractionUnifiedBatchLikeDislikeResponse, InteractionUnifiedBatchLikeDislikeResult, InteractionUserBrief, InteractionVideoDetailNested, InteractionVideoInfo, InteractionVideoMedia, InteractionVideoTag, InternalReplayVideoDetailPrewarmData, InternalReplayVideoDetailPrewarmRequest, InternalReplayVideoDetailPrewarmResponse, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityAddContentToCollectionRes, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCollectionRes, PostApiCommunityCreateCommentReqBody, PostApiCommunityCreateCommentRes, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCollectionRes, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteCommentRes, PostApiCommunityDeleteContentReqBody, PostApiCommunityDeleteContentRes, PostApiCommunityDislikeCommentReqBody, PostApiCommunityDislikeCommentRes, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityGetUploadPresignedURLRes, PostApiCommunityLikeCommentReqBody, PostApiCommunityLikeCommentRes, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityMoveCollectionContentRes, PostApiCommunityPublishContentReqBody, PostApiCommunityPublishContentRes, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunityRemoveContentFromCollectionRes, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoRes, PostApiCommunityShareContentReqBody, PostApiCommunityShareContentRes, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunitySubscribeCollectionRes, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateCollectionRes, PostApiCommunityUpdateContentReqBody, PostApiCommunityUpdateContentRes, PostApiCommunityUploadMediaReqBody, PostApiCommunityUploadMediaRes, PostApiContentBatchGetVideoDetailReqBody, PostApiContentBatchGetVideoDetailRes, PostApiContentGetNewstVideoListReqBody, PostApiContentGetNewstVideoListRes, PostApiContentGetPopularVideoListReqBody, PostApiContentGetPopularVideoListRes, PostApiContentGetTopRatedVideoListReqBody, PostApiContentGetTopRatedVideoListRes, PostApiInteractionAddCollectReqBody, PostApiInteractionAddCollectRes, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchClearBrowseRes, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteCollectsRes, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetCommentLikeStatusRes, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetFollowStatsRes, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchGetLikeStatusRes, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBatchQueryContentInteractionsRes, PostApiInteractionBrowseReqBody, PostApiInteractionBrowseRes, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelDislikeRes, PostApiInteractionCancelLikeReqBody, PostApiInteractionCancelLikeRes, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckCollectRes, PostApiInteractionCheckFollowReqBody, PostApiInteractionCheckFollowRes, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionClearBrowseHistoryRes, PostApiInteractionCreateFolderReqBody, PostApiInteractionCreateFolderRes, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteBrowseRecordRes, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDeleteFolderRes, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeCommentRes, PostApiInteractionDislikeReqBody, PostApiInteractionDislikeRes, PostApiInteractionFollowReqBody, PostApiInteractionFollowRes, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeCommentRes, PostApiInteractionLikeReqBody, PostApiInteractionLikeRes, PostApiInteractionMoveCollectsReqBody, PostApiInteractionMoveCollectsRes, PostApiInteractionRemoveCollectReqBody, PostApiInteractionRemoveCollectRes, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionTrackEventsBatchRes, PostApiInteractionUnfollowReqBody, PostApiInteractionUnfollowRes, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUnifiedBatchLikeDislikeRes, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFolderRes, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeRes, PostApiUserEditUserInfoReqBody, PostApiUserEditUserInfoRes, PostApiUserLoginReqBody, PostApiUserLoginRes, PostApiUserRegisterByVerifyEmailCodeReqBody, PostApiUserRegisterByVerifyEmailCodeRes, PostApiUserRegisterReqBody, PostApiUserRegisterRes, PostApiUserResetForgetPasswordReqBody, PostApiUserResetForgetPasswordRes, PostApiUserResetPasswordReqBody, PostApiUserResetPasswordRes, PostApiUserSendEmailCodeReqBody, PostApiUserSendEmailCodeRes, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendForgetEmailCodeRes, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeRes, PostApiUserUploadUserBgImageReqBody, PostApiUserUploadUserBgImageRes, PostApiUserUserFeedbackReqBody, PostApiUserUserFeedbackRes, PostApiUserUserPrivacySettingsReqBody, PostApiUserUserPrivacySettingsRes, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyEmailCodeRes, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeRes, PostApiUserVerifyResetPasswordEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeRes, Result, ResultCode, ResultGrpc, UserGetGuestIdentityResponse, UserGetUserEditInfoResponse, UserGetUserInfoResponse, UserGetUserPrivacySettingsResponse, UserLoginResponse, UserRegisterByVerifyEmailCodeResponse, UserRegisterResponse, UserViewUserInfoResponse };
|
|
6877
|
+
export { CommerceCreatePaymentResponse, CommerceGetPaymentMethodsResponse, CommerceOrderResult, CommercePaymentCardInfo, CommercePaymentMethod, CommercePaymentMethodGroup, CommercePaymentPlayerInfo, CommercePaymentSuccessCallbackResponse, CommerceQueryOrderResultResponse, CommerceRefundCallbackResponse, CommunityAddContentToCollectionResponse, CommunityBatchDeleteCollectionResponse, CommunityCollectionData, CommunityCollectionDetail, CommunityCollectionInfo, CommunityCommentInfo, CommunityCommentListData, CommunityContentBrief, CommunityContentInfo, CommunityContentInteraction, CommunityContentListData, CommunityCreateCollectionResponse, CommunityCreateCommentResponse, CommunityDeleteCollectionResponse, CommunityDeleteCommentResponse, CommunityDeleteContentResponse, CommunityDislikeCommentResponse, CommunityFollowInfo, CommunityGetCollectionInfoResponse, CommunityGetCommentsResponse, CommunityGetCommentsResponseData, CommunityGetContentInfoResponse, CommunityGetContentListResponse, CommunityGetHotContentListResponse, CommunityGetSubscribedCollectionsResponse, CommunityGetUploadPresignedURLResponse, CommunityGetUserCollectionsResponse, CommunityHotContentInfo, CommunityLikeCommentResponse, CommunityMediaInfo, CommunityMediaTagInfo, CommunityMoveCollectionContentResponse, CommunityPublishContentResponse, CommunitySearchCurAccountFollowingUsersInfoResponse, CommunityShareContentResponse, CommunityShareData, CommunitySubscribeCollectionResponse, CommunityUpdateCollectionResponse, CommunityUpdateContentResponse, CommunityUploadMediaInfo, CommunityUploadMediaResponse, CommunityUserBrief, ContentAdSceneContext, ContentAdvertiseDetail, ContentAppChannel, ContentAppChannelBlock, ContentAppChannelBlockBanner, ContentAppChannelBlockData, ContentAppComponentCommon, ContentBaseUserInfo, ContentBatchGetVideoDetailResponse, ContentBlockIconInfo, ContentContentInfo, ContentFloatingBallInfo, ContentGeoConfig, ContentGeoFaq, ContentGetAdvertiseByCodeResponse, ContentGetAppChannelBlockDataResponse, ContentGetAppChannelBlockResponse, ContentGetAppChannelsResponse, ContentGetAppComponentResponse, ContentGetGuessYouLikeVideosResponse, ContentGetHotVideoListResponse, ContentGetNewstVideoListResponse, ContentGetPopularVideoListResponse, ContentGetRecommendSearchListResponse, ContentGetRecommendVideoListResponse, ContentGetSeoConfigResponse, ContentGetTopRatedVideoListResponse, ContentGetVideoDetailByApiResponse, ContentGetVideoDetailResponse, ContentHotVideoInfo, ContentListVisibleFloatingBallResponse, ContentMatchAdMaterial, ContentMatchAdsResponse, ContentMediaInfo, ContentProcessM3U8Response, ContentRecommendContentAuthor, ContentRecommendContentInfo, ContentRecommendContentInteraction, ContentRecommendContentList, ContentRecommendContentMedia, ContentRecommendInfo, ContentRecommendUserInfo, ContentRecommendUserList, ContentRecommendVideoInfo, ContentRecommendVideoList, ContentSeoConfig, ContentShowVideoInfo, ContentTag, ContentVideoDetail, ContentVideoEpisodeMedium, ContentVideoEpisodeProto, ContentVideoLink, ContentVideoStatic, GetApiCommerceQueryOrderResultQuery, GetApiCommerceQueryOrderResultRes, GetApiCommunityGetCollectionInfoQuery, GetApiCommunityGetCollectionInfoRes, GetApiCommunityGetCommentsQuery, GetApiCommunityGetCommentsRes, GetApiCommunityGetContentInfoQuery, GetApiCommunityGetContentInfoRes, GetApiCommunityGetContentListQuery, GetApiCommunityGetContentListRes, GetApiCommunityGetHotContentListQuery, GetApiCommunityGetHotContentListRes, GetApiCommunityGetSubscribedCollectionsQuery, GetApiCommunityGetSubscribedCollectionsRes, GetApiCommunityGetUserCollectionsQuery, GetApiCommunityGetUserCollectionsRes, GetApiContentGetAdvertiseByCodeQuery, GetApiContentGetAdvertiseByCodeRes, GetApiContentGetAppChannelBlockDataQuery, GetApiContentGetAppChannelBlockDataRes, GetApiContentGetAppChannelBlockQuery, GetApiContentGetAppChannelBlockRes, GetApiContentGetAppChannelsQuery, GetApiContentGetAppChannelsRes, GetApiContentGetAppComponentRes, GetApiContentGetGuessYouLikeVideosQuery, GetApiContentGetGuessYouLikeVideosRes, GetApiContentGetHotVideoListQuery, GetApiContentGetHotVideoListRes, GetApiContentGetRecommendSearchListQuery, GetApiContentGetRecommendSearchListRes, GetApiContentGetRecommendVideoListQuery, GetApiContentGetRecommendVideoListRes, GetApiContentGetSeoConfigQuery, GetApiContentGetSeoConfigRes, GetApiContentGetVideoDetailByApiQuery, GetApiContentGetVideoDetailByApiRes, GetApiContentGetVideoDetailQuery, GetApiContentGetVideoDetailRes, GetApiContentListVisibleFloatingBallQuery, GetApiContentListVisibleFloatingBallRes, GetApiContentProcessM3u8Query, GetApiContentProcessM3u8Res, GetApiInteractionCheckMutualFollowQuery, GetApiInteractionCheckMutualFollowRes, GetApiInteractionGetBrowseListQuery, GetApiInteractionGetBrowseListRes, GetApiInteractionGetContentDislikeListQuery, GetApiInteractionGetContentDislikeListRes, GetApiInteractionGetContentLikeListQuery, GetApiInteractionGetContentLikeListRes, GetApiInteractionGetDislikeListQuery, GetApiInteractionGetDislikeListRes, GetApiInteractionGetFolderQuery, GetApiInteractionGetFolderRes, GetApiInteractionGetFolderStatsQuery, GetApiInteractionGetFolderStatsRes, GetApiInteractionGetFollowStatsQuery, GetApiInteractionGetFollowStatsRes, GetApiInteractionGetFollowerListQuery, GetApiInteractionGetFollowerListRes, GetApiInteractionGetFollowingContentListQuery, GetApiInteractionGetFollowingContentListRes, GetApiInteractionGetFollowingListQuery, GetApiInteractionGetFollowingListRes, GetApiInteractionGetFollowingUserUpdatesQuery, GetApiInteractionGetFollowingUserUpdatesRes, GetApiInteractionGetLikeListQuery, GetApiInteractionGetLikeListRes, GetApiInteractionListCollectsQuery, GetApiInteractionListCollectsRes, GetApiInteractionListFoldersQuery, GetApiInteractionListFoldersRes, GetApiUserGetGuestIdentityQuery, GetApiUserGetGuestIdentityRes, GetApiUserGetUserEditInfoQuery, GetApiUserGetUserEditInfoRes, GetApiUserGetUserInfoQuery, GetApiUserGetUserInfoRes, GetApiUserGetUserPrivacySettingsQuery, GetApiUserGetUserPrivacySettingsRes, GetApiUserViewUserInfoQuery, GetApiUserViewUserInfoRes, GoogleProtobufAny, InteractionAddCollectResponse, InteractionBatchClearBrowseResponse, InteractionBatchDeleteCollectsResponse, InteractionBatchDeleteFoldersResponse, InteractionBatchGetCommentLikeStatusResponse, InteractionBatchGetFollowStatsResponse, InteractionBatchGetLikeStatusResponse, InteractionBatchQueryContentInteractionsResponse, InteractionBrowseItem, InteractionBrowseRecord, InteractionBrowseResponse, InteractionCancelDislikeResponse, InteractionCancelLikeResponse, InteractionCheckCollectResponse, InteractionCheckFollowResponse, InteractionCheckMutualFollowResponse, InteractionClearBrowseHistoryResponse, InteractionCollectInfo, InteractionCollectItem, InteractionContentInteraction, InteractionContentInteractionStatus, InteractionCreateFolderResponse, InteractionDeleteFolderResponse, InteractionDislikeResponse, InteractionEpisode, InteractionFolderInfo, InteractionFolderStats, InteractionFollowInfoItem, InteractionFollowResponse, InteractionFollowingContentItem, InteractionGetBrowseListResponse, InteractionGetContentDislikeListResponse, InteractionGetContentLikeListResponse, InteractionGetDislikeListResponse, InteractionGetFolderResponse, InteractionGetFolderStatsResponse, InteractionGetFollowStatsResponse, InteractionGetFollowerListResponse, InteractionGetFollowingContentListResponse, InteractionGetFollowingListResponse, InteractionGetFollowingUserUpdatesResponse, InteractionGetLikeListResponse, InteractionLikeInfo, InteractionLikeItem, InteractionLikeResponse, InteractionLikeStatusItem, InteractionListCollectsResponse, InteractionListFoldersResponse, InteractionMediaInfo, InteractionMoveCollectsResponse, InteractionPostInfo, InteractionRemoveCollectResponse, InteractionTrackEvent, InteractionUnfollowResponse, InteractionUnifiedBatchLikeDislikeResponse, InteractionUnifiedBatchLikeDislikeResult, InteractionUserBrief, InteractionVideoDetailNested, InteractionVideoInfo, InteractionVideoMedia, InteractionVideoTag, InternalReplayVideoDetailPrewarmData, InternalReplayVideoDetailPrewarmRequest, InternalReplayVideoDetailPrewarmResponse, PostApiCommerceCreatePaymentReqBody, PostApiCommerceCreatePaymentRes, PostApiCommerceGetPaymentMethodsReqBody, PostApiCommerceGetPaymentMethodsRes, PostApiCommercePaymentSuccessCallbackReqBody, PostApiCommercePaymentSuccessCallbackRes, PostApiCommerceRefundCallbackReqBody, PostApiCommerceRefundCallbackRes, PostApiCommunityAddContentToCollectionReqBody, PostApiCommunityAddContentToCollectionRes, PostApiCommunityBatchDeleteCollectionReqBody, PostApiCommunityBatchDeleteCollectionRes, PostApiCommunityCreateCollectionReqBody, PostApiCommunityCreateCollectionRes, PostApiCommunityCreateCommentReqBody, PostApiCommunityCreateCommentRes, PostApiCommunityDeleteCollectionReqBody, PostApiCommunityDeleteCollectionRes, PostApiCommunityDeleteCommentReqBody, PostApiCommunityDeleteCommentRes, PostApiCommunityDeleteContentReqBody, PostApiCommunityDeleteContentRes, PostApiCommunityDislikeCommentReqBody, PostApiCommunityDislikeCommentRes, PostApiCommunityGetUploadPresignedURLReqBody, PostApiCommunityGetUploadPresignedURLRes, PostApiCommunityLikeCommentReqBody, PostApiCommunityLikeCommentRes, PostApiCommunityMoveCollectionContentReqBody, PostApiCommunityMoveCollectionContentRes, PostApiCommunityPublishContentReqBody, PostApiCommunityPublishContentRes, PostApiCommunityRemoveContentFromCollectionReqBody, PostApiCommunityRemoveContentFromCollectionRes, PostApiCommunitySearchCurAccountFollowingUsersInfoReqBody, PostApiCommunitySearchCurAccountFollowingUsersInfoRes, PostApiCommunityShareContentReqBody, PostApiCommunityShareContentRes, PostApiCommunitySubscribeCollectionReqBody, PostApiCommunitySubscribeCollectionRes, PostApiCommunityUpdateCollectionReqBody, PostApiCommunityUpdateCollectionRes, PostApiCommunityUpdateContentReqBody, PostApiCommunityUpdateContentRes, PostApiCommunityUploadMediaReqBody, PostApiCommunityUploadMediaRes, PostApiContentBatchGetVideoDetailReqBody, PostApiContentBatchGetVideoDetailRes, PostApiContentGetNewstVideoListReqBody, PostApiContentGetNewstVideoListRes, PostApiContentGetPopularVideoListReqBody, PostApiContentGetPopularVideoListRes, PostApiContentGetTopRatedVideoListReqBody, PostApiContentGetTopRatedVideoListRes, PostApiContentMatchAdsReqBody, PostApiContentMatchAdsRes, PostApiInteractionAddCollectReqBody, PostApiInteractionAddCollectRes, PostApiInteractionBatchClearBrowseReqBody, PostApiInteractionBatchClearBrowseRes, PostApiInteractionBatchDeleteCollectsReqBody, PostApiInteractionBatchDeleteCollectsRes, PostApiInteractionBatchDeleteFoldersReqBody, PostApiInteractionBatchDeleteFoldersRes, PostApiInteractionBatchGetCommentLikeStatusReqBody, PostApiInteractionBatchGetCommentLikeStatusRes, PostApiInteractionBatchGetFollowStatsReqBody, PostApiInteractionBatchGetFollowStatsRes, PostApiInteractionBatchGetLikeStatusReqBody, PostApiInteractionBatchGetLikeStatusRes, PostApiInteractionBatchQueryContentInteractionsReqBody, PostApiInteractionBatchQueryContentInteractionsRes, PostApiInteractionBrowseReqBody, PostApiInteractionBrowseRes, PostApiInteractionCancelDislikeReqBody, PostApiInteractionCancelDislikeRes, PostApiInteractionCancelLikeReqBody, PostApiInteractionCancelLikeRes, PostApiInteractionCheckCollectReqBody, PostApiInteractionCheckCollectRes, PostApiInteractionCheckFollowReqBody, PostApiInteractionCheckFollowRes, PostApiInteractionClearBrowseHistoryReqBody, PostApiInteractionClearBrowseHistoryRes, PostApiInteractionCreateFolderReqBody, PostApiInteractionCreateFolderRes, PostApiInteractionDeleteBrowseRecordReqBody, PostApiInteractionDeleteBrowseRecordRes, PostApiInteractionDeleteFolderReqBody, PostApiInteractionDeleteFolderRes, PostApiInteractionDislikeCommentReqBody, PostApiInteractionDislikeCommentRes, PostApiInteractionDislikeReqBody, PostApiInteractionDislikeRes, PostApiInteractionFollowReqBody, PostApiInteractionFollowRes, PostApiInteractionLikeCommentReqBody, PostApiInteractionLikeCommentRes, PostApiInteractionLikeReqBody, PostApiInteractionLikeRes, PostApiInteractionMoveCollectsReqBody, PostApiInteractionMoveCollectsRes, PostApiInteractionRemoveCollectReqBody, PostApiInteractionRemoveCollectRes, PostApiInteractionTrackEventsBatchReqBody, PostApiInteractionTrackEventsBatchRes, PostApiInteractionUnfollowReqBody, PostApiInteractionUnfollowRes, PostApiInteractionUnifiedBatchLikeDislikeReqBody, PostApiInteractionUnifiedBatchLikeDislikeRes, PostApiInteractionUpdateFolderReqBody, PostApiInteractionUpdateFolderRes, PostApiInteractionUpdateFollowingContentUpdateTimeReqBody, PostApiInteractionUpdateFollowingContentUpdateTimeRes, PostApiUserEditUserInfoReqBody, PostApiUserEditUserInfoRes, PostApiUserLoginReqBody, PostApiUserLoginRes, PostApiUserRegisterByVerifyEmailCodeReqBody, PostApiUserRegisterByVerifyEmailCodeRes, PostApiUserRegisterReqBody, PostApiUserRegisterRes, PostApiUserResetForgetPasswordReqBody, PostApiUserResetForgetPasswordRes, PostApiUserResetPasswordReqBody, PostApiUserResetPasswordRes, PostApiUserSendEmailCodeReqBody, PostApiUserSendEmailCodeRes, PostApiUserSendForgetEmailCodeReqBody, PostApiUserSendForgetEmailCodeRes, PostApiUserSendResetPasswordEmailCodeReqBody, PostApiUserSendResetPasswordEmailCodeRes, PostApiUserUploadUserBgImageReqBody, PostApiUserUploadUserBgImageRes, PostApiUserUserFeedbackReqBody, PostApiUserUserFeedbackRes, PostApiUserUserPrivacySettingsReqBody, PostApiUserUserPrivacySettingsRes, PostApiUserVerifyEmailCodeReqBody, PostApiUserVerifyEmailCodeRes, PostApiUserVerifyForgetEmailCodeReqBody, PostApiUserVerifyForgetEmailCodeRes, PostApiUserVerifyResetPasswordEmailCodeReqBody, PostApiUserVerifyResetPasswordEmailCodeRes, Result, ResultCode, ResultGrpc, Status, UserGetGuestIdentityResponse, UserGetUserEditInfoResponse, UserGetUserInfoResponse, UserGetUserPrivacySettingsResponse, UserLoginResponse, UserRegisterByVerifyEmailCodeResponse, UserRegisterResponse, UserViewUserInfoResponse };
|