| | |
| | | scope?: string; |
| | | } |
| | | |
| | | type ACOOLYStatusEnum = 10 | 20 | 30 | 40 | 50 | 60; |
| | | type ACOOLYStatusEnum = 10 | 20 | 30 | 40 | 50 | 51 | 60; |
| | | |
| | | interface ActionApiDescriptionModel { |
| | | uniqueName?: string; |
| | |
| | | orderNo?: string; |
| | | } |
| | | |
| | | interface APIgetChannelConsultationByIdParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetChannelConsultationFollowupListParams { |
| | | /** 渠道咨询Id */ |
| | | id?: string; |
| | |
| | | |
| | | interface APIgetParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetPromoterParams { |
| | | phoneNumber?: string; |
| | | } |
| | | |
| | | interface APIgetRolesIdRolesParams { |
| | |
| | | phoneNumber?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface CreateOrUpdatePromoterOutput { |
| | | /** Id */ |
| | | id?: string; |
| | | /** IdNumber */ |
| | | idNumber?: string; |
| | | } |
| | | |
| | | interface CreateOrUpdateRoleInput { |
| | |
| | | permissions?: PermissionGrantInfoDto[]; |
| | | } |
| | | |
| | | interface PhoneChargeOrderOutput { |
| | | outOrderNo?: string; |
| | | busiOrderNo?: string; |
| | | parValue?: number; |
| | | payAmount?: number; |
| | | status?: string; |
| | | statusText?: string; |
| | | } |
| | | |
| | | interface PhoneParValueOutput { |
| | | ispCode?: string; |
| | | ispName?: string; |
| | |
| | | operateHistoryType?: OperateHistoryTypeEnum; |
| | | } |
| | | |
| | | interface QueryPhoneOrderRequestInput { |
| | | requestNo?: string; |
| | | partnerId?: string; |
| | | service?: string; |
| | | version?: string; |
| | | protocol?: string; |
| | | context?: string; |
| | | ext?: string; |
| | | returnUrl?: string; |
| | | notifyUrl?: string; |
| | | outOrderNo?: string; |
| | | busiOrderNo?: string; |
| | | } |
| | | |
| | | interface QueryPhoneOrderResponse { |
| | | success?: boolean; |
| | | requestNo?: string; |
| | | partnerId?: string; |
| | | service?: string; |
| | | version?: string; |
| | | protocol?: string; |
| | | context?: string; |
| | | ext?: any; |
| | | code?: string; |
| | | message?: string; |
| | | detail?: string; |
| | | phoneChargeOrder?: PhoneChargeOrderOutput; |
| | | } |
| | | |
| | | interface QueryUserAccountAllListInput { |
| | | pageModel?: Pagination; |
| | | checkChannelId?: string; |