|
|
|
@ -60,6 +60,18 @@ declare namespace API {
|
|
|
|
|
retmsg?: string;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type AjaxResultIPagePbcBusinessViewRankVO_ = {
|
|
|
|
|
data?: IPagePbcBusinessViewRankVO_;
|
|
|
|
|
retcode?: number;
|
|
|
|
|
retmsg?: string;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type AjaxResultIPagePbcChannelMerchantDetailVO_ = {
|
|
|
|
|
data?: IPagePbcChannelMerchantDetailVO_;
|
|
|
|
|
retcode?: number;
|
|
|
|
|
retmsg?: string;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type AjaxResultIPagePbcOperationalBusinessDataVO_ = {
|
|
|
|
|
data?: IPagePbcOperationalBusinessDataVO_;
|
|
|
|
|
retcode?: number;
|
|
|
|
@ -72,6 +84,12 @@ declare namespace API {
|
|
|
|
|
retmsg?: string;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type AjaxResultIPagePbcPeopleScanDetailVO_ = {
|
|
|
|
|
data?: IPagePbcPeopleScanDetailVO_;
|
|
|
|
|
retcode?: number;
|
|
|
|
|
retmsg?: string;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type AjaxResultIPagePbcProductVO_ = {
|
|
|
|
|
data?: IPagePbcProductVO_;
|
|
|
|
|
retcode?: number;
|
|
|
|
@ -544,6 +562,22 @@ declare namespace API {
|
|
|
|
|
total?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type IPagePbcBusinessViewRankVO_ = {
|
|
|
|
|
current?: number;
|
|
|
|
|
pages?: number;
|
|
|
|
|
records?: PbcBusinessViewRankVO[];
|
|
|
|
|
size?: number;
|
|
|
|
|
total?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type IPagePbcChannelMerchantDetailVO_ = {
|
|
|
|
|
current?: number;
|
|
|
|
|
pages?: number;
|
|
|
|
|
records?: PbcChannelMerchantDetailVO[];
|
|
|
|
|
size?: number;
|
|
|
|
|
total?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type IPagePbcOperationalBusinessDataVO_ = {
|
|
|
|
|
current?: number;
|
|
|
|
|
pages?: number;
|
|
|
|
@ -560,6 +594,14 @@ declare namespace API {
|
|
|
|
|
total?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type IPagePbcPeopleScanDetailVO_ = {
|
|
|
|
|
current?: number;
|
|
|
|
|
pages?: number;
|
|
|
|
|
records?: PbcPeopleScanDetailVO[];
|
|
|
|
|
size?: number;
|
|
|
|
|
total?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type IPagePbcProductVO_ = {
|
|
|
|
|
current?: number;
|
|
|
|
|
pages?: number;
|
|
|
|
@ -799,6 +841,7 @@ declare namespace API {
|
|
|
|
|
pbcRegisterStaticalVO?: PbcRegisterStaticalVO;
|
|
|
|
|
pbcScanCodeStaticalVO?: PbcScanCodeStaticalVO;
|
|
|
|
|
pbcVisitStaticalVO?: PbcVisitStaticalVO;
|
|
|
|
|
searchWordListVO?: PbcSearchKeyVO[];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type PbcAuthority = {
|
|
|
|
@ -1291,6 +1334,49 @@ declare namespace API {
|
|
|
|
|
pbcBusinessVisitCount?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type PbcBusinessViewRankVO = {
|
|
|
|
|
/** 商户id */
|
|
|
|
|
businessId?: number;
|
|
|
|
|
/** 商户对公账户 */
|
|
|
|
|
pbcBusinessAccount?: string;
|
|
|
|
|
/** 商户地址 */
|
|
|
|
|
pbcBusinessAddress?: string;
|
|
|
|
|
/** 商户区域 */
|
|
|
|
|
pbcBusinessArea?: string;
|
|
|
|
|
/** 商户对公账户银行 */
|
|
|
|
|
pbcBusinessBank?: string;
|
|
|
|
|
/** 商户城市 */
|
|
|
|
|
pbcBusinessCity?: string;
|
|
|
|
|
/** 商户编号, 审核通过后生成 */
|
|
|
|
|
pbcBusinessCode?: string;
|
|
|
|
|
/** 商户联系人 */
|
|
|
|
|
pbcBusinessContact?: string;
|
|
|
|
|
/** 商户手机号 */
|
|
|
|
|
pbcBusinessContactMobile?: string;
|
|
|
|
|
/** 商户联系人身份证 */
|
|
|
|
|
pbcBusinessContactUserNo?: string;
|
|
|
|
|
/** 商户等级 */
|
|
|
|
|
pbcBusinessLevel?: string;
|
|
|
|
|
/** 商户主营范围 */
|
|
|
|
|
pbcBusinessMainCategory?: string;
|
|
|
|
|
/** 商户名称 */
|
|
|
|
|
pbcBusinessName?: string;
|
|
|
|
|
/** 商户省份 */
|
|
|
|
|
pbcBusinessProvince?: string;
|
|
|
|
|
/** 开业时间 */
|
|
|
|
|
pbcBusinessStartDate?: string;
|
|
|
|
|
/** 商户类型 */
|
|
|
|
|
pbcBusinessType?: string;
|
|
|
|
|
/** 创建时间 */
|
|
|
|
|
pbcCreateAt?: string;
|
|
|
|
|
/** 浏览次数 */
|
|
|
|
|
pbcProductVisitCount?: number;
|
|
|
|
|
/** 社会统一信用代码 */
|
|
|
|
|
pbcUnifiedSocialCreditCode?: string;
|
|
|
|
|
/** 序号 */
|
|
|
|
|
serialNumber?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type PbcBusinessViewStaticalVO = {
|
|
|
|
|
pbcBusinessRankList?: PbcBusinessViewCountVO[];
|
|
|
|
|
};
|
|
|
|
@ -1345,6 +1431,19 @@ declare namespace API {
|
|
|
|
|
pbcId?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type PbcChannelMerchantDetailVO = {
|
|
|
|
|
/** 商户id */
|
|
|
|
|
businessId?: number;
|
|
|
|
|
/** 商户编号, 审核通过后生成 */
|
|
|
|
|
pbcBusinessCode?: string;
|
|
|
|
|
/** 商户名称 */
|
|
|
|
|
pbcBusinessName?: string;
|
|
|
|
|
/** 有三种,qrcode,share,link */
|
|
|
|
|
pbcDataSource?: string;
|
|
|
|
|
/** 序号 */
|
|
|
|
|
serialNumber?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type PbcCommonData = {
|
|
|
|
|
/** 值列表 */
|
|
|
|
|
commonDataValueList?: PbcCommonDataValue[];
|
|
|
|
@ -1435,11 +1534,13 @@ declare namespace API {
|
|
|
|
|
anonToken?: string;
|
|
|
|
|
/** 商户id */
|
|
|
|
|
businessId?: number;
|
|
|
|
|
/** 结束日期 */
|
|
|
|
|
endDate?: string;
|
|
|
|
|
pbcCategoryType?: number;
|
|
|
|
|
pbcQueryType?: number;
|
|
|
|
|
/** 分享人的id */
|
|
|
|
|
pbcUserId?: number;
|
|
|
|
|
/** 开始日期 */
|
|
|
|
|
startDate?: string;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
@ -1457,6 +1558,8 @@ declare namespace API {
|
|
|
|
|
|
|
|
|
|
type PbcInteractStaticalVO = {
|
|
|
|
|
pbcColectNumber?: number;
|
|
|
|
|
/** 新增商品浏览次数 */
|
|
|
|
|
pbcNewGoodsViewNumber?: number;
|
|
|
|
|
pbcViewTotalNumber?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
@ -1512,6 +1615,16 @@ declare namespace API {
|
|
|
|
|
endDate?: string;
|
|
|
|
|
/** 条数 */
|
|
|
|
|
pageSize?: number;
|
|
|
|
|
/** 商户编号, 审核通过后生成 */
|
|
|
|
|
pbcBusinessCode?: string;
|
|
|
|
|
/** 商户id */
|
|
|
|
|
pbcBusinessId?: number;
|
|
|
|
|
/** 商户名称 */
|
|
|
|
|
pbcBusinessName?: string;
|
|
|
|
|
/** 有三种,qrcode,share,link */
|
|
|
|
|
pbcDataSource?: string;
|
|
|
|
|
/** 1表示是新用户扫码,0表示不是 */
|
|
|
|
|
pbcNewCodeScanState?: number;
|
|
|
|
|
/** 角色id */
|
|
|
|
|
roleId?: number;
|
|
|
|
|
/** 角色名称 */
|
|
|
|
@ -1553,6 +1666,21 @@ declare namespace API {
|
|
|
|
|
serialNumber?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type PbcPeopleScanDetailVO = {
|
|
|
|
|
/** 扫码时间 */
|
|
|
|
|
pbcCreateAt?: string;
|
|
|
|
|
/** 用户id */
|
|
|
|
|
pbcUserId?: string;
|
|
|
|
|
/** 用户手机号 */
|
|
|
|
|
pbcUserMobile?: string;
|
|
|
|
|
/** 用户姓名 */
|
|
|
|
|
pbcUserName?: string;
|
|
|
|
|
/** 新老客 */
|
|
|
|
|
pbcUserType?: string;
|
|
|
|
|
/** 序号 */
|
|
|
|
|
serialNumber?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type PbcProduct = {
|
|
|
|
|
/** 商户id */
|
|
|
|
|
pbcBusinessId?: number;
|
|
|
|
@ -1623,6 +1751,10 @@ declare namespace API {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type PbcProductCollectCountVO = {
|
|
|
|
|
/** 商户id */
|
|
|
|
|
businessId?: number;
|
|
|
|
|
/** 商户名称 */
|
|
|
|
|
businessName?: string;
|
|
|
|
|
pbcProductCollectCount?: number;
|
|
|
|
|
pbcProductName?: string;
|
|
|
|
|
};
|
|
|
|
@ -1814,6 +1946,10 @@ declare namespace API {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type PbcProductViewCountVO = {
|
|
|
|
|
/** 商户id */
|
|
|
|
|
businessId?: number;
|
|
|
|
|
/** 商户名称 */
|
|
|
|
|
businessName?: string;
|
|
|
|
|
pbcProductName?: string;
|
|
|
|
|
pbcProductVisitCount?: number;
|
|
|
|
|
};
|
|
|
|
@ -1963,17 +2099,23 @@ declare namespace API {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type PbcScanCodeStaticalVO = {
|
|
|
|
|
/** 新客扫码人数 */
|
|
|
|
|
newCustomerScanCount?: number;
|
|
|
|
|
/** 老客扫码人数 */
|
|
|
|
|
oldCustomerScanCount?: number;
|
|
|
|
|
/** 扫码次数 */
|
|
|
|
|
pbcScanNumber?: number;
|
|
|
|
|
/** 扫码人数 */
|
|
|
|
|
pbcScanUserNumber?: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type PbcSearchKeyDTO = {
|
|
|
|
|
/** 商户id */
|
|
|
|
|
businessId?: number;
|
|
|
|
|
/** 结束时间 */
|
|
|
|
|
endTime?: string;
|
|
|
|
|
/** 开始时间 */
|
|
|
|
|
startTime?: string;
|
|
|
|
|
/** 结束日期 */
|
|
|
|
|
endDate?: string;
|
|
|
|
|
/** 开始日期 */
|
|
|
|
|
startDate?: string;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
type PbcSearchKeyVO = {
|
|
|
|
|