| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetLifePayWxIndentityParams { |
| | | /** 用户登录凭证 */ |
| | | code?: string; |
| | | } |
| | | |
| | | interface APIgetListParams { |
| | | filter?: string; |
| | | clientId?: string; |
| | |
| | | |
| | | interface APItestGetPlatformServicePayParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APItestH5PayParams { |
| | | payType?: LifePayTypeEnum; |
| | | outTradeNo?: string; |
| | | description?: string; |
| | | amount?: number; |
| | | h5Type?: string; |
| | | } |
| | | |
| | | interface APItestPayNotifyParams { |
| | |
| | | electricParValue?: ElectricParValueOutput[]; |
| | | } |
| | | |
| | | interface ElectricSupportAreaChildCityListOutput { |
| | | cityName?: string; |
| | | cityParentId?: string; |
| | | ciytId?: string; |
| | | } |
| | | |
| | | interface ElectricSupportAreaListOutput { |
| | | childCityList?: ElectricSupportAreaChildCityListOutput[]; |
| | | cityName?: string; |
| | | cityParentId?: string; |
| | | ciytId?: string; |
| | | electricType?: string; |
| | | parValue?: string[]; |
| | | rate?: number; |
| | | } |
| | | |
| | | interface ElectricSupportAreaResponse { |
| | | success?: boolean; |
| | | requestNo?: string; |
| | | partnerId?: string; |
| | | service?: string; |
| | | version?: string; |
| | | protocol?: string; |
| | | context?: string; |
| | | ext?: any; |
| | | code?: string; |
| | | message?: string; |
| | | detail?: string; |
| | | electricAreaList?: ElectricSupportAreaListOutput[]; |
| | | } |
| | | |
| | | interface EnableSearchSettingInput { |
| | | id: string; |
| | | status: boolean; |
| | |
| | | status?: ParkRewardStatusEnum; |
| | | /** 奖励名称 */ |
| | | rewardName?: string; |
| | | } |
| | | |
| | | interface GetPayOrderForJsAPIInput { |
| | | orderNo: string; |
| | | lifePayType?: LifePayTypeEnum; |
| | | openId?: string; |
| | | attach?: string; |
| | | } |
| | | |
| | | interface GetPermissionListResultDto { |
| | |
| | | /** 省份。 */ |
| | | province: string; |
| | | /** 城市。 */ |
| | | city: string; |
| | | city?: string; |
| | | /** 客户身份证后6位,南网必传。 */ |
| | | sixID?: string; |
| | | } |
| | |
| | | typeSimple?: string; |
| | | isOptional?: boolean; |
| | | defaultValue?: any; |
| | | } |
| | | |
| | | interface ModelPayPrePayId { |
| | | prepayId?: string; |
| | | code?: string; |
| | | message?: string; |
| | | } |
| | | |
| | | interface ModuleApiDescriptionModel { |
| | |
| | | interface SetLifePayOrderPayTypeInput { |
| | | orderNo: string; |
| | | lifePayType?: LifePayTypeEnum; |
| | | h5Type?: string; |
| | | openId?: string; |
| | | attach?: string; |
| | | } |
| | | |
| | | interface SetManyContractTemplateHandSignKeyInput { |
| | |
| | | orderParamDetailJsonStr?: string; |
| | | /** 下单时间 */ |
| | | creationTime?: string; |
| | | /** 退款时间 */ |
| | | refundTime?: string; |
| | | } |
| | | |
| | | interface UserLifePayOrderOutputPageOutput { |