├── .github └── workflows │ ├── go.yml │ ├── goreleaser.yml │ └── goreportcard.yml ├── .gitignore ├── .goreleaser.yml ├── CHANGELOG.md ├── LICENSE ├── Makefile ├── README.md ├── api ├── admarket │ ├── YunosAdmarketAdBid.go │ ├── YunosAdmarketMaterialAudit.go │ └── doc.go ├── aecreatives │ ├── AliexpressAffiliateCategoryGet.go │ ├── AliexpressAffiliateFeaturedpromoGet.go │ ├── AliexpressAffiliateFeaturedpromoProductsGet.go │ ├── AliexpressAffiliateHotproductDownload.go │ ├── AliexpressAffiliateHotproductQuery.go │ ├── AliexpressAffiliateImageSearch.go │ ├── AliexpressAffiliateProductQuery.go │ ├── AliexpressAffiliateProductSmartmatch.go │ ├── AliexpressAffiliateProductdetailGet.go │ └── doc.go ├── aedata │ ├── AliexpressAffiliateOrderGet.go │ ├── AliexpressAffiliateOrderList.go │ ├── AliexpressAffiliateOrderListbyindex.go │ └── doc.go ├── aedropshiper │ ├── AliexpressDsAddInfo.go │ ├── AliexpressDsCommissionorderListbyindex.go │ ├── AliexpressDsImageSearch.go │ ├── AliexpressDsMemberOrderdataSubmit.go │ ├── AliexpressDsProductGet.go │ ├── AliexpressDsRecommendFeedGet.go │ ├── AliexpressDsTradeOrderGet.go │ ├── AliexpressLogisticsBuyerFreightCalculate.go │ ├── AliexpressLogisticsDsTrackinginfoQuery.go │ ├── AliexpressOfferDsProductSimplequery.go │ ├── AliexpressPostproductRedefiningFindaeproductbyidfordropshipper.go │ ├── AliexpressTradeBuyPlaceorder.go │ ├── AliexpressTradeDsOrderGet.go │ └── doc.go ├── aesolution │ ├── AliexpressSolutionBatchProductDelete.go │ ├── AliexpressSolutionBatchProductInventoryUpdate.go │ ├── AliexpressSolutionBatchProductPriceUpdate.go │ ├── AliexpressSolutionFeedInvalidate.go │ ├── AliexpressSolutionFeedListGet.go │ ├── AliexpressSolutionFeedQuery.go │ ├── AliexpressSolutionFeedSubmit.go │ ├── AliexpressSolutionIssuePartnerRmaReverselogisticStateUpdate.go │ ├── AliexpressSolutionIssuePartnerRmaReverselogisticTrackinginfoCreate.go │ ├── AliexpressSolutionIssuePartnerRmaScreeningCreate.go │ ├── AliexpressSolutionIssuePartnerRmaStateUpdate.go │ ├── AliexpressSolutionMerchantProfileGet.go │ ├── AliexpressSolutionOrderFulfill.go │ ├── AliexpressSolutionOrderGet.go │ ├── AliexpressSolutionOrderInfoGet.go │ ├── AliexpressSolutionOrderReceiptinfoGet.go │ ├── AliexpressSolutionProductCategorySuggest.go │ ├── AliexpressSolutionProductEdit.go │ ├── AliexpressSolutionProductInfoGet.go │ ├── AliexpressSolutionProductListGet.go │ ├── AliexpressSolutionProductPost.go │ ├── AliexpressSolutionProductSchemaGet.go │ ├── AliexpressSolutionSchemaProductFullUpdate.go │ ├── AliexpressSolutionSchemaProductInstancePost.go │ ├── AliexpressSolutionSellerCategoryTreeQuery.go │ ├── AliexpressSolutionSkuAttributeQuery.go │ └── doc.go ├── aetask │ ├── AliexpressInteractiveTaskComplete.go │ ├── AliexpressInteractiveTaskDeliveryQuery.go │ └── doc.go ├── aetools │ ├── AliexpressAffiliateLinkGenerate.go │ └── doc.go ├── aeusergrowth │ ├── AliexpressUsergrowthRecommendItemsGet.go │ ├── AliexpressUsergrowthSearchItemsGet.go │ └── doc.go ├── aiar │ ├── AlibabaAiArOpenPlatformDetect.go │ ├── AlibabaAiArServiceDetect.go │ ├── AlibabaAiArTmjlAppDetect.go │ └── doc.go ├── alicom │ ├── AlibabaAlicomOrderCheckorderinfo.go │ ├── AlibabaAlicomOrderPreauthorizeCreate.go │ ├── AlibabaAlicomOrderPreauthorizeQueryFund.go │ ├── AlibabaAlicomVtDistributeQueryprotocol.go │ ├── AlibabaAlicomVtDistributeSendcode.go │ ├── AlibabaAlicomVtDistributeorderCreate.go │ ├── AlibabaAlicomVtOpentradeGetproductinfo.go │ ├── AlibabaAlicomWttOpentradeCreateorder.go │ ├── AlibabaAlicomWttOpentradeGetproductinfo.go │ ├── AlibabaAliqinAxbVendorCallControl.go │ ├── AlibabaAliqinAxbVendorExceptionNoSync.go │ ├── AlibabaAliqinAxbVendorHeartBeat.go │ ├── AlibabaAliqinAxbVendorPushCallEvent.go │ ├── AlibabaAliqinAxbVendorPushCallRelease.go │ ├── AlibabaAliqinAxbVendorSmsIntercept.go │ ├── AlibabaAliqinFcVoiceGetdetail.go │ ├── AlibabaAliqinFcVoiceNumCancelcall.go │ ├── AlibabaAliqinFcVoiceRecordGeturl.go │ ├── AlibabaAliqinFlowAlipayIsbindingtbaccount.go │ ├── AlibabaAliqinFlowAlipayPublish.go │ ├── AlibabaAliqinFlowPublish.go │ ├── AlibabaAliqinFlowWalletCharge.go │ ├── AlibabaAliqinFlowWalletChargeRule.go │ ├── AlibabaAliqinFlowWalletConsume.go │ ├── AlibabaAliqinFlowWalletGrade.go │ ├── AlibabaAliqinFlowWalletQueryCharge.go │ ├── AlibabaAliqinTaNumberSinglecallbytts.go │ ├── AlibabaAliqinTaNumberSinglecallbyvoice.go │ ├── AlibabaAliqinTaSmsNumQuery.go │ ├── AlibabaAliqinTaSmsNumSend.go │ ├── AlibabaAliqinTaVoiceNumDoublecall.go │ ├── AlibabaAliqinTccTradeIdentityGet.go │ ├── AlibabaBaseOrderSupplierNotify.go │ ├── AlibabaInteractOrderCheckuserimei.go │ ├── AlibabaTianjiDistributorOrderSubmit.go │ ├── AlibabaTianjiSupplierOrderQuery.go │ ├── AlibabaTianjiSupplierOrderResult.go │ ├── AlibabaWtCifCoopOsstokenGet.go │ ├── AlibabaWttUserRegioninfoByipGet.go │ ├── TaobaoPhoneBankCreditCheck.go │ ├── TaobaoPhoneBankCreditProcess.go │ ├── TaobaoPhoneItemExternalRecommend.go │ ├── TaobaoPhoneOrderExternalCreate.go │ ├── TaobaoPhoneOrderExternalStatus.go │ ├── TaobaoVirtualDsfSupplierInterfaceSwitch.go │ ├── TaobaoWtTradeOrderResultcallback.go │ └── doc.go ├── alidoc │ ├── AlibabaAlihealthAlidocDrugStoreAdd.go │ ├── AlibabaAlihealthAlidocDrugStoreUpdate.go │ ├── AlibabaAlihealthDrugdiseaseQuery.go │ ├── AlibabaAlihealthNrRxPrescriptionGet.go │ ├── AlibabaAlihealthSellerRxPrescriptionDetailBatchquery.go │ └── doc.go ├── aliexpress │ ├── AliexpressFeedPostPublish.go │ ├── AliexpressLogisticsAbnormalorderQuery.go │ ├── AliexpressSocialInsDirectresultUpdate.go │ └── doc.go ├── aliexpresssumaitong │ ├── AliexpressTaxationCalculateOpenQuery.go │ ├── AliexpressTaxationPlatformOpenGet.go │ ├── AliexpressTradeOrderOpenCheck.go │ ├── AliexpressTradeOrderOpenQuery.go │ └── doc.go ├── aligenie │ ├── AlibabaAilabsAligenieDeviceUnbind.go │ └── doc.go ├── alihealth │ ├── AlibabaAlihealthPrescriptionAuthGet.go │ └── doc.go ├── alihealth2 │ ├── AlibabaAlihealthBcFutureStockInbound.go │ ├── AlibabaAlihealthBcFutureStockOutbound.go │ ├── AlibabaAlihealthBcItemPeriodSync.go │ ├── AlibabaAlihealthBookingReserveCancel.go │ ├── AlibabaAlihealthBookingReserveCheckin.go │ ├── AlibabaAlihealthBookingReserveConfirm.go │ ├── AlibabaAlihealthBookingReserveModify.go │ ├── AlibabaAlihealthBookingReserveRise.go │ ├── AlibabaAlihealthBookingReserveTreat.go │ ├── AlibabaAlihealthDentalBindAuditQuery.go │ ├── AlibabaAlihealthDentalItemBind.go │ ├── AlibabaAlihealthDentalItemList.go │ ├── AlibabaAlihealthDentalItemUnbind.go │ ├── AlibabaAlihealthDentalStatementQuery.go │ ├── AlibabaAlihealthDentalStoreAuditQuery.go │ ├── AlibabaAlihealthDentalStoreInsertorupdate.go │ ├── AlibabaAlihealthDentalStoreInvisibleConsumeUpdate.go │ ├── AlibabaAlihealthDocbaseUserinfoAlipayidGet.go │ ├── AlibabaAlihealthDruguseQuery.go │ ├── AlibabaAlihealthExaminationStockQuery.go │ ├── AlibabaAlihealthImriskQuery.go │ ├── AlibabaAlihealthMedicalDepartmentSync.go │ ├── AlibabaAlihealthMedicalDoctorSync.go │ ├── AlibabaAlihealthMedicalRegistrationSync.go │ ├── AlibabaAlihealthMedicalRegistrationSyncnew.go │ ├── AlibabaAlihealthMedicalbaseDeptStatusSync.go │ ├── AlibabaAlihealthMedicalbaseDeptSyncnew.go │ ├── AlibabaAlihealthMedicalbaseDoctorStatusSync.go │ ├── AlibabaAlihealthMedicalbaseDoctorSyncnew.go │ ├── AlibabaAlihealthMedicalbaseHosStatusSync.go │ ├── AlibabaAlihealthMedicalbaseHosSyncnew.go │ ├── AlibabaAlihealthMedicalbaseThirdEvaluateSync.go │ ├── AlibabaAlihealthMedicalbaseThirdOrderSync.go │ ├── AlibabaAlihealthMsAreaProvinceList.go │ ├── AlibabaAlihealthNocovAlldiseaseinfoGet.go │ ├── AlibabaAlihealthReserveDentalBindshopanditem.go │ ├── AlibabaAlihealthReserveDentalMarkitem.go │ ├── AlibabaAlihealthReserveDentalModifyrestime.go │ ├── AlibabaAlihealthReserveDentalStoresanditems.go │ ├── AlibabaAlihealthReserveDentalUnbinditem.go │ ├── AlibabaAlihealthStoreCertificateCreate.go │ ├── AlibabaAlihealthTmsCutConfirm.go │ ├── AlibabaAlihealthTracecodeplatformCodeActive.go │ ├── AlibabaAlihealthTracecodeplatformCodeEntscan.go │ ├── AlibabaAlihealthTracecodesellerBillResultSearch.go │ ├── AlibabaAlihealthTracecodesellerBillUpload.go │ ├── AlibabaAlihealthTracecodesellerChannelSearch.go │ ├── AlibabaAlihealthTracecodesellerCodeActive.go │ ├── AlibabaAlihealthTracecodesellerCodeRelationCodeantiactive.go │ ├── AlibabaAlihealthTracecodesellerCodeSingleCodereplace.go │ ├── AlibabaAlihealthTracecodesellerEntSearch.go │ ├── AlibabaAlihealthTracecodesellerProductSearch.go │ ├── AlibabaAlihealthTracecodesellerWarehouseSearch.go │ ├── AlibabaHealthNrCepOrderQuery.go │ ├── AlibabaHealthNrCepOutorderUpload.go │ ├── AlibabaHealthNrCepWarstqtyBatchupdate.go │ ├── TaobaoDrugPriceBatchUpdate.go │ ├── TaobaoDrugPriceUpdate.go │ ├── TaobaoDrugQuantityBatchUpdate.go │ ├── TaobaoDrugQuantityUpdate.go │ ├── TaobaoDrugShopList.go │ ├── TaobaoTradeDrugConfirmorder.go │ ├── TaobaoTradeDrugGet.go │ ├── TaobaoTradeDrugOrderGet.go │ ├── TaobaoTradeDrugOrdersGet.go │ ├── TaobaoTradeDrugRefuseorder.go │ └── doc.go ├── alihealthalgo │ ├── AlibabaAlihealthAlgoMedicationSafetyGet.go │ └── doc.go ├── alihealthcert │ ├── AlibabaAlihealthExaminationReserveCertificateNotify.go │ └── doc.go ├── alihealthcrm │ ├── AlibabaAlihealthAlipaypfmDietRecord.go │ ├── AlibabaAlihealthAlipaypfmOrderSync.go │ ├── AlibabaAlihealthBabyBaseinfoOrderSync.go │ ├── AlibabaAlihealthBabyRemindBatchSend.go │ ├── AlibabaAlihealthMedicalbaseHospitalSync.go │ ├── AlibabaAlihealthPregnancyDataSync.go │ ├── AlibabaAlihealthPregnancyNavigateinfoQuery.go │ ├── AlibabaAlihealthPregnancyPostsData.go │ ├── AlibabaAlihealthPregnancyProductGet.go │ ├── AlibabaAlihealthUicUserinfoHealthidGet.go │ ├── AlibabaFmhealthButlerEnergySync.go │ ├── AlibabaFmhealthWeightLossplanSynclossplan.go │ └── doc.go ├── alihealthlab │ ├── AlibabaAlihealthLabItemStoreRelationSync.go │ ├── AlibabaAlihealthLabItemSync.go │ ├── AlibabaAlihealthLabItemTbitemskuRelationSync.go │ ├── AlibabaAlihealthLabStoreSync.go │ └── doc.go ├── alihealthmdeer │ ├── AlibabaAlihealthMdeerScienceDeletearticle.go │ ├── AlibabaAlihealthMdeerScienceSynVideo.go │ ├── AlibabaAlihealthMdeerScienceSynarticle.go │ ├── AlibabaAlihealthMdeerVideoSync.go │ └── doc.go ├── alihealthmedical │ ├── AlibabaAlihealthMedicalDoctorMsgSend.go │ ├── AlibabaAlihealthMedicalImDataUpload.go │ ├── AlibabaAlihealthMedicalItemPublish.go │ ├── AlibabaAlihealthMedicalOrderQuery.go │ ├── AlibabaAlihealthMedicalOrderRefuse.go │ └── doc.go ├── alihealthoutflow │ ├── AlibabaAlihealthAsyncprescribePrescriptionDetail.go │ ├── AlibabaAlihealthAsyncprescribePrescriptionSearch.go │ ├── AlibabaAlihealthDoctorIncomeUpdate.go │ ├── AlibabaAlihealthDoctorLeshuiApplyNotify.go │ ├── AlibabaAlihealthDoctorLeshuiAuditResult.go │ ├── AlibabaAlihealthDoctorLeshuiTicketValid.go │ ├── AlibabaAlihealthOutflowDrugSupervisionQuery.go │ ├── AlibabaAlihealthOutflowOperationinfoSync.go │ ├── AlibabaAlihealthOutflowPatientinfoSync.go │ ├── AlibabaAlihealthOutflowPrescriptionCreate.go │ ├── AlibabaAlihealthOutflowPrescriptionHospitalVerify.go │ ├── AlibabaAlihealthOutflowPrescriptionSyncstatus.go │ ├── AlibabaAlihealthOutflowPrescriptionUpdate.go │ ├── AlibabaAlihealthOutflowVisitinfoSync.go │ ├── AlibabaAlihealthRecommendCardinfoGet.go │ ├── AlibabaAlihealthRecommendMixcardinfoGet.go │ ├── AlibabaAlihealthRxCaDeviceSignStatusSave.go │ ├── AlibabaAlihealthRxCaDoctorStatusSave.go │ ├── AlibabaAlihealthRxCaPrescribeSignedStatusSave.go │ └── doc.go ├── alihealthpw │ ├── AlibabaAlihealthPwApplynodeUpdate.go │ ├── AlibabaAlihealthPwApplynodeUpdatename.go │ ├── AlibabaAlihealthPwGmAudit.go │ ├── AlibabaAlihealthPwGmDetail.go │ ├── AlibabaAlihealthPwGmIdsList.go │ ├── AlibabaAlihealthPwGmPendingList.go │ ├── AlibabaAlihealthPwSpecialSynchronode.go │ ├── AlibabaAlihealthPwSpecialSynchropatientname.go │ ├── AlibabaAlihealthPwSpecialSynchrosms.go │ └── doc.go ├── alihouse │ ├── AlibabaAlihouseAdminThemeCreate.go │ ├── AlibabaAlihouseAdminThemeHotUpdate.go │ ├── AlibabaAlihouseAdminThemeUpdate.go │ ├── AlibabaAlihouseAdminThemeUpdateStatus.go │ ├── AlibabaAlihouseBusinessActivityDelete.go │ ├── AlibabaAlihouseBusinessActivityQuery.go │ ├── AlibabaAlihouseCategoryControlQuery.go │ ├── AlibabaAlihouseCategoryControlSync.go │ ├── AlibabaAlihouseChangeStoreType.go │ ├── AlibabaAlihouseExistinghomeActivityQuery.go │ ├── AlibabaAlihouseExistinghomeAgreementSync.go │ ├── AlibabaAlihouseExistinghomeBankcardSync.go │ ├── AlibabaAlihouseExistinghomeBrandSync.go │ ├── AlibabaAlihouseExistinghomeBrandcitySync.go │ ├── AlibabaAlihouseExistinghomeBrokerMigrate.go │ ├── AlibabaAlihouseExistinghomeBrokerPointsSync.go │ ├── AlibabaAlihouseExistinghomeBrokerQuery.go │ ├── AlibabaAlihouseExistinghomeBrokerSubmit.go │ ├── AlibabaAlihouseExistinghomeCommunityBrokerSubmit.go │ ├── AlibabaAlihouseExistinghomeCompanySync.go │ ├── AlibabaAlihouseExistinghomeCompanyinfoSubmit.go │ ├── AlibabaAlihouseExistinghomeEntrustsellingQuery.go │ ├── AlibabaAlihouseExistinghomeEntrustsellingUpdate.go │ ├── AlibabaAlihouseExistinghomeHouseChangeCommunity.go │ ├── AlibabaAlihouseExistinghomeHouseChangeStandard.go │ ├── AlibabaAlihouseExistinghomeHouseCooperateBrandUpdate.go │ ├── AlibabaAlihouseExistinghomeHouseDeleteHouse.go │ ├── AlibabaAlihouseExistinghomeHouseDownself.go │ ├── AlibabaAlihouseExistinghomeHouseFeaturesSync.go │ ├── AlibabaAlihouseExistinghomeHouseStoreentrustQuery.go │ ├── AlibabaAlihouseExistinghomeHouseSync.go │ ├── AlibabaAlihouseExistinghomeHouseTradeQueryStatus.go │ ├── AlibabaAlihouseExistinghomeHouseUpself.go │ ├── AlibabaAlihouseExistinghomeIdentifyingSync.go │ ├── AlibabaAlihouseExistinghomeMianUserBind.go │ ├── AlibabaAlihouseExistinghomePosApplySubmit.go │ ├── AlibabaAlihouseExistinghomePosOpenSubmit.go │ ├── AlibabaAlihouseExistinghomeQueryHouseBaseInfo.go │ ├── AlibabaAlihouseExistinghomeQueryHouseTagInfo.go │ ├── AlibabaAlihouseExistinghomeQuotationSync.go │ ├── AlibabaAlihouseExistinghomeRegionInfoSubmit.go │ ├── AlibabaAlihouseExistinghomeRentTradeBindItem.go │ ├── AlibabaAlihouseExistinghomeSignatureSync.go │ ├── AlibabaAlihouseExistinghomeStoreBailSync.go │ ├── AlibabaAlihouseExistinghomeStoreExtendsSync.go │ ├── AlibabaAlihouseExistinghomeStoreLevelQuery.go │ ├── AlibabaAlihouseExistinghomeStoreStatusChangeSync.go │ ├── AlibabaAlihouseExistinghomeStoreSync.go │ ├── AlibabaAlihouseExistinghomeSubAccountBind.go │ ├── AlibabaAlihouseExistinghomeSyncBrokerIsReceiveCustomer.go │ ├── AlibabaAlihouseExistinghomeThreedimensionSync.go │ ├── AlibabaAlihouseExistinghomeTradeEntrustSubmit.go │ ├── AlibabaAlihouseExistinghomeVirtualshopSync.go │ ├── AlibabaAlihouseExistinghouseHouseBase.go │ ├── AlibabaAlihouseImReceiveModelSync.go │ ├── AlibabaAlihouseMerchantEnterpriseEntry.go │ ├── AlibabaAlihouseMerchantOpenUpdate.go │ ├── AlibabaAlihouseMerchantTradeConfigBind.go │ ├── AlibabaAlihouseMessageWorkorderPush.go │ ├── AlibabaAlihouseNewhomeActivityCustomerSave.go │ ├── AlibabaAlihouseNewhomeActivityDepositBind.go │ ├── AlibabaAlihouseNewhomeActivityDepositUnbind.go │ ├── AlibabaAlihouseNewhomeActivitySave.go │ ├── AlibabaAlihouseNewhomeActivitySubscriptionBind.go │ ├── AlibabaAlihouseNewhomeAdviserMessageNotice.go │ ├── AlibabaAlihouseNewhomeAdviserSubmitAccount.go │ ├── AlibabaAlihouseNewhomeAgreementPreshow.go │ ├── AlibabaAlihouseNewhomeApartmentLine.go │ ├── AlibabaAlihouseNewhomeApartmentOuterid.go │ ├── AlibabaAlihouseNewhomeBaseLabelSubmit.go │ ├── AlibabaAlihouseNewhomeBusinessSync.go │ ├── AlibabaAlihouseNewhomeCasefieldActivityProjectSubmit.go │ ├── AlibabaAlihouseNewhomeCasefieldActivitySubmit.go │ ├── AlibabaAlihouseNewhomeCommunityLine.go │ ├── AlibabaAlihouseNewhomeCommunitySubmit.go │ ├── AlibabaAlihouseNewhomeCouponSubmit.go │ ├── AlibabaAlihouseNewhomeDepositPublish.go │ ├── AlibabaAlihouseNewhomeDynamicdataSubmit.go │ ├── AlibabaAlihouseNewhomeEcodeUpdate.go │ ├── AlibabaAlihouseNewhomeItemTagSubmit.go │ ├── AlibabaAlihouseNewhomeLayoutEcodeUpdate.go │ ├── AlibabaAlihouseNewhomeLayoutSync.go │ ├── AlibabaAlihouseNewhomeLineSync.go │ ├── AlibabaAlihouseNewhomeLinkInfoObtain.go │ ├── AlibabaAlihouseNewhomeMetroSync.go │ ├── AlibabaAlihouseNewhomeNewReviewSync.go │ ├── AlibabaAlihouseNewhomeNewRichReviewSync.go │ ├── AlibabaAlihouseNewhomePaymentMethodSync.go │ ├── AlibabaAlihouseNewhomePictureSync.go │ ├── AlibabaAlihouseNewhomeProjectAdviserBind.go │ ├── AlibabaAlihouseNewhomeProjectAdviserDelete.go │ ├── AlibabaAlihouseNewhomeProjectAdviserSubmit.go │ ├── AlibabaAlihouseNewhomeProjectBuilding.go │ ├── AlibabaAlihouseNewhomeProjectBuildingEcodeUpdate.go │ ├── AlibabaAlihouseNewhomeProjectChannelphone.go │ ├── AlibabaAlihouseNewhomeProjectCooperationSubmit.go │ ├── AlibabaAlihouseNewhomeProjectDynamicDelete.go │ ├── AlibabaAlihouseNewhomeProjectDynamicSubmit.go │ ├── AlibabaAlihouseNewhomeProjectEcode.go │ ├── AlibabaAlihouseNewhomeProjectKanameQuery.go │ ├── AlibabaAlihouseNewhomeProjectLine.go │ ├── AlibabaAlihouseNewhomeProjectLotteryResultSubmit.go │ ├── AlibabaAlihouseNewhomeProjectPhoneSubmit.go │ ├── AlibabaAlihouseNewhomeProjectPresalepermitDelete.go │ ├── AlibabaAlihouseNewhomeProjectPresalepermitSubmit.go │ ├── AlibabaAlihouseNewhomeProjectQuery.go │ ├── AlibabaAlihouseNewhomeProjectSalestime.go │ ├── AlibabaAlihouseNewhomeProjectSortno.go │ ├── AlibabaAlihouseNewhomeProjectSubmit.go │ ├── AlibabaAlihouseNewhomeProjectTicketQuery.go │ ├── AlibabaAlihouseNewhomeProjectTradeOrder.go │ ├── AlibabaAlihouseNewhomeProjectTradeitem.go │ ├── AlibabaAlihouseNewhomeProjectUpdateItemInfo.go │ ├── AlibabaAlihouseNewhomeRcChangestatus.go │ ├── AlibabaAlihouseNewhomeRcSync.go │ ├── AlibabaAlihouseNewhomeRegionSync.go │ ├── AlibabaAlihouseNewhomeReviewChangestatus.go │ ├── AlibabaAlihouseNewhomeReviewIndexSync.go │ ├── AlibabaAlihouseNewhomeReviewSync.go │ ├── AlibabaAlihouseNewhomeRightBindBack.go │ ├── AlibabaAlihouseNewhomeRightUnbindBack.go │ ├── AlibabaAlihouseNewhomeShopcityconfigDetailSubmit.go │ ├── AlibabaAlihouseNewhomeShopconfigAstorePreview.go │ ├── AlibabaAlihouseNewhomeShopconfigAstoreSync.go │ ├── AlibabaAlihouseNewhomeShopconfigDetailSubmit.go │ ├── AlibabaAlihouseNewhomeSupportSync.go │ ├── AlibabaAlihouseNewhomeSystemSeller.go │ ├── AlibabaAlihouseNewhomeTalentBindStore.go │ ├── AlibabaAlihouseNewhomeTradeToolBind.go │ ├── AlibabaAlihouseNewhomeTradeToolSubmit.go │ ├── AlibabaAlihouseNewhomeTradeitemFeaturesSync.go │ ├── AlibabaAlihouseNewhomeTradeitemRelation.go │ ├── AlibabaAlihouseNewhomeVideoChangestatus.go │ ├── AlibabaAlihouseNewhomeVideoSync.go │ ├── AlibabaAlihouseNewhomeVrSync.go │ ├── AlibabaAlihouseProjectActivitySync.go │ ├── AlibabaAlihouseStoreCheck.go │ ├── AlibabaAlihouseStorePunishInfoQuery.go │ ├── AlibabaAlihouseVrfactoryProductionSync.go │ ├── TmallAlihouseTradeCouponOrderAuditRefund.go │ ├── TmallAlihouseTradeCouponOrderCodeExchange.go │ ├── TmallAlihouseTradeCouponOrderContractCredentialsQuery.go │ ├── TmallAlihouseTradeCouponOrderContractKeyQuery.go │ ├── TmallAlihouseTradeCouponOrderStatusQuery.go │ ├── TmallAlihouseTradeCouponRefundOrderQuery.go │ └── doc.go ├── alilabs │ ├── AlibabaAilabTbUserSkillOauth.go │ ├── AlibabaAilabUserAuthorizedCancel.go │ ├── AlibabaAilabUserAuthorizedQuery.go │ ├── AlibabaAilabUserOpenUidGet.go │ ├── AlibabaAilabUserProfileGet.go │ ├── AlibabaAilabUserTokenGet.go │ ├── AlibabaAilabsIotDeviceListUpdateNotify.go │ ├── AlibabaAilabsIotDeviceStatusUpdate.go │ ├── AlibabaAilabsTmallgenieAuthDeviceGet.go │ ├── AlibabaAilabsTmallgenieAuthDeviceList.go │ ├── AlibabaAilabsTmallgenieAuthDeviceQrcodeActivate.go │ ├── AlibabaAilabsTmallgenieAuthDeviceStatusGet.go │ ├── AlibabaAilabsTmallgenieAuthDeviceStatusGetbyctei.go │ ├── AlibabaAilabsTmallgenieAuthDeviceUnbind.go │ ├── AlibabaAilabsTmallgenieAuthDeviceWithdeviceidGet.go │ ├── AlibabaAilabsTmallgenieAuthGetcode.go │ ├── AlibabaAilabsTmallgenieAuthGettoken.go │ ├── AlibabaAilabsTmallgenieAuthRefresh.go │ ├── AlibabaAilabsTmallgenieAuthSwitchuser.go │ ├── AlibabaAilabsTmallgenieAuthTaobaoauth.go │ ├── AlibabaAilabsTvsDeviceList.go │ ├── TaobaoAilabAicloudTopHotwordsGet.go │ ├── TaobaoAilabAicloudTopHotwordsUpdate.go │ ├── TaobaoAilabAicloudTopSkilsListNew.go │ └── doc.go ├── alime │ ├── TaobaoAlimeUserTokenAdvanceGet.go │ ├── TaobaoAlimeUserTokenGet.go │ └── doc.go ├── alimember │ ├── AlibabaMemberCheckmerchant.go │ ├── AlibabaMemberExit.go │ ├── AlibabaMemberIdentityRescindfinish.go │ ├── AlibabaMemberIdentitySignfinish.go │ ├── AlibabaMemberIdentitySync.go │ ├── AlibabaMemberIsvPageQuery.go │ ├── AlibabaMemberMerchantLevelSettingSync.go │ ├── AlibabaMemberPointChangeSync.go │ ├── AlibabaMemberPointOperate.go │ ├── AlibabaMemberSync.go │ └── doc.go ├── alimsg │ ├── AlibabaIdleOrderMsgSend.go │ ├── AlibabaLegMsgPost.go │ └── doc.go ├── alink │ ├── AlibabaAlinkDeviceBind.go │ ├── AlibabaAlinkDeviceDetailGet.go │ ├── AlibabaAlinkDeviceInfoUpdate.go │ ├── AlibabaAlinkDeviceUnbind.go │ ├── AlibabaAlinkDeviceUnifyStatusGet.go │ ├── AlibabaAlinkDeviceUnifyStatusSet.go │ ├── AlibabaAlinkMessageConfigList.go │ ├── AlibabaAlinkMessageConfigSet.go │ ├── AlibabaAlinkMessageHistoryCount.go │ ├── AlibabaAlinkMessageHistoryList.go │ ├── AliyunAlinkDataStatReport.go │ ├── AliyunAlinkOpendataUrlQuery.go │ └── doc.go ├── aliospay │ ├── AliyunAliosPayPeriodAgreementPay.go │ ├── AliyunAliosPayPeriodAgreementStatusGet.go │ ├── AliyunAliosPayPeriodAgreementUnsign.go │ ├── AliyunAliosPayRecordList.go │ ├── AliyunAliosPayRefund.go │ ├── AliyunAliosPayTokenGet.go │ ├── AliyunAliosPayTradeQuery.go │ └── doc.go ├── aliqin │ ├── AlibabaAliqinFcDigitalsmsCreatetemplate.go │ ├── AlibabaAliqinFcIotCardInfo.go │ ├── AlibabaAliqinFcIotCardStatus.go │ ├── AlibabaAliqinFcIotCardoffer.go │ ├── AlibabaAliqinFcIotDeviceIsexist.go │ ├── AlibabaAliqinFcIotDevicePost.go │ ├── AlibabaAliqinFcIotModbind.go │ ├── AlibabaAliqinFcIotQryPersoninfo.go │ ├── AlibabaAliqinFcIotQrycard.go │ ├── AlibabaAliqinFcIotRechargeCard.go │ ├── AlibabaAliqinFcIotSmsSend.go │ ├── AlibabaAliqinFcIotUseroscontrol.go │ ├── AlibabaAliqinFcIvrNumCall.go │ ├── AlibabaAliqinFcSmsNumQuery.go │ ├── AlibabaAliqinFcSmsNumSend.go │ ├── AlibabaAliqinFcTtsNumSinglecall.go │ ├── AlibabaAliqinFcVoiceNumDoublecall.go │ ├── AlibabaAliqinFcVoiceNumSinglecall.go │ ├── AlibabaAliyunindepDigitalsmsCreatetemplate.go │ ├── AlibabaIsvDigitalsmsCreatetemplate.go │ └── doc.go ├── alisports │ ├── AlibabaAlisportsDataSportsSyncsleepdata.go │ ├── AlibabaAlisportsDataSportsSyncsportsdata.go │ ├── AlibabaAlisportsDataSportsSyncstatdata.go │ ├── AlibabaAlisportsDataSportsSyncuserdata.go │ ├── AlibabaAlisportsDatacenterDatasyncTreadmill.go │ ├── AlibabaAlisportsPassportAccountBindthirdid.go │ ├── AlibabaAlisportsPassportAccountCheckmobile.go │ ├── AlibabaAlisportsPassportAccountDelrelation.go │ ├── AlibabaAlisportsPassportAccountGetaccountinfo.go │ ├── AlibabaAlisportsPassportAccountSsotokenrefresh.go │ ├── AlibabaAlisportsPassportAccountSsotokenvalidate.go │ ├── AlibabaAlisportsPassportAccountTokenvalidate.go │ ├── AlibabaAlisportsPassportAuthAccountinfo.go │ ├── AlibabaAlisportsPassportAuthBind.go │ ├── AlibabaAlisportsPassportAuthUnbind.go │ ├── AlibabaAlisportsPassportOauthAlipaygrant.go │ ├── AlibabaAlisportsPassportOauthTokenvalidate.go │ ├── AlibabaAlisportsPassportParterSynccard.go │ └── doc.go ├── alitripbp │ ├── AlitripBpChannelCrowQuery.go │ ├── AlitripBpCouponinfoSync.go │ └── doc.go ├── alitripcar │ ├── AlitripCarInvoiceConfirm.go │ ├── TaobaoAlitripCarOrderAgentCancel.go │ ├── TaobaoAlitripCarOrderRefund.go │ └── doc.go ├── alitripdivisions │ ├── AlitripPlatformDivisionsGetdivisionbyname.go │ ├── AlitripPlatformDivisionsQuerybyparentid.go │ └── doc.go ├── alitripmerchant │ ├── AlitripMerchantGalaxyActivityAddressAdd.go │ ├── AlitripMerchantGalaxyActivityCouponList.go │ ├── AlitripMerchantGalaxyActivityDrawParticipate.go │ ├── AlitripMerchantGalaxyActivityFatigue.go │ ├── AlitripMerchantGalaxyActivityGoodsQuery.go │ ├── AlitripMerchantGalaxyActivityMarketingPopup.go │ ├── AlitripMerchantGalaxyActivityPopupControl.go │ ├── AlitripMerchantGalaxyActivityPopupQuery.go │ ├── AlitripMerchantGalaxyBrandSearch.go │ ├── AlitripMerchantGalaxyCardInfo.go │ ├── AlitripMerchantGalaxyCityLike.go │ ├── AlitripMerchantGalaxyCityList.go │ ├── AlitripMerchantGalaxyCommonBindMerchantId.go │ ├── AlitripMerchantGalaxyCommonGetEnumsbyname.go │ ├── AlitripMerchantGalaxyCouponInvalidList.go │ ├── AlitripMerchantGalaxyCouponValidList.go │ ├── AlitripMerchantGalaxyDerbyMemberGenerateSellerQrcode.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardActive.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardApsRefund.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardChangeCallback.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrderCancel.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrderDetailsQuery.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrderPlace.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrdersQuery.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardPurchasableQuery.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardQuery.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardRedeem.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardRedeemHistory.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardShowQrcode.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherOfflineQrcode.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherQueryAmount.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptAuto.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptDetailsApply.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptDetailsAuto.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptDetailsQuery.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptShow.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherUpdateStatus.go │ ├── AlitripMerchantGalaxyDerbyVoucherCardUnlimitedChangeCallback.go │ ├── AlitripMerchantGalaxyFavoriteList.go │ ├── AlitripMerchantGalaxyFavoriteQuery.go │ ├── AlitripMerchantGalaxyFavoriteSave.go │ ├── AlitripMerchantGalaxyHotelDetailSearch.go │ ├── AlitripMerchantGalaxyHotelDetailSearchData.go │ ├── AlitripMerchantGalaxyHotelListSearch.go │ ├── AlitripMerchantGalaxyMemberAddAgreement.go │ ├── AlitripMerchantGalaxyMemberCard.go │ ├── AlitripMerchantGalaxyMemberCompleteSwitch.go │ ├── AlitripMerchantGalaxyMemberLoginDerby.go │ ├── AlitripMerchantGalaxyMemberLogout.go │ ├── AlitripMerchantGalaxyMemberPopupAgreement.go │ ├── AlitripMerchantGalaxyMemberProviderRegister.go │ ├── AlitripMerchantGalaxyMemberQuery.go │ ├── AlitripMerchantGalaxyMemberRegister.go │ ├── AlitripMerchantGalaxyMemberRegisterDerby.go │ ├── AlitripMerchantGalaxyMemberToken.go │ ├── AlitripMerchantGalaxyMessageSubscriptionQuery.go │ ├── AlitripMerchantGalaxyMessageSubscriptionStorage.go │ ├── AlitripMerchantGalaxyOfferQuery.go │ ├── AlitripMerchantGalaxyOrderBook.go │ ├── AlitripMerchantGalaxyOrderCancel.go │ ├── AlitripMerchantGalaxyOrderCouponValidate.go │ ├── AlitripMerchantGalaxyOrderFill.go │ ├── AlitripMerchantGalaxyOrderListQuery.go │ ├── AlitripMerchantGalaxyOrderQuery.go │ ├── AlitripMerchantGalaxyOrderQueryInfo.go │ ├── AlitripMerchantGalaxyOrderQueryOrderCount.go │ ├── AlitripMerchantGalaxyOrderValidate.go │ ├── AlitripMerchantGalaxyPaymentParamQuery.go │ ├── AlitripMerchantGalaxyProviderMemberQuery.go │ ├── AlitripMerchantGalaxyQueryDrawSummary.go │ ├── AlitripMerchantGalaxyQueryParticipateNumber.go │ ├── AlitripMerchantGalaxyReceiveCouponByActivity.go │ ├── AlitripMerchantGalaxyShareGet.go │ ├── AlitripMerchantGalaxyTriggerEvent.go │ ├── AlitripMerchantGalaxyUserRisk.go │ ├── AlitripMerchantGalaxyVerifySignature.go │ ├── AlitripMerchantGalaxyVoucherGenerateSchemeLink.go │ ├── AlitripMerchantGalaxyVoucherQuery.go │ ├── AlitripMerchantGalaxyVoucherQueryList.go │ ├── AlitripMerchantGalaxyWechatAddCouponRecord.go │ ├── AlitripMerchantGalaxyWechatAddOperationRecord.go │ ├── AlitripMerchantGalaxyWechatCardParmQuery.go │ ├── AlitripMerchantGalaxyWechatCardQueryRecord.go │ ├── AlitripMerchantGalaxyWechatDataLotteryQuery.go │ ├── AlitripMerchantGalaxyWechatInfo.go │ ├── AlitripMerchantGalaxyWechatLogin.go │ ├── AlitripMerchantGalaxyWechatPayCallback.go │ ├── AlitripMerchantGalaxyWechatUserAuthorizeLogin.go │ ├── AlitripMerchantGalaxyWechatUserLogin.go │ ├── AlitripMerchantGalaxyWechatUserModifyPhone.go │ └── doc.go ├── alitrippoi │ ├── AlitripPlatformContentRawAdd.go │ ├── AlitripPlatformPoiRawFeed.go │ ├── AlitripPlatformPoiRawPoiout.go │ ├── AlitripPlatformPoiRawPoioutbypoiids.go │ ├── AlitripPlatformPoiRawSaverawpoi.go │ └── doc.go ├── alitripreceipt │ ├── AlitripReceiptIssueresultNotify.go │ ├── AlitripReceiptSellerInvoiceRed.go │ ├── AlitripReceiptSellerInvoiceReturn.go │ └── doc.go ├── aliyun │ ├── AccountaliyuncscomcreateAliyunAccount20130701.go │ ├── AccountaliyuncscomcreateAliyunAccountForBid20130701.go │ ├── AccountaliyuncscomcreateApp20130701.go │ ├── AccountaliyuncscomcreateAppForBid20130701.go │ ├── AccountaliyuncscomdeleteAppForBid20130701.go │ ├── AccountaliyuncscomlistAppkeyByOwnerAndBid20130701.go │ ├── OdpsaliyuncscomdescribeOdpsService20141215.go │ ├── PushAliyuncsComPush20150518.go │ ├── PushaliyuncscompushMsg20150318.go │ ├── PushaliyuncscompushNotification20150318.go │ ├── SlbaliyuncscomdeleteLoadBalancerListener20130221.go │ ├── SlbaliyuncscomdescribeBackendServers20130221.go │ ├── SlbaliyuncscomsetLoadBalancerName20130221.go │ └── doc.go ├── aliyunocs │ ├── MKvstorealiyuncscomcreateInstance20150301.go │ ├── MKvstorealiyuncscomdescribeRegions20150301.go │ └── doc.go ├── alsc │ ├── AlibabaAlscChudaTemplateSend.go │ ├── AlibabaAlscConsumerecordSync.go │ ├── AlibabaAlscCrmCardActive.go │ ├── AlibabaAlscCrmCardBatchActive.go │ ├── AlibabaAlscCrmCardBatchSell.go │ ├── AlibabaAlscCrmCardBindcard.go │ ├── AlibabaAlscCrmCardBindcustomer.go │ ├── AlibabaAlscCrmCardOpen.go │ ├── AlibabaAlscCrmCardPagetmp.go │ ├── AlibabaAlscCrmCardQry.go │ ├── AlibabaAlscCrmCardQryphysical.go │ ├── AlibabaAlscCrmCardQueryTemplate.go │ ├── AlibabaAlscCrmCardSearchcard.go │ ├── AlibabaAlscCrmCustomerCheckppw.go │ ├── AlibabaAlscCrmCustomerCreate.go │ ├── AlibabaAlscCrmCustomerGet.go │ ├── AlibabaAlscCrmCustomerResetppw.go │ ├── AlibabaAlscCrmCustomerUpdate.go │ ├── AlibabaAlscCrmCustomerUpdateppw.go │ ├── AlibabaAlscCrmCustomerVoucherList.go │ ├── AlibabaAlscCrmMarketingEncrypt.go │ ├── AlibabaAlscCrmMarketingIssueVoucher.go │ ├── AlibabaAlscCrmMarketingShareCustomerInfo.go │ ├── AlibabaAlscCrmMenuList.go │ ├── AlibabaAlscCrmOpenAssertRefund.go │ ├── AlibabaAlscCrmOpenAssertVerify.go │ ├── AlibabaAlscCrmOpenCustomerGet.go │ ├── AlibabaAlscCrmOpenCustomerSave.go │ ├── AlibabaAlscCrmOpenOrderBackflow.go │ ├── AlibabaAlscCrmOpenPointOperate.go │ ├── AlibabaAlscCrmOpenRechargeOperate.go │ ├── AlibabaAlscCrmOpenRuleGet.go │ ├── AlibabaAlscCrmPointCal.go │ ├── AlibabaAlscCrmPointChkpntbypay.go │ ├── AlibabaAlscCrmPointConsumepoint.go │ ├── AlibabaAlscCrmPointExtraConsume.go │ ├── AlibabaAlscCrmPointExtracharge.go │ ├── AlibabaAlscCrmPointQuerypointflow.go │ ├── AlibabaAlscCrmPointReversepoint.go │ ├── AlibabaAlscCrmPointRuleGet.go │ ├── AlibabaAlscCrmPromotionList.go │ ├── AlibabaAlscCrmRechargeAccountFlowdetailGet.go │ ├── AlibabaAlscCrmRechargeAccountGet.go │ ├── AlibabaAlscCrmRechargeAccountflowsGet.go │ ├── AlibabaAlscCrmRechargeChargeUpdate.go │ ├── AlibabaAlscCrmRechargeChargeprecheckGet.go │ ├── AlibabaAlscCrmRechargeDedutUpdate.go │ ├── AlibabaAlscCrmRechargeDedutprecheckGet.go │ ├── AlibabaAlscCrmRechargeQryrule.go │ ├── AlibabaAlscCrmRechargeUnchargeUpdate.go │ ├── AlibabaAlscCrmRechargeUnchargecheckGet.go │ ├── AlibabaAlscCrmRechargeUndedutUpdate.go │ ├── AlibabaAlscCrmRuleLevelQuerylevelrule.go │ ├── AlibabaAlscCrmRuleQuerydishrule.go │ ├── AlibabaAlscCrmRuleQuerygrowrule.go │ ├── AlibabaAlscCrmRuleQueryjoinmrule.go │ ├── AlibabaAlscCrmRuleQuerymdayerule.go │ ├── AlibabaAlscCrmRuleQuerympricerule.go │ ├── AlibabaAlscCrmRuleQueryoptplan.go │ ├── AlibabaAlscCrmRuleQuerytaglist.go │ ├── AlibabaAlscCrmVoucherSend.go │ ├── AlibabaAlscCrmVoucherStatusChange.go │ ├── AlibabaAlscCrmVoucherTemplateList.go │ ├── AlibabaAlscGrowthInteractiveLinkGenshortlink.go │ ├── AlibabaAlscGrowthInteractiveSnsConverturl.go │ ├── AlibabaAlscGrowthInteractiveTaskPageviewtrigger.go │ ├── AlibabaAlscGrowthInteractiveTaskReceivetask.go │ ├── AlibabaAlscGrowthInteractiveTaskReceivetaskprize.go │ ├── AlibabaAlscKmsAccess.go │ ├── AlibabaAlscOrderOrderUpload.go │ ├── AlibabaAlscRightTokenCheck.go │ ├── AlibabaAlscSaasCodecCodeAttrsQuery.go │ ├── AlibabaAlscUserCenterInfoQuery.go │ ├── TaobaoKoubeiSaasBaseOperationConfigSync.go │ ├── TaobaoPlaceStoreCreate.go │ ├── TaobaoPlaceStoreDelete.go │ ├── TaobaoPlaceStoreExtendAdd.go │ ├── TaobaoPlaceStoreModify.go │ ├── TaobaoPlaceStorecategoryGet.go │ ├── TaobaoServindustryFinanceInsuranceInvoiceFeedback.go │ ├── TaobaoServindustryFinanceInsuranceInvoiceInsurancenos.go │ └── doc.go ├── alscmerchant │ ├── AlibabaAlscDaodianTicketConsult.go │ ├── AlibabaAlscDaodianTicketReserve.go │ ├── AlibabaAlscMerchantExtTicketcodeSend.go │ ├── AlibabaAlscMerchantExtTicketcodeUse.go │ └── doc.go ├── antifraud │ ├── TaobaoAntifraudRiskassessmentGet.go │ ├── TaobaoAntifraudRiskuserGet.go │ ├── TaobaoCollinafacadeNocaptchaSigAuthenticate.go │ └── doc.go ├── ascm │ ├── AlibabaAscmSettlementInvoiceSynchronizationIm.go │ └── doc.go ├── ascp │ ├── AlibabaAscpIndustryAnomalyRecourseStatusModify.go │ ├── AlibabaAscpIndustryInquiryExtrachargeCancel.go │ ├── AlibabaAscpIndustryInquiryResultCallback.go │ ├── AlibabaAscpIndustryWorkerModify.go │ ├── AlibabaAscpSuborderEstcontimeModify.go │ ├── AlibabaDchainAoxiangChannelInventoryBatchUpload.go │ ├── AlibabaDchainAoxiangCombineitemBatchUpdateAsync.go │ ├── AlibabaDchainAoxiangCombinescitemBatchCreate.go │ ├── AlibabaDchainAoxiangCombinescitemBatchUpdate.go │ ├── AlibabaDchainAoxiangConsignorderBatchQuery.go │ ├── AlibabaDchainAoxiangConsignorderCancel.go │ ├── AlibabaDchainAoxiangConsignorderGiftBinding.go │ ├── AlibabaDchainAoxiangConsignorderGiftReverse.go │ ├── AlibabaDchainAoxiangCooperateDistributorQuery.go │ ├── AlibabaDchainAoxiangDeliveryCreateUpdate.go │ ├── AlibabaDchainAoxiangDeliveryDecisionQuery.go │ ├── AlibabaDchainAoxiangDeliveryStatusUpdate.go │ ├── AlibabaDchainAoxiangDeliverytemplateQuery.go │ ├── AlibabaDchainAoxiangIndustryWaybillCreate.go │ ├── AlibabaDchainAoxiangIndustryWaybillEdit.go │ ├── AlibabaDchainAoxiangIndustryWaybillLogisticstatusChange.go │ ├── AlibabaDchainAoxiangIndustryWaybillLogisticstatusRemarkAdd.go │ ├── AlibabaDchainAoxiangInventoryBatchQuery.go │ ├── AlibabaDchainAoxiangInventoryFutureplan.go │ ├── AlibabaDchainAoxiangItemBatchDeleteAsync.go │ ├── AlibabaDchainAoxiangItemBatchUpdateAsync.go │ ├── AlibabaDchainAoxiangItemDistributionBatchCancel.go │ ├── AlibabaDchainAoxiangItemDistributionCreate.go │ ├── AlibabaDchainAoxiangItemDistributionDescribe.go │ ├── AlibabaDchainAoxiangItemDistributionSpecifyCreate.go │ ├── AlibabaDchainAoxiangItemDistributionSpecifyUpdate.go │ ├── AlibabaDchainAoxiangItemDistributionUpdate.go │ ├── AlibabaDchainAoxiangItemmappingBatchCreate.go │ ├── AlibabaDchainAoxiangItemmappingDelete.go │ ├── AlibabaDchainAoxiangItemmappingUnbundle.go │ ├── AlibabaDchainAoxiangItemmappingUpdateAsync.go │ ├── AlibabaDchainAoxiangOrderprocessReport.go │ ├── AlibabaDchainAoxiangPhysicsInventoryBatchUploadAsync.go │ ├── AlibabaDchainAoxiangReceiverinfoQuery.go │ ├── AlibabaDchainAoxiangScitemBatchCreate.go │ ├── AlibabaDchainAoxiangScitemBatchUpdate.go │ ├── AlibabaDchainAoxiangScitemDelete.go │ ├── AlibabaDchainAoxiangScitemQuery.go │ ├── AlibabaDchainAoxiangWarehouseCreateUpdate.go │ ├── AlibabaDchainAoxiangWarehouseStatusUpdate.go │ ├── AlibabaDchainAoxiangWmsDeliveryorderConfirm.go │ ├── AlibabaDchainAoxiangWmsDeliveryorderCreate.go │ ├── AlibabaDchainAoxiangWmsOrderCancel.go │ ├── AlibabaDchainAoxiangWmsOrderprocessReport.go │ ├── AlibabaDchainIsvWmsOrderprocessBatchReport.go │ ├── AlibabaDchainIsvWmsOrderprocessReport.go │ ├── AlibabaTianmaoCangpeiUopCreate.go │ ├── AlibabaTianmaoInventoryModify.go │ ├── AlibabaTianmaoInventoryQuery.go │ ├── AlibabaTianmaoLanpeiLogisticsMailno.go │ ├── AlibabaTianmaoLanpeiUopCreate.go │ ├── AlibabaTianmaoUopCancel.go │ ├── AlibabaTianmaoUopConsign.go │ ├── AlibabaTianmaoUopIntercept.go │ ├── TaobaoLogisticsDeliveryLineBatchDelete.go │ ├── TaobaoLogisticsDeliveryLineBatchUpdate.go │ ├── TaobaoLogisticsExpressAddressBlacklistTmsAsync.go │ ├── TaobaoLogisticsExpressAddressBlacklistTmsDelete.go │ ├── TaobaoLogisticsExpressCapacityTmsAsync.go │ ├── TaobaoLogisticsExpressCollectResourceTmsAsync.go │ ├── TaobaoLogisticsExpressCollectResourceTmsDelete.go │ ├── TaobaoLogisticsExpressDeliveryResourceCreate.go │ ├── TaobaoLogisticsExpressDeliverySendAbilityAsync.go │ ├── TaobaoLogisticsExpressSiteTmsSync.go │ ├── TaobaoLogisticsExpressUserBlacklistTmsSync.go │ ├── TaobaoLogisticsMediaResourcesUpload.go │ ├── TaobaoLogisticsWarehouseCapacityRuleUpdate.go │ ├── TaobaoLogisticsWarehouseCooperationBatchConfirm.go │ ├── TaobaoLogisticsWarehouseCooperationQuery.go │ ├── TaobaoLogisticsWarehouseCooperationUpdate.go │ ├── TaobaoLogisticsWarehouseOperationUpdate.go │ ├── TaobaoLogisticsWarehouseResourceUpdate.go │ ├── TmallAscpPricingScmTof.go │ └── doc.go ├── ascpchannel │ ├── AlibabaAscpAicSupplierAicinventoryChannelInventoryQuery.go │ ├── AlibabaAscpAicSupplierAicinventoryNegativeSaleInvalidate.go │ ├── AlibabaAscpAicSupplierAicinventoryNegativeSalePublish.go │ ├── AlibabaAscpAicSupplierAicinventoryNegativeSaleQuery.go │ ├── AlibabaAscpAicSupplierAicinventoryPublish.go │ ├── AlibabaAscpChannelDistributorInventoryGet.go │ ├── AlibabaAscpChannelDistributorInventoryListGet.go │ ├── AlibabaAscpChannelDistributorPriceGet.go │ ├── AlibabaAscpChannelDistributorProductDetail.go │ ├── AlibabaAscpChannelDistributorProductDistribute.go │ ├── AlibabaAscpChannelDistributorProductList.go │ ├── AlibabaAscpChannelDistributorProductSelect.go │ ├── AlibabaAscpChannelMainRefundCreate.go │ ├── AlibabaAscpChannelRefundCancel.go │ ├── AlibabaAscpChannelRefundClose.go │ ├── AlibabaAscpChannelRefundGoodsWaybill.go │ ├── AlibabaAscpChannelSalesOrderBeforeCheck.go │ ├── AlibabaAscpChannelSalesOrderConfirm.go │ ├── AlibabaAscpChannelSalesOrderCreate.go │ ├── AlibabaAscpChannelSubRefundCreate.go │ ├── AlibabaAscpChannelSupplierProductAuth.go │ ├── AlibabaAscpChannelSupplierProductDetail.go │ ├── AlibabaAscpChannelSupplierProductGoodsBind.go │ ├── AlibabaAscpChannelSupplierProductList.go │ ├── AlibabaAscpChannelSupplierProductPriceApply.go │ ├── AlibabaAscpGlobalSupplierItemListInfoQuery.go │ ├── AlibabaAscpIndustryIcpQueryLbx.go │ ├── AlibabaAscpIndustryLaunchExtraCharge.go │ ├── AlibabaAscpIndustryUopSupplierConsignoder.go │ ├── AlibabaAscpIndustryWaybillAccept.go │ ├── AlibabaAscpIndustryWaybillPreAccept.go │ ├── AlibabaAscpPresalespackageConsign.go │ ├── AlibabaAscpPurchasePriceCreate.go │ ├── AlibabaAscpSalecategoryQuery.go │ ├── AlibabaAscpUopCnReverseWarehouseorderUpdate.go │ ├── AlibabaAscpUopSelfSupplierWaybillQuery.go │ ├── AlibabaAscpUopSupplierConsignorderCancelFeedback.go │ ├── AlibabaAscpUopSupplierConsignorderNotifyReceived.go │ ├── AlibabaAscpUopSupplierConsignorderNotifyTmsChange.go │ ├── AlibabaAscpUopSupplierConsignorderOutofstockCallback.go │ ├── AlibabaAscpUopSupplierConsignorderShip.go │ ├── AlibabaAscpUopSupplierReverseorderCreate.go │ ├── AlibabaAscpUopSupplierReverseorderInstorageFeedback.go │ ├── AlibabaAscpUopSupplierReverseorderInstorageResult.go │ ├── AlibabaAscpUopTaobaoPresalesorderConsignconfirm.go │ ├── AlibabaAscpUopTaobaoPresalesorderCreate.go │ ├── AlibabaAscpUopTobPackageQuery.go │ ├── TaobaoInvTurnoverQuery.go │ └── doc.go ├── ascpffo │ ├── AliexpressAscpFfoItemQuery.go │ ├── AliexpressAscpFfoQuery.go │ ├── AliexpressAscpFroItemQuery.go │ ├── AliexpressAscpFroQuery.go │ ├── AliexpressAscpInventoryLogQuery.go │ ├── AliexpressAscpItemQuery.go │ ├── AliexpressAscpOnwayInventoryQuery.go │ ├── AliexpressAscpPoItemQuery.go │ ├── AliexpressAscpPoQuery.go │ ├── AliexpressAscpRoItemQuery.go │ ├── AliexpressAscpRoQuery.go │ ├── AliexpressAscpWarehouseInventoryQuery.go │ └── doc.go ├── ascpqcc │ ├── AlibabaAscpQccSampleCancelItemRelation.go │ ├── AlibabaAscpQccSampleUpdate.go │ └── doc.go ├── auction │ ├── TaobaoAuctionGovDataAnnuallyGet.go │ ├── TaobaoAuctionGovDataMonthlyGet.go │ ├── TaobaoAuctionGovDataRealtimeGet.go │ ├── TaobaoAuctionGovDataTopnGet.go │ ├── TaobaoAuctionGovGetLatestbid.go │ ├── TaobaoAuctionVehicleReportRecieve.go │ └── doc.go ├── autonavi │ ├── AlibabaAutonaviApiTrafficboardImageGet.go │ └── doc.go ├── axindata │ ├── TaobaoAlitripTravelAxinHotelCityGet.go │ ├── TaobaoAlitripTravelAxinHotelDetailQuery.go │ ├── TaobaoAlitripTravelAxinHotelListGet.go │ ├── TaobaoAlitripTravelAxinHotelMatch.go │ ├── TaobaoAlitripTravelAxinHotelPriceBatchGet.go │ ├── TaobaoAlitripTravelAxinHotelPriceGet.go │ ├── TaobaoAlitripTravelAxinHotelPriceQuery.go │ ├── TaobaoAlitripTravelAxinHotelRoomListQuery.go │ ├── TaobaoAlitripTravelAxinHotelRoomMatch.go │ ├── TaobaoAlitripTravelAxinHotelShidListQuery.go │ ├── TaobaoAlitripTravelAxinPoiDetailQuery.go │ ├── TaobaoAlitripTravelAxinPoiSearch.go │ ├── TaobaoAlitripTravelFscHotelListQuery.go │ ├── TaobaoAlitripTravelFscHotelModifyIncrement.go │ ├── TaobaoAlitripTravelFscRouteApiBusinessAreaGet.go │ ├── TaobaoAlitripTravelFscRouteApiDivisionApply.go │ ├── TaobaoAlitripTravelFscRouteApiDivisionGet.go │ ├── TaobaoAlitripTravelFscRouteApiPoiApply.go │ ├── TaobaoAlitripTravelFscRouteApiPoiGet.go │ ├── TaobaoAlitripTravelFscRouteApiProductAdd.go │ ├── TaobaoAlitripTravelFscRouteApiProductLabelGet.go │ ├── TaobaoAlitripTravelFscRouteApiProductOffline.go │ ├── TaobaoAlitripTravelFscRouteApiProductOnline.go │ ├── TaobaoAlitripTravelFscRouteApiProductUpdate.go │ ├── TaobaoAlitripTravelFscRouteApiProjectAdd.go │ ├── TaobaoAlitripTravelFscRouteApiProjectClose.go │ ├── TaobaoAlitripTravelFscRouteApiProjectInventoryUpdate.go │ ├── TaobaoAlitripTravelFscRouteApiProjectOpen.go │ ├── TaobaoAlitripTravelFscRouteApiProjectUpdate.go │ └── doc.go ├── axintrade │ ├── TaobaoAlitripAxinTransFundAdd.go │ ├── TaobaoAlitripAxinTransFundConfirm.go │ ├── TaobaoAlitripAxinTransFundQueryByOrder.go │ ├── TaobaoAlitripAxinTransFundUpdate.go │ ├── TaobaoAlitripAxinTransPayImgUpload.go │ ├── TaobaoAlitripAxinTransPayRegisterAudit.go │ ├── TaobaoAlitripAxinTransPayRegisterCreate.go │ ├── TaobaoAlitripAxinTransPayRegisterReapply.go │ ├── TaobaoAlitripAxinTransPaySignCheck.go │ ├── TaobaoAlitripAxinTransRefundCreate.go │ ├── TaobaoAlitripTravelAxinHotelOrderCreate.go │ ├── TaobaoAlitripTravelAxinHotelOrderDetail.go │ ├── TaobaoAlitripTravelAxinHotelOrderPay.go │ ├── TaobaoAlitripTravelAxinHotelOrderRefund.go │ ├── TaobaoAlitripTravelAxinHotelOrderValidate.go │ ├── TaobaoAlitripTravelAxinHotelticketOrderCreateorder.go │ ├── TaobaoAlitripTravelAxinHotelticketOrderQuery.go │ ├── TaobaoAlitripTravelAxinHotelticketOrderValidate.go │ ├── TaobaoAlitripTravelAxinHotelticketProductDetail.go │ ├── TaobaoAlitripTravelAxinHotelticketProductList.go │ ├── TaobaoAlitripTravelAxinHotelticketRefundOrderrefund.go │ └── doc.go ├── b2bcert │ ├── AlibabaAuthCertGet.go │ └── doc.go ├── baichuan │ ├── AlibabaBaichuanAsoActivate.go │ ├── AlibabaBaichuanAsoQuery.go │ ├── AlibabaBaichuanCtgContentGet.go │ ├── AlibabaBaichuanCtgUserRelation.go │ ├── AlibabaBaichuanCtgVideoUpload.go │ ├── AlibabaBaichuanTaopasswordCheck.go │ ├── AlibabaBaichuanTaopasswordConfig.go │ ├── AlibabaBaichuanTaopasswordQuery.go │ ├── TaobaoBaichuanItemSubscribe.go │ ├── TaobaoBaichuanItemSubscribeDailyLeftQuery.go │ ├── TaobaoBaichuanItemSubscribeRelationQuery.go │ ├── TaobaoBaichuanItemsSubscribe.go │ ├── TaobaoBaichuanItemsUnsubscribe.go │ ├── TaobaoBaichuanItemsUnsubscribeByCondition.go │ ├── TaobaoBaichuanOpenaccountLogin.go │ ├── TaobaoBaichuanOpenaccountLoginbytoken.go │ ├── TaobaoBaichuanOpenaccountLogindoublecheck.go │ ├── TaobaoBaichuanOpenaccountNewlogindoublecheck.go │ ├── TaobaoBaichuanOpenaccountPasswordReset.go │ ├── TaobaoBaichuanOpenaccountRegister.go │ ├── TaobaoBaichuanOpenaccountRegistercodeCheck.go │ ├── TaobaoBaichuanOpenaccountRegistercodeSend.go │ ├── TaobaoBaichuanOpenaccountResetcodeCheck.go │ ├── TaobaoBaichuanOpenaccountResetcodeSend.go │ ├── TaobaoBaichuanOrderurlGet.go │ ├── TaobaoBaichuanPayresultQuery.go │ ├── TaobaoBaichuanTaokeTrace.go │ ├── TaobaoBaichuanUserLogin.go │ ├── TaobaoBaichuanUserLoginbytoken.go │ ├── TaobaoBaichuanUserLogindoublecheck.go │ └── doc.go ├── baichuanctg │ ├── AlibabaBaichuanCtgToutiaoContent.go │ └── doc.go ├── baodian │ ├── TaobaoBaodianDepositGet.go │ ├── TaobaoBaodianDepositGetWithSdkversion.go │ ├── TaobaoBaodianServerDateGet.go │ ├── TaobaoBaodianServerSdkConfigGet.go │ ├── TaobaoDegUserGamegiftQuery.go │ └── doc.go ├── baoxian │ ├── AlipayBaoxianClaimReturngoodsstatusUpdate.go │ ├── AlipayBaoxianClaimSurveyConclusionSubmit.go │ ├── AlipayBaoxianClaimUpdate.go │ ├── AlipayBaoxianClaimUploadattachment.go │ └── doc.go ├── beehive │ ├── TaobaoBeehiveItemCpsUrl.go │ └── doc.go ├── bill │ ├── TaobaoBillAccountsGet.go │ ├── TaobaoBillBillsGet.go │ ├── TaobaoBillBookBillsGet.go │ ├── TaobaoTaeAccountsGet.go │ ├── TaobaoTaeBillGet.go │ ├── TaobaoTaeBillsGet.go │ ├── TaobaoTaeBookBillGet.go │ ├── TaobaoTaeBookBillsGet.go │ └── doc.go ├── blackvip │ ├── TaobaoBlackvipUserinfoGet.go │ └── doc.go ├── brandhub │ ├── TaobaoBrandStarshopRptTargetGet.go │ ├── TaobaoBrandStartshopRptAccountGet.go │ ├── TaobaoBrandStartshopRptAdgroupGet.go │ ├── TaobaoBrandStartshopRptCampaignGet.go │ ├── TaobaoBrandStartshopRptCreativeGet.go │ ├── TaobaoBrandStartshopRptWordpackageGet.go │ ├── TaobaoBrandhubSpecialshowRptAdgroupGet.go │ └── doc.go ├── btrip │ ├── AlitripBtipCostCenterQuery.go │ ├── AlitripBtripApplyGet.go │ ├── AlitripBtripApplySearch.go │ ├── AlitripBtripApprovalModify.go │ ├── AlitripBtripApprovalNew.go │ ├── AlitripBtripApprovalUpdate.go │ ├── AlitripBtripCityCarApplyAdd.go │ ├── AlitripBtripCityCarApplyApprove.go │ ├── AlitripBtripCityCarApplyQuery.go │ ├── AlitripBtripCorpopApplyAdd.go │ ├── AlitripBtripCorpopApplyApprove.go │ ├── AlitripBtripCorpopApplyGet.go │ ├── AlitripBtripCorpopApplyModify.go │ ├── AlitripBtripCorpopApplySearch.go │ ├── AlitripBtripCorpopBtriptrainBillsettlementQuery.go │ ├── AlitripBtripCorpopCarBillsettlementQuery.go │ ├── AlitripBtripCorpopCommonapplyGet.go │ ├── AlitripBtripCorpopDepartSync.go │ ├── AlitripBtripCorpopExceedapplySync.go │ ├── AlitripBtripCorpopFlightBillsettlementQuery.go │ ├── AlitripBtripCorpopFlightExceedapplyGet.go │ ├── AlitripBtripCorpopHotelBillsettlementQuery.go │ ├── AlitripBtripCorpopHotelExceedapplyGet.go │ ├── AlitripBtripCorpopTrainExceedapplyGet.go │ ├── AlitripBtripCorpopUserSync.go │ ├── AlitripBtripCostCenterDelete.go │ ├── AlitripBtripCostCenterEntityAdd.go │ ├── AlitripBtripCostCenterEntityDelete.go │ ├── AlitripBtripCostCenterEntitySet.go │ ├── AlitripBtripCostCenterGet.go │ ├── AlitripBtripCostCenterModify.go │ ├── AlitripBtripCostCenterNew.go │ ├── AlitripBtripCostCenterTransfer.go │ ├── AlitripBtripEmployeeQuery.go │ ├── AlitripBtripFlightCitySuggest.go │ ├── AlitripBtripFlightDistributionAccount.go │ ├── AlitripBtripFlightDistributionChangeApply.go │ ├── AlitripBtripFlightDistributionChangeCancel.go │ ├── AlitripBtripFlightDistributionChangeDetail.go │ ├── AlitripBtripFlightDistributionChangeNewapply.go │ ├── AlitripBtripFlightDistributionChangeNewcancel.go │ ├── AlitripBtripFlightDistributionChangeNewdetail.go │ ├── AlitripBtripFlightDistributionChangeNewpay.go │ ├── AlitripBtripFlightDistributionChangeNewquery.go │ ├── AlitripBtripFlightDistributionChangePay.go │ ├── AlitripBtripFlightDistributionChangeQuery.go │ ├── AlitripBtripFlightDistributionFlightlist.go │ ├── AlitripBtripFlightDistributionModifyFlightsearch.go │ ├── AlitripBtripFlightDistributionModifyNewflightsearch.go │ ├── AlitripBtripFlightDistributionNewflightlist.go │ ├── AlitripBtripFlightDistributionOrderCancel.go │ ├── AlitripBtripFlightDistributionOrderCreate.go │ ├── AlitripBtripFlightDistributionOrderDetail.go │ ├── AlitripBtripFlightDistributionOrderNewcreate.go │ ├── AlitripBtripFlightDistributionOrderNewpay.go │ ├── AlitripBtripFlightDistributionOrderPay.go │ ├── AlitripBtripFlightDistributionRefundApply.go │ ├── AlitripBtripFlightDistributionRefundDetail.go │ ├── AlitripBtripFlightDistributionRefundNewapply.go │ ├── AlitripBtripFlightDistributionRefundNewdetail.go │ ├── AlitripBtripFlightDistributionRefundNewprecal.go │ ├── AlitripBtripFlightDistributionRefundPrecal.go │ ├── AlitripBtripFlightOrderSearch.go │ ├── AlitripBtripHotelDistributionOrderCancel.go │ ├── AlitripBtripHotelDistributionOrderCreate.go │ ├── AlitripBtripHotelDistributionOrderDetail.go │ ├── AlitripBtripHotelDistributionOrderPay.go │ ├── AlitripBtripHotelDistributionOrderValidate.go │ ├── AlitripBtripHotelDistributionSearchDetail.go │ ├── AlitripBtripHotelDistributionSearchHotHotel.go │ ├── AlitripBtripHotelDistributionSearchLowPrice.go │ ├── AlitripBtripHotelDistributionSearchStatic.go │ ├── AlitripBtripHotelOrderSearch.go │ ├── AlitripBtripInvoiceGet.go │ ├── AlitripBtripInvoiceSearch.go │ ├── AlitripBtripInvoiceSettingAdd.go │ ├── AlitripBtripInvoiceSettingDelete.go │ ├── AlitripBtripInvoiceSettingModify.go │ ├── AlitripBtripInvoiceSettingRule.go │ ├── AlitripBtripMonthbillUrlGet.go │ ├── AlitripBtripOpenCostCenterDelete.go │ ├── AlitripBtripOpenCostCenterEntityAdd.go │ ├── AlitripBtripOpenCostCenterEntityDelete.go │ ├── AlitripBtripOpenCostCenterEntitySet.go │ ├── AlitripBtripOpenCostCenterModify.go │ ├── AlitripBtripOpenCostCenterNew.go │ ├── AlitripBtripOpenCostCenterQuery.go │ ├── AlitripBtripOpenCostCenterTransfer.go │ ├── AlitripBtripOpenInvoiceSearch.go │ ├── AlitripBtripOpenSupplychainFlightTrade.go │ ├── AlitripBtripOpenSupplychainHotelTrade.go │ ├── AlitripBtripOpenSupplychainTrainTrade.go │ ├── AlitripBtripOpenSupplychainVehicleTrade.go │ ├── AlitripBtripOpenplatformAddressGet.go │ ├── AlitripBtripProjectAdd.go │ ├── AlitripBtripProjectDelete.go │ ├── AlitripBtripProjectModify.go │ ├── AlitripBtripSupplychainBusIndustrySearch.go │ ├── AlitripBtripSupplychainFlightCity.go │ ├── AlitripBtripSupplychainFlightDetailSearch.go │ ├── AlitripBtripSupplychainFlightIndustrySearch.go │ ├── AlitripBtripSupplychainFlightSearch.go │ ├── AlitripBtripSupplychainHotelSearch.go │ ├── AlitripBtripSupplychainTrainCity.go │ ├── AlitripBtripSupplychainTrainDetailSearch.go │ ├── AlitripBtripSupplychainTrainDetailSearchVtwo.go │ ├── AlitripBtripSupplychainTrainIndustrySearch.go │ ├── AlitripBtripSupplychainTrainSearch.go │ ├── AlitripBtripSupplychainVehicleSearch.go │ ├── AlitripBtripTrainCitySuggest.go │ ├── AlitripBtripTrainOrderSearch.go │ ├── AlitripBtripVehicleOrderSearch.go │ └── doc.go ├── bus │ ├── AlitripBusInsuranceRecommend.go │ ├── TaobaoAlitripBusTicketsInsuranceRecommend.go │ ├── TaobaoBusAgentBookticketConfirm.go │ ├── TaobaoBusAgentCityChange.go │ ├── TaobaoBusAgentMultipleRefundConfirm.go │ ├── TaobaoBusAgentRefundConfirm.go │ ├── TaobaoBusAgentRefundticketConfirm.go │ ├── TaobaoBusAgentReturnticketConfirm.go │ ├── TaobaoBusBusnumberGet.go │ ├── TaobaoBusBusnumberSet.go │ ├── TaobaoBusCancleorderSet.go │ ├── TaobaoBusCityGet.go │ ├── TaobaoBusDisableqrcodeSet.go │ ├── TaobaoBusHistoryorderGet.go │ ├── TaobaoBusInvoiceReturn.go │ ├── TaobaoBusItemNotify.go │ ├── TaobaoBusLastplaceGet.go │ ├── TaobaoBusMerchantOrderGet.go │ ├── TaobaoBusNumbersStockpriceUpdate.go │ ├── TaobaoBusNumbersUpdate.go │ ├── TaobaoBusOrderGet.go │ ├── TaobaoBusOrderSet.go │ ├── TaobaoBusRefundSet.go │ ├── TaobaoBusRefundfeeGet.go │ ├── TaobaoBusRefundticketpriceSet.go │ ├── TaobaoBusSeatpriceGet.go │ ├── TaobaoBusTicketSet.go │ ├── TaobaoBusTvmbookorderSet.go │ ├── TaobaoBusTvmcancelorderSet.go │ ├── TaobaoBusTvmcreateorderSet.go │ ├── TaobaoBusTvmcreateqrcodeSet.go │ ├── TaobaoBusTvmpayorderSet.go │ ├── TaobaoBusTvmqueryorderGet.go │ ├── TaobaoBusTvmrefundorderSet.go │ └── doc.go ├── c2m │ ├── TaobaoSebpOrganizationGetinviteinfo.go │ ├── TaobaoSebpOrganizationGetorderinfo.go │ └── doc.go ├── cainiaocntec │ ├── CainiaoCntecCompassRpaExeResultsave.go │ ├── CainiaoCntecLocallifeCommunitylifeSyncorderstatus.go │ ├── CainiaoCntecLocallifeCommunitylifeVerifyservicecode.go │ ├── CainiaoCntecShopkeeperSupplyStatisticsQuery.go │ └── doc.go ├── cainiaoecc │ ├── CainiaoEccExceptionsDelayCount.go │ ├── CainiaoEccExceptionsDelayGet.go │ └── doc.go ├── cainiaohandover │ ├── CainiaoGlobalCommithandovercontentUpdate.go │ ├── CainiaoGlobalHandoverCancel.go │ ├── CainiaoGlobalHandoverCloudprintGet.go │ ├── CainiaoGlobalHandoverCommit.go │ ├── CainiaoGlobalHandoverContentQuery.go │ ├── CainiaoGlobalHandoverContentSubbagAdd.go │ ├── CainiaoGlobalHandoverParcelQuery.go │ ├── CainiaoGlobalHandoverPdfGet.go │ ├── CainiaoGlobalHandoverSavedraft.go │ ├── CainiaoGlobalHandoverUpdate.go │ ├── CainiaoGlobalLogisticOrderCreate.go │ ├── CainiaoGlobalLogisticsCarrierQuerylist.go │ ├── CainiaoGlobalSolutionInquiry.go │ ├── CainiaoGlobalSolutionServiceResourceQuery.go │ └── doc.go ├── cainiaolocker │ ├── CainiaoEndpointLockerTopOrderNotice.go │ ├── CainiaoEndpointLockerTopOrderNoticesendQuery.go │ ├── CainiaoEndpointLockerTopOrderTrackingNew.go │ ├── CainiaoEndpointLockerTopOrderWithhold.go │ ├── CainiaoEndpointLockerTopStationAddorupdate.go │ ├── CainiaoEndpointLockerTopWithholdQuery.go │ ├── CainiaoGuoguoWaybillGet.go │ ├── CainiaoNbaddAppointdeliverFeedbackcodes.go │ ├── CainiaoNborderfrontUserOutsideQueryoutsideuser.go │ └── doc.go ├── cainiaoncwl │ ├── CainiaoNcwlJhorderQuery.go │ └── doc.go ├── caipiao │ ├── TaobaoCaipiaoGoodsInfoGet.go │ ├── TaobaoCaipiaoGoodsInfoInput.go │ ├── TaobaoCaipiaoLotterytypesGet.go │ ├── TaobaoCaipiaoMarketingPut.go │ ├── TaobaoCaipiaoPresentStatGet.go │ ├── TaobaoCaipiaoShopInfoInput.go │ ├── TaobaoCaipiaoSignstatusCheck.go │ └── doc.go ├── campus │ ├── AlibabaCampusAclCancelpermiitemfromrole.go │ ├── AlibabaCampusAclCancelrolesfromuser.go │ ├── AlibabaCampusAclCheckemprole.go │ ├── AlibabaCampusAclGetmenubyempid.go │ ├── AlibabaCampusAclGetpermissionbyroleid.go │ ├── AlibabaCampusAclGetrolebyempid.go │ ├── AlibabaCampusAclGrantpermiitemstouser.go │ ├── AlibabaCampusAclGrantpermiitemtorole.go │ ├── AlibabaCampusAclInsertrole.go │ ├── AlibabaCampusAclNewCheckusermenu.go │ ├── AlibabaCampusAclNewCheckuserpermission.go │ ├── AlibabaCampusAclNewCheckuserrole.go │ ├── AlibabaCampusAclNewDeleteuserrole.go │ ├── AlibabaCampusAclNewFreezerole.go │ ├── AlibabaCampusAclNewGetappmenutree.go │ ├── AlibabaCampusAclNewGetrolewithmenutreenodes.go │ ├── AlibabaCampusAclNewListroles.go │ ├── AlibabaCampusAclNewListuserbymenu.go │ ├── AlibabaCampusAclNewListusermenu.go │ ├── AlibabaCampusAclNewListuserroles.go │ ├── AlibabaCampusAclNewPageuserrole.go │ ├── AlibabaCampusAclNewRemoverole.go │ ├── AlibabaCampusAclNewSaverolewithmenu.go │ ├── AlibabaCampusAclNewUnfreezerole.go │ ├── AlibabaCampusAclQueryallemppermiitem.go │ ├── AlibabaCampusAclQueryallrole.go │ ├── AlibabaCampusAclUpdategrantroletouser.go │ ├── AlibabaCampusAdminmapPoiinfoGetlistbygroup.go │ ├── AlibabaCampusAdminmapUserlocationinfoGetactualuserlocationinfobyids.go │ ├── AlibabaCampusAdminmapUserlocationinfoGetuserlocationinfologs.go │ ├── AlibabaCampusAdminmapUserlocationinfoInsertactualuserlocationinfo.go │ ├── AlibabaCampusCoreAppGetappusages.go │ ├── AlibabaCampusCoreCompanycampusGetcombycamid.go │ ├── AlibabaCampusCoreEmployeeModifyemployee.go │ ├── AlibabaCampusDeviceGetdeviceforquery.go │ ├── AlibabaCampusDeviceHistorydataGet.go │ ├── AlibabaCampusDeviceOpenapiFeedbackeventinfo.go │ ├── AlibabaCampusDeviceOpenapiGetdevicelist.go │ ├── AlibabaCampusDeviceOpenapiGetdevicerealtimedata.go │ ├── AlibabaCampusDeviceOpenapiGetdevicerealtimelog.go │ ├── AlibabaCampusDeviceOpenapiGethistorydata.go │ ├── AlibabaCampusDeviceOpenapiGetsimpledevice.go │ ├── AlibabaCampusDeviceOpenapiGetsimpledevicelist.go │ ├── AlibabaCampusDeviceOpenapiGettemplatelist.go │ ├── AlibabaCampusDeviceOpenapiGetuniquedevice.go │ ├── AlibabaCampusDeviceOpenapiOperatedevice.go │ ├── AlibabaCampusDeviceOpenapiSaveeventinfoforibos.go │ ├── AlibabaCampusDevicehubOpenapiReportdata.go │ ├── AlibabaCampusGuardControllerConfigsync.go │ ├── AlibabaCampusGuardControllerOfflinedata.go │ ├── AlibabaCampusGuardControllerOfflinelog.go │ ├── AlibabaCampusGuardDataSync.go │ ├── AlibabaCampusGuardTimeperiodListdatetemplate.go │ ├── AlibabaCampusGuardTimeperiodListtimerule.go │ ├── AlibabaCampusGuardantDataSync.go │ ├── AlibabaCampusGuardantGateSync.go │ ├── AlibabaCampusGuardantGatewayCallback.go │ ├── AlibabaCampusSpaceAttrSetattr.go │ ├── AlibabaCampusSpaceBuildingGetbycampusid.go │ ├── AlibabaCampusSpaceCampusGetbyid.go │ ├── AlibabaCampusSpaceFloorGetbybuildingid.go │ ├── AlibabaCampusSpaceFloorGetbyid.go │ ├── AlibabaCampusSpaceGetbyids.go │ ├── AlibabaCampusSpaceGroupGetbyid.go │ ├── AlibabaCampusSpaceGroupGetlist.go │ ├── AlibabaCampusSpaceGroupGetlistbycampusandtype.go │ ├── AlibabaCampusSpaceGroupGetspacegrouplistwithattr.go │ ├── AlibabaCampusSpaceGroupGetspacegroupwithattr.go │ ├── AlibabaCampusSpaceTypeGetbycode.go │ ├── AlibabaCampusSpaceTypeGetpageresult.go │ ├── AlibabaCampusSpaceUnitGetbyid.go │ ├── AlibabaCampusSpaceUnitGetlist.go │ ├── AlibabaCampusSpaceUnitGetlistbycampusandtype.go │ ├── AlibabaCampusSpaceUnitGetlistbygroupid.go │ ├── AlibabaCampusSpaceUnitGetlistmapbygroupid.go │ ├── AlibabaCampusSpaceUnitGetlistwithattrbygroupid.go │ ├── AlibabaCampusSpaceUnitGetspaceunitlistwithattr.go │ ├── AlibabaCampusSpaceUnitGetspaceunitwithattr.go │ ├── AlibabaCampusTopologyGetall.go │ ├── AlibabaCampusVisitorImageUpload.go │ ├── AlibabaGuardAccessAuth.go │ ├── AlibabaIworkCoreHrsGetperson.go │ ├── AlibabaIworkMcMsgSenddefault.go │ ├── AlibabaIworkMcMsgSendmobile.go │ ├── AlibabaUnitCampusSpaceBookinfoQuery.go │ ├── AlibabaVisitorGetidsbyqrcode.go │ └── doc.go ├── car │ ├── AlitripRentcarOrderDetailQuery.go │ ├── AlitripTransferOrderDetail.go │ ├── AlitripTravelCrsdriverArrange.go │ ├── AlitripTravelCrsorderComplete.go │ ├── AlitripTravelCrsorderSearch.go │ ├── TaobaoAlitripCarDriverStatusUpdate.go │ ├── TaobaoAlitripCarOrderAccept.go │ ├── TaobaoAlitripCarOrderComplete.go │ ├── TaobaoAlitripCarOrderConfirm.go │ ├── TaobaoAlitripCarOrderQuery.go │ ├── TaobaoAlitripCarOrderStatus.go │ ├── TaobaoAlitripCarRentOrderCancel.go │ ├── TaobaoAlitripDomesticRentCarStatusUpdate.go │ └── doc.go ├── category │ ├── AlibabaImapCategoryPredict.go │ ├── AlibabaImapFixedmappingQuery.go │ ├── AlibabaImapPvAutofill.go │ ├── AliexpressSocialDiscategoryGet.go │ ├── TaobaoItemCatpropsModificationGet.go │ ├── TaobaoItemcatsAuthorizeGet.go │ ├── TaobaoItemcatsGet.go │ └── doc.go ├── charity │ ├── AlibabaCharityBindCancel.go │ ├── AlibabaCharityCharitytimeCommonauth.go │ ├── AlibabaCharityCharitytimeList.go │ ├── AlibabaCharityCharitytimeQuery.go │ ├── AlibabaCharityCharitytimeQuerytime.go │ ├── AlibabaCharityCharitytimeUserCancelauth.go │ ├── AlibabaCharityCharitytimeUserQuerythirduserhasauth.go │ ├── AlibabaCharityCharitytimeUserQueryusercharityaccount.go │ ├── AlibabaCharityUserBindGeturi.go │ ├── AlibabaCharityUserExternalAuth.go │ ├── AlibabaCharityUserExternalAuthCancel.go │ ├── AlibabaCharityUseractionSync.go │ ├── AlibabaCsrDonateInvoiceQuerytoblockchainoss.go │ ├── AlibabaCsrDonateOrgInvoiceDraw.go │ ├── AlibabaCsrDonateOrgInvoiceReject.go │ ├── AlibabaCsrDonateOrgInvoiceUndrawList.go │ ├── AlibabaCsrDonateSellerInvoiceSyncinfo.go │ ├── AlibabaCsrGameDataSync.go │ ├── AlibabaCsrGameDataSyncCheck.go │ ├── AlibabaValueCoinIssue.go │ ├── AlibabaValueUserGetid.go │ └── doc.go ├── choujiang │ ├── TaobaoDeActivitySecuritytokenApply.go │ └── doc.go ├── cityretail │ ├── TaobaoCityretailWmflConvertWarehouse.go │ ├── TmallCityretailWmflOrderLogisticsQuery.go │ └── doc.go ├── cloudgame │ ├── AlibabaCgameAvatarUserbodyQuery.go │ ├── AlibabaCgameContentDistributionAppDeletionUpdate.go │ ├── AlibabaCgameContentDistributionFileDownloadUpdate.go │ ├── AlibabaCgameLiteplayAvatarBodyQuery.go │ ├── AlibabaCgameLiteplayAvatarRecordReport.go │ ├── AlibabaCgameMpMpprojectInitnewproject.go │ ├── AlibabaCgameMpMpprojectLoginexistaccount.go │ ├── AlibabaCgameMpMpsessionSendmessagetogame.go │ ├── AlibabaCgameScoreReport.go │ ├── AlibabaCloudgameInteractiveGameGamepadGet.go │ ├── AlibabaCloudgameInteractiveGameHeartbeat.go │ ├── AlibabaCloudgameInteractiveGameJoincodeAssign.go │ ├── AlibabaCloudgameInteractiveGamePlayerKickout.go │ ├── AlibabaCloudgameInteractiveGamePlayerStatusGet.go │ ├── AlibabaCloudgameInteractiveGamePlayerStop.go │ ├── AlibabaCloudgameInteractiveGameRoomCreate.go │ ├── AlibabaCloudgameInteractiveGameRoomShutdown.go │ ├── AlibabaCloudgameInteractiveGameStart.go │ ├── AlibabaCloudgameInteractiveGameStatusGet.go │ ├── AlibabaCloudgameOpenidQuery.go │ ├── AlibabaCloudgameUserMixuseridCheck.go │ ├── YoukuCgameScoreReport.go │ └── doc.go ├── cloudpush │ ├── TaobaoCloudpushMessageAndroid.go │ ├── TaobaoCloudpushMessageIos.go │ ├── TaobaoCloudpushNoticeAndroid.go │ ├── TaobaoCloudpushNoticeIos.go │ ├── TaobaoCloudpushPush.go │ └── doc.go ├── cmns │ ├── YunosServiceCmnsCoaDeviceGet.go │ ├── YunosServiceCmnsCoaDeviceIsonline.go │ ├── YunosServiceCmnsCoaMessageAck.go │ ├── YunosServiceCmnsCoaMessageAcksList.go │ ├── YunosServiceCmnsCoaMessageCancel.go │ ├── YunosServiceCmnsCoaMessageGet.go │ ├── YunosServiceCmnsCoaMessagePush.go │ ├── YunosServiceCmnsCoaMessageresultGet.go │ ├── YunosServiceCmnsCoaPush.go │ └── doc.go ├── cntms │ ├── CainiaoCntmsLogisticsOrderConsign.go │ └── doc.go ├── consignplatform │ ├── CainiaoConsignplatformOrderCancel.go │ ├── CainiaoConsignplatformOrderCreate.go │ └── doc.go ├── crm │ ├── TaobaoCrmExchangeActivityCreate.go │ ├── TaobaoCrmExchangeCrowdinstanceAddPrivy.go │ ├── TaobaoCrmGradeGet.go │ ├── TaobaoCrmGradeSet.go │ ├── TaobaoCrmGrademktMemberAdd.go │ ├── TaobaoCrmGrademktMemberDetailCreate.go │ ├── TaobaoCrmGrademktMemberDetailDelete.go │ ├── TaobaoCrmGrademktMemberDetailQuery.go │ ├── TaobaoCrmGrademktMemberQuery.go │ ├── TaobaoCrmGroupAdd.go │ ├── TaobaoCrmGroupAppend.go │ ├── TaobaoCrmGroupDelete.go │ ├── TaobaoCrmGroupMove.go │ ├── TaobaoCrmGroupUpdate.go │ ├── TaobaoCrmGroupsGet.go │ ├── TaobaoCrmGrouptaskCheck.go │ ├── TaobaoCrmMemberGroupGet.go │ ├── TaobaoCrmMemberGroupGetPrivy.go │ ├── TaobaoCrmMemberIdentityGet.go │ ├── TaobaoCrmMemberJoinurlGet.go │ ├── TaobaoCrmMemberinfoUpdate.go │ ├── TaobaoCrmMemberinfoUpdatePrivy.go │ ├── TaobaoCrmMembersGet.go │ ├── TaobaoCrmMembersGetPrivy.go │ ├── TaobaoCrmMembersGroupBatchadd.go │ ├── TaobaoCrmMembersGroupBatchaddPrivy.go │ ├── TaobaoCrmMembersGroupsBatchdelete.go │ ├── TaobaoCrmMembersGroupsBatchdeletePrivy.go │ ├── TaobaoCrmMembersIncrementGet.go │ ├── TaobaoCrmMembersIncrementGetPrivy.go │ ├── TaobaoCrmMembersSearch.go │ ├── TaobaoCrmMembersSearchPrivy.go │ ├── TaobaoCrmPointAvailableGet.go │ ├── TaobaoCrmServiceChannelShortlinkCreate.go │ ├── TaobaoCrmShopvipCancel.go │ ├── TaobaoMemberHismemberdataGetPrivy.go │ └── doc.go ├── customizemarket │ ├── AlibabaTaobaoIndustryPetProfileQuery.go │ ├── TaobaoMarketPictureGetuserpictures.go │ ├── TmallIndustryBabyAuthprofileBackflow.go │ └── doc.go ├── damai │ ├── AlibabaDamaiEcSearchProjectSearch.go │ ├── AlibabaDamaiMevOpenBatchpushticket.go │ ├── AlibabaDamaiMevOpenChangeticket.go │ ├── AlibabaDamaiMevOpenDeleteFaceelement.go │ ├── AlibabaDamaiMevOpenDeletePaperformat.go │ ├── AlibabaDamaiMevOpenDeleteface.go │ ├── AlibabaDamaiMevOpenDeletefloor.go │ ├── AlibabaDamaiMevOpenDeleteitem.go │ ├── AlibabaDamaiMevOpenDeleteperform.go │ ├── AlibabaDamaiMevOpenDeleteproject.go │ ├── AlibabaDamaiMevOpenDeletestand.go │ ├── AlibabaDamaiMevOpenDeletevenue.go │ ├── AlibabaDamaiMevOpenInvalidticket.go │ ├── AlibabaDamaiMevOpenLockticket.go │ ├── AlibabaDamaiMevOpenPushPaperformat.go │ ├── AlibabaDamaiMevOpenPushface.go │ ├── AlibabaDamaiMevOpenPushfaceelement.go │ ├── AlibabaDamaiMevOpenPushfloor.go │ ├── AlibabaDamaiMevOpenPushitem.go │ ├── AlibabaDamaiMevOpenPushperform.go │ ├── AlibabaDamaiMevOpenPushproject.go │ ├── AlibabaDamaiMevOpenPushstand.go │ ├── AlibabaDamaiMevOpenPushvenue.go │ ├── AlibabaDamaiMevOpenResetticket.go │ ├── AlibabaDamaiMevOpenUnlockticket.go │ ├── AlibabaDamaiMevOpenWithdrawticket.go │ └── doc.go ├── damaiticklet │ ├── AlibabaDamaiMxOpengatewayScript.go │ ├── AlibabaDamaiTickletQrcodeDecode.go │ └── doc.go ├── degoperation │ ├── TaobaoDegoperationCheckAddrStatus.go │ ├── TaobaoDegoperationCreateqrcode.go │ ├── TaobaoDegoperationDoLuckydraw.go │ ├── TaobaoDegoperationGetByEventkey.go │ ├── TaobaoDegoperationGetInfoUuid.go │ ├── TaobaoDegoperationShowTopRecords.go │ ├── TaobaoDegoperationShowUserRecords.go │ └── doc.go ├── deliveryvoucher │ ├── TaobaoGameDeliveryvoucherCancelvoucher.go │ ├── TaobaoGameDeliveryvoucherEvaluate.go │ ├── TaobaoGameDeliveryvoucherOrdervoucher.go │ ├── TaobaoGameDeliveryvoucherRollbackvoucher.go │ ├── TaobaoGameDeliveryvoucherSendgoods.go │ ├── TaobaoGameDeliveryvoucherSendvoucher.go │ ├── TaobaoGameDeliveryvoucherWatch.go │ └── doc.go ├── dengta │ ├── AlibabaPicturesDengtaImsDouyinAccountChanged.go │ ├── AlibabaPicturesDengtaImsOrderStatusChange.go │ ├── AlibabaPicturesDengtaOrderEffectImport.go │ ├── AlibabaPicturesDengtaOrderStatusChange.go │ ├── AlibabaPicturesDengtaWbaccountPriceChange.go │ ├── AlibabaPicturesDengtaWxaccountPriceChange.go │ └── doc.go ├── dmp │ ├── TaobaoDmpCrowdBasicFind.go │ ├── TaobaoDmpCrowdTemplateApply.go │ ├── TaobaoDmpCrowdTemplateTopicFind.go │ └── doc.go ├── doc.go ├── drug │ ├── AlibabaAlihealthNrRxQueryimage.go │ ├── AlibabaAlihealthNrSpuQuery.go │ ├── AlibabaAlihealthNrTradeMedicalInsuranceGet.go │ ├── AlibabaAlihealthNrTradeOrderGet.go │ ├── AlibabaAlihealthNrTradeOrderGetorderdetail.go │ ├── AlibabaHealthNrLogisticsDeliverynoUpdate.go │ ├── AlibabaHealthNrLogisticsWaybillGet.go │ ├── TaobaoAlihealthDrugStoreGet.go │ ├── TaobaoAlihealthDrugStoreSearch.go │ ├── TaobaoAlihealthDrugUserShopGet.go │ └── doc.go ├── drugtrace │ ├── AlibabaAlihealthCodeGetcodeinfo.go │ ├── AlibabaAlihealthDrugBillUpbillDetailWithcode.go │ ├── AlibabaAlihealthDrugCodeAdvanceBillFlowDirection.go │ ├── AlibabaAlihealthDrugCodeCodeCheckHospital.go │ ├── AlibabaAlihealthDrugCodeCodeCheckMedicalInsurance.go │ ├── AlibabaAlihealthDrugCodeCommonListCodeinfo.go │ ├── AlibabaAlihealthDrugCodeErrorReport.go │ ├── AlibabaAlihealthDrugCodeKytDrQuerycode.go │ ├── AlibabaAlihealthDrugCodeKytHospitalsenddrugmachine.go │ ├── AlibabaAlihealthDrugCodeKytQuerycode.go │ ├── AlibabaAlihealthDrugCodeKytQuerycodeflow.go │ ├── AlibabaAlihealthDrugCodeKytSmyxQuerycode.go │ ├── AlibabaAlihealthDrugCodeKytSpeciaVaccinQuerycode.go │ ├── AlibabaAlihealthDrugCodeKytVaQuerycode.go │ ├── AlibabaAlihealthDrugCodeKytWesCheckcoderelation.go │ ├── AlibabaAlihealthDrugCodeKytWesGetlicense.go │ ├── AlibabaAlihealthDrugCodeKytWesQuerycode.go │ ├── AlibabaAlihealthDrugCodeKytWesQuerycoderelation.go │ ├── AlibabaAlihealthDrugCodeKytYdQuerycode.go │ ├── AlibabaAlihealthDrugCodeKytYqQuerycode.go │ ├── AlibabaAlihealthDrugCodeKytYyApplycode.go │ ├── AlibabaAlihealthDrugCodeKytYyQuerycode.go │ ├── AlibabaAlihealthDrugCodeListCodeAlkali.go │ ├── AlibabaAlihealthDrugCodeListCodeGov.go │ ├── AlibabaAlihealthDrugCodeListCodeMedicalInsurance.go │ ├── AlibabaAlihealthDrugCodeListCodeSupervise.go │ ├── AlibabaAlihealthDrugDownloadDataerrordiagnosis.go │ ├── AlibabaAlihealthDrugDownloadEntlist.go │ ├── AlibabaAlihealthDrugDownloadFileacceptret.go │ ├── AlibabaAlihealthDrugDownloadGetentauthent.go │ ├── AlibabaAlihealthDrugDownloadGetentdailytaskdtolist.go │ ├── AlibabaAlihealthDrugDownloadGetproductxml.go │ ├── AlibabaAlihealthDrugGetbarcodeBytraccode.go │ ├── AlibabaAlihealthDrugKytCodeprocess.go │ ├── AlibabaAlihealthDrugKytCodereplace.go │ ├── AlibabaAlihealthDrugKytCodereplacelog.go │ ├── AlibabaAlihealthDrugKytCodetobill.go │ ├── AlibabaAlihealthDrugKytDestbillCheck.go │ ├── AlibabaAlihealthDrugKytDestbillList.go │ ├── AlibabaAlihealthDrugKytDrAssociateequi.go │ ├── AlibabaAlihealthDrugKytDrBillcheck.go │ ├── AlibabaAlihealthDrugKytDrDrugrecal.go │ ├── AlibabaAlihealthDrugKytDrGetbyentid.go │ ├── AlibabaAlihealthDrugKytDrGetbyrefentid.go │ ├── AlibabaAlihealthDrugKytDrGetentinfo.go │ ├── AlibabaAlihealthDrugKytDrGetproteminfo.go │ ├── AlibabaAlihealthDrugKytDrGetupteminfo.go │ ├── AlibabaAlihealthDrugKytDrListparts.go │ ├── AlibabaAlihealthDrugKytDrQueryupbillcode.go │ ├── AlibabaAlihealthDrugKytDrSearchstatus.go │ ├── AlibabaAlihealthDrugKytDrSinglerelation.go │ ├── AlibabaAlihealthDrugKytDrStorageupload.go │ ├── AlibabaAlihealthDrugKytDrTransportupload.go │ ├── AlibabaAlihealthDrugKytDrUploadinoutbill.go │ ├── AlibabaAlihealthDrugKytDrVaequipmentList.go │ ├── AlibabaAlihealthDrugKytDrugcodes.go │ ├── AlibabaAlihealthDrugKytDrugdetail.go │ ├── AlibabaAlihealthDrugKytDrugrescode.go │ ├── AlibabaAlihealthDrugKytDrugtable.go │ ├── AlibabaAlihealthDrugKytDruploadretail.go │ ├── AlibabaAlihealthDrugKytFiledownload.go │ ├── AlibabaAlihealthDrugKytGetbyentid.go │ ├── AlibabaAlihealthDrugKytGetbyrefentid.go │ ├── AlibabaAlihealthDrugKytGetcodebaseinfo.go │ ├── AlibabaAlihealthDrugKytGetcodebillinfo.go │ ├── AlibabaAlihealthDrugKytGetdruginfoDownloadurl.go │ ├── AlibabaAlihealthDrugKytGetdruglicense.go │ ├── AlibabaAlihealthDrugKytGetentinfo.go │ ├── AlibabaAlihealthDrugKytGetentlicense.go │ ├── AlibabaAlihealthDrugKytIdgenerate.go │ ├── AlibabaAlihealthDrugKytListauths.go │ ├── AlibabaAlihealthDrugKytListparts.go │ ├── AlibabaAlihealthDrugKytListpartsByagent.go │ ├── AlibabaAlihealthDrugKytListupout.go │ ├── AlibabaAlihealthDrugKytQueryCodeRelationFromBillcode.go │ ├── AlibabaAlihealthDrugKytQueryDruginfoFromBillcode.go │ ├── AlibabaAlihealthDrugKytQuerySpeciaVaccinBillcode.go │ ├── AlibabaAlihealthDrugKytQueryUpbillcode.go │ ├── AlibabaAlihealthDrugKytQueryactivetime.go │ ├── AlibabaAlihealthDrugKytQuerybatchprod.go │ ├── AlibabaAlihealthDrugKytQuerycodeactive.go │ ├── AlibabaAlihealthDrugKytQuerydruginfo.go │ ├── AlibabaAlihealthDrugKytRecordinfo.go │ ├── AlibabaAlihealthDrugKytRelationdetail.go │ ├── AlibabaAlihealthDrugKytRemnantbillUpload.go │ ├── AlibabaAlihealthDrugKytSaveent.go │ ├── AlibabaAlihealthDrugKytScqyCodeprocess.go │ ├── AlibabaAlihealthDrugKytScqyDelbillinfo.go │ ├── AlibabaAlihealthDrugKytScqyListcodefullinfodtomedicaldevice.go │ ├── AlibabaAlihealthDrugKytScqyPutpackage.go │ ├── AlibabaAlihealthDrugKytScqyPutpackagebind.go │ ├── AlibabaAlihealthDrugKytScqyPutpackageunbind.go │ ├── AlibabaAlihealthDrugKytScqySearchstatus.go │ ├── AlibabaAlihealthDrugKytScqySinglerelation.go │ ├── AlibabaAlihealthDrugKytScqyUploadcircubill.go │ ├── AlibabaAlihealthDrugKytScqyUploadrelation.go │ ├── AlibabaAlihealthDrugKytSearchbill.go │ ├── AlibabaAlihealthDrugKytSearchbillDetail.go │ ├── AlibabaAlihealthDrugKytSearchstatus.go │ ├── AlibabaAlihealthDrugKytSinglerelation.go │ ├── AlibabaAlihealthDrugKytSmyxGetentinfo.go │ ├── AlibabaAlihealthDrugKytSmyxListparts.go │ ├── AlibabaAlihealthDrugKytSmyxUploadinoutbill.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinGetbyrefentid.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinGetentinfo.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinSearchstatus.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinUploadinoutbill.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinUploadretail.go │ ├── AlibabaAlihealthDrugKytStorebilldelete.go │ ├── AlibabaAlihealthDrugKytStorebilllist.go │ ├── AlibabaAlihealthDrugKytSynonymauths.go │ ├── AlibabaAlihealthDrugKytUpdatebillcode.go │ ├── AlibabaAlihealthDrugKytUpdatebillinfo.go │ ├── AlibabaAlihealthDrugKytUpinoutfile.go │ ├── AlibabaAlihealthDrugKytUploadb2cbill.go │ ├── AlibabaAlihealthDrugKytUploadcircubill.go │ ├── AlibabaAlihealthDrugKytUploadinoutbill.go │ ├── AlibabaAlihealthDrugKytUploadinsign.go │ ├── AlibabaAlihealthDrugKytUploadrelation.go │ ├── AlibabaAlihealthDrugKytUploadretail.go │ ├── AlibabaAlihealthDrugKytUpstorebillfile.go │ ├── AlibabaAlihealthDrugKytVaGetentinfo.go │ ├── AlibabaAlihealthDrugKytVaUploadretail.go │ ├── AlibabaAlihealthDrugKytWesDrugrescode.go │ ├── AlibabaAlihealthDrugKytWesGetbyentid.go │ ├── AlibabaAlihealthDrugKytWesGetbyrefentid.go │ ├── AlibabaAlihealthDrugKytWesGetdruginfoDownloadurl.go │ ├── AlibabaAlihealthDrugKytWesGetentinfo.go │ ├── AlibabaAlihealthDrugKytWesListparts.go │ ├── AlibabaAlihealthDrugKytWesListpartsByagent.go │ ├── AlibabaAlihealthDrugKytWesListupout.go │ ├── AlibabaAlihealthDrugKytWesQueryUpbillcode.go │ ├── AlibabaAlihealthDrugKytWesQuerycodeactive.go │ ├── AlibabaAlihealthDrugKytWesRemnantbillUpload.go │ ├── AlibabaAlihealthDrugKytWesSaveent.go │ ├── AlibabaAlihealthDrugKytWesSearchbill.go │ ├── AlibabaAlihealthDrugKytWesSearchbillDetail.go │ ├── AlibabaAlihealthDrugKytWesSearchstatus.go │ ├── AlibabaAlihealthDrugKytWesSynonymauths.go │ ├── AlibabaAlihealthDrugKytWesUpbillDetailwithcode.go │ ├── AlibabaAlihealthDrugKytWesUploadcircubill.go │ ├── AlibabaAlihealthDrugKytWesUploadinoutbill.go │ ├── AlibabaAlihealthDrugKytYbGetcoderelation.go │ ├── AlibabaAlihealthDrugKytYyDrugcodes.go │ ├── AlibabaAlihealthDrugKytYyGetentinfo.go │ ├── AlibabaAlihealthDrugKytYyListparts.go │ ├── AlibabaAlihealthDrugKytYyQuerysubcodes.go │ ├── AlibabaAlihealthDrugKytYyUploadinoutbill.go │ ├── AlibabaAlihealthDrugKytYyUploadretail.go │ ├── AlibabaAlihealthDrugLsydSaveent.go │ ├── AlibabaAlihealthDrugScanQuerycode.go │ ├── AlibabaAlihealthDrugUpdatebarcodeBytraccode.go │ ├── AlibabaAlihealthDrugUploadExtinfo.go │ ├── AlibabaAlihealthDrugWxinfoUpload.go │ ├── AlibabaAlihealthDrugcheckcodeChecklastfour.go │ ├── AlibabaAlihealthDrugcodeApplycert.go │ ├── AlibabaAlihealthDrugcodeCenterReceiveBoundStatus.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryBlindfileGetbatchinfo.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellog.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryExportattribute.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryExportcategory.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryExportproject.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryGetblindresult.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryGetencrptypk.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryTransferblind.go │ ├── AlibabaAlihealthDrugcodeListentparbyrefentid.go │ ├── AlibabaAlihealthDrugcodeNodenameGet.go │ ├── AlibabaAlihealthDrugcodeScan.go │ ├── AlibabaAlihealthDrugcodeScanHis.go │ ├── AlibabaAlihealthDrugcodeUserData.go │ ├── AlibabaAlihealthDrugtraceTopLsydGetkeyflagdruginfoDownloadurl.go │ ├── AlibabaAlihealthDrugtraceTopLsydListupout.go │ ├── AlibabaAlihealthDrugtraceTopLsydListupoutDetail.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryBillstatus.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryCodedetail.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryGetbyrefentid.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryGetentinfo.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryListparts.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryRelation.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryUpbillcode.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetail.go │ ├── AlibabaAlihealthDrugtraceTopLsydServiceGetenddate.go │ ├── AlibabaAlihealthDrugtraceTopLsydUploadinoutbill.go │ ├── AlibabaAlihealthDrugtraceTopLsydUploadretail.go │ ├── AlibabaAlihealthDrugtraceTopYljgDrugtable.go │ ├── AlibabaAlihealthDrugtraceTopYljgGetkeyflagdruginfoDownloadurl.go │ ├── AlibabaAlihealthDrugtraceTopYljgListupout.go │ ├── AlibabaAlihealthDrugtraceTopYljgListupoutDetail.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryBillstatus.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryCodedetail.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryGetbyrefentid.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryGetentinfo.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryListparts.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryRelation.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryUpbillcode.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetail.go │ ├── AlibabaAlihealthDrugtraceTopYljgServiceGetenddate.go │ ├── AlibabaAlihealthDrugtraceTopYljgUploadinoutbill.go │ ├── AlibabaAlihealthDrugtraceTopYljgUploadretail.go │ ├── AlibabaAlihealthSecondardNodeCodeShowurl.go │ ├── AlibabaAlihealthTraceCodeSearchGetDrugresourcetop.go │ ├── AlibabaAlihealthTracecodesearcGetinfomationVivo.go │ ├── AlibabaAlihealthTracecodesearchGetshowurlVivo.go │ ├── AlibabaAlihealthTracecodesellerBillRootcodeGet.go │ ├── AlibabaAlihealthTracecodesellerMilkTraceTosourceAddData.go │ ├── AlibabaAlihealthTracecodesellerProductAttrSearch.go │ ├── AlibabaAlihealthZyUploadrelation.go │ ├── AlibabaCfdaXtptAppAcceptInfo.go │ ├── AlibabaCfdaXtptAppGetshowurl.go │ └── doc.go ├── dt │ ├── AlibabaNrsItemPricetagRecognize.go │ ├── AlibabaNrsItemRtdataBackflow.go │ ├── TaobaoAdsDataImport.go │ ├── TaobaoAdsDataQuery.go │ ├── TaobaoCmedicalFaceDetectionCallback.go │ └── doc.go ├── dutyfree │ ├── AlibabaDutyfreeStockQuery.go │ └── doc.go ├── einvoice │ ├── AlibabaEinvoiceAmountCheck.go │ ├── AlibabaEinvoiceApplyGet.go │ ├── AlibabaEinvoiceBillEinvoiceList.go │ ├── AlibabaEinvoiceBillForwordCreate.go │ ├── AlibabaEinvoiceBillSync.go │ ├── AlibabaEinvoiceClosereq.go │ ├── AlibabaEinvoiceCoreInvUpload.go │ ├── AlibabaEinvoiceCreateResultGet.go │ ├── AlibabaEinvoiceCreateResultsIncrementGet.go │ ├── AlibabaEinvoiceCreatereq.go │ ├── AlibabaEinvoiceDeductGet.go │ ├── AlibabaEinvoiceDeviceOrderQuery.go │ ├── AlibabaEinvoiceDeviceOrderUpdate.go │ ├── AlibabaEinvoiceFlowRefund.go │ ├── AlibabaEinvoiceFlowRenew.go │ ├── AlibabaEinvoiceFlowTaxCreate.go │ ├── AlibabaEinvoiceFlowTaxGet.go │ ├── AlibabaEinvoiceIncomeAgentCheck.go │ ├── AlibabaEinvoiceIncomeCertificateReturn.go │ ├── AlibabaEinvoiceIncomeDeviceReturn.go │ ├── AlibabaEinvoiceIncomeOcrReturn.go │ ├── AlibabaEinvoiceIncomeScanReturn.go │ ├── AlibabaEinvoiceIncomeTokenReturn.go │ ├── AlibabaEinvoiceIncomeVerifyReturn.go │ ├── AlibabaEinvoiceInvoiceapplyGet.go │ ├── AlibabaEinvoiceInvoiceapplyUpdate.go │ ├── AlibabaEinvoiceItemUpdate.go │ ├── AlibabaEinvoiceMerchantAdd.go │ ├── AlibabaEinvoiceMerchantBindcompany.go │ ├── AlibabaEinvoiceMerchantCreatereq.go │ ├── AlibabaEinvoiceMerchantDelete.go │ ├── AlibabaEinvoiceMerchantResultGet.go │ ├── AlibabaEinvoiceOrderRefundUpdate.go │ ├── AlibabaEinvoicePaperCommonReturn.go │ ├── AlibabaEinvoicePaperInvalid.go │ ├── AlibabaEinvoicePaperPrint.go │ ├── AlibabaEinvoicePaperReturn.go │ ├── AlibabaEinvoicePartnerReturn.go │ ├── AlibabaEinvoicePartnerUpload.go │ ├── AlibabaEinvoicePayoutGet.go │ ├── AlibabaEinvoiceProdApply.go │ ├── AlibabaEinvoiceProdApplyGet.go │ ├── AlibabaEinvoiceProdResultFileurlGet.go │ ├── AlibabaEinvoiceQrcodeCreate.go │ ├── AlibabaEinvoiceRedCreatereq.go │ ├── AlibabaEinvoiceSerialnoBatchGenerate.go │ ├── AlibabaEinvoiceSerialnoGenerate.go │ ├── AlibabaEinvoiceTaxAuthQuery.go │ ├── AlibabaEinvoiceTaxOptBilldownloadurlQuery.go │ ├── AlibabaEinvoiceTaxOptEsignresultQuery.go │ ├── AlibabaEinvoiceTaxOptSalaryaccountQuery.go │ ├── AlibabaEinvoiceTaxOptSalaryaccountUpdate.go │ ├── AlibabaEinvoiceTaxOptSalarybillCommitbill.go │ ├── AlibabaEinvoiceTaxOptSalaryrequestAcceptpayment.go │ ├── AlibabaEinvoiceTaxOptSalaryrequestSingleaccept.go │ ├── AlibabaEinvoiceTaxOptSalaryresultQuery.go │ ├── AlibabaEinvoiceUnitorderCheck.go │ └── doc.go ├── eleenterprisecartnew │ ├── AlibabaEleEnterpriseCartnewQuery.go │ ├── AlibabaEleEnterpriseCartnewSave.go │ └── doc.go ├── eleenterprisecoupon │ ├── AlibabaEleEnterpriseCartcouponGet.go │ ├── AlibabaEleEnterpriseCouponGet.go │ ├── AlibabaEleEnterpriseCouponSend.go │ └── doc.go ├── eleenterpriseemployee │ ├── AlibabaEleEnterpriseEmployeeBatchdelete.go │ ├── AlibabaEleEnterpriseEmployeeBatchupdate.go │ └── doc.go ├── eleenterpriseordernew │ ├── AlibabaEleEnterpriseOrdernewCancel.go │ ├── AlibabaEleEnterpriseOrdernewCreate.go │ ├── AlibabaEleEnterpriseOrdernewGet.go │ ├── AlibabaEleEnterpriseOrdernewGetrefundinfo.go │ ├── AlibabaEleEnterpriseOrdernewGetstatus.go │ ├── AlibabaEleEnterpriseOrdernewGettrackinginfo.go │ ├── AlibabaEleEnterpriseOrdernewPaymentstatus.go │ └── doc.go ├── eleenterpriserestaurant │ ├── AlibabaEleEnterpriseRestaurantCategories.go │ ├── AlibabaEleEnterpriseRestaurantCheckaddress.go │ ├── AlibabaEleEnterpriseRestaurantGet.go │ ├── AlibabaEleEnterpriseRestaurantMix.go │ ├── AlibabaEleEnterpriseRestaurantMultispecmenu.go │ ├── AlibabaEleEnterpriseRestaurantSearch.go │ └── doc.go ├── elife │ ├── TaobaoElifeLifecardConsume.go │ ├── TaobaoElifeLifecardQuery.go │ ├── TaobaoElifeLifecardRecon.go │ ├── TaobaoElifeLifecardRefund.go │ └── doc.go ├── eticket │ ├── TaobaoEticketMerchantImgUpload.go │ ├── TaobaoEticketMerchantMaAvailable.go │ ├── TaobaoEticketMerchantMaConsume.go │ ├── TaobaoEticketMerchantMaDelay.go │ ├── TaobaoEticketMerchantMaFailsend.go │ ├── TaobaoEticketMerchantMaResend.go │ ├── TaobaoEticketMerchantMaReverse.go │ ├── TaobaoEticketMerchantMaSend.go │ ├── TaobaoEticketMerchantTbmaGet.go │ ├── TaobaoVmarketEticketAuthBeforeconsume.go │ ├── TaobaoVmarketEticketAuthConsume.go │ ├── TaobaoVmarketEticketBeforeconsume.go │ ├── TaobaoVmarketEticketCodesGet.go │ ├── TaobaoVmarketEticketConsume.go │ ├── TaobaoVmarketEticketFailsend.go │ ├── TaobaoVmarketEticketFlowConsume.go │ ├── TaobaoVmarketEticketFlowResend.go │ ├── TaobaoVmarketEticketManageNotify.go │ ├── TaobaoVmarketEticketOplogsGet.go │ ├── TaobaoVmarketEticketQrcodeUpload.go │ ├── TaobaoVmarketEticketResend.go │ ├── TaobaoVmarketEticketReverse.go │ ├── TaobaoVmarketEticketSend.go │ ├── TaobaoVmarketEticketStoreGet.go │ ├── TaobaoVmarketEticketTasksGet.go │ ├── TaobaoVmarketEticketTimeExpand.go │ └── doc.go ├── examination │ ├── AlibabaAlihealthExaminationAgreementList.go │ ├── AlibabaAlihealthExaminationGoodsOnoffline.go │ ├── AlibabaAlihealthExaminationGoodsPublish.go │ ├── AlibabaAlihealthExaminationHospitalPublish.go │ ├── AlibabaAlihealthExaminationHospitalSpecialTag.go │ ├── AlibabaAlihealthExaminationInvoiceInfoNotify.go │ ├── AlibabaAlihealthExaminationItemsPublish.go │ ├── AlibabaAlihealthExaminationReportDiagnoseFileCodeGet.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderDiagnoseurlGet.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderDoctorRefund.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderStatus.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderSubmit.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderSummary.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderVerify.go │ ├── AlibabaAlihealthExaminationReportDiagnoseTempmessageReceive.go │ ├── AlibabaAlihealthExaminationReserveCancel.go │ ├── AlibabaAlihealthExaminationReserveConfirm.go │ ├── AlibabaAlihealthExaminationReserveIsvModify.go │ ├── AlibabaAlihealthExaminationReserveModifyNotify.go │ ├── AlibabaAlihealthExaminationReserveReport.go │ ├── AlibabaAlihealthExaminationReserveReportNofify.go │ ├── AlibabaAlihealthExaminationReserveState.go │ ├── AlibabaAlihealthExaminationReserveStateNotify.go │ ├── AlibabaAlihealthExaminationServiceareaCheck.go │ ├── AlibabaAlihealthExaminationTodoorServiceinfoSync.go │ ├── AlibabaAlihealthMedicalOrderRefund.go │ └── doc.go ├── exchange │ ├── TmallExchangeAgree.go │ ├── TmallExchangeConfirmConsign.go │ ├── TmallExchangeConsigngoods.go │ ├── TmallExchangeGet.go │ ├── TmallExchangeMessageAdd.go │ ├── TmallExchangeMessagesGet.go │ ├── TmallExchangeReceiveGet.go │ ├── TmallExchangeRefuse.go │ ├── TmallExchangeRefusereasonGet.go │ ├── TmallExchangeReturngoodsAgree.go │ ├── TmallExchangeReturngoodsRefuse.go │ └── doc.go ├── fans │ ├── TmallFansArenaPush.go │ ├── TmallFansArenaRecord.go │ ├── TmallFansCashpoolCheckpay.go │ ├── TmallFansCashpoolCreate.go │ └── doc.go ├── feedflow │ ├── TaobaoFeedflowAccountGet.go │ ├── TaobaoFeedflowAccountRptdailylist.go │ ├── TaobaoFeedflowAccountRpthourlist.go │ ├── TaobaoFeedflowItemAdgroupAdd.go │ ├── TaobaoFeedflowItemAdgroupAdzoneBind.go │ ├── TaobaoFeedflowItemAdgroupAdzonePage.go │ ├── TaobaoFeedflowItemAdgroupAdzoneUnbind.go │ ├── TaobaoFeedflowItemAdgroupCreativeAddBind.go │ ├── TaobaoFeedflowItemAdgroupCreativePage.go │ ├── TaobaoFeedflowItemAdgroupDelete.go │ ├── TaobaoFeedflowItemAdgroupModify.go │ ├── TaobaoFeedflowItemAdgroupPage.go │ ├── TaobaoFeedflowItemAdgroupRptdailylist.go │ ├── TaobaoFeedflowItemAdgroupRpthourlist.go │ ├── TaobaoFeedflowItemAdzoneList.go │ ├── TaobaoFeedflowItemAdzoneRptdailylist.go │ ├── TaobaoFeedflowItemAdzoneRpthourlist.go │ ├── TaobaoFeedflowItemAlgoCrowdSuggest.go │ ├── TaobaoFeedflowItemCampaignAdd.go │ ├── TaobaoFeedflowItemCampaignDaybudget.go │ ├── TaobaoFeedflowItemCampaignDelete.go │ ├── TaobaoFeedflowItemCampaignGet.go │ ├── TaobaoFeedflowItemCampaignModify.go │ ├── TaobaoFeedflowItemCampaignPage.go │ ├── TaobaoFeedflowItemCampaignRptdailylist.go │ ├── TaobaoFeedflowItemCampaignRpthourlist.go │ ├── TaobaoFeedflowItemCreativeDelete.go │ ├── TaobaoFeedflowItemCreativeRptdailylist.go │ ├── TaobaoFeedflowItemCreativeRpthourlist.go │ ├── TaobaoFeedflowItemCrowdAdd.go │ ├── TaobaoFeedflowItemCrowdDelete.go │ ├── TaobaoFeedflowItemCrowdModify.go │ ├── TaobaoFeedflowItemCrowdModifybind.go │ ├── TaobaoFeedflowItemCrowdPage.go │ ├── TaobaoFeedflowItemCrowdRptdailylist.go │ ├── TaobaoFeedflowItemCrowdRpthourlist.go │ ├── TaobaoFeedflowItemItemPage.go │ ├── TaobaoFeedflowItemOptionPage.go │ ├── TaobaoFeedflowItemTargetValidlist.go │ └── doc.go ├── fenxiao │ ├── AlibabaAscpCnskuAdd.go │ ├── AlibabaAscpCnskuMappingDelete.go │ ├── AlibabaAscpCnskuModify.go │ ├── AlibabaAscpCnskuSearch.go │ ├── AlibabaAscpCnskuUpdate.go │ ├── AlibabaFenxiaoCbutotaobaoRelationAdd.go │ ├── TaobaoFenxiaoCooperationGet.go │ ├── TaobaoFenxiaoDealerRequisitionorderAgree.go │ ├── TaobaoFenxiaoDealerRequisitionorderClose.go │ ├── TaobaoFenxiaoDealerRequisitionorderCreate.go │ ├── TaobaoFenxiaoDealerRequisitionorderGet.go │ ├── TaobaoFenxiaoDealerRequisitionorderQuery.go │ ├── TaobaoFenxiaoDealerRequisitionorderRemarkUpdate.go │ ├── TaobaoFenxiaoDiscountsGet.go │ ├── TaobaoFenxiaoDistributorItemsGet.go │ ├── TaobaoFenxiaoDistributorProductQuantityGet.go │ ├── TaobaoFenxiaoDistributorProductsGet.go │ ├── TaobaoFenxiaoDistributorsGet.go │ ├── TaobaoFenxiaoGradesGet.go │ ├── TaobaoFenxiaoLoginUserGet.go │ ├── TaobaoFenxiaoOrderConfirmPaid.go │ ├── TaobaoFenxiaoOrderRemarkUpdate.go │ ├── TaobaoFenxiaoOrdersGet.go │ ├── TaobaoFenxiaoProductAdd.go │ ├── TaobaoFenxiaoProductGradepriceGet.go │ ├── TaobaoFenxiaoProductGradepriceUpdate.go │ ├── TaobaoFenxiaoProductImageDelete.go │ ├── TaobaoFenxiaoProductImageUpload.go │ ├── TaobaoFenxiaoProductImportFromAuction.go │ ├── TaobaoFenxiaoProductMapAdd.go │ ├── TaobaoFenxiaoProductQuantityUpdate.go │ ├── TaobaoFenxiaoProductSkuAdd.go │ ├── TaobaoFenxiaoProductSkuDelete.go │ ├── TaobaoFenxiaoProductSkuUpdate.go │ ├── TaobaoFenxiaoProductSkusGet.go │ ├── TaobaoFenxiaoProductToChannelImport.go │ ├── TaobaoFenxiaoProductUpdate.go │ ├── TaobaoFenxiaoProductcatAdd.go │ ├── TaobaoFenxiaoProductcatDelete.go │ ├── TaobaoFenxiaoProductcatUpdate.go │ ├── TaobaoFenxiaoProductcatsGet.go │ ├── TaobaoFenxiaoProductsGet.go │ ├── TaobaoFenxiaoRefundGet.go │ ├── TaobaoFenxiaoRefundQuery.go │ ├── TaobaoFenxiaoRequisitionsGet.go │ ├── TaobaoFenxiaoTradePrepayOfflineAdd.go │ ├── TaobaoFenxiaoTradePrepayOfflineReduce.go │ ├── TaobaoFenxiaoYphOrderGet.go │ ├── TaobaoFenxiaoYphOrdersGet.go │ ├── TaobaoFenxiaoYphRefundGet.go │ ├── TaobaoFenxiaoYphRefundsGet.go │ ├── TaobaoInventoryAdjustExternal.go │ ├── TaobaoInventoryAdjustTrade.go │ ├── TaobaoInventoryInitial.go │ ├── TaobaoInventoryInitialItem.go │ ├── TaobaoInventoryQuery.go │ ├── TaobaoInventoryStoreManage.go │ ├── TaobaoInventoryStoreQuery.go │ ├── TaobaoInventoryWarehouseManage.go │ ├── TaobaoInventoryWarehouseQuery.go │ ├── TaobaoKaolaScitemAdd.go │ ├── TaobaoRegionPriceCancle.go │ ├── TaobaoRegionPriceManage.go │ ├── TaobaoRegionPriceQuery.go │ ├── TaobaoRegionSaleQuery.go │ ├── TaobaoRegionWarehouseManage.go │ ├── TaobaoRegionWarehouseQuery.go │ ├── TaobaoScitemAdd.go │ ├── TaobaoScitemGet.go │ ├── TaobaoScitemMapAdd.go │ ├── TaobaoScitemMapDelete.go │ ├── TaobaoScitemMapQuery.go │ ├── TaobaoScitemOutercodeGet.go │ ├── TaobaoScitemQuery.go │ ├── TaobaoScitemUpdate.go │ ├── TmallChannelProductsGet.go │ ├── TmallInventoryQueryForstore.go │ ├── TmallSupplychainChannelProductDownshelf.go │ ├── TmallSupplychainChannelProductPriceGet.go │ ├── TmallSupplychainChannelProductPriceUpdate.go │ ├── TmallSupplychainChannelProductQuantityGet.go │ ├── TmallSupplychainChannelProductQuantityUpdate.go │ ├── TmallSupplychainChannelProductRelease.go │ ├── TmallSupplychainChannelProductReleaseStatusGet.go │ ├── TmallSupplychainChannelProductUpshelf.go │ └── doc.go ├── film │ ├── TaobaoFilmAccountPhoneQuery.go │ ├── TaobaoFilmDataThirdPartyRefundOrder.go │ ├── TaobaoFilmLotteryPerformance.go │ ├── TaobaoFilmLotterySendcode.go │ ├── TaobaoFilmTfbackyardCardscheduleUpdate.go │ └── doc.go ├── filmtfavatar │ ├── TaobaoFilmTfavatarBillSalePaymentQuery.go │ ├── TaobaoFilmTfavatarBillSalePaymentQueryVii.go │ ├── TaobaoFilmTfavatarBillSalePrintQuery.go │ ├── TaobaoFilmTfavatarBillSaleRefundQuery.go │ ├── TaobaoFilmTfavatarBillSaleRefundQueryVii.go │ ├── TaobaoFilmTfavatarBillTicketPaymentQuery.go │ ├── TaobaoFilmTfavatarBillTicketRefundQuery.go │ └── doc.go ├── fivee │ ├── TaobaoFiveeCompanyGet.go │ ├── TaobaoFiveeCompanyUpload.go │ ├── TaobaoFiveeImportproductGet.go │ ├── TaobaoFiveeImportproductPublish.go │ ├── TaobaoFiveeInnerproductGet.go │ ├── TaobaoFiveeInnerproductPublish.go │ └── doc.go ├── flight │ ├── AlitripAgentCoordinateDetail.go │ ├── AlitripAgentCoordinateGoback.go │ ├── AlitripAgentCoordinateHandle.go │ ├── AlitripAgentCoordinateList.go │ ├── AlitripAgentCoordinateProcess.go │ ├── AlitripAgentCoordinateProcessing.go │ ├── AlitripAgentCoordinateReject.go │ ├── AlitripAgentCoordinateUpload.go │ ├── AlitripAgentFlightIntentionConfirm.go │ ├── AlitripAgentFlightIntentionList.go │ ├── AlitripAgentFlightSellModifyApprove.go │ ├── AlitripAgentFlightSellModifyBackfill.go │ ├── AlitripAgentFlightSellModifyDetail.go │ ├── AlitripAgentFlightSellModifyList.go │ ├── AlitripAgentFlightSellModifyRefuse.go │ ├── AlitripAgentFlightSellRefundApprove.go │ ├── AlitripAgentFlightSellRefundDetail.go │ ├── AlitripAgentFlightSellRefundList.go │ ├── AlitripAgentFlightSellRefundRefuse.go │ ├── AlitripAgentFlightSellTicketingDetail.go │ ├── AlitripAgentFlightSellTicketingIssue.go │ ├── AlitripAgentFlightSellTicketingList.go │ ├── AlitripPolicyDomfareCompare.go │ ├── AlitripPolicyDomfareFlowdata.go │ ├── AlitripPolicyNormalCompressionUpload.go │ ├── AlitripPolicyNormalUpload.go │ ├── AlitripPolicyProcess.go │ ├── AlitripPolicyRuleCompressionUpload.go │ ├── AlitripPolicyRuleUpload.go │ ├── AlitripPolicySpecialCompressionUpload.go │ ├── AlitripPolicySpecialUpload.go │ ├── AlitripTripvpAgentOrderGet.go │ ├── AlitripTripvpAgentOrderIssue.go │ ├── TaobaoAlitripFlightchangeGet.go │ ├── TaobaoAlitripIeAgentRefundNewFillconfirmfee.go │ ├── TaobaoAlitripIeAgentShoppingPush.go │ ├── TaobaoAlitripTotoroAuxproductDelete.go │ ├── TaobaoAlitripTotoroAuxproductPush.go │ ├── TaobaoFliggyFlightAgentAuxproductDelete.go │ ├── TaobaoFliggyFlightAgentAuxproductPush.go │ └── doc.go ├── flightuppc │ ├── AlitripFlightBasicDataCityQueryAll.go │ ├── AlitripFlightExternalAlipayDecrypt.go │ ├── AlitripFlightExternalAlipayEncrypt.go │ ├── AlitripFlightExternalAlipaySign.go │ ├── AlitripFlightExternalAlipaySnQuery.go │ ├── AlitripFlightExternalAlipayVerify.go │ ├── AlitripFlightFlightchangeOrderQuery.go │ ├── AlitripFlightInsuranceOrderApply.go │ ├── AlitripFlightInsuranceOrderModify.go │ ├── AlitripFlightInsuranceOrderRefund.go │ ├── AlitripFlightInsuranceOrderSearch.go │ ├── AlitripFlightInsuranceProductSearch.go │ ├── AlitripUppcMemberGain.go │ └── doc.go ├── foodscan │ ├── AlibabaFootscanMiniQueryMobilereport.go │ ├── AlibabaFootscanMiniReportFragmentFirst.go │ ├── AlibabaFootscanMiniReportFragmentSecond.go │ └── doc.go ├── fpm │ ├── AlibabaCfoIncomingInvoicePytImageUpload.go │ ├── AlibabaCfoIncomingInvoicePytInvoiceScan.go │ ├── AlibabaCfoIncomingInvoiceRegister.go │ ├── AlibabaFpmFileUpload.go │ ├── AlibabaSpOpenPaymentRepay.go │ ├── AlibabaSpOpenPaymentSync.go │ └── doc.go ├── fundplatform │ ├── AlibabaCfoIncomingInvoiceLedgerFullysync.go │ ├── AlibabaFundplatformAccountCharge.go │ ├── AlibabaFundplatformAccountChargeNotify.go │ ├── AlibabaFundplatformAccountJourQueryInfo.go │ ├── AlibabaFundplatformAccountQueryInfo.go │ ├── AlibabaFundplatformCardTemplateNew.go │ ├── AlibabaFundplatformCardorderCardActive.go │ ├── AlibabaFundplatformCardorderFetchCardAsync.go │ ├── AlibabaFundplatformCardorderMake.go │ ├── AlibabaFundplatformCardorderMakeSuccess.go │ ├── AlibabaFundplatformCardorderReceipt.go │ ├── AlibabaFundplatformCardorderStatusQuery.go │ ├── AlibabaFundplatformCardordersInfoQuery.go │ ├── AlibabaFundplatformCardordersInfoQueryByCardno.go │ ├── AlibabaFundplatformCardordersStatusMakeFinish.go │ ├── AlibabaFundplatformCardordersStatusSended.go │ ├── AlibabaTaxInvoiceSyncLedger.go │ └── doc.go ├── game │ ├── TaobaoAppleCardActiveApplyNotify.go │ ├── TaobaoAppleCardActiveCancelNotify.go │ ├── TaobaoAppleNewuserActivateNotify.go │ ├── TaobaoAppleNewuserSignNotify.go │ ├── TaobaoAppleNewuserSignNotifyNewversion.go │ ├── TaobaoAppleOlduserChargeNotify.go │ └── doc.go ├── gameact │ ├── TaobaoDeActivityDeliveryAddrConfirm.go │ ├── TaobaoDeActivityInfoGet.go │ ├── TaobaoDeActivityLuckydraw.go │ ├── TaobaoDeActivityMachineidGet.go │ └── doc.go ├── globalvirtual │ ├── AlibabaGlobalVirtualSendcode.go │ └── doc.go ├── guoguo │ ├── CainiaoGuoguoBackupGraborderSubmitmailno.go │ ├── CainiaoGuoguoBackupGraborderTakepackage.go │ ├── CainiaoGuoguoCpBackupAssigncourier.go │ ├── CainiaoGuoguoCpBackupAssigncourierbyid.go │ ├── CainiaoGuoguoCpNborderfrontrUpdateuser.go │ └── doc.go ├── happytrip │ ├── AlibabaHappytripFreeloginGetusercontext.go │ ├── AlibabaHappytripOrderGet.go │ ├── AlibabaHappytripTaxiDriverBlacklistAdd.go │ ├── AlibabaHappytripTaxiDriverBlacklistRemove.go │ ├── AlibabaHappytripTaxiDriverLocationGet.go │ ├── AlibabaHappytripTaxiIdGet.go │ ├── AlibabaHappytripTaxiOrderAssign.go │ ├── AlibabaHappytripTaxiOrderCancel.go │ ├── AlibabaHappytripTaxiOrderComplain.go │ ├── AlibabaHappytripTaxiOrderComplaintGet.go │ ├── AlibabaHappytripTaxiOrderConfirm.go │ ├── AlibabaHappytripTaxiOrderCreate.go │ ├── AlibabaHappytripTaxiOrderDestinationModify.go │ ├── AlibabaHappytripTaxiOrderGet.go │ ├── AlibabaHappytripTaxiOrderNotify.go │ ├── AlibabaHappytripTaxiOrderScore.go │ ├── AlibabaHappytripTaxiPriceGet.go │ ├── AlibabaHappytripTaxiProviderAccountBalance.go │ ├── AlibabaHappytripTaxiServicestatusGet.go │ ├── AlibabaHappytripTravelSync.go │ ├── AlibabaHtcouponFuluPhonechargeCallback.go │ ├── AlibabaHtorderHotelSyncBooking.go │ ├── AlibabaHtorderHotelSyncConfig.go │ └── doc.go ├── healthnr │ ├── AlibabaHealthNrLogisticsQuery.go │ └── doc.go ├── homeai │ ├── TaobaoHomeaiAlgPredict.go │ └── doc.go ├── hotel │ ├── AlitripHotelRateGetmixratelistGet.go │ ├── TaobaoXhotelCityGet.go │ ├── TaobaoXhotelDistributionInfo.go │ ├── TaobaoXhotelDistributionPrice.go │ ├── TaobaoXhotelInfoListGet.go │ ├── TaobaoXhotelInfoListGetForHello.go │ ├── TaobaoXhotelPriceGetForHello.go │ └── doc.go ├── hotelalliance │ ├── AlitripHotelAllianceHidGet.go │ ├── AlitripHotelAllianceSettleOrderSyn.go │ ├── AlitripHotelHmsPartnerInfoGet.go │ ├── AlitripHotelSingleInfoGet.go │ └── doc.go ├── hotelhstdf │ ├── AlitripHotelHstdfBusinessareaGet.go │ ├── AlitripHotelHstdfHotelroomstaticGet.go │ ├── AlitripHotelHstdfPoilocationGet.go │ ├── AlitripHotelHstdfShotelExnotmatchroom.go │ ├── AlitripHotelHstdfShotelExportshotel.go │ ├── AlitripHotelHstdfShotelExportsroomtype.go │ ├── AlitripHotelHstdfShotelMatchshotelself.go │ ├── AlitripHotelHstdfShotelMatchsroomself.go │ ├── AlitripHotelHstdfShotelRoomtypeMappingsList.go │ ├── TaobaoXhotelHotelMessageReceive.go │ └── doc.go ├── icbu │ ├── AlibabaIcbuCategoryAttributeGet.go │ ├── AlibabaIcbuCategoryAttrvalueGet.go │ ├── AlibabaIcbuCategoryGet.go │ ├── AlibabaIcbuCategoryGetNew.go │ ├── AlibabaIcbuCategoryIdMapping.go │ ├── AlibabaIcbuCategoryLevelAttrGet.go │ ├── AlibabaIcbuCategorySchemaLevelGet.go │ ├── AlibabaIcbuPhotobankGroupList.go │ ├── AlibabaIcbuPhotobankGroupOperate.go │ ├── AlibabaIcbuPhotobankList.go │ ├── AlibabaIcbuPhotobankUpload.go │ ├── AlibabaIcbuProductAdd.go │ ├── AlibabaIcbuProductAddDraft.go │ ├── AlibabaIcbuProductBatchUpdateDisplay.go │ ├── AlibabaIcbuProductGet.go │ ├── AlibabaIcbuProductGroupAdd.go │ ├── AlibabaIcbuProductGroupGet.go │ ├── AlibabaIcbuProductIdDecrypt.go │ ├── AlibabaIcbuProductList.go │ ├── AlibabaIcbuProductSchemaAdd.go │ ├── AlibabaIcbuProductSchemaAddDraft.go │ ├── AlibabaIcbuProductSchemaGet.go │ ├── AlibabaIcbuProductSchemaRender.go │ ├── AlibabaIcbuProductSchemaRenderDraft.go │ ├── AlibabaIcbuProductSchemaUpdate.go │ ├── AlibabaIcbuProductScoreGet.go │ ├── AlibabaIcbuProductUpdate.go │ ├── AlibabaIcbuProductUpdateField.go │ ├── AlibabaWholesaleShippinglineTemplateList.go │ └── doc.go ├── icbuassurance │ ├── AlibabaIcbuTradeAssuranceAccountGet.go │ └── doc.go ├── icbudropshipping │ ├── AlibabaBuynowOrderCreate.go │ ├── AlibabaDropshippingOrderPay.go │ ├── AlibabaDropshippingProductGet.go │ ├── AlibabaDropshippingStoreSave.go │ ├── AlibabaDropshippingTokenCreate.go │ ├── AlibabaOrderFreightCalculate.go │ ├── AlibabaOrderLogisticsTrackingGet.go │ ├── AlibabaOrderPayResultQuery.go │ ├── AlibabaShippingFreightCalculate.go │ └── doc.go ├── icbulogistics │ ├── AlibabaOnetouchLogisticsExpressAddressCityList.go │ ├── AlibabaOnetouchLogisticsExpressAddressDivisionList.go │ ├── AlibabaOnetouchLogisticsExpressAddressProvinceList.go │ ├── AlibabaOnetouchLogisticsExpressAddressStreetList.go │ ├── AlibabaOnetouchLogisticsExpressChargeCalculate.go │ ├── AlibabaOnetouchLogisticsExpressLogisticsOrderCreate.go │ ├── AlibabaOnetouchLogisticsExpressLogisticsProductList.go │ ├── AlibabaOnetouchLogisticsExpressOrderDetailGet.go │ ├── AlibabaOnetouchLogisticsExpressSpecialProductTypeList.go │ └── doc.go ├── icbuproduct │ ├── AlibabaIcbuProductIdEncrypt.go │ ├── AlibabaIcbuProductInventoryUpdate.go │ ├── AlibabaIcbuProductTypeAvailableGet.go │ └── doc.go ├── icburfq │ ├── AlibabaIcbuAnnexUpload.go │ ├── AlibabaIcbuQuotationPost.go │ ├── AlibabaIcbuRfqMyequity.go │ ├── AlibabaIcbuRfqRead.go │ ├── AlibabaIcbuRfqRecommend.go │ ├── AlibabaIcbuRfqSearch.go │ ├── AlibabaIcbuRfqdetailGet.go │ └── doc.go ├── icbuseller │ ├── AlibabaSellerCouponAuthVerify.go │ ├── AlibabaSellerVendorOrderDetail.go │ ├── AlibabaSellerVendorOrderList.go │ ├── AlibabaSellerVendorServiceProcess.go │ ├── AlibabaSellerVendorServiceVendorprocess.go │ ├── AlibabaSellerVendorTradePurchase.go │ └── doc.go ├── icbushowcase │ ├── AlibabaScbpShowcaseAddproduct.go │ ├── AlibabaScbpShowcaseDeleteproduct.go │ ├── AlibabaScbpShowcaseList.go │ ├── AlibabaScbpShowcaseSort.go │ ├── AlibabaScbpShowcaseStatus.go │ ├── AlibabaScbpShowcaseUpdateproduct.go │ └── doc.go ├── idle │ ├── AlibabaIdleAdvMaterialUpload.go │ ├── AlibabaIdleAgreementPay.go │ ├── AlibabaIdleAgreementPayQuery.go │ ├── AlibabaIdleAppraiseOrderPerform.go │ ├── AlibabaIdleAppraiseOrderQuery.go │ ├── AlibabaIdleAppraiseSpuRegisterModify.go │ ├── AlibabaIdleApprizeOrderFulfillment.go │ ├── AlibabaIdleAutotradeIsvOrderStateProcess.go │ ├── AlibabaIdleCarOrderQuery.go │ ├── AlibabaIdleConsignmentOrderGet.go │ ├── AlibabaIdleConsignmentOrderPerform.go │ ├── AlibabaIdleConsignmentSpuStatistics.go │ ├── AlibabaIdleConsignmentiiOrderGet.go │ ├── AlibabaIdleConsignmentiiOrderPerform.go │ ├── AlibabaIdleGoosefishPromotionActivityInfoQuery.go │ ├── AlibabaIdleGoosefishUserInfoQuery.go │ ├── AlibabaIdleIsvGoosefishOrderCreate.go │ ├── AlibabaIdleIsvItemRechargeBatchRemove.go │ ├── AlibabaIdleIsvItemRechargeEdit.go │ ├── AlibabaIdleIsvOrderDealrefund.go │ ├── AlibabaIdleOnespuRegisterUpdate.go │ ├── AlibabaIdleOrderDummySend.go │ ├── AlibabaIdlePayPlanCreate.go │ ├── AlibabaIdleRecycleInspectionReport.go │ ├── AlibabaIdleRecycleOrderFulfillment.go │ ├── AlibabaIdleRecycleOrderPerform.go │ ├── AlibabaIdleRecycleOrderQuery.go │ ├── AlibabaIdleRecycleOrderShow.go │ ├── AlibabaIdleRecycleSpuTemplateModify.go │ ├── AlibabaIdleRentItemAdd.go │ ├── AlibabaIdleRentItemEdit.go │ ├── AlibabaIdleRentItemQuery.go │ ├── AlibabaIdleRentItemSkuUpdate.go │ ├── AlibabaIdleRentMediaUpload.go │ ├── AlibabaIdleRentOrderCheckstatusUpload.go │ ├── AlibabaIdleRentOrderLogisticsDeliver.go │ ├── AlibabaIdleRentOrderPackage.go │ ├── AlibabaIdleRentOrderQuery.go │ ├── AlibabaIdleRentOrderReceiveitem.go │ ├── AlibabaIdleRentOrderSenditem.go │ ├── AlibabaIdleReportMediaUpload.go │ ├── AlibabaIdleReportResultUpload.go │ ├── AlibabaIdleSpuRegisterModify.go │ ├── AlibabaIdleTemplateQuesGet.go │ ├── AlibabaIdleTemplateQuesOnline.go │ ├── AlibabaIdleTenderAftersaleOrderGet.go │ ├── AlibabaIdleTenderAftersaleOrderPerform.go │ ├── AlibabaIdleTenderBtobItemDelete.go │ ├── AlibabaIdleTenderBtobItemQuery.go │ ├── AlibabaIdleTenderBtobItemUpload.go │ ├── AlibabaIdleTenderOrderGet.go │ ├── AlibabaIdleTenderPrePayAction.go │ ├── AlibabaIdleTenderUploadReport.go │ ├── AlibabaIdleTradeCarPerform.go │ ├── AlibabaIdleTransferpayQuery.go │ ├── AlibabaIdleUserPermit.go │ ├── AlibabaXianyuTenderOrderPerform.go │ ├── TaobaoIdleRecycleRefundApply.go │ ├── TaobaoIdleRecycleRefundCancleapply.go │ ├── TaobaoIdleRecycleRefundDetail.go │ ├── TaobaoIdleRecycleRefundReturngoods.go │ └── doc.go ├── idleisv │ ├── AlibabaIdleIsvItemDownshelf.go │ ├── AlibabaIdleIsvItemEdit.go │ ├── AlibabaIdleIsvItemPublish.go │ ├── AlibabaIdleIsvItemQuery.go │ ├── AlibabaIdleIsvMediaUpload.go │ ├── AlibabaIdleIsvOrderAdjustprice.go │ ├── AlibabaIdleIsvOrderClose.go │ ├── AlibabaIdleIsvOrderShip.go │ ├── AlibabaIdleIsvPvList.go │ ├── AlibabaIdleIsvPvQuery.go │ ├── AlibabaIdleIsvRefundQuery.go │ ├── AlibabaIdleIsvSpuSearch.go │ ├── AlibabaIdleIsvUserAuthorize.go │ ├── AlibabaIdleIsvUserInfo.go │ ├── AlibabaIdleIsvUserQuery.go │ ├── AlibabaIdleItemUserPublishitems.go │ ├── AlibabaIdleLogisticsCompaniesQuery.go │ ├── AlibabaIdleUserPermitQuery.go │ ├── AlibabaIdleUserPermitRevoke.go │ └── doc.go ├── idleitem │ ├── AlibabaIdleItemMediaAdd.go │ ├── AlibabaIdleRecycleOrderGet.go │ └── doc.go ├── idleparttime │ ├── AlibabaIdleParttimeJobsync.go │ ├── AlibabaIdleParttimeNotify.go │ ├── AlibabaIdleParttimeSynclog.go │ └── doc.go ├── ieagency │ ├── AlitripIeBuyerOrderBookpay.go │ ├── AlitripTripvpAgentOrderSearch.go │ ├── TaobaoAlitripIeAgentChangeQuerychangelist.go │ ├── TaobaoAlitripIeAgentOrderGet.go │ ├── TaobaoAlitripIeAgentOrderHk.go │ ├── TaobaoAlitripIeAgentOrderSearch.go │ ├── TaobaoAlitripIeAgentRefundGet.go │ ├── TaobaoAlitripIeAgentRefundNewGetdetail.go │ ├── TaobaoAlitripIeAgentRefundNewGetlist.go │ ├── TaobaoAlitripIeAgentRefundNewReceive.go │ ├── TaobaoAlitripIeAgentRefundRefundmoney.go │ ├── TaobaoAlitripIeAgentRefundRefuse.go │ ├── TaobaoAlitripIeAgentRefundSearch.go │ ├── TaobaoAlitripIeAgentTicketIssue.go │ └── doc.go ├── ihome │ ├── AlibabaIhomeCtomCaseMainpicUpdate.go │ ├── TaobaoIhomeAdvancepicUpload.go │ └── doc.go ├── interact │ ├── AlibabaFcMallxInteractionAiPicList.go │ ├── AlibabaInteractActivityAddcomment.go │ ├── AlibabaInteractActivityApply.go │ ├── AlibabaInteractActivityPushtoalicom.go │ ├── AlibabaInteractActivityRegister.go │ ├── AlibabaInteractActivityUnregister.go │ ├── AlibabaInteractCoinBuyerAdd.go │ ├── AlibabaInteractCouponApply.go │ ├── AlibabaInteractCurrentMixusernick.go │ ├── AlibabaInteractIsvGateway.go │ ├── AlibabaInteractIsvlotteryIsvdraw.go │ ├── AlibabaInteractLoginAlipayauth.go │ ├── AlibabaInteractOnecodeIssue.go │ ├── AlibabaInteractSensorAudio.go │ ├── AlibabaInteractSensorAuthorize.go │ ├── AlibabaInteractSensorBlow.go │ ├── AlibabaInteractSensorCalendar.go │ ├── AlibabaInteractSensorFavorites.go │ ├── AlibabaInteractSensorGcanvas.go │ ├── AlibabaInteractSensorGlue.go │ ├── AlibabaInteractSensorGmedia.go │ ├── AlibabaInteractSensorGravity.go │ ├── AlibabaInteractSensorGutil.go │ ├── AlibabaInteractSensorGyro.go │ ├── AlibabaInteractSensorLogin.go │ ├── AlibabaInteractSensorMa.go │ ├── AlibabaInteractSensorMakeup.go │ ├── AlibabaInteractSensorNetworkstatus.go │ ├── AlibabaInteractSensorOpenwindow.go │ ├── AlibabaInteractSensorPopwindow.go │ ├── AlibabaInteractSensorShake.go │ ├── AlibabaInteractSensorShare.go │ ├── AlibabaInteractSensorTakephoto.go │ ├── AlibabaInteractSensorTitlebarhide.go │ ├── AlibabaInteractSensorToast.go │ ├── AlibabaInteractSensorVibrate.go │ ├── AlibabaInteractSensorWangwang.go │ ├── AlibabaInteractShopFavor.go │ ├── AlibabaInteractUmpMealQuery.go │ ├── AlibabaInteractUserIslogin.go │ ├── AlibabaInteractWirelessDraw.go │ ├── TaobaoMixnickPlaytowe.go │ ├── TaobaoMixnickWetoplay.go │ ├── TaobaoWeitaoFeedCancel.go │ ├── TaobaoWeitaoFeedSynchronize.go │ ├── TaobaoWeitaoFeedSynchronizeNew.go │ └── doc.go ├── interactvip │ ├── AlibabaInteractVipGet.go │ └── doc.go ├── inventory │ ├── AlibabaRetailDeviceInventorySync.go │ ├── TaobaoInventoryMerchantAdjust.go │ ├── TaobaoInventoryPlanEdit.go │ ├── TaobaoInventoryPlanInvalid.go │ ├── TaobaoInventoryPlanQuantityIncrease.go │ ├── TaobaoInventoryPlanQuery.go │ ├── TaobaoLocationRelationEdit.go │ ├── TaobaoLocationRelationQuery.go │ └── doc.go ├── iot │ ├── AlibabaAilabsAligenieAlbumsGet.go │ ├── AlibabaAilabsAligenieAlbumsSearch.go │ ├── AlibabaAilabsAligenieIotDeviceControlResult.go │ ├── AlibabaAilabsAligenieTracksSearch.go │ ├── AlibabaAilabsIotBusinessRecipeGetdetail.go │ ├── AlibabaAilabsIotBusinessRecipeGetpage.go │ ├── AlibabaAilabsIotBusinessRecipeInsertorupdate.go │ ├── AlibabaAilabsIotBusinessRecipestepInsertorupdate.go │ ├── AlibabaRetailDevicePayUrlGet.go │ ├── TaobaoAilabAicloudSmarthomeTopGenielinkReportdevice.go │ ├── TaobaoAilabAicloudTopAuthGet.go │ ├── TaobaoAilabAicloudTopAuthLogout.go │ ├── TaobaoAilabAicloudTopDeviceAuthcodeGet.go │ ├── TaobaoAilabAicloudTopDeviceAuthresultGet.go │ ├── TaobaoAilabAicloudTopDeviceControlChildlock.go │ ├── TaobaoAilabAicloudTopDeviceControlCustom.go │ ├── TaobaoAilabAicloudTopDeviceControlHibernation.go │ ├── TaobaoAilabAicloudTopDeviceControlLamp.go │ ├── TaobaoAilabAicloudTopDeviceControlPauseandresume.go │ ├── TaobaoAilabAicloudTopDeviceControlPlaybyid.go │ ├── TaobaoAilabAicloudTopDeviceControlPlayurl.go │ ├── TaobaoAilabAicloudTopDeviceControlVolume.go │ ├── TaobaoAilabAicloudTopDeviceDetailinfoGet.go │ ├── TaobaoAilabAicloudTopDeviceDeviceidConvert.go │ ├── TaobaoAilabAicloudTopDeviceExtinfoGet.go │ ├── TaobaoAilabAicloudTopDeviceGetstatus.go │ ├── TaobaoAilabAicloudTopDeviceOpenidAuthcodeGet.go │ ├── TaobaoAilabAicloudTopDeviceOpenidAuthresultGet.go │ ├── TaobaoAilabAicloudTopDeviceOpenidUnbind.go │ ├── TaobaoAilabAicloudTopDeviceSettingsReset.go │ ├── TaobaoAilabAicloudTopDeviceStatusinfoGet.go │ ├── TaobaoAilabAicloudTopDeviceUnbind.go │ ├── TaobaoAilabAicloudTopFeedlistDelete.go │ ├── TaobaoAilabAicloudTopFeedlistGet.go │ ├── TaobaoAilabAicloudTopFreelistenChildrenalbum.go │ ├── TaobaoAilabAicloudTopLikeAdd.go │ ├── TaobaoAilabAicloudTopLikeDelete.go │ ├── TaobaoAilabAicloudTopLikeFilter.go │ ├── TaobaoAilabAicloudTopLikeList.go │ ├── TaobaoAilabAicloudTopMessageAddtext.go │ ├── TaobaoAilabAicloudTopMessageGetUnreadCount.go │ ├── TaobaoAilabAicloudTopMessageList.go │ ├── TaobaoAilabAicloudTopMessageSend.go │ ├── TmallDeviceCarturlGet.go │ ├── TmallDeviceItemPromotionGet.go │ ├── TmallDeviceStoreFollowurlGet.go │ └── doc.go ├── ioti │ ├── AlibabaItAlbumDeviceSendimage.go │ ├── AlibabaItEslEslimageSendimage.go │ ├── AlibabaItEslEslimageShowimagecommon.go │ ├── AlibabaItEslEslinfoGeteslinfo.go │ ├── AlibabaItEslSendled.go │ ├── AlibabaItEslSendota.go │ └── doc.go ├── iotticket │ ├── CainiaoIotTicketDetailQuery.go │ ├── CainiaoIotTicketSpComment.go │ ├── CainiaoIotTicketSpMailSignUpload.go │ ├── CainiaoIotTicketSpMailVoucherUpload.go │ ├── CainiaoIotTicketSpMaintainUpdate.go │ ├── CainiaoIotTicketSpMaintainVtwoCreate.go │ ├── CainiaoIotTicketSpVtwoAccept.go │ └── doc.go ├── itpolicy │ ├── TaobaoAlitripItFareAddow.go │ ├── TaobaoAlitripItFareAddrt.go │ ├── TaobaoAlitripItFareBatchadd.go │ ├── TaobaoAlitripItFareBatchdelete.go │ ├── TaobaoAlitripItFareDelete.go │ ├── TaobaoAlitripItFareGet.go │ ├── TaobaoAlitripItFareQuerytask.go │ ├── TaobaoAlitripItFareUpdate.go │ ├── TaobaoAlitripItPolicyAdd.go │ ├── TaobaoAlitripItPolicyBatchdelete.go │ ├── TaobaoAlitripItPolicyDelete.go │ ├── TaobaoAlitripItPolicyGet.go │ ├── TaobaoAlitripItPolicyUpdate.go │ └── doc.go ├── jae │ ├── TaobaoAplatformWeakget.go │ └── doc.go ├── jipiao │ ├── TaobaoAlitripBuyerGet.go │ ├── TaobaoAlitripSellerModifyList.go │ ├── TaobaoAlitripSellerRefundConfirmreturn.go │ ├── TaobaoAlitripSellerRefundFillfee.go │ ├── TaobaoAlitripSellerRefundGet.go │ ├── TaobaoAlitripSellerRefundRefusereturn.go │ ├── TaobaoAlitripSellerRefundSearch.go │ ├── TaobaoAlitripSellerRefundmoneyConfirm.go │ ├── TaobaoAlitripSellerRefundorderlistFetch.go │ ├── TaobaoJipiaoAgentOrderBdetail.go │ └── doc.go ├── jms │ ├── TaobaoJushitaJmsGroupGet.go │ ├── TaobaoJushitaJmsTopicsGet.go │ ├── TaobaoJushitaJmsUserAdd.go │ ├── TaobaoJushitaJmsUserDelete.go │ ├── TaobaoJushitaJmsUserGet.go │ └── doc.go ├── jst │ ├── AlibabaModifyaddressIsvBindsellerCheck.go │ ├── TaobaoJdsHluserGet.go │ ├── TaobaoJdsHluserUpdate.go │ ├── TaobaoJdsRefundTracesGet.go │ ├── TaobaoJdsTradeTracesGet.go │ ├── TaobaoJdsTradesStatisticsDiff.go │ ├── TaobaoJdsTradesStatisticsGet.go │ ├── TaobaoJstMiniappCrowdCreate.go │ ├── TaobaoJstMiniappOpenidMessageSend.go │ ├── TaobaoJstSmsMessageDirectBatchsend.go │ ├── TaobaoJstSmsMessageSend.go │ ├── TaobaoJstSmsMessageShorturlCreate.go │ ├── TaobaoJstSmsMessageShorturlQuery.go │ ├── TaobaoJstSmsOaidMessageSend.go │ ├── TaobaoJstSmsSignnameCreate.go │ ├── TaobaoJstSmsSignnameDelete.go │ ├── TaobaoJstSmsSignnameModify.go │ ├── TaobaoJstSmsSignnameQuery.go │ ├── TaobaoJstSmsSignnameReport.go │ ├── TaobaoJstSmsTaskCreate.go │ ├── TaobaoJstSmsTemplateCreate.go │ ├── TaobaoJstSmsTemplateDelete.go │ ├── TaobaoJstSmsTemplateModify.go │ ├── TaobaoJstSmsTemplateQuery.go │ ├── TaobaoJstSmsTemplateReport.go │ ├── TaobaoJushitaJdpUserAdd.go │ ├── TaobaoJushitaJdpUserDelete.go │ ├── TaobaoJushitaJdpUsersGet.go │ ├── TaobaoModifyaddressOpen.go │ ├── TaobaoModifyorderOrderCheck.go │ ├── TaobaoModifyskuQueryStatus.go │ ├── TaobaoOcApContractsignedGet.go │ ├── TaobaoOcApContracturlGet.go │ ├── TaobaoOcTradesBytagGet.go │ ├── TaobaoOcTradetagAttach.go │ ├── TaobaoOcTradetagsGet.go │ ├── TaobaoOcTradetraceAlertsGet.go │ ├── TaobaoQimenOrderstatusUpdate.go │ ├── TaobaoRdsDbCreate.go │ ├── TaobaoRdsDbCreateaccount.go │ ├── TaobaoRdsDbDelete.go │ ├── TaobaoRdsDbGet.go │ ├── TaobaoRdsDbGetdb.go │ ├── TaobaoTopBizSellerSign.go │ └── doc.go ├── jstinteractive │ ├── TaobaoJstInteractiveActivityCreate.go │ ├── TaobaoJstInteractiveActivityQuery.go │ ├── TaobaoJstInteractiveActivityUpdate.go │ ├── TaobaoJstInteractiveAssetsConfig.go │ ├── TaobaoJstInteractiveAssetsConfiguredQuery.go │ ├── TaobaoJstInteractiveAssetsQuery.go │ ├── TaobaoJstInteractivePointDecrease.go │ ├── TaobaoJstInteractivePointIncrease.go │ ├── TaobaoJstInteractivePointQuery.go │ ├── TaobaoJstInteractiveTaskQuery.go │ ├── TaobaoJstInteractiveTaskRegister.go │ └── doc.go ├── jstsecret │ ├── TaobaoJstSecretGet.go │ └── doc.go ├── ju │ ├── AlibabaJhsCommunityActivityDetails.go │ ├── AlibabaJhsCommunityActivityList.go │ ├── AlibabaJhsCommunityActivityReservation.go │ ├── AlibabaJhsCommunityIdentityStore.go │ ├── AlibabaJhsCommunitySubmittingText.go │ ├── AlibabaJhsCommunityUserStatistics.go │ ├── AlibabaJhsCommunityWechatLogin.go │ └── doc.go ├── jym │ ├── AlibabaJymGoodsExternalGoodsVmosOffonGame.go │ ├── AlibabaJymIndustryOutsidegamepropertysyncQuerypropertyinfo.go │ ├── AlibabaJymIndustryOutsidegamepropertysyncSyncpropertyinfo.go │ ├── AlibabaJymIndustryRecommendGoodsGet.go │ ├── AlibabaJymIndustryTaskswitchSave.go │ ├── AlibabaJymIndustryTradeMaxPriceGet.go │ ├── AlibabaJymIndustryVmosCommonCallback.go │ ├── AlibabaJymItemExternalGoodsBatchSynoffsale.go │ ├── AlibabaJymSteamFulfillmentUpdate.go │ ├── AlibabaJymSteamRefundAudit.go │ ├── AlibabaJymSteamShadowuserGet.go │ ├── TaobaoJymMemberRealnameVerifyWithoutuid.go │ └── doc.go ├── kbalgo │ ├── AlibabaKbalgoAlscpoisGet.go │ └── doc.go ├── kclub │ ├── AlibabaKclubKcGetcategorytree.go │ ├── AlibabaKclubKcQaGet.go │ ├── AlibabaKclubKcQaSearch.go │ ├── AlibabaKclubKcQaSearchPage.go │ ├── AlibabaKclubKcQueryknowledge.go │ └── doc.go ├── koubeimall │ ├── TaobaoKoubeiMallCommonItemDetailQuery.go │ ├── TaobaoKoubeiMallCommonItemShelfPage.go │ ├── TaobaoKoubeiMallCommonItemSuperDiscountList.go │ ├── TaobaoKoubeiMallCommonMallAuthPage.go │ ├── TaobaoKoubeiMallCommonMallDetailGet.go │ ├── TaobaoKoubeiMallCommonMallNearList.go │ ├── TaobaoKoubeiMallCommonStoreCommentPage.go │ ├── TaobaoKoubeiMallCommonStoreDetailQuery.go │ ├── TaobaoKoubeiMallCommonStoreDisplayGoodsList.go │ ├── TaobaoKoubeiMallCommonStorePage.go │ └── doc.go ├── larkiot │ ├── TaobaoLarkIotOrderConfirmorder.go │ ├── TaobaoLarkIotOrderGetcinemas.go │ ├── TaobaoLarkIotOrderGetgoodslist.go │ ├── TaobaoLarkPosBasedataGetworkstation.go │ └── doc.go ├── lbs │ ├── TaobaoLbsMessageUpload.go │ └── doc.go ├── legalcase │ ├── AlibabaLegalCaseCommonEnumdata.go │ ├── AlibabaLegalCaseCommonNotice.go │ ├── AlibabaLegalCaseCourtTimeUpdate.go │ ├── AlibabaLegalCaseEntrustCallback.go │ ├── AlibabaLegalCaseEntrustGet.go │ ├── AlibabaLegalCaseMediateRecordSave.go │ ├── AlibabaLegalCaseQuerystandpointSave.go │ ├── AlibabaLegalCaseStandpointFeedback.go │ ├── AlibabaLegalCaseStandpointQueryref.go │ ├── AlibabaLegalCaseStandpointQuerystandpoint.go │ ├── AlibabaLegalCaseStandpointSavestandpoint.go │ ├── AlibabaLegalSuitFileUpload.go │ └── doc.go ├── legalsuit │ ├── AlibabaLegalNewdraftstandpointQuery.go │ ├── AlibabaLegalStandpointCollectionstandpointQuery.go │ ├── AlibabaLegalStandpointDelete.go │ ├── AlibabaLegalStandpointDerivestandpointQuery.go │ ├── AlibabaLegalStandpointDraftstandpointInsert.go │ ├── AlibabaLegalStandpointGetref.go │ ├── AlibabaLegalStandpointInsertdraft.go │ ├── AlibabaLegalStandpointQuery.go │ ├── AlibabaLegalStandpointSceneQuery.go │ ├── AlibabaLegalStandpointStandpointCollection.go │ ├── AlibabaLegalStandpointStandpointQuery.go │ ├── AlibabaLegalStandpointStandpointQueryall.go │ ├── AlibabaLegalStandpointStandpointtreeQuery.go │ ├── AlibabaLegalStanpointAccept.go │ ├── AlibabaLegalSuitCaseGet.go │ ├── AlibabaLegalSuitCourtAfterPush.go │ ├── AlibabaLegalSuitCourtBeforePush.go │ ├── AlibabaLegalSuitCourtEntrustGet.go │ ├── AlibabaLegalSuitCourtLawyerPush.go │ ├── AlibabaLegalSuitCourtOpenPush.go │ ├── AlibabaLegalSuitCourttimePush.go │ ├── AlibabaLegalSuitDominationGet.go │ ├── AlibabaLegalSuitDominationPush.go │ ├── AlibabaLegalSuitJudgementGet.go │ ├── AlibabaLegalSuitJudgementPush.go │ ├── AlibabaLegalSuitPaymentPush.go │ ├── AlibabaLegalSuitSealPush.go │ ├── AlibabaStandpointHistorykeyGet.go │ └── doc.go ├── lifeservice │ ├── TaobaoPlaceStoreRelationAdd.go │ └── doc.go ├── logistic │ ├── AlibabaAlinkMessageHistoryAction.go │ ├── AlibabaAscpLogisticsCpGet.go │ ├── AlibabaEleFengniaoCancelMerchant.go │ ├── AlibabaEleFengniaoCarrierCapacityQuery.go │ ├── AlibabaEleFengniaoCarrierdriverLocation.go │ ├── AlibabaEleFengniaoChainstoreContractCancel.go │ ├── AlibabaEleFengniaoChainstoreContractChange.go │ ├── AlibabaEleFengniaoChainstoreRanges.go │ ├── AlibabaEleFengniaoChainstoreUpdate.go │ ├── AlibabaEleFengniaoMerchantContractCancel.go │ ├── AlibabaEleFengniaoOrderPush.go │ ├── AlibabaEleFengniaoOrderQuery.go │ ├── AlibabaEleFengniaoServicePackageQuery.go │ ├── AlibabaEleFengniaoShippingorderEvent.go │ ├── AlibabaEleFengniaoTradeUpdate.go │ ├── AlibabaTclsFulfillQaOrderCreate.go │ ├── AliexpressLocalLogisticLabelPrint.go │ ├── AliexpressLocalLogisticsLabelPrint.go │ ├── AliexpressLocalLogisticsOrderCreate.go │ ├── AliexpressLocalLogisticsOrderInfoQuery.go │ ├── AliexpressLocalLogisticsReportShipped.go │ ├── AliexpressLocalLogisticsShippingMethodQuery.go │ ├── AliexpressLogisticsCreatewarehouseorder.go │ ├── CainiaoCbossWorkplatformBiztypeQuerybyid.go │ ├── CainiaoCbossWorkplatformLogisticsIscainiaoorder.go │ ├── CainiaoDataLogisticsCpDeliveryAgingPredict.go │ ├── CainiaoDataLogisticsDeliveryAgingPredict.go │ ├── CainiaoMemberCourierCpresign.go │ ├── CainiaoReachableBatchjudge.go │ ├── CainiaoWaybillCloudprintNetprintBind.go │ ├── CainiaoWaybillCloudprintNetprintVerifycode.go │ ├── TaobaoLogisticsAddressAdd.go │ ├── TaobaoLogisticsAddressModify.go │ ├── TaobaoLogisticsAddressRemove.go │ ├── TaobaoLogisticsAddressSearch.go │ ├── TaobaoLogisticsConsignResend.go │ ├── TaobaoLogisticsErpDeliveryCut.go │ ├── TaobaoLogisticsExpressCollectSync.go │ ├── TaobaoLogisticsExpressCourierSync.go │ ├── TaobaoLogisticsExpressDeliveryCutNotify.go │ ├── TaobaoLogisticsExpressModifyAppoint.go │ ├── TaobaoLogisticsExpressOrderPayTmsQuery.go │ ├── TaobaoLogisticsExpressOrderTmsCancel.go │ ├── TaobaoLogisticsExpressOrderTmsUpdate.go │ ├── TaobaoLogisticsExpressPackageweightSync.go │ ├── TaobaoLogisticsExpressPickcodeCheck.go │ ├── TaobaoLogisticsExpressServiceSync.go │ ├── TaobaoLogisticsOfflineSend.go │ ├── TaobaoLogisticsWmsGoodsInfoSync.go │ ├── TaobaoLogisticsWmsOrderMaterialSync.go │ ├── TaobaoNextoneLogisticsSignUpdate.go │ ├── TaobaoNextoneLogisticsWarehouseUpdate.go │ ├── TaobaoOpenSellerBizLogisticSellerBind.go │ ├── TaobaoOpenSellerBizLogisticTimeRule.go │ ├── TaobaoRdcAligeniusLogisticsPackagesNotice.go │ ├── TaobaoRdcAligeniusWarehouseResendLogisticsMsgPost.go │ ├── TaobaoRdcAligeniusWarehouseResendUpdate.go │ ├── TaobaoRdcAligeniusWarehouseReverseEventUpdate.go │ ├── TaobaoRdcAligeniusWarehouseReverseUploading.go │ ├── TaobaoWlbImportThreeplOfflineConsign.go │ ├── TaobaoWlbImportThreeplResourceGet.go │ ├── TaobaoWmsOrderWarehouseRouteGet.go │ ├── WdkLogisticNetworkResourceGroupQuery.go │ ├── WdkLogisticNetworkWarehouseDeliveryRelationQuery.go │ ├── WdkLogisticNetworkWarehouseResourceRelationQueryFrom.go │ ├── WdkLogisticNetworkWarehouseResourceRelationQueryToCodes.go │ └── doc.go ├── lstbm │ ├── AlibabaLstBmStoreAdd.go │ ├── AlibabaLstBmStoreEmpSave.go │ ├── AlibabaLstBmStoreUpdate.go │ └── doc.go ├── lstfundbill │ ├── AlibabaLstTradeOrderFundbillQuery.go │ ├── AlibabaLstTradeSellerOrderFundbillListQuery.go │ └── doc.go ├── lsticitem │ ├── AlibabaLstIcItemInfoQuery.go │ └── doc.go ├── lstlogistics │ ├── AlibabaLstLogisticsNotraceSend.go │ ├── AlibabaLstLogisticsSendinfoQuery.go │ ├── AlibabaLstLogisticsThirdpartCompanyList.go │ ├── AlibabaLstLogisticsThirdpartSend.go │ ├── AlibabaLstLogisticsTraceQuery.go │ ├── AlibabaLstShiporderCancel.go │ ├── AlibabaLstShiporderCreate.go │ ├── AlibabaLstShiporderQuery.go │ └── doc.go ├── lstlogistics2 │ ├── AlibabaLstTradeSellerOfflineOrderCancel.go │ ├── AlibabaLstTradeSellerOfflineOrderQuery.go │ ├── AlibabaLstTradeSellerOfflineOrderUpload.go │ └── doc.go ├── lstmarketing │ ├── AlibabaLstMarketingQuerybyorderid.go │ └── doc.go ├── lstpos │ ├── AlibabaLstPosOpenAccountCheckissettled.go │ ├── AlibabaLstPosOpenCashierSynccashierdata.go │ ├── AlibabaLstPosOpenGoodsGetgoodsbybarcode.go │ ├── AlibabaLstPosOpenGoodsSyncgoodsdata.go │ ├── AlibabaLstPosOpenInventoryGetinventorydata.go │ ├── AlibabaLstPosOpenInventorySyncinventorydata.go │ └── doc.go ├── lstspeacker │ ├── AlibabaLstSpeakerConfigure.go │ ├── AlibabaLstSpeakerConfigureAdjustvolume.go │ ├── AlibabaLstSpeakerConfigureSetpaytime.go │ ├── AlibabaLstSpeakerConfigureSyncaudio.go │ ├── AlibabaLstSpeakerConfigureSyncaudioadvert.go │ ├── AlibabaLstSpeakerFileUpload.go │ ├── AlibabaLstSpeakerStatusGet.go │ └── doc.go ├── lsttrade │ ├── AlibabaLstTradeFastrefundGoodsstatusSync.go │ ├── AlibabaLstTradeOrderGet.go │ ├── AlibabaLstTradeOrderQuerychange.go │ ├── AlibabaLstTradeOrderRefundListQuery.go │ ├── AlibabaLstTradeRefundOrderGet.go │ ├── AlibabaLstTradeSellerOrderDetailQuery.go │ ├── AlibabaLstTradeSellerOrderListQuery.go │ ├── AlibabaLstTradeShiporderQuery.go │ └── doc.go ├── lstvending │ ├── AlibabaLstVendingCargospaceSave.go │ ├── AlibabaLstVendingEquipmentQuery.go │ ├── AlibabaLstVendingGoodsSave.go │ ├── AlibabaLstVendingOrderUpdate.go │ ├── AlibabaLstVendingShippingCallback.go │ ├── AlibabaLstVendingTradeflowQuery.go │ ├── AlibabaLstVendingTradeflowSave.go │ ├── AlibabaLstVendngImageUpload.go │ └── doc.go ├── lstwarehouse │ ├── AlibabaLstBranddatashareStockdataQuery.go │ ├── AlibabaLstBranddatashareSuppliersListQuery.go │ ├── AlibabaLstIcStockItemsUpdate.go │ ├── AlibabaLstTradeSellerWarehouseQuery.go │ └── doc.go ├── ma │ ├── TaobaoMaQrcodeCommonCreate.go │ ├── TaobaoWirelessXcodeCreate.go │ └── doc.go ├── maitix │ ├── AlibabaDamaiMaitixDistributionCmbParamencrypt.go │ ├── AlibabaDamaiMaitixDistributionCmbQuerypayresult.go │ ├── AlibabaDamaiMaitixDistributionDeliveryCalculate.go │ ├── AlibabaDamaiMaitixDistributionDeliveryQuery.go │ ├── AlibabaDamaiMaitixDistributionExchangepointQuery.go │ ├── AlibabaDamaiMaitixEticketDistributionQuery.go │ ├── AlibabaDamaiMaitixOpengatewayPerformStatusQuery.go │ ├── AlibabaDamaiMaitixOpengatewayProjectStatusQuery.go │ ├── AlibabaDamaiMaitixOpengatewayTicketItemStatusQuery.go │ ├── AlibabaDamaiMaitixOrderCancel.go │ ├── AlibabaDamaiMaitixOrderConfirm.go │ ├── AlibabaDamaiMaitixOrderDistributionCreate.go │ ├── AlibabaDamaiMaitixOrderQuery.go │ ├── AlibabaDamaiMaitixProjectDistributionDetailQuery.go │ ├── AlibabaDamaiMaitixProjectDistributionQuery.go │ ├── AlibabaDamaiMaitixProjectDistributionQuerybypage.go │ ├── AlibabaDamaiMaitixProjectDistributionQuerylist.go │ ├── AlibabaDamaiMaitixSeatInfoQuery.go │ ├── AlibabaDamaiMaitixSeatTokenQuery.go │ └── doc.go ├── mc │ ├── AliyunUnimktTaskChargeLaunch.go │ ├── TmallMcDeviceCircleCheck.go │ ├── TmallMcRecordOrderSync.go │ ├── TmallMcTaskChargeLaunch.go │ └── doc.go ├── media │ ├── AlibabaTjbPictureFolderCreate.go │ ├── AlibabaTjbPictureFolderQuery.go │ ├── AlibabaTjbPictureUpload.go │ ├── AlibabaTjbPictureUserstorageQuery.go │ ├── AlibabaVideoPublish.go │ ├── AlibabaVideoQuery.go │ ├── AlibabaVideoTokenGet.go │ ├── TaobaoInteractiveListGetbyuser.go │ ├── TaobaoMediaVideoList.go │ ├── TaobaoMiniappCloudPictureToken.go │ ├── TaobaoPictureCategoryAdd.go │ ├── TaobaoPictureCategoryGet.go │ ├── TaobaoPictureCategoryUpdate.go │ ├── TaobaoPictureChangecategory.go │ ├── TaobaoPictureDelete.go │ ├── TaobaoPictureGet.go │ ├── TaobaoPictureIsreferencedGet.go │ ├── TaobaoPicturePicturesCount.go │ ├── TaobaoPicturePicturesGet.go │ ├── TaobaoPictureUpdate.go │ ├── TaobaoPictureUpload.go │ ├── TaobaoPictureUserinfoGet.go │ ├── TaobaoVasServiceGetServTimes.go │ └── doc.go ├── medicalbase │ ├── AlibabaAlihealthMedicalbaseOrderStatusSync.go │ └── doc.go ├── mei │ ├── TmallCrmMemberFrontUnbind.go │ ├── TmallCrmMemberFrontUnbindPrivy.go │ ├── TmallCrmMemberPointChange.go │ ├── TmallMeiCrmCallbackPointChange.go │ ├── TmallMeiCrmMemberGetbypaycode.go │ ├── TmallMeiCrmMemberSync.go │ ├── TmallMeiCrmMemberSyncPrivy.go │ └── doc.go ├── middleclaims │ ├── AlibabaMiddleClaimsacceptReceive.go │ ├── AlibabaMiddleClaimsbillReceive.go │ ├── AlibabaMiddleClaimsresultReceive.go │ └── doc.go ├── miniapp │ ├── TaobaoCoinAwardDelivery.go │ ├── TaobaoMiniappCloudFunctionInvoke.go │ ├── TaobaoMiniappCloudStoreRelationAdd.go │ ├── TaobaoMiniappExtDeliveryAppChannelConfigsQuery.go │ ├── TaobaoMiniappExtDeliveryAppChannelSync.go │ ├── TaobaoMiniappExtDeliverySellChannelConfigSync.go │ ├── TaobaoMiniappExtDeliverySellChannelConfigsQuery.go │ ├── TaobaoMiniappExtDeliverySellerTaskSync.go │ ├── TaobaoSmartappSmartformDataWrite.go │ ├── TaobaoSmartappTableAdd.go │ ├── TaobaoSmartappTableFulldataGet.go │ ├── TaobaoSmartappTableGet.go │ ├── TaobaoSmartappTableListGet.go │ ├── TaobaoSmartappTableMetaGet.go │ ├── TaobaoSmartappTableUpdate.go │ └── doc.go ├── miniappcloud │ ├── TaobaoMiniappCloudMongoInsert.go │ ├── TaobaoMiniappCloudMongoUpdate.go │ ├── TaobaoMiniappCloudStoreListfile.go │ └── doc.go ├── miniappopen │ ├── TaobaoMiniappAppSellerConfigComplete.go │ ├── TaobaoMiniappDistributionItemsBind.go │ ├── TaobaoMiniappDistributionMaterialCreate.go │ ├── TaobaoMiniappDistributionMaterialDelete.go │ ├── TaobaoMiniappDistributionMaterialGet.go │ ├── TaobaoMiniappDistributionMaterialUpdate.go │ ├── TaobaoMiniappDistributionOrderCreate.go │ ├── TaobaoMiniappDistributionOrderGet.go │ ├── TaobaoMiniappDistributionOrderItemsAllBind.go │ ├── TaobaoMiniappDistributionOrderItemsBind.go │ ├── TaobaoMiniappDistributionOrderPrecreate.go │ ├── TaobaoMiniappInteractBenefitItemGet.go │ ├── TaobaoMiniappShorturlCreate.go │ ├── TaobaoMiniappTemplateInstantiate.go │ ├── TaobaoMiniappTemplateOfflineapp.go │ ├── TaobaoMiniappTemplateOnlineapp.go │ ├── TaobaoMiniappTemplateQueryapp.go │ ├── TaobaoMiniappTemplateRollback.go │ ├── TaobaoMiniappTemplateUpdate.go │ ├── TaobaoMiniappTemplateUpdateapp.go │ ├── TaobaoMiniappVirtualItemGet.go │ ├── TaobaoMiniappWidgetTemplateInstanceQuery.go │ ├── TaobaoMiniappWidgetTemplateInstanceUpdate.go │ ├── TaobaoMiniappWidgetTemplateInstantiate.go │ ├── TaobaoMiniapppTemplateInstantiate.go │ └── doc.go ├── mirage │ ├── YoukuMirageQueryPermission.go │ └── doc.go ├── mos │ ├── AlibabaMjMemberBindmember.go │ ├── AlibabaMjMemberHasbind.go │ ├── AlibabaMjMosFundCancelbill.go │ ├── AlibabaMjMosFundCreatebill.go │ ├── AlibabaMjMosFundModifybillbankaccount.go │ ├── AlibabaMjMoscarnivalReceivecoupon.go │ ├── AlibabaMjMoscarnivalReceiveencrypt.go │ ├── AlibabaMjOcBigposBanksaleAdjustmentApply.go │ ├── AlibabaMjOcBigposBanksaleQuery.go │ ├── AlibabaMjOcCalldispatcher.go │ ├── AlibabaMjOcConfpickupgoods.go │ ├── AlibabaMjOcGetproductbyscancode.go │ ├── AlibabaMjOcOfflineMaxticketnoGet.go │ ├── AlibabaMjOcOnlineTicketnoGet.go │ ├── AlibabaMjOcOutbound.go │ ├── AlibabaMjOcPay.go │ ├── AlibabaMjOcWritesaleslip.go │ ├── AlibabaMjPresaleSettlementAddlist.go │ ├── AlibabaMjPresaleSettlementStatistics.go │ ├── AlibabaMosBrandCoproductGroupUserCount.go │ ├── AlibabaMosBrandCoproductGroupUserQuery.go │ ├── AlibabaMosBunkBunkinfoQuerybunk.go │ ├── AlibabaMosCommonAuthOperatorInfo.go │ ├── AlibabaMosFinanceBankinfoQuerybank.go │ ├── AlibabaMosHrBackgroundReportNotify.go │ ├── AlibabaMosOcTradeSyncbanksale.go │ ├── AlibabaMosOnsiteTradeIsnewpayorder.go │ ├── AlibabaMosOnsiteTradeOldrefund.go │ ├── AlibabaMosOnsiteTradePay.go │ ├── AlibabaMosOnsiteTradeQuery.go │ ├── AlibabaMosOnsiteTradeQueryrefund.go │ ├── AlibabaMosOnsiteTradeRefund.go │ ├── AlibabaMosPosAlarm.go │ ├── AlibabaMosStoreGetcloudshelfversion.go │ ├── AlibabaMosStoreGetdefautitems.go │ ├── AlibabaMosStoreGetstorelist.go │ ├── AlibabaMosStoreRecordscreenpointinfo.go │ ├── AlibabaMosSupplierBasisGetsupplierinfo.go │ ├── AlibabaMosTmcSmsSend.go │ ├── AlibabaMosflowWorkQueryvariables.go │ ├── AlibabaMosflowWorkStartprocess.go │ └── doc.go ├── moscm │ ├── AlibabaMosDeliverySend.go │ ├── AlibabaMosGoodsAdjust.go │ ├── AlibabaMosGoodsBulkinputcspu.go │ ├── AlibabaMosGoodsInventoryGetinventorys.go │ ├── AlibabaMosGoodsSearchcspu.go │ ├── AlibabaMosGoodsSetprice.go │ ├── AlibabaMosGoodsSynchinventorybycounting.go │ ├── AlibabaMosIsvInventoryScrollquery.go │ ├── AlibabaMosOrderListGet.go │ ├── AlibabaMosOrderQuery.go │ ├── AlibabaMosOrderRefundListGet.go │ └── doc.go ├── mozi │ ├── AlibabaMoziBucAccountListAccountids.go │ ├── AlibabaMoziBucAccountPageall.go │ ├── AlibabaMoziFusionAddorupdateEmployeeAccount.go │ ├── AlibabaMoziFusionCreateEmployeeAccount.go │ ├── AlibabaMoziFusionDimissionEmployeeAccount.go │ ├── AlibabaMoziFusionReentryEmployeeAccount.go │ ├── AlibabaMoziFusionUpdateEmployeeAccount.go │ ├── AlibabaMoziVdsTenantApiServiceDismiss.go │ ├── AlibabaMoziVdsTenantApiServiceGetadmin.go │ ├── AlibabaMoziVdsTenantApiServiceMatchempcodes.go │ ├── AlibabaMoziVdsTenantApiServicePagesubadmins.go │ ├── AlibabaMoziVdsTenantApiServiceTenantbyid.go │ └── doc.go ├── moziacl │ ├── AlibabaMoziAclAppGetpermisspkgs.go │ ├── AlibabaMoziAclGrantGrantrole.go │ ├── AlibabaMoziAclPermissionPageRolepermission.go │ ├── AlibabaMoziAclPermissionpkgAddPermissions.go │ ├── AlibabaMoziAclPermissionpkgAddRoles.go │ ├── AlibabaMoziAclRoleAdd.go │ ├── AlibabaMoziAclRoleAddPermissions.go │ ├── AlibabaMoziAclRoleRemove.go │ ├── AlibabaMoziAclRoleRemovePermissions.go │ ├── AlibabaMoziAclUserpermissionsRevoke.go │ ├── AlibabaMoziAclUserrolesRevoke.go │ └── doc.go ├── mozivds │ ├── AlibabaMoziVdsTenantApiServiceAddadmin.go │ ├── AlibabaMoziVdsTenantApiServiceRemoveadmin.go │ └── doc.go ├── msgamp │ ├── TaobaoBcChatMessageSend.go │ ├── TaobaoMessageSend.go │ └── doc.go ├── mtop │ ├── TaobaoMtopUploadTokenGet.go │ └── doc.go ├── mtopopen │ ├── AlibabaInteractAllsparkisvDraw.go │ ├── AlibabaInteractAopdataRegister.go │ ├── AlibabaInteractLotteryactivityRegister.go │ ├── AlibabaInteractMediaArtwork.go │ ├── AlibabaInteractMediaAudio.go │ ├── AlibabaInteractSensorSocial.go │ ├── AlibabaInteractSensorTrade.go │ ├── AlibabaInteractSensorTradeBuy.go │ ├── TaobaoLogisticsAppletModifydataSave.go │ ├── TaobaoLogisticsAppletPackageQuery.go │ ├── TaobaoLogisticsFengchaoMsgSend.go │ ├── TaobaoLogisticsOpenalibityWrite.go │ ├── TaobaoLogisticsShunfengModifydataSave.go │ ├── TaobaoLogisticsTaowaiMsgSend.go │ ├── TaobaoOauthCodeCreate.go │ ├── TaobaoWeitaoFeedIsrelation.go │ ├── TaobaoWeitaoFollowIsrelation.go │ ├── TaobaoWirelessBuntingShopShorturlCreate.go │ └── doc.go ├── mydata │ ├── AlibabaMydataOverviewDateGet.go │ ├── AlibabaMydataOverviewIndicatorBasicGet.go │ ├── AlibabaMydataOverviewIndustryGet.go │ ├── AlibabaMydataSelfProductDateGet.go │ ├── AlibabaMydataSelfProductGet.go │ └── doc.go ├── nazca │ ├── AlibabaInfodeptLassenCasestatisticsGet.go │ ├── AlibabaNazcaAuthAuthapplyCallback.go │ ├── AlibabaNazcaAuthChangeauthapplyCallback.go │ ├── AlibabaNazcaAuthIssueauthapplyCallback.go │ ├── AlibabaNazcaTokenAuthapplyGet.go │ ├── AlibabaNazcaTokenChangeauthapplyGet.go │ ├── AlibabaNazcaTokenFilesecretGet.go │ ├── AlibabaNazcaTokenIssuecertapplyGet.go │ └── doc.go ├── newretail │ ├── AlibabaItApAddressGet.go │ ├── AlibabaItApAddressSet.go │ └── doc.go ├── nlife │ ├── AlibabaNlifeB2cCodeConvert.go │ ├── AlibabaNlifeB2cItemDetailGet.go │ ├── AlibabaNlifeB2cMemberDiscountruleGet.go │ ├── AlibabaNlifeB2cTradeCancel.go │ ├── AlibabaNlifeB2cTradeDownload.go │ ├── AlibabaNlifeB2cTradeGet.go │ ├── AlibabaNlifeB2cTradePay.go │ ├── AlibabaNlifeB2cTradeRefund.go │ ├── AlibabaNlifeB2cTradestatusDrive.go │ └── doc.go ├── nlp │ ├── TaobaoNlpPreprocess.go │ ├── TaobaoNlpSimilarity.go │ ├── TaobaoNlpWord.go │ └── doc.go ├── normalvisa │ ├── AlitripTravelVisaApplicantImport.go │ ├── AlitripTravelVisaApplicantQuery.go │ ├── AlitripTravelVisaSignSend.go │ ├── TaobaoAlitripTravelNormalvisaGet.go │ ├── TaobaoAlitripTravelNormalvisaGetcompany.go │ ├── TaobaoAlitripTravelNormalvisaGetdetail.go │ ├── TaobaoAlitripTravelNormalvisaStoreuser.go │ ├── TaobaoAlitripTravelNormalvisaUpdatepersonstauts.go │ ├── TaobaoAlitripTravelNormalvisaUploadfile.go │ └── doc.go ├── nropen │ ├── AlibabaAscpIndustryDisivisonQuery.go │ └── doc.go ├── nrpos │ ├── AlibabaMosCommdyOfflineGetfileurl.go │ ├── AlibabaMosCommdyPosmerchandiseGetmerchandise.go │ └── doc.go ├── nrt │ ├── AlibabaRetailDeviceVendingRegister.go │ ├── TmallNrtAssetAuthorizationAdd.go │ ├── TmallNrtAssetAuthorizationDelete.go │ ├── TmallNrtBranddetailQuery.go │ ├── TmallNrtBrandinfoQuery.go │ ├── TmallNrtCouponSend.go │ ├── TmallNrtCouponTemplateSyn.go │ ├── TmallNrtCoupontemplateQuery.go │ ├── TmallNrtItemGet.go │ ├── TmallNrtItemMainSynchronize.go │ ├── TmallNrtMemberOpenid.go │ ├── TmallNrtMemberSynchronize.go │ ├── TmallNrtMiaolingThirdLogin.go │ ├── TmallNrtPayMerchantFundstypeModify.go │ ├── TmallNrtPayMerchantStallSigningModify.go │ ├── TmallNrtSceneActivityQuery.go │ ├── TmallNrtSmsCodeSend.go │ ├── TmallNrtStallPayratioSynchronize.go │ ├── TmallNrtStallSynchronize.go │ ├── TmallNrtStoreContractQuery.go │ ├── TmallNrtStoreContractSyn.go │ ├── TmallNrtStoreItemFromOnlineItem.go │ ├── TmallNrtStoreRelationQuery.go │ └── doc.go ├── omniorder │ ├── AlibabaRetailCommissionOrderQuery.go │ ├── AlibabaRetailCommissionOrderSync.go │ ├── AlibabaRetailCommissionResultQuery.go │ ├── AlibabaRetailCommissionStatusChange.go │ ├── TaobaoJstAstrolabeOrderstatusSync.go │ ├── TaobaoJstAstrolabeStoreinventoryAdjust.go │ ├── TaobaoJstAstrolabeStoreinventoryInitial.go │ ├── TaobaoJstAstrolabeStoreinventoryItemadjust.go │ ├── TaobaoJstAstrolabeStoreinventoryIteminitial.go │ ├── TaobaoJstAstrolabeStoreinventoryItemquery.go │ ├── TaobaoJstAstrolabeStoreinventoryItemupdate.go │ ├── TaobaoJstAstrolabeStoreinventoryQuery.go │ ├── TaobaoJstAstrolabeStoreinventoryUpdate.go │ ├── TaobaoOmniDealerOdersGet.go │ ├── TaobaoOmniDealerOdersList.go │ ├── TaobaoOmniDealerOdersRefundAddress.go │ ├── TaobaoOmniOrderDetail.go │ ├── TaobaoOmniOrderGoodsReady.go │ ├── TaobaoOmniitemCategoryGet.go │ ├── TaobaoOmniitemItemDelete.go │ ├── TaobaoOmniitemItemFullupdate.go │ ├── TaobaoOmniitemItemGet.go │ ├── TaobaoOmniitemItemPublish.go │ ├── TaobaoOmniitemSkuGet.go │ ├── TaobaoOmniorderAllocatedinfoSync.go │ ├── TaobaoOmniorderDtdConsign.go │ ├── TaobaoOmniorderDtdConsume.go │ ├── TaobaoOmniorderDtdQuery.go │ ├── TaobaoOmniorderDtdResend.go │ ├── TaobaoOmniorderGuideDataGet.go │ ├── TaobaoOmniorderItemTagOperate.go │ ├── TaobaoOmniorderPrintSaleJudge.go │ ├── TaobaoOmniorderStoreAccpeted.go │ ├── TaobaoOmniorderStoreCollectconfigGet.go │ ├── TaobaoOmniorderStoreCollectconfigUpdate.go │ ├── TaobaoOmniorderStoreConsigned.go │ ├── TaobaoOmniorderStoreDeliverconfigGet.go │ ├── TaobaoOmniorderStoreDeliverconfigUpdate.go │ ├── TaobaoOmniorderStoreReallocate.go │ ├── TaobaoOmniorderStoreRefused.go │ ├── TaobaoOmniorderStoreSdtquerystation.go │ ├── TaobaoOmniorderStoreSdtstatus.go │ ├── TaobaoOmniorderStoreSwitchstatusGet.go │ ├── TaobaoOmniorderStoreSwitchstatusUpdate.go │ ├── TaobaoOmniorderStorecollectConsume.go │ ├── TaobaoOmniorderStorecollectQuery.go │ ├── TaobaoQimenItemsMarking.go │ ├── TaobaoQimenItemsTagQuery.go │ ├── TaobaoQimenTagItemsQuery.go │ └── doc.go ├── openim │ ├── TaobaoOpenimAppChatlogsGet.go │ ├── TaobaoOpenimChatlogsGet.go │ ├── TaobaoOpenimChatlogsImport.go │ ├── TaobaoOpenimIoscertSandboxSet.go │ ├── TaobaoOpenimRelationsGet.go │ ├── TaobaoOpenimSnfilterwordSetfilter.go │ ├── TaobaoOpenimTribeCreate.go │ ├── TaobaoOpenimTribeDismiss.go │ ├── TaobaoOpenimTribeExpel.go │ ├── TaobaoOpenimTribeGetalltribes.go │ ├── TaobaoOpenimTribeGetmembers.go │ ├── TaobaoOpenimTribeGettribeinfo.go │ ├── TaobaoOpenimTribeInvite.go │ ├── TaobaoOpenimTribeJoin.go │ ├── TaobaoOpenimTribeModifytribeinfo.go │ ├── TaobaoOpenimTribeQuit.go │ ├── TaobaoOpenimTribeSendmsg.go │ ├── TaobaoOpenimTribeSetmanager.go │ ├── TaobaoOpenimTribeSetmembernick.go │ ├── TaobaoOpenimTribeUnsetmanager.go │ ├── TaobaoOpenimTribelogsGet.go │ ├── TaobaoOpenimTribelogsImport.go │ └── doc.go ├── openmall │ ├── TaobaoOpenmallItemGet.go │ ├── TaobaoOpenmallItemSaleareaGet.go │ ├── TaobaoOpenmallItemsQuery.go │ ├── TaobaoOpenmallRefundBatchGet.go │ ├── TaobaoOpenmallRefundClose.go │ ├── TaobaoOpenmallRefundCreate.go │ ├── TaobaoOpenmallRefundGet.go │ ├── TaobaoOpenmallRefundImageUpload.go │ ├── TaobaoOpenmallRefundMessageGet.go │ ├── TaobaoOpenmallRefundMessageSubmit.go │ ├── TaobaoOpenmallRefundModify.go │ ├── TaobaoOpenmallRefundSubmit.go │ ├── TaobaoOpenmallTraceSearch.go │ ├── TaobaoOpenmallTradeAddressParse.go │ ├── TaobaoOpenmallTradeAgreepay.go │ ├── TaobaoOpenmallTradeBatchGet.go │ ├── TaobaoOpenmallTradeClose.go │ ├── TaobaoOpenmallTradeConfirm.go │ ├── TaobaoOpenmallTradeCreate.go │ ├── TaobaoOpenmallTradeGet.go │ ├── TaobaoOpenmallTradeRender.go │ ├── TaobaoOpenmallTradeShipaddressUpdate.go │ └── doc.go ├── opentrade │ ├── TaobaoMiniappAdvancedTradeinfoPriceModify.go │ ├── TaobaoOpentradeActivityQuery.go │ ├── TaobaoOpentradeActivitySync.go │ ├── TaobaoOpentradeQueueQuery.go │ ├── TaobaoOpentradeQueueUsersMark.go │ ├── TaobaoOpentradeSpecialItemsBind.go │ ├── TaobaoOpentradeSpecialItemsQuery.go │ ├── TaobaoOpentradeSpecialItemsUnbind.go │ ├── TaobaoOpentradeSpecialRuleUpdate.go │ ├── TaobaoOpentradeSpecialUsersMark.go │ ├── TaobaoOpentradeSpecialUsersQuery.go │ ├── TaobaoOpentradeToolsItemsBind.go │ ├── TaobaoOpentradeToolsItemsQuery.go │ ├── TaobaoOpentradeToolsItemsUnbind.go │ └── doc.go ├── ott │ ├── YoukuOttAlicbFacadeserviceGetdata.go │ ├── YoukuOttPlayserviceGetplayurl.go │ ├── YunosTvscreenLauncherGet.go │ ├── YunosTvscreenLgeLauncherGet.go │ └── doc.go ├── ottpay │ ├── YoukuOttIotDevicelistChange.go │ ├── YoukuOttIotStatusPush.go │ ├── YoukuOttPayOrderAuthpay.go │ ├── YoukuOttPayOrderAuthpaywithprice.go │ ├── YoukuOttPayOrderCreateorder.go │ ├── YoukuOttPayOrderDeleteorder.go │ ├── YoukuOttPayOrderQueryauthstate.go │ ├── YoukuOttPayOrderQuerycporder.go │ ├── YoukuOttPayOrderQueryorder.go │ ├── YoukuOttPayOrderQueryorderbycp.go │ └── doc.go ├── oversea │ ├── AlibabaOverseaExchagerateGet.go │ ├── AlibabaOverseaTranslateGet.go │ └── doc.go ├── paimai │ ├── TaobaoAuctionBeikeItemSync.go │ ├── TaobaoAuctionVehicleDetectReportUpdate.go │ ├── TaobaoAuctionZcMerchantUserCheck.go │ ├── TaobaoAuctionZcUpdateVrStatus.go │ ├── TaobaoAuctionZcVehicleDetectStatusProcess.go │ ├── TaobaoPaimaiAuctioncatNftChecknftuseridentify.go │ ├── TaobaoPaimaiItemCooperationSync.go │ ├── TaobaoPaimaiItempropsGet.go │ ├── TaobaoPaimaiNftCertificateApplycallback.go │ ├── TaobaoPaimaiNftOrderinfoQuery.go │ └── doc.go ├── pentraprism │ ├── TaobaoPentaprismTaskQueryitem.go │ ├── TaobaoPentaprismTaskTrigger.go │ ├── TaobaoPentaprismTaskTriggerFrom.go │ └── doc.go ├── perfect │ ├── AlibabaPerfectPerformanceItemQuery.go │ ├── AlibabaPerfectPerformanceLocalitemEdit.go │ ├── AlibabaPerfectPerformanceLocalitemPublish.go │ ├── AlibabaTcwmsOutboundLoadBoxcodeCreate.go │ ├── AlibabaTcwmsOutboundLoadContainerReceive.go │ ├── AlibabaTcwmsOutboundOrderCancel.go │ ├── AlibabaTcwmsOutboundPickReceive.go │ └── doc.go ├── product │ ├── AlibabaGpuAddSchemaGet.go │ ├── AlibabaGpuSchemaAdd.go │ ├── AlibabaGpuSchemaCatsearch.go │ ├── AlibabaGpuSchemaUpdate.go │ ├── AlibabaGpuUpdateSchemaGet.go │ ├── AlibabaGspSupplyImageUpload.go │ ├── AlibabaJymIndustryInformationCallbak.go │ ├── AlibabaJymItemExternalGoodsBatchDelete.go │ ├── AlibabaJymItemExternalGoodsBatchModifyprice.go │ ├── AlibabaJymItemExternalGoodsBatchOffsale.go │ ├── AlibabaJymItemExternalGoodsBatchOnsale.go │ ├── AlibabaJymItemExternalGoodsBatchPublish.go │ ├── AlibabaJymItemExternalGoodsBatchtaskQuery.go │ ├── AlibabaJymItemExternalGoodsDetailQuery.go │ ├── AlibabaJymItemExternalGoodsStatusBatchQuery.go │ ├── AlibabaJymItemGameSeverQuery.go │ ├── AlibabaJymItemPropertyDefQuery.go │ ├── AliexpressSocialItemPromotion.go │ ├── AliexpressSocialItemRanking.go │ ├── AliexpressSocialItemSearch.go │ ├── AlitripTravelElementsSearch.go │ ├── CainiaoCntecItemChangeMessage.go │ ├── TaobaoAftersaleGet.go │ ├── TaobaoBaikeImportZhubaoData.go │ ├── TaobaoBaikeImportZhubaoPicture.go │ ├── TaobaoBanamadpcItemAdd.go │ ├── TaobaoBanamadpcItemEditRender.go │ ├── TaobaoBanamadpcItemRender.go │ ├── TaobaoBanamadpcItemSelectProp.go │ ├── TaobaoBanamadpcItemUpdate.go │ ├── TaobaoItemCarturlGet.go │ ├── TaobaoItemQualificationDisplayGet.go │ ├── TaobaoMiniappItemsGet.go │ ├── TaobaoProductAdd.go │ ├── TaobaoProductGet.go │ ├── TaobaoProductImgUpload.go │ ├── TaobaoProductPropimgUpload.go │ ├── TaobaoProductUpdate.go │ ├── TaobaoProductsGet.go │ ├── TaobaoProductsSearch.go │ ├── TaobaoUmpPromotionGet.go │ ├── TaobaoUmpPromotionSkuGet.go │ ├── TmallItemAddSchemaGet.go │ ├── TmallItemDapeiTemplateQuery.go │ ├── TmallItemSeriesItemseriesInsertorupdate.go │ ├── TmallItemSeriesItemseriesInsertseriesitem.go │ ├── TmallItemSeriesItemseriesRemoveitemfromseries.go │ ├── TmallItemSetscombinesEdit.go │ ├── TmallItemSizemappingTemplateCreate.go │ ├── TmallItemSizemappingTemplateDelete.go │ ├── TmallItemSizemappingTemplateGet.go │ ├── TmallItemSizemappingTemplateUpdate.go │ ├── TmallItemSizemappingTemplatesList.go │ ├── TmallItemSkuNewGet.go │ ├── TmallItemSkuNewUpdate.go │ ├── TmallItemSkuSortGet.go │ ├── TmallItemSkuSortUpdate.go │ ├── TmallItemSkuStatusGet.go │ ├── TmallItemSkuStatusUpdate.go │ ├── TmallItemStoreSchemaUpdate.go │ ├── TmallItemStoreUpdateSchemaGet.go │ ├── TmallItemUpdateSimpleschemaGet.go │ ├── TmallItemVipAddSchemaGet.go │ ├── TmallItemVipSchemaAdd.go │ ├── TmallItemVipSchemaUpdate.go │ ├── TmallItemVipUpdateSchemaGet.go │ ├── TmallProductSpecAdd.go │ ├── TmallProductSpecGet.go │ ├── TmallProductSpecPicUpload.go │ ├── TmallProductSpecsGet.go │ ├── TmallProductSpecsTicketGet.go │ ├── TmallProductTemplateGet.go │ └── doc.go ├── promotion │ ├── AlibabaArgusUpdateredrisk.go │ ├── AlibabaAsrDataservicePromotionruleDelete.go │ ├── AlibabaAsrDataservicePromotionruleQuery.go │ ├── AlibabaAsrDataservicePromotionruleWrite.go │ ├── AlibabaBenefitDraw.go │ ├── AlibabaBenefitQuery.go │ ├── AlibabaLafiteSellerActivityList.go │ ├── AlibabaLafiteSellerBenefitList.go │ ├── AlibabaLatourStrategyIssue.go │ ├── AlibabaLatourStrategyShow.go │ ├── AlibabaWdkCouponAbandon.go │ ├── AlibabaWdkCouponSkuAdd.go │ ├── AlibabaWdkCouponSkuQuery.go │ ├── AlibabaWdkCouponSkuRemove.go │ ├── AlibabaWdkCouponSpreadApply.go │ ├── AlibabaWdkCouponTemplateCreate.go │ ├── AlibabaWdkCouponTemplateQuery.go │ ├── AlibabaWdkCouponTemplateTerminate.go │ ├── AlibabaWdkCouponTemplateUpdate.go │ ├── AlibabaWdkMarketingCouponSendma.go │ ├── TaobaoCardExpandcardQuery.go │ ├── TaobaoMarketingPromotionKfc.go │ ├── TaobaoMobilePromotionBenefitActivitySend.go │ ├── TaobaoMobilePromotionBenefitActivitySendShare.go │ ├── TaobaoMobilePromotionCouponApply.go │ ├── TaobaoMobilePromotionCouponSellerSearch.go │ ├── TaobaoPromotionActivityGet.go │ ├── TaobaoPromotionBenefitActivityDelete.go │ ├── TaobaoPromotionBenefitActivityDetailGet.go │ ├── TaobaoPromotionBenefitActivityRelation.go │ ├── TaobaoPromotionBenefitActivitySend.go │ ├── TaobaoPromotionBenefitActivityTimeUpdate.go │ ├── TaobaoPromotionBenefitActivityUpdate.go │ ├── TaobaoPromotionBenefitSelector.go │ ├── TaobaoPromotionCouponAdd.go │ ├── TaobaoPromotionCouponApply.go │ ├── TaobaoPromotionCouponSellerSearch.go │ ├── TaobaoPromotionCouponSend.go │ ├── TaobaoPromotionCouponSnsSend.go │ ├── TaobaoPromotionCouponsGet.go │ ├── TaobaoPromotionLimitdiscountDetailGet.go │ ├── TaobaoPromotionMealGet.go │ ├── TaobaoPromotionmiscActivityRangeAdd.go │ ├── TaobaoPromotionmiscActivityRangeAllRemove.go │ ├── TaobaoPromotionmiscActivityRangeListGet.go │ ├── TaobaoPromotionmiscActivityRangeRemove.go │ ├── TaobaoPromotionmiscCommonItemActivityAdd.go │ ├── TaobaoPromotionmiscCommonItemActivityDelete.go │ ├── TaobaoPromotionmiscCommonItemActivityGet.go │ ├── TaobaoPromotionmiscCommonItemActivityListGet.go │ ├── TaobaoPromotionmiscCommonItemActivityUpdate.go │ ├── TaobaoPromotionmiscCommonItemDetailAdd.go │ ├── TaobaoPromotionmiscCommonItemDetailDelete.go │ ├── TaobaoPromotionmiscCommonItemDetailListGet.go │ ├── TaobaoPromotionmiscCommonItemDetailUpdate.go │ ├── TaobaoPromotionmiscItemActivityAdd.go │ ├── TaobaoPromotionmiscItemActivityDelete.go │ ├── TaobaoPromotionmiscItemActivityGet.go │ ├── TaobaoPromotionmiscItemActivityListGet.go │ ├── TaobaoPromotionmiscItemActivityUpdate.go │ ├── TaobaoPromotionmiscMjsActivityAdd.go │ ├── TaobaoPromotionmiscMjsActivityDelete.go │ ├── TaobaoPromotionmiscMjsActivityGet.go │ ├── TaobaoPromotionmiscMjsActivityListGet.go │ ├── TaobaoPromotionmiscMjsActivityUpdate.go │ ├── TaobaoPromotionmiscToolCheck.go │ ├── TaobaoUmpActivitiesGet.go │ ├── TaobaoUmpActivitiesListGet.go │ ├── TaobaoUmpActivityAdd.go │ ├── TaobaoUmpActivityDelete.go │ ├── TaobaoUmpActivityGet.go │ ├── TaobaoUmpActivityUpdate.go │ ├── TaobaoUmpDetailAdd.go │ ├── TaobaoUmpDetailDelete.go │ ├── TaobaoUmpDetailGet.go │ ├── TaobaoUmpDetailListAdd.go │ ├── TaobaoUmpDetailUpdate.go │ ├── TaobaoUmpDetailsGet.go │ ├── TaobaoUmpMbbGetbycode.go │ ├── TaobaoUmpMbbGetbyid.go │ ├── TaobaoUmpMbbsListGet.go │ ├── TaobaoUmpPromotionGlobalDiscountGet.go │ ├── TaobaoUmpRangeAdd.go │ ├── TaobaoUmpRangeDelete.go │ ├── TaobaoUmpRangeGet.go │ ├── TaobaoUmpToolGet.go │ ├── TaobaoUmpToolsGet.go │ ├── TmallCcfCrowdActivityuserUpload.go │ ├── TmallPromotagTagApply.go │ ├── TmallPromotagTagFind.go │ ├── TmallPromotagTagRemovetag.go │ ├── TmallPromotagTaguserJudge.go │ ├── TmallPromotagTaguserRemove.go │ ├── TmallPromotagTaguserSave.go │ ├── TmallPromotionCouponQuery.go │ ├── TmallPromotionCouponUse.go │ └── doc.go ├── pur │ ├── AlibabaCeresSupplierPoQuery.go │ ├── AlibabaCeresSupplierPoQuerydetail.go │ ├── AlibabaPurBasketMerge.go │ ├── AlibabaPurCmallGoodsStatusSync.go │ ├── AlibabaPurCmallGoodsSync.go │ ├── AlibabaPurCmallPackageSync.go │ ├── AlibabaPurCreateDo.go │ ├── AlibabaPurMediaStatistics.go │ ├── AlibabaPurPrCreate.go │ ├── AlibabaPurProductSync.go │ ├── AlibabaPurSupplierAsncreate.go │ ├── AlibabaPurSupplierInvoicecreate.go │ ├── AlibabaPurSupplierPorespcreate.go │ └── doc.go ├── qianniu │ ├── TaobaoDaogoubaoOrderStatisticsTotal.go │ ├── TaobaoQianniuAutoTaskConfigCheck.go │ ├── TaobaoQianniuBuyerTagGet.go │ ├── TaobaoQianniuCloudkefuOnlinestatuslogGet.go │ ├── TaobaoQianniuNumberPut.go │ ├── TaobaoQianniuTaskCancel.go │ ├── TaobaoQianniuTaskCreate.go │ ├── TaobaoQianniuTaskFinish.go │ ├── TaobaoQianniuTaskIncrease.go │ ├── TaobaoQianniuTaskMessageSend.go │ ├── TaobaoQianniuTaskRemove.go │ ├── TaobaoQianniuTaskUpdate.go │ ├── TaobaoQianniuTaskmetaUpdate.go │ ├── TaobaoQianniuTaskmetasGet.go │ ├── TaobaoQianniuTasksCount.go │ ├── TaobaoQianniuTasksGet.go │ ├── TaobaoQncopilotPictureAudit.go │ └── doc.go ├── qimen │ ├── TaobaoQimenChannelinventoryQuery.go │ ├── TaobaoQimenCombineitemDelete.go │ ├── TaobaoQimenCombineitemQuery.go │ ├── TaobaoQimenCombineitemSynchronize.go │ ├── TaobaoQimenDeliveryorderBatchconfirm.go │ ├── TaobaoQimenDeliveryorderBatchcreate.go │ ├── TaobaoQimenDeliveryorderBatchcreateAnswer.go │ ├── TaobaoQimenDeliveryorderConfirm.go │ ├── TaobaoQimenDeliveryorderCreate.go │ ├── TaobaoQimenDeliveryorderQuery.go │ ├── TaobaoQimenEntryorderConfirm.go │ ├── TaobaoQimenEntryorderCreate.go │ ├── TaobaoQimenEntryorderQuery.go │ ├── TaobaoQimenExpressinfoQuery.go │ ├── TaobaoQimenInventoryQuery.go │ ├── TaobaoQimenInventoryReport.go │ ├── TaobaoQimenInventorySynchronize.go │ ├── TaobaoQimenInventorySynchronizeReport.go │ ├── TaobaoQimenInventorybatchQuery.go │ ├── TaobaoQimenInventoryreserveCancel.go │ ├── TaobaoQimenInventoryruleCreate.go │ ├── TaobaoQimenItemlackReport.go │ ├── TaobaoQimenItemmappingCreate.go │ ├── TaobaoQimenItemmappingQuery.go │ ├── TaobaoQimenItemsSynchronize.go │ ├── TaobaoQimenItemstoreBanding.go │ ├── TaobaoQimenItemstoreQuery.go │ ├── TaobaoQimenOrderCallback.go │ ├── TaobaoQimenOrderCancel.go │ ├── TaobaoQimenOrderPending.go │ ├── TaobaoQimenOrderQuery.go │ ├── TaobaoQimenOrderSnReport.go │ ├── TaobaoQimenOrderexceptionReport.go │ ├── TaobaoQimenOrderprocessQuery.go │ ├── TaobaoQimenOrderprocessReport.go │ ├── TaobaoQimenPresalespackageConsign.go │ ├── TaobaoQimenReceiverinfoQuery.go │ ├── TaobaoQimenReturnorderConfirm.go │ ├── TaobaoQimenReturnorderCreate.go │ ├── TaobaoQimenReturnpackageReport.go │ ├── TaobaoQimenShopSynchronize.go │ ├── TaobaoQimenSingleitemQuery.go │ ├── TaobaoQimenSingleitemSynchronize.go │ ├── TaobaoQimenSnReport.go │ ├── TaobaoQimenStockQuery.go │ ├── TaobaoQimenStockchangeReport.go │ ├── TaobaoQimenStockoutConfirm.go │ ├── TaobaoQimenStockoutCreate.go │ ├── TaobaoQimenStoreCreate.go │ ├── TaobaoQimenStoreDelete.go │ ├── TaobaoQimenStoreQuery.go │ ├── TaobaoQimenStoreUpdate.go │ ├── TaobaoQimenStorecategoryGet.go │ ├── TaobaoQimenStoreitemQuery.go │ ├── TaobaoQimenStoreprocessConfirm.go │ ├── TaobaoQimenStoreprocessCreate.go │ ├── TaobaoQimenSupplierSynchronize.go │ ├── TaobaoQimenTransferorderCreate.go │ ├── TaobaoQimenTransferorderQuery.go │ ├── TaobaoQimenTransferorderReport.go │ ├── TaobaoQimenWarehouseinfoQuery.go │ ├── TaobaoQimenWarehouseinfoSynchronize.go │ ├── TaobaoQimenWavenumReport.go │ └── doc.go ├── qt │ ├── TaobaoQtReportAdd.go │ ├── TaobaoQtReportDelete.go │ ├── TaobaoQtReportGet.go │ ├── TaobaoQtReportUpdate.go │ ├── TaobaoQtReportsGet.go │ ├── TaobaoTsPropertyGet.go │ ├── TaobaoTsSubscribeGet.go │ └── doc.go ├── rail │ ├── AlitripRailIrCarrierGet.go │ ├── AlitripRailIrDivisionGet.go │ ├── AlitripRailIrServiceGet.go │ ├── AlitripRailIrStationGet.go │ ├── AlitripRailTradeCloseticket.go │ ├── AlitripRailTradeIssueticket.go │ └── doc.go ├── refund │ ├── TaobaoRdcAligeniusIdentificationCaseResultUpdate.go │ ├── TaobaoRdcAligeniusIdentificationCaseUpdate.go │ ├── TaobaoRdcAligeniusSendgoodsCancel.go │ ├── TaobaoRefundRefuse.go │ ├── TaobaoRefundsReceiveGet.go │ └── doc.go ├── retail │ ├── AlibabaRetailDeviceRoadStatusReset.go │ ├── AlibabaRetailElectronicCertificateConfirm.go │ ├── AlibabaRetailElectronicCertificatePreConfirm.go │ ├── AlibabaRetailVendingPriceWhitelistRemove.go │ ├── TmallStoreOrderCreate.go │ └── doc.go ├── rhino │ ├── TaobaoRhinoCrmGateway.go │ ├── TaobaoRhinoCrmReviewDelivery.go │ ├── TaobaoRhinoSupplychainInboundConfirm.go │ ├── TaobaoRhinoSupplychainOutboundPickingcomplete.go │ └── doc.go ├── scbp │ ├── AlibabaScbpAccountBudgetGet.go │ ├── AlibabaScbpAccountDaycostGet.go │ ├── AlibabaScbpAccountIsarrearsGet.go │ ├── AlibabaScbpAccountStatusGet.go │ ├── AlibabaScbpAccountStatusUpdate.go │ ├── AlibabaScbpAdAccountBalanceGet.go │ ├── AlibabaScbpAdAccountLevelGet.go │ ├── AlibabaScbpAdCampaignCreate.go │ ├── AlibabaScbpAdCampaignCreateForbiddenKeyword.go │ ├── AlibabaScbpAdCampaignDelete.go │ ├── AlibabaScbpAdCampaignDeleteForbiddenKeyword.go │ ├── AlibabaScbpAdCampaignFindCampaignEffect.go │ ├── AlibabaScbpAdCampaignFindCampaignPage.go │ ├── AlibabaScbpAdCampaignFindForbiddenKeyword.go │ ├── AlibabaScbpAdCampaignFindRealCost.go │ ├── AlibabaScbpAdCampaignUpdate.go │ ├── AlibabaScbpAdCustomerFindCustomerInfo.go │ ├── AlibabaScbpAdGroupCountAdGroup.go │ ├── AlibabaScbpAdGroupCreateAdGroupBatch.go │ ├── AlibabaScbpAdGroupCreateForbiddenProduct.go │ ├── AlibabaScbpAdGroupDeleteAdGroupBatch.go │ ├── AlibabaScbpAdGroupDeleteForbiddenProduct.go │ ├── AlibabaScbpAdGroupFindAdGroup.go │ ├── AlibabaScbpAdGroupFindForbiddenProduct.go │ ├── AlibabaScbpAdGroupRecommendProduct.go │ ├── AlibabaScbpAdGroupUpdateAdGroupBatch.go │ ├── AlibabaScbpAdKeywordAdd.go │ ├── AlibabaScbpAdKeywordBatchQueryKeywordRankPrice.go │ ├── AlibabaScbpAdKeywordBatchdelete.go │ ├── AlibabaScbpAdKeywordCreateKeywordBatch.go │ ├── AlibabaScbpAdKeywordDelete.go │ ├── AlibabaScbpAdKeywordDeleteKeywordBatch.go │ ├── AlibabaScbpAdKeywordGet.go │ ├── AlibabaScbpAdKeywordGetKeywordCountByQuery.go │ ├── AlibabaScbpAdKeywordListCampaignKeywords.go │ ├── AlibabaScbpAdKeywordListRelevantProducts.go │ ├── AlibabaScbpAdKeywordOperationPreferentialProduct.go │ ├── AlibabaScbpAdKeywordPriceBatchupdate.go │ ├── AlibabaScbpAdKeywordPriceUpdate.go │ ├── AlibabaScbpAdKeywordQueryKeywordRankPrice.go │ ├── AlibabaScbpAdKeywordRankGet.go │ ├── AlibabaScbpAdKeywordRankPriceBatchget.go │ ├── AlibabaScbpAdKeywordRankPriceGet.go │ ├── AlibabaScbpAdKeywordRecommendWord.go │ ├── AlibabaScbpAdKeywordStatusBatchupdate.go │ ├── AlibabaScbpAdKeywordStatusUpdate.go │ ├── AlibabaScbpAdKeywordTagUpdate.go │ ├── AlibabaScbpAdKeywordUpdateKeywordPriceBatch.go │ ├── AlibabaScbpAdKeywordUpdateKeywordStatusBatch.go │ ├── AlibabaScbpAdReportGetAccountReport.go │ ├── AlibabaScbpAdReportGetLastEffectDate.go │ ├── AlibabaScbpAdReportGetProductReport.go │ ├── AlibabaScbpAdReportGetTargetReport.go │ ├── AlibabaScbpAdReportQueryKeywordEffect.go │ ├── AlibabaScbpAdReportQuerySingleKeywordEffect.go │ ├── AlibabaScbpAdTargetTagEstimateUv.go │ ├── AlibabaScbpAdTargetTagFindCampaignTargetTag.go │ ├── AlibabaScbpAdTargetTagGetAllEnableTagList.go │ ├── AlibabaScbpAdTargetTagListRecommendTag.go │ ├── AlibabaScbpAdTargetTagMergeCampaignTargetTag.go │ ├── AlibabaScbpEffectAccountDateGet.go │ ├── AlibabaScbpEffectAccountList.go │ ├── AlibabaScbpEffectKeywordList.go │ ├── AlibabaScbpEffectKeywordSingleGet.go │ ├── AlibabaScbpEffectProductReport.go │ ├── AlibabaScbpEffectProductSingleGet.go │ ├── AlibabaScbpKeywordMatchedProductsGet.go │ ├── AlibabaScbpProductGroupGet.go │ ├── AlibabaScbpProductList.go │ ├── AlibabaScbpProductPreferentialUpdate.go │ ├── AlibabaScbpProductStatusUpdate.go │ ├── AlibabaScbpReckeywordSearch.go │ ├── AlibabaScbpReckeywordSysGet.go │ ├── AlibabaScbpTagAdd.go │ ├── AlibabaScbpTagDelete.go │ ├── AlibabaScbpTagList.go │ ├── AlibabaScbpTagRename.go │ ├── AlibabaScbpTargetAdCampaignEffect.go │ ├── AlibabaScbpTargetAdCampaignProductEffect.go │ ├── AlibabaScbpTargetAdCampaignTagEffect.go │ ├── AlibabaScbpTargetAdPlanAdd.go │ ├── AlibabaScbpTargetAdPlanCountryIdGet.go │ ├── AlibabaScbpTargetAdPlanCrowdIdGet.go │ ├── AlibabaScbpTargetAdPlanForbiddenWordModify.go │ ├── AlibabaScbpTargetAdPlanList.go │ ├── AlibabaScbpTargetAdPlanOperation.go │ ├── AlibabaScbpTargetAdPlanProductListGet.go │ ├── AlibabaScbpTargetAdPlanTagGet.go │ ├── AlibabaScbpTargetAdPlanUpdate.go │ ├── AlibabaScbpTargetAdPlanUpdateProducts.go │ ├── AlibabaScbpTargetAdPlanUpdateTags.go │ └── doc.go ├── scs │ ├── TaobaoOnebpDkxAccountAccountFreeze.go │ ├── TaobaoOnebpDkxAccountAccountQuery.go │ ├── TaobaoOnebpDkxCampaignCampaignAdd.go │ ├── TaobaoOnebpDkxCampaignCampaignModify.go │ ├── TaobaoOnebpDkxCampaignCampaignNoreport.go │ ├── TaobaoOnebpDkxCampaignCampaignReportpage.go │ ├── TaobaoOnebpDkxCreativeCreativeReportOffline.go │ ├── TaobaoOnebpDkxCreativeCreativeReportRealtime.go │ ├── TaobaoOnebpDkxCrowdCrowdCoverage.go │ ├── TaobaoOnebpDkxCrowdCrowdFindcrowdgroups.go │ ├── TaobaoOnebpDkxCrowdCrowdFinddmpcrowd.go │ ├── TaobaoOnebpDkxCrowdCrowdList.go │ ├── TaobaoOnebpDkxCrowdCrowdTemplate.go │ ├── TaobaoOnebpDkxMaterialMaterialFindpage.go │ ├── TaobaoOnebpDkxReportReportAccountDaylist.go │ ├── TaobaoOnebpDkxReportReportAccountOffline.go │ ├── TaobaoOnebpDkxReportReportAccountRealtime.go │ ├── TaobaoOnebpDkxReportReportCampaignDaylist.go │ ├── TaobaoOnebpDkxReportReportCampaignOffline.go │ ├── TaobaoOnebpDkxReportReportCampaignRealtime.go │ ├── TaobaoOnebpDkxReportReportCrowdList.go │ ├── TaobaoOnebpDkxReportReportCrowdListExpand.go │ ├── TaobaoOnebpDkxReportReportMaterialOffline.go │ ├── TaobaoOnebpDkxReportReportMaterialRealtime.go │ └── doc.go ├── seaking │ ├── AlibabaSeakingAuthmachineapi.go │ ├── AlibabaSeakingDiagnosistitle.go │ ├── AlibabaSeakingFeedback.go │ ├── AlibabaSeakingImagetranslateResult.go │ ├── AlibabaSeakingImagetranslateSubmit.go │ ├── AlibabaSeakingServicepack.go │ ├── AlibabaSeakingTaskReport.go │ ├── AlibabaSeakingTitlerewriteResult.go │ ├── AlibabaSeakingTitlerewriteSubmit.go │ └── doc.go ├── security │ ├── AlibabaDiafiTokenCheck.go │ ├── AlibabaSecurityJaqAfsCheck.go │ ├── AlibabaSecurityJaqAppOfficialApply.go │ ├── AlibabaSecurityJaqAppOfficialVerify.go │ ├── AlibabaSecurityJaqAppRiskScan.go │ ├── AlibabaSecurityJaqAppRiskScanbatch.go │ ├── AlibabaSecurityJaqAppRiskdetailGet.go │ ├── AlibabaSecurityJaqAppRiskdetailbatchGet.go │ ├── AlibabaSecurityJaqAppRisksummaryGet.go │ ├── AlibabaSecurityJaqAppShield.go │ ├── AlibabaSecurityJaqAppShieldresultGet.go │ ├── AlibabaSecurityJaqCampaignpreventionResultFetch.go │ ├── AlibabaSecurityJaqCaptchaSend.go │ ├── AlibabaSecurityJaqCaptchaVerify.go │ ├── AlibabaSecurityJaqCaptchaVerifyResultFetch.go │ ├── AlibabaSecurityJaqLoginpreventionResultFetch.go │ ├── AlibabaSecurityJaqOcrImageAsyncDetectResultsFetch.go │ ├── AlibabaSecurityJaqOcrImageSyncDetect.go │ ├── AlibabaSecurityJaqPornImageSyncDetect.go │ ├── AlibabaSecurityJaqResourceFetch.go │ ├── AlibabaSecurityJaqRpCloudEvent.go │ ├── AlibabaSecurityJaqRpCloudOcrCheck.go │ ├── AlibabaSecurityJaqRpCloudRealnameCheck.go │ ├── AlibabaSecurityJaqRpCloudRphit.go │ ├── AlibabaSecurityJaqRpCloudStart.go │ ├── AlibabaSecurityJaqRpCloudSubmit.go │ ├── AlibabaSecurityJaqRpCloudUpload.go │ ├── AlibabaSecurityJaqRpFetchmaterial.go │ ├── AlibabaSecurityJaqRpGetverifytoken.go │ ├── AlibabaSecurityJaqRpOcr.go │ ├── AlibabaSecurityJaqRpOcrCheck.go │ ├── AlibabaSecurityJaqRpQuery.go │ ├── AlibabaSecurityJaqRpRphit.go │ ├── AlibabaSecurityJaqRpStart.go │ ├── AlibabaSecurityJaqRpStatus.go │ ├── AlibabaSecurityJaqRpSubmit.go │ ├── AlibabaSecurityJaqRpUpload.go │ ├── AlibabaSecurityJaqSpamregisterpreventionFeedback.go │ ├── AlibabaSecurityJaqSpamregisterpreventionResultFetch.go │ ├── AlibabaSecurityJaqSpamregisterpreventionResultFetchNew.go │ ├── AlibabaSecurityJaqUrlScan.go │ ├── AlibabaSecurityJaqWsgriskdataReport.go │ └── doc.go ├── servicecenter │ ├── TaobaoFuwuPurchaseOrderConfirm.go │ ├── TaobaoFuwuPurchaseOrderPay.go │ ├── TaobaoFuwuSaleLinkGen.go │ ├── TaobaoFuwuScoresGet.go │ ├── TaobaoFuwuSkuGet.go │ ├── TaobaoFuwuSpBillreordAdd.go │ ├── TaobaoFuwuSpConfirmApply.go │ ├── TaobaoRecycleOfnpreredpacketGet.go │ ├── TaobaoRecycleOfnpreredpacketTpdeductsuccess.go │ ├── TaobaoRecycleOfnsubsidyOldGet.go │ ├── TaobaoRecycleOrderFulfillSync.go │ ├── TaobaoRecyclePredeductBlacklistOrderSync.go │ ├── TaobaoRecyclePredeductOldGet.go │ ├── TaobaoRecyclePredeductSettleSync.go │ ├── TaobaoVasOrderSearch.go │ ├── TaobaoVasServiceValidate.go │ ├── TaobaoVasSubscSearch.go │ ├── TaobaoVasSubscribeGet.go │ ├── TaobaoWeikeEserviceOrderGet.go │ ├── TaobaoWeikeEserviceScheduleGet.go │ ├── TaobaoWeikeEserviceSubusersGet.go │ ├── TaobaoWeikePerformancePut.go │ ├── TaobaoWeikeSubscinfoGet.go │ ├── TmallCarContractDownload.go │ ├── TmallCarFpcarGetcarNotify.go │ ├── TmallCarFpcarRestpayReceive.go │ ├── TmallCarLeaseConsume.go │ ├── TmallCarLeaseFreedownpaymentPut.go │ ├── TmallCarLeaseItemActivityGet.go │ ├── TmallCarLeaseItemcarinfo.go │ ├── TmallCarLeaseRiskcallback.go │ ├── TmallCarLeaseTailpaymentback.go │ ├── TmallCarLeaseorderGet.go │ ├── TmallMsfReceive.go │ ├── TmallMsfVerify.go │ ├── TmallServiceSettleadjustmentSearch.go │ ├── TmallServicecenterTpFundsRecoverQuery.go │ ├── TmallServicecenterTpFundsSendQuery.go │ └── doc.go ├── shenjing │ ├── AlibabaIbShenjingVisitorPadFetchcodeverify.go │ ├── AlibabaIbShenjingVisitorPadGetinfo.go │ ├── AlibabaIbShenjingVisitorPadGetqrcodelink.go │ ├── AlibabaIbShenjingVisitorPadOpendoor.go │ ├── AlibabaIbShenjingVisitorPadUploadface.go │ ├── AlibabaShenjingCoreActivityGetappshowlist.go │ └── doc.go ├── ship │ ├── AlitripShipOrderNotify.go │ ├── AlitripShipProductSyncbase.go │ ├── AlitripShipProductSynccall.go │ ├── AlitripShipProductSyncnunber.go │ ├── AlitripShipReturnNotify.go │ └── doc.go ├── shop │ ├── AlibabaDataCouponGet.go │ ├── AlibabaDataItemGet.go │ ├── AlibabaInteractSensorClipbroad.go │ ├── AlibabaKoubeishopsPropertyGet.go │ ├── AlibabaShopCategoryAllGet.go │ ├── AlibabaShopCategoryGet.go │ ├── AlibabaShopCouponApply.go │ ├── TaobaoMcnShopcatsListGet.go │ ├── TaobaoSellercatsListAdd.go │ ├── TaobaoSellercatsListGet.go │ ├── TaobaoSellercatsListUpdate.go │ ├── TaobaoShopSellerGet.go │ ├── TaobaoShopUpdate.go │ ├── TaobaoShopcatsListGet.go │ ├── TaobaoStoreFollowurlGet.go │ └── doc.go ├── simba │ ├── TaobaoSimbaAccountBalanceGet.go │ ├── TaobaoSimbaAdgroupAdd.go │ ├── TaobaoSimbaAdgroupDelete.go │ ├── TaobaoSimbaAdgroupMobilediscountDelete.go │ ├── TaobaoSimbaAdgroupMobilediscountUpdate.go │ ├── TaobaoSimbaAdgroupOnlineitemsvonGet.go │ ├── TaobaoSimbaAdgroupUpdate.go │ ├── TaobaoSimbaAdgroupidsChangedGet.go │ ├── TaobaoSimbaAdgroupidsDeletedGet.go │ ├── TaobaoSimbaAdgroupsChangedGet.go │ ├── TaobaoSimbaAdgroupsItemExist.go │ ├── TaobaoSimbaAdgroupsbyadgroupidsGet.go │ ├── TaobaoSimbaAdgroupsbycampaignidGet.go │ ├── TaobaoSimbaBidwordPricetools.go │ ├── TaobaoSimbaCampaignAdd.go │ ├── TaobaoSimbaCampaignAreaGet.go │ ├── TaobaoSimbaCampaignAreaUpdate.go │ ├── TaobaoSimbaCampaignAreaoptionsGet.go │ ├── TaobaoSimbaCampaignBudgetGet.go │ ├── TaobaoSimbaCampaignBudgetUpdate.go │ ├── TaobaoSimbaCampaignPlatformGet.go │ ├── TaobaoSimbaCampaignPlatformUpdate.go │ ├── TaobaoSimbaCampaignScheduleGet.go │ ├── TaobaoSimbaCampaignScheduleUpdate.go │ ├── TaobaoSimbaCampaignTimetemplateFind.go │ ├── TaobaoSimbaCampaignUpdate.go │ ├── TaobaoSimbaCampaignsGet.go │ ├── TaobaoSimbaCreativeAdd.go │ ├── TaobaoSimbaCreativeDelete.go │ ├── TaobaoSimbaCreativeUpdate.go │ ├── TaobaoSimbaCreativeidsDeletedGet.go │ ├── TaobaoSimbaCreativesChangedGet.go │ ├── TaobaoSimbaCreativesGet.go │ ├── TaobaoSimbaCustomersAuthorizedGet.go │ ├── TaobaoSimbaCustomersSidGet.go │ ├── TaobaoSimbaHourReportAccountGet.go │ ├── TaobaoSimbaHourReportAdgroupGet.go │ ├── TaobaoSimbaHourReportCampaignGet.go │ ├── TaobaoSimbaInsightCatsdataGet.go │ ├── TaobaoSimbaInsightCatsforecastnewGet.go │ ├── TaobaoSimbaInsightCatsinfoGet.go │ ├── TaobaoSimbaInsightCatstopwordnewGet.go │ ├── TaobaoSimbaInsightCatsworddataGet.go │ ├── TaobaoSimbaInsightRelatedwordsGet.go │ ├── TaobaoSimbaInsightWordsareadataGet.go │ ├── TaobaoSimbaInsightWordsdataGet.go │ ├── TaobaoSimbaInsightWordspricedataGet.go │ ├── TaobaoSimbaInsightWordssubdataGet.go │ ├── TaobaoSimbaKeywordAdd.go │ ├── TaobaoSimbaKeywordFindbyadgroupid.go │ ├── TaobaoSimbaKeywordFindbyids.go │ ├── TaobaoSimbaKeywordUpdate.go │ ├── TaobaoSimbaKeywordidsChangedGet.go │ ├── TaobaoSimbaKeywordidsDeletedGet.go │ ├── TaobaoSimbaKeywordsChangedGet.go │ ├── TaobaoSimbaKeywordsDelete.go │ ├── TaobaoSimbaKeywordsPricevonSet.go │ ├── TaobaoSimbaKeywordsQscoreGet.go │ ├── TaobaoSimbaKeywordsQscoreSplitGet.go │ ├── TaobaoSimbaKeywordsRealtimeRankingBatchGet.go │ ├── TaobaoSimbaKeywordsRecommendGet.go │ ├── TaobaoSimbaKeywordsbyadgroupidGet.go │ ├── TaobaoSimbaKeywordsbykeywordidsGet.go │ ├── TaobaoSimbaKeywordscatQscoreGet.go │ ├── TaobaoSimbaKeywordsvonAdd.go │ ├── TaobaoSimbaLoginAuthsignGet.go │ ├── TaobaoSimbaReportCityGet.go │ ├── TaobaoSimbaRptAdgroupbaseGet.go │ ├── TaobaoSimbaRptAdgroupcreativebaseGet.go │ ├── TaobaoSimbaRptAdgroupcreativeeffectGet.go │ ├── TaobaoSimbaRptAdgroupeffectGet.go │ ├── TaobaoSimbaRptAdgroupkeywordbaseGet.go │ ├── TaobaoSimbaRptAdgroupkeywordeffectGet.go │ ├── TaobaoSimbaRptCampadgroupbaseGet.go │ ├── TaobaoSimbaRptCampadgroupeffectGet.go │ ├── TaobaoSimbaRptCampaignbaseGet.go │ ├── TaobaoSimbaRptCampaigneffectGet.go │ ├── TaobaoSimbaRptCustbaseGet.go │ ├── TaobaoSimbaRptCusteffectGet.go │ ├── TaobaoSimbaRptTargetingtagGet.go │ ├── TaobaoSimbaRptTargetingtagbaseGet.go │ ├── TaobaoSimbaRptTargetingtageffectGet.go │ ├── TaobaoSimbaRtrptAdgroupGet.go │ ├── TaobaoSimbaRtrptBidwordGet.go │ ├── TaobaoSimbaRtrptCampaignGet.go │ ├── TaobaoSimbaRtrptCreativeGet.go │ ├── TaobaoSimbaRtrptCustGet.go │ ├── TaobaoSimbaRtrptTargetingtagGet.go │ ├── TaobaoSimbaSalestarAdgroupAdd.go │ ├── TaobaoSimbaSalestarAdgroupDelete.go │ ├── TaobaoSimbaSalestarAdgroupFindbycampid.go │ ├── TaobaoSimbaSalestarAdgroupUpdate.go │ ├── TaobaoSimbaSalestarCampaignBudgetUpdate.go │ ├── TaobaoSimbaSalestarCreativeAdd.go │ ├── TaobaoSimbaSalestarCreativeDelete.go │ ├── TaobaoSimbaSalestarCreativeUpdate.go │ ├── TaobaoSimbaSalestarCreativesGet.go │ ├── TaobaoSimbaSalestarKeywordsDelete.go │ ├── TaobaoSimbaSalestarKeywordsQscoreSplitGet.go │ ├── TaobaoSimbaSalestarKeywordsRecommendGet.go │ ├── TaobaoSimbaSearchcrowdBatchAdd.go │ ├── TaobaoSimbaSearchtagtemplateGet.go │ ├── TaobaoSimbaSerchcrowdBatchDelete.go │ ├── TaobaoSimbaSerchcrowdGet.go │ ├── TaobaoSimbaSerchcrowdPriceBatchUpdate.go │ ├── TaobaoSimbaSerchcrowdStateBatchUpdate.go │ ├── TaobaoSimbaToolsItemsTopGet.go │ ├── TaobaoSubwayAccountOfflineFind.go │ ├── TaobaoSubwayAccountOfflineLayeredfind.go │ ├── TaobaoSubwayAdgroupOfflineFind.go │ ├── TaobaoSubwayAdgroupOfflineLayeredfind.go │ ├── TaobaoSubwayAutomatchRptGet.go │ ├── TaobaoSubwayCampaignOfflineFind.go │ ├── TaobaoSubwayCampaignOfflineLayeredfind.go │ ├── TaobaoSubwayCiaGet.go │ ├── TaobaoSubwayCiaUpdate.go │ ├── TaobaoSubwayCreativeOfflineLayeredfind.go │ ├── TaobaoSubwayCreativeVideoBind.go │ ├── TaobaoSubwayCreativeVideoUnbind.go │ ├── TaobaoSubwayCreativeofflineFind.go │ ├── TaobaoSubwayCrowdOfflineLayeredfind.go │ ├── TaobaoSubwayCrowdofflinenewFind.go │ ├── TaobaoSubwayItemVideoUpload.go │ ├── TaobaoSubwayKeywordOfflineFind.go │ ├── TaobaoSubwayKeywordOfflineLayeredfind.go │ ├── TaobaoSubwayMarshLandRptGet.go │ ├── TaobaoSubwayVideoStateGet.go │ ├── TaobaoSubwayWordpackageGet.go │ ├── TaobaoSubwayWordpackageUpdate.go │ ├── TaobaoUniversalbpAccountGetBalance.go │ ├── TaobaoUniversalbpAccountGetCanUseBizcode.go │ ├── TaobaoUniversalbpAccountIsUniversalUser.go │ ├── TaobaoUniversalbpAdgroupHorizontalFindpage.go │ ├── TaobaoUniversalbpAdzoneFindconfiglist.go │ ├── TaobaoUniversalbpAdzoneHorizontalFindpage.go │ ├── TaobaoUniversalbpBidwordFindlist.go │ ├── TaobaoUniversalbpBidwordSuggestdefaultlist.go │ ├── TaobaoUniversalbpBidwordSuggestkrlist.go │ ├── TaobaoUniversalbpCampaignFindlist.go │ ├── TaobaoUniversalbpCampaignFindpage.go │ ├── TaobaoUniversalbpCampaignFindsubcampaignid.go │ ├── TaobaoUniversalbpCampaignGet.go │ ├── TaobaoUniversalbpCampaigngroupFindlist.go │ ├── TaobaoUniversalbpCreativeHorizontalFindpage.go │ ├── TaobaoUniversalbpCreativeManageFindmanagepage.go │ ├── TaobaoUniversalbpCreativePreadd.go │ ├── TaobaoUniversalbpCrowdFindlist.go │ ├── TaobaoUniversalbpCrowdFindrecommendcrowd.go │ ├── TaobaoUniversalbpLabelDmpFinddmpmoduleconfig.go │ ├── TaobaoUniversalbpLabelFindconfiglist.go │ ├── TaobaoUniversalbpMaterialAccessallowed.go │ ├── TaobaoUniversalbpMaterialItemFindpage.go │ ├── TaobaoUniversalbpMaterialShopGet.go │ ├── TaobaoUniversalbpMemberFindbrandinfolist.go │ ├── TaobaoUniversalbpReportAsyncCreateDownloadTask.go │ ├── TaobaoUniversalbpReportQueryAccount.go │ ├── TaobaoUniversalbpReportQueryAdgroup.go │ ├── TaobaoUniversalbpReportQueryArea.go │ ├── TaobaoUniversalbpReportQueryBidword.go │ ├── TaobaoUniversalbpReportQueryCampaign.go │ ├── TaobaoUniversalbpReportQueryCreative.go │ ├── TaobaoUniversalbpReportQueryCrowd.go │ ├── TaobaoUniversalbpReportQueryItemPromotion.go │ ├── TaobaoUniversalbpReportQueryNotItemPromotion.go │ ├── TaobaoUniversalbpReportQueryRealtime.go │ ├── TaobaoUniversalbpShopcategoryFindlist.go │ ├── TaobaoUniversalbpStdcategoryFindcategorycondition.go │ ├── TaobaoUniversalbpStdcategoryFindlist.go │ ├── TaobaoUniversalbpWordpackageFindlist.go │ ├── TaobaoUniversalbpWordpackageSuggestdefaultlist.go │ ├── TaobaoUniversalbpWordpackageSuggestkrlist.go │ └── doc.go ├── singletreasure │ ├── TaobaoSingletreasureActivityCreate.go │ ├── TaobaoSingletreasureActivityDelete.go │ ├── TaobaoSingletreasureActivityItemBatchadd.go │ ├── TaobaoSingletreasureActivityItemBatchupdate.go │ ├── TaobaoSingletreasureActivityItemDelete.go │ ├── TaobaoSingletreasureActivityItemQuery.go │ ├── TaobaoSingletreasureActivityItemUpdate.go │ ├── TaobaoSingletreasureActivityNameQuery.go │ ├── TaobaoSingletreasureActivityQuery.go │ ├── TaobaoSingletreasureActivityUpdate.go │ └── doc.go ├── smartstore │ ├── TaobaoIstoreAreasGet.go │ ├── TaobaoSmartstoreDeviceStatusFeedback.go │ ├── TmallPopupstoreActivityDeviceQuery.go │ ├── TmallPopupstoreActivityQuery.go │ ├── TmallPopupstoreItemDiscountPrice.go │ └── doc.go ├── store │ ├── TaobaoPlaceStoreExtendUpdate.go │ ├── TaobaoPlaceStoreItemstoreBand.go │ ├── TaobaoPlaceStoreQuery.go │ ├── TaobaoPlaceStoreRelationQuery.go │ ├── TaobaoPlaceStoreUpdateLabel.go │ ├── TaobaoPlaceStoregroupCreate.go │ ├── TaobaoPlaceStoregroupDelete.go │ ├── TaobaoPlaceStoregroupUpdate.go │ ├── TaobaoPlaceStorerelatesubAdd.go │ ├── TaobaoPlaceStorerelatesubDelete.go │ ├── TaobaoPlaceStorerelatesubGet.go │ └── doc.go ├── subuser │ ├── TaobaoSellercenterRoleAdd.go │ ├── TaobaoSellercenterRolesGet.go │ ├── TaobaoSellercenterSubuserPermissionsRolesGet.go │ ├── TaobaoSellercenterSubusersGet.go │ ├── TaobaoSellercenterSubusersPage.go │ ├── TaobaoSellercenterUserPermissionsGet.go │ ├── TaobaoSubuserDepartmentsGet.go │ ├── TaobaoSubuserDutysGet.go │ ├── TaobaoSubuserFullinfoGet.go │ ├── TaobaoSubuserInfoUpdate.go │ ├── TaobaoSubusersGet.go │ ├── TaobaoSubusersInfoQuery.go │ ├── TaobaoSubusersPage.go │ ├── TaobaoSubusersSubaccountSearch.go │ └── doc.go ├── sungari │ ├── TaobaoCloudbridgeCaseinvestExecute.go │ ├── TaobaoSungariDisposeQuery.go │ ├── TaobaoSungariDisposeSubmit.go │ ├── TaobaoSungariInspectionSubmit.go │ └── doc.go ├── tanx │ ├── TaobaoTanxAuditCreativeAdd.go │ ├── TaobaoTanxAuditCreativeModify.go │ ├── TaobaoTanxAuditDepositcreativeAdd.go │ ├── TaobaoTanxBiddingrefusesGet.go │ ├── TaobaoTanxCreativeGet.go │ ├── TaobaoTanxCreativesGet.go │ ├── TaobaoTanxDealGet.go │ ├── TaobaoTanxNativetemplatesGet.go │ ├── TaobaoTanxQualificationFind.go │ ├── TaobaoTanxQualificationSolidFind.go │ └── doc.go ├── taotv │ ├── TaobaoTaotvCarouselCategoryList.go │ ├── TaobaoTaotvCarouselChannelAll.go │ ├── TaobaoTaotvCarouselPlaylistGet.go │ ├── TaobaoTaotvVideoPlaylistAll.go │ ├── TaobaoTaotvVideoPlaylistGet.go │ ├── TaobaoTaotvVideoPlaylistOttnavGet.go │ ├── TaobaoTaotvVideoPlaylistPage.go │ ├── YoukuTvDesktopToyouRecommend.go │ └── doc.go ├── tax │ ├── AlibabaTaxInvoiceSync.go │ └── doc.go ├── tbitem │ ├── AlibabaItemEditFastupdate.go │ ├── AlibabaItemEditSchemaGet.go │ ├── AlibabaItemEditSubmit.go │ ├── AlibabaItemOperateDelete.go │ ├── AlibabaItemOperateDownshelf.go │ ├── AlibabaItemOperateUpshelf.go │ ├── AlibabaItemPublishMarketGet.go │ ├── AlibabaItemPublishPropsGet.go │ ├── AlibabaItemPublishSchemaGet.go │ ├── AlibabaItemPublishSubmit.go │ ├── TaobaoItemAnchorGet.go │ ├── TaobaoItemBarcodeUpdate.go │ ├── TaobaoItemDelete.go │ ├── TaobaoItemImgDelete.go │ ├── TaobaoItemImgUpload.go │ ├── TaobaoItemJointImg.go │ ├── TaobaoItemJointPropimg.go │ ├── TaobaoItemPromotionRuleGet.go │ ├── TaobaoItemPropimgDelete.go │ ├── TaobaoItemPropimgUpload.go │ ├── TaobaoItemQuantityUpdate.go │ ├── TaobaoItemSellerGet.go │ ├── TaobaoItemSkuAdd.go │ ├── TaobaoItemSkuDelete.go │ ├── TaobaoItemSkuGet.go │ ├── TaobaoItemSkuPriceUpdate.go │ ├── TaobaoItemSkuUpdate.go │ ├── TaobaoItemSkusGet.go │ ├── TaobaoItemTemplatesGet.go │ ├── TaobaoItemUpdateDelisting.go │ ├── TaobaoItemUpdateDelistingTmall.go │ ├── TaobaoItemUpdateListing.go │ ├── TaobaoItemUpdateListingTmall.go │ ├── TaobaoItemsCustomGet.go │ ├── TaobaoItemsInventoryGet.go │ ├── TaobaoItemsOnsaleGet.go │ ├── TaobaoItemsSellerListGet.go │ ├── TaobaoSkusCustomGet.go │ ├── TaobaoSkusQuantityUpdate.go │ ├── TmallItemAddSimpleschemaGet.go │ ├── TmallItemCalculateHscodeGet.go │ ├── TmallItemCombineGet.go │ ├── TmallItemDescModulesGet.go │ ├── TmallItemHscodeAuditResultsQuery.go │ ├── TmallItemHscodeDetailGet.go │ ├── TmallItemIncrementUpdateSchemaGet.go │ ├── TmallItemOuteridUpdate.go │ ├── TmallItemPriceUpdate.go │ ├── TmallItemQuantityUpdate.go │ ├── TmallItemSchemaAdd.go │ ├── TmallItemSchemaIncrementUpdate.go │ ├── TmallItemSchemaUpdate.go │ ├── TmallItemShiptimeUpdate.go │ ├── TmallItemSimpleschemaAdd.go │ ├── TmallItemSimpleschemaUpdate.go │ ├── TmallItemUpdateSchemaGet.go │ ├── TmallProductAddSchemaGet.go │ ├── TmallProductMatchSchemaGet.go │ ├── TmallProductSchemaAdd.go │ ├── TmallProductSchemaGet.go │ ├── TmallProductSchemaMatch.go │ ├── TmallProductSchemaUpdate.go │ ├── TmallProductUpdateSchemaGet.go │ └── doc.go ├── tbk │ ├── TaobaoTbkActivityInfoGet.go │ ├── TaobaoTbkCartCouponExpireUserQuery.go │ ├── TaobaoTbkCouponConvert.go │ ├── TaobaoTbkCouponGet.go │ ├── TaobaoTbkDgCpaActivityDetail.go │ ├── TaobaoTbkDgCpaActivityReport.go │ ├── TaobaoTbkDgGeneralLinkConvert.go │ ├── TaobaoTbkDgGeneralLinkParse.go │ ├── TaobaoTbkDgMaterialOptional.go │ ├── TaobaoTbkDgNewuserOrderGet.go │ ├── TaobaoTbkDgNewuserOrderSum.go │ ├── TaobaoTbkDgOptimusMaterial.go │ ├── TaobaoTbkDgOptimusPromotion.go │ ├── TaobaoTbkDgPunishOrderGet.go │ ├── TaobaoTbkDgTpwdReportGet.go │ ├── TaobaoTbkDgTpwdRiskReport.go │ ├── TaobaoTbkDgVegasSendReport.go │ ├── TaobaoTbkDgVegasSendStatus.go │ ├── TaobaoTbkDgVegasTljCreate.go │ ├── TaobaoTbkDgVegasTljReport.go │ ├── TaobaoTbkDgVegasTljStop.go │ ├── TaobaoTbkItemInfoGet.go │ ├── TaobaoTbkOrderDetailsGet.go │ ├── TaobaoTbkOrderRefundGet.go │ ├── TaobaoTbkPrivilegeGet.go │ ├── TaobaoTbkRelationRefund.go │ ├── TaobaoTbkRtaConsumerMatch.go │ ├── TaobaoTbkScActivityInfoGet.go │ ├── TaobaoTbkScAdzoneCreate.go │ ├── TaobaoTbkScGeneralLinkConvert.go │ ├── TaobaoTbkScGeneralLinkParse.go │ ├── TaobaoTbkScInvitecodeGet.go │ ├── TaobaoTbkScMaterialOptional.go │ ├── TaobaoTbkScMembergroupOptional.go │ ├── TaobaoTbkScOptimusMaterial.go │ ├── TaobaoTbkScOptimusPromotion.go │ ├── TaobaoTbkScOrderDetailsGet.go │ ├── TaobaoTbkScPublisherInfoGet.go │ ├── TaobaoTbkScPublisherInfoSave.go │ ├── TaobaoTbkScPunishOrderGet.go │ ├── TaobaoTbkScRelationRecord.go │ ├── TaobaoTbkScRelationRefund.go │ ├── TaobaoTbkScShopConvert.go │ ├── TaobaoTbkScTpwdConvert.go │ ├── TaobaoTbkScUcrowdCreate.go │ ├── TaobaoTbkScUcrowdDelete.go │ ├── TaobaoTbkScUcrowdGet.go │ ├── TaobaoTbkScUcrowdMemberAdd.go │ ├── TaobaoTbkScUcrowdReportGet.go │ ├── TaobaoTbkScVegasSendReport.go │ ├── TaobaoTbkScVegasSendStatus.go │ ├── TaobaoTbkShopGet.go │ ├── TaobaoTbkShopRecommendGet.go │ ├── TaobaoTbkSkuBestCoupon.go │ ├── TaobaoTbkSpreadGet.go │ ├── TaobaoTbkTpwdCreate.go │ └── doc.go ├── tblogistics │ ├── AlibabaAscpLogisticsConsignModify.go │ ├── AlibabaAscpLogisticsConsignResend.go │ ├── AlibabaAscpLogisticsInstantsonlineCalldelivery.go │ ├── AlibabaAscpLogisticsInstantsonlineCanceldelivery.go │ ├── AlibabaAscpLogisticsInstantsonlineCheckdeliveryauth.go │ ├── AlibabaAscpLogisticsInstantsonlineDeliveryorderGet.go │ ├── AlibabaAscpLogisticsInstantsonlinePriorcalldelivery.go │ ├── AlibabaAscpLogisticsOfflineSend.go │ ├── AlibabaAscpLogisticsSellerOrdersGet.go │ ├── AlibabaAscpLogisticsSellerSend.go │ ├── AlibabaAscpLogisticsSellerWritelogisticsnode.go │ ├── AlibabaAscpLogisticsSellerWriteoff.go │ ├── TaobaoAreasGet.go │ ├── TaobaoDeliveryTemplateAdd.go │ ├── TaobaoDeliveryTemplateDelete.go │ ├── TaobaoDeliveryTemplateGet.go │ ├── TaobaoDeliveryTemplateUpdate.go │ ├── TaobaoDeliveryTemplatesGet.go │ ├── TaobaoLogisticsCompaniesGet.go │ ├── TaobaoLogisticsConsignOrderCreateandsend.go │ ├── TaobaoLogisticsDummySend.go │ ├── TaobaoLogisticsInstantTraceSearch.go │ ├── TaobaoLogisticsOnlineCancel.go │ ├── TaobaoLogisticsOnlineConfirm.go │ ├── TaobaoLogisticsOnlineSend.go │ ├── TaobaoLogisticsOrderCreate.go │ ├── TaobaoLogisticsOrdersDetailGet.go │ ├── TaobaoLogisticsOrdersGet.go │ ├── TaobaoLogisticsPartnersGet.go │ ├── TaobaoLogisticsTraceGet.go │ ├── TaobaoLogisticsTraceSearch.go │ ├── TaobaoLogisticsWmsPackagedeliveryorderConfirm.go │ ├── TaobaoLogisticsWmsPackagedeliveryorderPull.go │ ├── TaobaoLogisticsWmsPackageentryorderConfirm.go │ ├── TaobaoLogisticsWmsPackageentryorderPull.go │ ├── TaobaoLogisticsWmsPackageexceptionReport.go │ ├── TaobaoWlbOrderJzConsign.go │ ├── TaobaoWlbOrderJzQuery.go │ ├── TaobaoWlbStoresBaseinfoGet.go │ └── doc.go ├── tbrefund │ ├── TaobaoRefundDetailGet.go │ ├── TaobaoRefundGet.go │ ├── TaobaoRefundMessageAdd.go │ ├── TaobaoRefundMessagesGet.go │ ├── TaobaoRefundNegotiatereturn.go │ ├── TaobaoRefundNegotiatereturnRender.go │ ├── TaobaoRefundRefusereasonGet.go │ ├── TaobaoRefundStatusGet.go │ ├── TaobaoRefundsApplyGet.go │ ├── TaobaoRpRefundIntercept.go │ ├── TaobaoRpRefundReview.go │ ├── TaobaoRpRefundsAgree.go │ ├── TaobaoRpReturngoodsAgree.go │ ├── TaobaoRpReturngoodsRefill.go │ ├── TaobaoRpReturngoodsRefuse.go │ ├── TaobaoSpecialRefundGet.go │ ├── TaobaoSpecialRefundsReceiveGet.go │ ├── TmallDisputeReceiveGet.go │ └── doc.go ├── tbtrade │ ├── AlibabaTaobaoUdSmartMonitorUrlCreate.go │ ├── AlibabaTaobaoUdSmartOrderCollectCartDetailPull.go │ ├── AlibabaTaobaoUdSmartOrderDetailPull.go │ ├── AlibabaUdUdsmartdataGet.go │ ├── TaobaoFulfillmentOrderAssemble.go │ ├── TaobaoTopOaidClientDecrypt.go │ ├── TaobaoTopOaidDecrypt.go │ ├── TaobaoTopOaidMerge.go │ ├── TaobaoTopOnceTokenGet.go │ ├── TaobaoTopSecretAppkeyBillDetail.go │ ├── TaobaoTopSecretBillDetail.go │ ├── TaobaoTopSecretExtend.go │ ├── TaobaoTradeAmountGet.go │ ├── TaobaoTradeClose.go │ ├── TaobaoTradeConfirmfeeGet.go │ ├── TaobaoTradeFullinfoGet.go │ ├── TaobaoTradeInvoiceAmountGet.go │ ├── TaobaoTradeMemoAdd.go │ ├── TaobaoTradeMemoUpdate.go │ ├── TaobaoTradeOrderskuUpdate.go │ ├── TaobaoTradePostageUpdate.go │ ├── TaobaoTradeReceivetimeDelay.go │ ├── TaobaoTradeShippingaddressUpdate.go │ ├── TaobaoTradesSoldGet.go │ ├── TaobaoTradesSoldIncrementGet.go │ ├── TaobaoTradesSoldIncrementvGet.go │ ├── TaobaoTradesSoldQuery.go │ └── doc.go ├── tbuser │ ├── TaobaoUserAvatarGet.go │ ├── TaobaoUserBuyerGet.go │ ├── TaobaoUserOpenuidGetbynick.go │ ├── TaobaoUserOpenuidGetbyorder.go │ ├── TaobaoUserSellerGet.go │ └── doc.go ├── ticket │ ├── AlitripTicketProductQuery.go │ ├── AlitripTicketProductUpload.go │ ├── AlitripTicketRuleQuery.go │ ├── AlitripTicketRuleUpload.go │ ├── AlitripTicketScenicBind.go │ ├── AlitripTicketScenicQuery.go │ ├── AlitripTicketSkusBatchUpload.go │ ├── AlitripTicketSkusUpload.go │ └── doc.go ├── tmallcampus │ ├── TmallCampusAuthstatusQuery.go │ └── doc.go ├── tmallcar │ ├── TaobaoCarVehicleinfoRegister.go │ ├── TmallAliautoAutofinanceCreditReceive.go │ ├── TmallAliautoAutofinanceLoanReceive.go │ ├── TmallAliautoEticketConsume.go │ ├── TmallAliautoEticketStatus.go │ ├── TmallAliautoEticketStoreGet.go │ ├── TmallAliautoFulfillmentAuthCheck.go │ ├── TmallAliautoFulfillmentContractSign.go │ ├── TmallAliautoFulfillmentDeliverySyn.go │ ├── TmallAliautoMetaReceive.go │ ├── TmallAliautoOrderQrcode.go │ ├── TmallAliautoReceiptOrderCheck.go │ ├── TmallAliautoReceiptStateUpdate.go │ ├── TmallAliautoServiceItemGet.go │ ├── TmallAliautoServiceReceiptGet.go │ ├── TmallAliautoTradeCarEticketAvailableCheck.go │ ├── TmallAliautoTradeCarEticketConsume.go │ ├── TmallAliautoTradeCarOrderGet.go │ ├── TmallAliautoTradeRestpayfeeModify.go │ ├── TmallAliautoWisdomdataOmidRecieve.go │ ├── TmallCarCarefreeDetailGet.go │ ├── TmallCarFinanceDetailGet.go │ ├── TmallCarFinanceStatusSync.go │ ├── TmallCarLeaseCitysynchronize.go │ ├── TmallCarLeaseContractdownload.go │ ├── TmallCarLeaseExceptionflowsynchronize.go │ ├── TmallCarLeaseOrderidGet.go │ ├── TmallCarLeasePayforcustomer.go │ ├── TmallCarLeasePostsynchronize.go │ ├── TmallCarLeaseQueryloanplans.go │ ├── TmallCarLeaseStatussynchronize.go │ ├── TmallCarOrderQuery.go │ ├── TmallCarXcarSynchronizeCarLineData.go │ ├── TmallCarXcarSynchronizeCarLinePicsData.go │ ├── TmallCarXcarSynchronizeCarModelData.go │ └── doc.go ├── tmallcarenter │ ├── TmallCarcenterVehicleChasisInsert.go │ ├── TmallCarcenterVehicleCvmappingInsert.go │ ├── TmallCarcenterVehicleVersionInsert.go │ ├── TmallCarcenterVehicleinfoRegister.go │ └── doc.go ├── tmallchannel │ ├── TaobaoChannelTradePrepayOfflineAdd.go │ ├── TaobaoChannelTradePrepayOfflineReduce.go │ ├── TmallChannelProductsQuery.go │ ├── TmallChannelTradeOrderGet.go │ ├── TmallChannelTradeOrderGets.go │ ├── TmallChannelTradeRefundorderGets.go │ └── doc.go ├── tmallcms │ ├── TmallMarketingLiuliangbaoSpreadlinkCreate.go │ └── doc.go ├── tmallfcbox │ ├── TmallFcboxNotify.go │ └── doc.go ├── tmallgenie │ ├── AlibabaAiContentBusinessGetThirdCycleVipStatus.go │ ├── AlibabaAiContentBusinessSendPlanQuery.go │ ├── AlibabaAiContentBusinessSendPlanReceive.go │ ├── AlibabaAiContentBusinessSupplyCharge.go │ ├── AlibabaAiUserQuickBind.go │ ├── AlibabaAiUserQuickRegister.go │ ├── AlibabaAiUserQuickTokenBind.go │ ├── AlibabaAilabsAligenieDeviceRegister.go │ ├── AlibabaAilabsAligenieOpencontentPush.go │ ├── AlibabaAilabsAligenieOpencontentScenepush.go │ ├── AlibabaAilabsAligenieOpenvideoPush.go │ ├── AlibabaAilabsAligenieOpenvideoScenepush.go │ ├── AlibabaAilabsAligenieOpenvideoalbumScenepush.go │ ├── AlibabaAilabsAligenieSkillEntityImport.go │ ├── AlibabaAilabsAligenieSkillMessagePush.go │ ├── AlibabaAilabsAligenieVideoalbumPush.go │ ├── AlibabaAilabsBotsSkilsList.go │ ├── AlibabaAilabsIotCloudDeviceReport.go │ ├── AlibabaAilabsIotDeviceControlNotify.go │ ├── AlibabaAilabsIotDeviceListGet.go │ ├── AlibabaAilabsIotDeviceMeshEventInvoke.go │ ├── AlibabaAilabsTmallgenieAuthDeviceGetcode.go │ ├── AlibabaAilabsTmallgenieAuthDeviceQrcodeStaticbind.go │ ├── AlibabaAilabsTmallgenieAuthDeviceValidauthcode.go │ ├── AlibabaAilabsTmallgenieAuthDeviceWithmacQrcodeGet.go │ ├── AlibabaAilabsTmallgenieAuthDeviceWithshortQrcodeGet.go │ ├── AlibabaAilabsTmallgenieSdkDeviceIssupportsdk.go │ ├── AlibabaAilabsTmallgenieThirdTelecomAutoauth.go │ ├── AlibabaAilabsTmallgenieThirdTelecomPushrender.go │ ├── AlibabaAilabsTmallgenieThirdUnicomShenyanOper.go │ ├── AlibabaAliyunAicloudIotVisionSaasCtccJiangsuCloudWatcherStatusUpdate.go │ ├── AlibabaAliyunAicloudIotVisionSaasCtccJiangsuKeySecretUpdate.go │ ├── AlibabaIotDeviceCorpusGet.go │ ├── TaobaoAilabAicloudTopEarthquakeSend.go │ ├── TaobaoAilabAicloudTopIdListConverter.go │ ├── TaobaoAilabAicloudTopMemoAlarmCreate.go │ ├── TaobaoAilabAicloudTopMemoAlarmDelete.go │ ├── TaobaoAilabAicloudTopMemoAlarmList.go │ ├── TaobaoAilabAicloudTopMemoMeetingDelete.go │ ├── TaobaoAilabAicloudTopMemoMeetingList.go │ ├── TaobaoAilabAicloudTopMemoNoteDelete.go │ ├── TaobaoAilabAicloudTopMemoNoteList.go │ ├── TaobaoAilabAicloudTopMessagePush.go │ ├── TaobaoAilabAicloudTopMessagePushUnicast.go │ ├── TaobaoAilabAicloudTopMessageSendaudio.go │ ├── TaobaoAilabAicloudTopMessageSendtext.go │ ├── TaobaoAilabAicloudTopMusicSearch.go │ ├── TaobaoAilabAicloudTopSkilsList.go │ ├── TaobaoTmallgenieHotelplayerpause.go │ ├── TaobaoTmallgenieHotelwelcome.go │ ├── TmallTmjlappSapServiceorderCancel.go │ └── doc.go ├── tmallgeniescp │ ├── AlibabaTmallgenieScpLocationGet.go │ ├── AlibabaTmallgenieScpPlanBomUpload.go │ ├── AlibabaTmallgenieScpPlanChannelGet.go │ ├── AlibabaTmallgenieScpPlanChannelQuoteUpload.go │ ├── AlibabaTmallgenieScpPlanConsensusDemandUpload.go │ ├── AlibabaTmallgenieScpPlanCorrectSupplierQuoteRawUpload.go │ ├── AlibabaTmallgenieScpPlanCorrectSupplierQuoteUpload.go │ ├── AlibabaTmallgenieScpPlanCtomConsensusDemandUpload.go │ ├── AlibabaTmallgenieScpPlanCurrentPoGet.go │ ├── AlibabaTmallgenieScpPlanCurrentRawpoGet.go │ ├── AlibabaTmallgenieScpPlanFeedbackOemUpload.go │ ├── AlibabaTmallgenieScpPlanFeedbackRawUpload.go │ ├── AlibabaTmallgenieScpPlanForecastOemUpload.go │ ├── AlibabaTmallgenieScpPlanForecastRawUpload.go │ ├── AlibabaTmallgenieScpPlanInventorQtyGet.go │ ├── AlibabaTmallgenieScpPlanLocationQuoteUpload.go │ ├── AlibabaTmallgenieScpPlanMaterialPurchaseAttrGet.go │ ├── AlibabaTmallgenieScpPlanMaterielGet.go │ ├── AlibabaTmallgenieScpPlanMouthfourUpload.go │ ├── AlibabaTmallgenieScpPlanNetdemandRawUpload.go │ ├── AlibabaTmallgenieScpPlanNetdemandUpload.go │ ├── AlibabaTmallgenieScpPlanRawpoGapReturn.go │ ├── AlibabaTmallgenieScpPlanSaleQtyGet.go │ ├── AlibabaTmallgenieScpPlanSaleforcastPmMonthUpload.go │ ├── AlibabaTmallgenieScpPlanSaleforcastPmUpload.go │ ├── AlibabaTmallgenieScpPlanSaleforcastSalerUpload.go │ ├── AlibabaTmallgenieScpPlanSkuSupplierQuoteUpload.go │ ├── AlibabaTmallgenieScpPlanSummarySaleQtyGet.go │ └── doc.go ├── tmallhk │ ├── TaobaoCcoSelfCoordinateBreakOrder.go │ ├── TaobaoCcoSelfCoordinateHandleFinish.go │ ├── TmallHkClearanceCertificationGet.go │ ├── TmallHkClearanceDistributionGet.go │ ├── TmallHkClearanceGet.go │ ├── TmallHkClearanceInfoSend.go │ ├── TmallHkClearanceOrderGet.go │ ├── TmallTraceplatformAwdcInfoUpload.go │ ├── TmallTraceplatformCcicTracecodeCheck.go │ ├── TmallTraceplatformCtsInfoUpload.go │ ├── TmallTraceplatformCtsOrderStop.go │ ├── TmallTraceplatformTicketOrderUpload.go │ ├── TmallTraceplatformTicketPictureUpload.go │ └── doc.go ├── tmallitem │ ├── TmallItemsExtendSearch.go │ └── doc.go ├── tmallnr │ ├── AlibabaLsyCrmActivityDataUpdate.go │ ├── AlibabaLsyCrmActivityGet.go │ ├── AlibabaLsyCrmActivityGetbaseinfo.go │ ├── AlibabaLsyCrmActivityPageUpdate.go │ ├── AlibabaLsyCrmActivitySellerinfo.go │ ├── AlibabaLsyCrmActivityStoreGetstorelist.go │ ├── AlibabaLsyCrmActivityUpdate.go │ ├── AlibabaLsyCrmCustomerAdd.go │ ├── AlibabaLsyCrmCustomerAddNew.go │ ├── AlibabaLsyCrmCustomerAppoint.go │ ├── TmallNrFulfillCancel.go │ ├── TmallNrFulfillCancelReasonQuery.go │ ├── TmallNrFulfillLogisticsConsign.go │ ├── TmallNrFulfillLogisticsQuery.go │ ├── TmallNrFulfillLogisticsSync.go │ ├── TmallNrFulfillOrderQuery.go │ ├── TmallNrFulfillSoldOrderlistQuery.go │ ├── TmallNrInventoryInitial.go │ ├── TmallNrInventoryUpdate.go │ ├── TmallNrItemTagOps.go │ ├── TmallNrNoticeGoodsReady.go │ ├── TmallNrOrderLogisInfo.go │ ├── TmallNrOrderQueryJst.go │ ├── TmallNrSellerStorerangeRead.go │ ├── TmallNrSellerStorerangeSync.go │ ├── TmallNrSoldOrderlistQueryJst.go │ ├── TmallNrZqsPlanQuery.go │ ├── TmallNrtCertificateQuery.go │ ├── TmallNrtCertificateSend.go │ ├── TmallNrtCouponInstanceQuery.go │ ├── TmallNrtCouponTemplateQuery.go │ ├── TmallNrtNewcouponSend.go │ └── doc.go ├── tmallsc │ ├── AlibabaDchainMiaoshifuCustomerComplaintsPut.go │ ├── AlibabaMsfserviceAuditsUpdate.go │ ├── AlibabaMsfserviceWorkerQueryid.go │ ├── AlibabaServiceSettlementQuery.go │ ├── AlibabaServicecenterWorkcardConfirmedskuQuery.go │ ├── AlibabaServicecenterWorkcardEvaluate.go │ ├── AlibabaServicecenterWorkcardRelatedskuQuery.go │ ├── AlibabaServicecenterWorkcardServiceskuSuggest.go │ ├── AlibabaSscBusinessServicepriceQuery.go │ ├── AlibabaSscPurchaseProductQuery.go │ ├── AlibabaSscPurchaseServicedefinitionParamQuery.go │ ├── AlibabaTmallSparepartsDetailsCreate.go │ ├── TmallFuwuRateGet.go │ ├── TmallSerivcecenterServicerorderInsuranceCallback.go │ ├── TmallSerivcecenterWorkcardInsuranceClaim.go │ ├── TmallServicecenterAnomalyrecourseClose.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationAdmit.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationAppeal.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationClose.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationCreate.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationQuestioncodeQuery.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationResponse.go │ ├── TmallServicecenterAnomalyrecourseRemarkUpdate.go │ ├── TmallServicecenterAnomalyrecourseSearch.go │ ├── TmallServicecenterCallrecordQuery.go │ ├── TmallServicecenterReservecondCreate.go │ ├── TmallServicecenterReservecondDelete.go │ ├── TmallServicecenterReservecondUpdate.go │ ├── TmallServicecenterServicestoreCreateservicestorecapacity.go │ ├── TmallServicecenterServicestoreCreateservicestorecoverservice.go │ ├── TmallServicecenterServicestoreDeleteservicestorecapacity.go │ ├── TmallServicecenterServicestoreUpdateservicestorecapacity.go │ ├── TmallServicecenterServicestoreUpdateservicestorecoverservice.go │ ├── TmallServicecenterWorkcardDelivery.go │ ├── TmallServicecenterWorkcardLogisticsinfoCreate.go │ ├── TmallServicecenterWorkcardLogisticsinfoUpdate.go │ ├── TmallServicecenterWorkcardRefuse.go │ ├── TmallServicecenterWorkcardServiceprogressUpdate.go │ ├── TmallServicecenterWorkcardTpconfirm.go │ ├── TmallWorkcardIdentify.go │ └── doc.go ├── tmallservice │ ├── AlibabaMallitemcenterEntitledserviceSupplierQuery.go │ ├── AlibabaServicecenterFulfiltaskBuyeraddressChange.go │ ├── AlibabaServicecenterFulfiltaskCreate.go │ ├── AlibabaServicecenterFulfiltaskQuery.go │ ├── AlibabaServicecenterIdentifytaskCreate.go │ ├── AlibabaServicecenterSpserviceorderQuery.go │ ├── AlibabaServicecenterSpserviceorderUpdate.go │ ├── AlibabaServicecenterWorkcardCancel.go │ ├── AlibabaServicecenterWorkcardCreate.go │ ├── AlibabaServicecenterWorkcardServiceprogressUpdate.go │ ├── AlibabaSscServicecenterServicestoreQuery.go │ ├── AlibabaSscSupplyplatformServiceInventoryEdit.go │ ├── AlibabaSscSupplyplatformServiceInventoryQuery.go │ ├── AlibabaSscSupplyplatformServiceabilityDelete.go │ ├── AlibabaSscSupplyplatformServiceabilitySave.go │ ├── AlibabaSscSupplyplatformServicecapacityDelete.go │ ├── AlibabaSscSupplyplatformServicecapacitySave.go │ ├── AlibabaSscSupplyplatformServicedefinitionQuerysku.go │ ├── AlibabaSscSupplyplatformServicestoreOffline.go │ ├── AlibabaSscSupplyplatformServicestoreSave.go │ ├── AlibabaSscSupplyplatformServiceworkerAvailableworker.go │ ├── AlibabaSscSupplyplatformServiceworkerCancelleave.go │ ├── AlibabaSscSupplyplatformServiceworkerQuitservicestore.go │ ├── AlibabaSscSupplyplatformServiceworkerRegister.go │ ├── AlibabaSscSupplyplatformServiceworkerSave.go │ ├── AlibabaSscSupplyplatformServiceworkerWokrerleave.go │ ├── TmallFuwuHomedecorationSupplyruleCategoryworkerlist.go │ ├── TmallFuwuHomedecorationSupplyruleList.go │ ├── TmallFuwuHomedecorationWorkerlevelList.go │ ├── TmallFuwuServiceitemList.go │ ├── TmallMallitemcenterServiceproductQuery.go │ ├── TmallMallitemcenterSubscribeQuery.go │ ├── TmallMallitemcenterSupplierAbilityUpdate.go │ ├── TmallMallitemcenterSupplierPriceUpload.go │ ├── TmallMsdClaimQuery.go │ ├── TmallMsfIdentifyStatusQuery.go │ ├── TmallMsfReservation.go │ ├── TmallServiceCodeConsume.go │ ├── TmallServiceSettleadjustmentCancel.go │ ├── TmallServiceSettleadjustmentGet.go │ ├── TmallServiceSettleadjustmentOperate.go │ ├── TmallServiceSettleadjustmentRequest.go │ ├── TmallServiceSettlementBillinfoQuery.go │ ├── TmallServiceSettlementFbBillDetailQuery.go │ ├── TmallServiceSettlementFbBillQuery.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationQuerybyid.go │ ├── TmallServicecenterAnomalyrecourseQuerybyid.go │ ├── TmallServicecenterContractsSearch.go │ ├── TmallServicecenterFulfiltaskInsuranceAction.go │ ├── TmallServicecenterIdentifytaskCreate.go │ ├── TmallServicecenterMsfTasksUpdate.go │ ├── TmallServicecenterPictureUpload.go │ ├── TmallServicecenterServiceTypeQueryall.go │ ├── TmallServicecenterServicemonitormessageInfo.go │ ├── TmallServicecenterServicemonitormessageSearch.go │ ├── TmallServicecenterServicemonitormessageUpdate.go │ ├── TmallServicecenterServicestoreCreate.go │ ├── TmallServicecenterServicestoreCreateservicestore.go │ ├── TmallServicecenterServicestoreDeleteservicestore.go │ ├── TmallServicecenterServicestoreDeleteservicestorecoverservice.go │ ├── TmallServicecenterServicestoreUpdate.go │ ├── TmallServicecenterServicestoreUpdateservicestore.go │ ├── TmallServicecenterServicestoreUpdatestatus.go │ ├── TmallServicecenterSettlementStoretransferAudit.go │ ├── TmallServicecenterSpserviceorderCreate.go │ ├── TmallServicecenterSpserviceorderEpocReceive.go │ ├── TmallServicecenterSpserviceorderEpocTransfer.go │ ├── TmallServicecenterSpserviceorderEpocUpload.go │ ├── TmallServicecenterSpserviceorderQuery.go │ ├── TmallServicecenterTaskFeedbacknoneedservice.go │ ├── TmallServicecenterTaskGet.go │ ├── TmallServicecenterTaskQueryrefund.go │ ├── TmallServicecenterTasksSearch.go │ ├── TmallServicecenterWorkcardAssignworker.go │ ├── TmallServicecenterWorkcardCallRecord.go │ ├── TmallServicecenterWorkcardCollect.go │ ├── TmallServicecenterWorkcardComplete.go │ ├── TmallServicecenterWorkcardConfirm.go │ ├── TmallServicecenterWorkcardDesensitizationQuery.go │ ├── TmallServicecenterWorkcardEvaluate.go │ ├── TmallServicecenterWorkcardExpressorderConsign.go │ ├── TmallServicecenterWorkcardExpressorderCreate.go │ ├── TmallServicecenterWorkcardExtrachargeCreate.go │ ├── TmallServicecenterWorkcardLogisticsorderQuery.go │ ├── TmallServicecenterWorkcardLogisticsorderTpcancel.go │ ├── TmallServicecenterWorkcardLogisticsorderUpdate.go │ ├── TmallServicecenterWorkcardPush.go │ ├── TmallServicecenterWorkcardQuery.go │ ├── TmallServicecenterWorkcardQuerybyseller.go │ ├── TmallServicecenterWorkcardReassign.go │ ├── TmallServicecenterWorkcardRepairprogressUpdate.go │ ├── TmallServicecenterWorkcardReserve.go │ ├── TmallServicecenterWorkcardReservefail.go │ ├── TmallServicecenterWorkcardSignin.go │ ├── TmallServicecenterWorkcardStatusUpdate.go │ ├── TmallServicecenterWorkcardSuspend.go │ ├── TmallServicecenterWorkcardUpdatelogistics.go │ ├── TmallServicecenterWorkcardVerifycodeResend.go │ ├── TmallServicecenterWorkcardVirtualphoneBind.go │ ├── TmallServicecenterWorkerCreate.go │ ├── TmallServicecenterWorkerDelete.go │ ├── TmallServicecenterWorkerQuery.go │ ├── TmallServicecenterWorkerQuerycapacitytask.go │ ├── TmallServicecenterWorkerQuerypage.go │ ├── TmallServicecenterWorkerTaglistGet.go │ ├── TmallServicecenterWorkerUpdate.go │ ├── TmallSscSupplyplatformCapacityEdit.go │ ├── TmallSscWorkcardAccept.go │ └── doc.go ├── tmalltrend │ ├── TmallBrandItemCouponProtect.go │ ├── TmallBrandItemUpload.go │ ├── TmallTrendStyleBasicinfoUpload.go │ ├── TmallTrendStyleBindinfoUpload.go │ ├── TmallTrendStyleProduceinfoUpload.go │ └── doc.go ├── tmc │ ├── AlibabaLsyMiniappMsgPush.go │ ├── AlipayXiaodaiUserPermit.go │ ├── TaobaoTmcGroupAdd.go │ ├── TaobaoTmcGroupDelete.go │ ├── TaobaoTmcGroupsGet.go │ ├── TaobaoTmcMessageProduce.go │ ├── TaobaoTmcMessagesConfirm.go │ ├── TaobaoTmcMessagesConsume.go │ ├── TaobaoTmcMessagesProduce.go │ ├── TaobaoTmcQueueGet.go │ ├── TaobaoTmcTopicGroupAdd.go │ ├── TaobaoTmcTopicGroupDelete.go │ ├── TaobaoTmcUserCancel.go │ ├── TaobaoTmcUserGet.go │ ├── TaobaoTmcUserPermit.go │ ├── TaobaoTmcUserTopicsGet.go │ └── doc.go ├── tmic │ ├── TmallTmicQuestionnaireAnswerPush.go │ ├── TmallTmicQuestionnaireAnswerSubmit.go │ ├── TmallTmicQuestionnaireOptionGet.go │ ├── TmallTmicQuestionnaireSurveyGet.go │ └── doc.go ├── topoaid │ ├── TaobaoCrmHistoryOmidGet.go │ ├── TaobaoCrmHistoryOuidGet.go │ ├── TaobaoTopPackageAuthCheck.go │ ├── TaobaoTopPackageAuthInfoGet.go │ ├── TaobaoTopPackageQuery.go │ ├── TaobaoTopPackageUnauthQuery.go │ └── doc.go ├── trade │ ├── AlibabaAlicomTradeAdvertiseinfoGet.go │ ├── AlibabaJymFulfillmentCardCallback.go │ ├── AlibabaJymFulfillmentIoschargeCallback.go │ ├── AlibabaLstVasTradeflowSave.go │ ├── AlibabaOmniSaasOrderCreate.go │ ├── AlibabaTradeAlianceCreate.go │ ├── AlibabaWdkPosTradeClose.go │ ├── AlibabaWdkPosTradeCreate.go │ ├── AlibabaWdkPosTradePay.go │ ├── AlibabaWdkPosTradeQuery.go │ ├── AlibabaWdkPosTradeReverse.go │ ├── AlibabaWdkTradeDiscountBillGet.go │ ├── AlibabaWdkTradeOrderCancel.go │ ├── AlibabaWdkTradeOrderCreate.go │ ├── AlibabaWdkTradeOrderQuery.go │ ├── AlibabaWdkTradeRefundCreate.go │ ├── AlibabaWdkTradeRefundInform.go │ ├── AlibabaWdkTradeRefundQuery.go │ ├── AliexpressPaymentExchangeGet.go │ ├── AlitripRailTradeRefund.go │ ├── CainiaoCntecSupplierOrderService.go │ ├── CainiaoRefundRefundactionsDisplay.go │ ├── CainiaoRefundRefundactionsGet.go │ ├── CainiaoRefundRefundactionsJudgement.go │ ├── TaobaoKoubeiTribeOpenOrderPage.go │ ├── TaobaoLifeReservationItemOrderChange.go │ ├── TaobaoLifeReservationItemOrderConfirm.go │ ├── TaobaoLifeReservationTradeConsumeNotice.go │ ├── TaobaoOfnSelfRecycleAuth.go │ ├── TaobaoOpenTradeGet.go │ ├── TaobaoOpenTradesSoldGet.go │ ├── TaobaoOpentradeCustomizationRefundEnable.go │ ├── TaobaoRdcAligeniusOrdermsgUpdate.go │ ├── TaobaoServindustryFinanceGeexOrderLoan.go │ ├── TaobaoServindustryFinanceGeexOrderUpdate.go │ ├── TaobaoServindustryFinanceInsuranceAgreementSign.go │ ├── TaobaoTradeGet.go │ ├── TaobaoTradeSimpleGet.go │ ├── TaobaoTradeVoucherUpload.go │ ├── TaobaoTradeWtverticalGet.go │ ├── TaobaoTradesSimpleSoldGet.go │ ├── TaobaoTradesSimpleSoldIncrementGet.go │ ├── TaobaoTradesSoldHistoryGet.go │ ├── TaobaoWttTradeServiceGet.go │ ├── TaobaoXhotelDistributionOrderDetailSearch.go │ ├── TmallAscpOrdersSaleCreate.go │ └── doc.go ├── traderate │ ├── TaobaoFliggyWrateGetmixratelist.go │ ├── TaobaoTraderateAdd.go │ ├── TaobaoTraderateExplainAdd.go │ ├── TaobaoTraderateListAdd.go │ ├── TaobaoTraderatesGet.go │ ├── TmallTraderateFeedsGet.go │ ├── TmallTraderateItemtagsGet.go │ └── doc.go ├── train │ ├── TaobaoTrainAgentBookordersGetVtwo.go │ ├── TaobaoTrainAgentBookticketConfirmVtwo.go │ ├── TaobaoTrainAgentChangeissueConfirmVtwo.go │ ├── TaobaoTrainAgentChangeorderdetailQueryVtwo.go │ ├── TaobaoTrainAgentExpressSet.go │ ├── TaobaoTrainAgentExpressSetVtwo.go │ ├── TaobaoTrainAgentFreechildrendealConfirmVtwo.go │ ├── TaobaoTrainAgentFreechildrendetailQueryVtwo.go │ ├── TaobaoTrainAgentFreechildrenlistQueryVtwo.go │ ├── TaobaoTrainAgentGetRefund.go │ ├── TaobaoTrainAgentHandleticketConfirmVtwo.go │ ├── TaobaoTrainAgentHandrefundRefundfee.go │ ├── TaobaoTrainAgentOrderConfirm.go │ ├── TaobaoTrainAgentOrderFail.go │ ├── TaobaoTrainAgentOrderGet.go │ ├── TaobaoTrainAgentOrderGetVtwo.go │ ├── TaobaoTrainAgentOrderIgnore.go │ ├── TaobaoTrainAgentOrderLock.go │ ├── TaobaoTrainAgentOrderQuery.go │ ├── TaobaoTrainAgentReturnordersGetVtwo.go │ ├── TaobaoTrainAgentReturnticketConfirmVtwo.go │ ├── TaobaoTrainAgentReturnticketinfoGetVtwo.go │ ├── TaobaoTrainAgentTicketStatusCallback.go │ ├── TaobaoTrainAgentTostationConfirm.go │ ├── TaobaoTrainAgentTostationReceive.go │ ├── TaobaoTrainAgentUntreatedchangeQueryVtwo.go │ ├── TaobaoTrainPurchaseOrderPayurl.go │ ├── TaobaoTrainStopAgentCallback.go │ └── doc.go ├── travel │ ├── AlitripDaytoursProductUpload.go │ ├── AlitripFreetourProductUpload.go │ ├── AlitripGrouptourProductUpload.go │ ├── AlitripGrouptoursProductUpload.go │ ├── AlitripItemAddSchemaGet.go │ ├── AlitripItemSchemaAdd.go │ ├── AlitripItemSchemaUpdate.go │ ├── AlitripItemUpdateSchemaGet.go │ ├── AlitripLocalplayProductUpload.go │ ├── AlitripTravelGereralitemUpdate.go │ ├── AlitripTravelGereralproductUpdate.go │ ├── AlitripTravelGereralskuUpdate.go │ ├── AlitripTravelPoiSearch.go │ ├── AlitripTravelProductGereralskuUpdate.go │ ├── TaobaoAlitripTravelBaseinfoCitiesGet.go │ ├── TaobaoAlitripTravelBaseinfoCruiseGet.go │ ├── TaobaoAlitripTravelBaseinfoScenicsGet.go │ ├── TaobaoAlitripTravelItemElementManage.go │ ├── TaobaoAlitripTravelItemElementQuery.go │ ├── TaobaoAlitripTravelItemNewQuery.go │ ├── TaobaoAlitripTravelItemShelve.go │ ├── TaobaoAlitripTravelItemSingleQuery.go │ ├── TaobaoAlitripTravelItemSkuOverride.go │ ├── TaobaoAlitripTravelItemSkuPackageModify.go │ ├── TaobaoAlitripTravelItemSkuPriceModify.go │ ├── TaobaoAlitripTravelProductBaseAdd.go │ ├── TaobaoAlitripTravelProductBaseModify.go │ ├── TaobaoAlitripTravelProductSkuOverride.go │ └── doc.go ├── traveltrade │ ├── AlitripTravelBookinfoQuery.go │ ├── AlitripTravelBookinfosSearch.go │ ├── AlitripTravelHotelticketOrderCreate.go │ ├── AlitripTravelHotelticketOrderRefund.go │ ├── AlitripTravelHotelticketOrderVerify.go │ ├── AlitripTravelHotelticketProductProductupdate.go │ ├── AlitripTravelHotelticketProductProductupdatepush.go │ ├── AlitripTravelTradeClose.go │ ├── AlitripTravelTradeDeliver.go │ ├── AlitripTravelTradeQuery.go │ ├── AlitripTravelTradeServiceinfoWrite.go │ ├── AlitripTravelTradeTemplateQuery.go │ ├── AlitripTravelTradesSearch.go │ ├── AlitripTravelVisaApplicantUpdate.go │ ├── TaobaoAlitripTravelTradeMemoAdd.go │ ├── TaobaoAlitripTravelTradeMemoUpdate.go │ ├── TaobaoTravelTicketOrderRefund.go │ ├── TaobaoTravelTicketOrderVerify.go │ └── doc.go ├── tttm │ ├── AliyunIndustryTttmItemsSync.go │ ├── AliyunIndustryTttmOrderQuery.go │ ├── AliyunIndustryTttmPlanSync.go │ ├── AliyunIndustryTttmProduceSync.go │ ├── AliyunIndustryTttmProductsSync.go │ ├── AliyunIndustryTttmStockSync.go │ └── doc.go ├── tuanhotel │ ├── AlitripTuanHotelAdaptStoreGet.go │ ├── AlitripTuanHotelImageUpload.go │ ├── AlitripTuanHotelItemInfoGet.go │ ├── AlitripTuanHotelItemSkuCalendarUpdate.go │ ├── AlitripTuanHotelItemSkuDelete.go │ ├── AlitripTuanHotelItemSkuUpdate.go │ ├── AlitripTuanHotelShopCategoryGet.go │ ├── TaobaoXhotelComboOffshelf.go │ ├── TaobaoXhotelComboReview.go │ ├── TaobaoXhotelComboStatusGet.go │ └── doc.go ├── tuike │ ├── AlibabaTuikeOfferGet.go │ ├── AlibabaTuikeOfferZhitoken.go │ └── doc.go ├── tvpay │ ├── TaobaoTvpayAccessDataGet.go │ ├── TaobaoTvpayAppinfoGet.go │ ├── TaobaoTvpayAuthApply.go │ ├── TaobaoTvpayOrderPartnerpay.go │ ├── TaobaoTvpayOrderPrecreate.go │ ├── TaobaoTvpayOrderQuery.go │ ├── TaobaoTvpayPartnerOrderQuery.go │ ├── TaobaoTvpayPromotionInfoGet.go │ └── doc.go ├── tvupadmin │ ├── YunosOsupdateAppversionCreate.go │ ├── YunosOsupdateAppversionInfo.go │ ├── YunosOsupdateAppversionPublish.go │ ├── YunosOsupdateAppversionQuery.go │ ├── YunosOsupdateAppversionUpdate.go │ ├── YunosOsupdateDeviceserviceSearchmodels.go │ ├── YunosOsupdateModelSearch.go │ ├── YunosOsupdateOsfotaAdd.go │ ├── YunosOsupdateOsfotaPublish.go │ ├── YunosOsupdateOsfotaQuery.go │ ├── YunosOsupdateVersionstatusUpdate.go │ ├── YunosPubadminCommonOperation.go │ ├── YunosTradeAdminCommonOperation.go │ ├── YunosTvmbosCommonOperation.go │ ├── YunosTvpubadminAdmOttAudit.go │ ├── YunosTvpubadminAdmOttQuery.go │ ├── YunosTvpubadminCommonFileUpload.go │ ├── YunosTvpubadminContentAdvertGettypes.go │ ├── YunosTvpubadminContentAdvertManageschedule.go │ ├── YunosTvpubadminContentAdvertQueryschedule.go │ ├── YunosTvpubadminContentAppOnoffappbylicense.go │ ├── YunosTvpubadminContentAppQueryapp.go │ ├── YunosTvpubadminContentAppQuerybylicence.go │ ├── YunosTvpubadminContentChannelOffline.go │ ├── YunosTvpubadminContentChannelQuery.go │ ├── YunosTvpubadminContentChildLeafnodeGet.go │ ├── YunosTvpubadminContentChildNodeitemOffline.go │ ├── YunosTvpubadminContentChildNodeitemQuery.go │ ├── YunosTvpubadminContentChildRecoitemOffline.go │ ├── YunosTvpubadminContentChildRecoitemQuery.go │ ├── YunosTvpubadminContentChildRootnodeGet.go │ ├── YunosTvpubadminContentDeviceGetterminaltypemap.go │ ├── YunosTvpubadminContentDeviceGetvendor.go │ ├── YunosTvpubadminContentShowEdit.go │ ├── YunosTvpubadminContentShowGetbyshowid.go │ ├── YunosTvpubadminContentShowGetbyshowlongid.go │ ├── YunosTvpubadminContentShowGetlist.go │ ├── YunosTvpubadminContentShowGetshowexemptauditmap.go │ ├── YunosTvpubadminContentShowSetexemptaudit.go │ ├── YunosTvpubadminContentSingleVideoGetlist.go │ ├── YunosTvpubadminContentSingleVideoSubmitauditresult.go │ ├── YunosTvpubadminContentTableauditOfflinelauncheritem.go │ ├── YunosTvpubadminContentTableauditQuerychilddesktop.go │ ├── YunosTvpubadminContentTableauditQuerylauncher.go │ ├── YunosTvpubadminContentTableauditQuerymetaitem.go │ ├── YunosTvpubadminContentTopicOffline.go │ ├── YunosTvpubadminContentTopicQuerytopic.go │ ├── YunosTvpubadminContentVideoGetauditlist.go │ ├── YunosTvpubadminContentVideoSubmitauditresult.go │ ├── YunosTvpubadminDataQuery.go │ ├── YunosTvpubadminDeviceApkinfo.go │ ├── YunosTvpubadminDeviceApks.go │ ├── YunosTvpubadminDeviceAppupgradedetail.go │ ├── YunosTvpubadminDeviceAppupgradequery.go │ ├── YunosTvpubadminDeviceBrands.go │ ├── YunosTvpubadminDeviceModels.go │ ├── YunosTvpubadminDeviceOsupgradedetail.go │ ├── YunosTvpubadminDeviceOsupgradequery.go │ ├── YunosTvpubadminDeviceQuery.go │ ├── YunosTvpubadminDeviceStats.go │ ├── YunosTvpubadminDeviceTvid.go │ ├── YunosTvpubadminDeviceUpdateappstatus.go │ ├── YunosTvpubadminDeviceUpdateosstatus.go │ ├── YunosTvpubadminDeviceYksBots.go │ ├── YunosTvpubadminDeviceYksSkillAdd.go │ ├── YunosTvpubadminDeviceYksSkillDelete.go │ ├── YunosTvpubadminDeviceYksSkillModify.go │ ├── YunosTvpubadminDeviceYksSkillOffline.go │ ├── YunosTvpubadminDeviceYksSkillOnline.go │ ├── YunosTvpubadminDeviceYksSkills.go │ ├── YunosTvpubadminDiccontroltaskAdd.go │ ├── YunosTvpubadminDiccontroltaskGetinfo.go │ ├── YunosTvpubadminDiccontroltaskQuery.go │ ├── YunosTvpubadminDiccontroltaskUpdate.go │ ├── YunosTvpubadminEpgDesktopOperation.go │ ├── YunosTvpubadminManageDialogAdd.go │ ├── YunosTvpubadminManageDialogDelete.go │ ├── YunosTvpubadminManageDialogEdit.go │ ├── YunosTvpubadminManageDialogFindbyid.go │ ├── YunosTvpubadminManageDialogList.go │ ├── YunosTvpubadminManageTopicAdd.go │ ├── YunosTvpubadminManageTopicContentadd.go │ ├── YunosTvpubadminManageTopicContentdelete.go │ ├── YunosTvpubadminManageTopicContentedit.go │ ├── YunosTvpubadminManageTopicContentlist.go │ ├── YunosTvpubadminManageTopicEdit.go │ ├── YunosTvpubadminManageTopicFindbyid.go │ ├── YunosTvpubadminManageTopicList.go │ ├── YunosTvpubadminUserOrderlist.go │ ├── YunosTvpubadminUserRights.go │ ├── YunosTvpubadminUserSuggest.go │ ├── YunosTvscreenAdminCommonOperation.go │ └── doc.go ├── txcs │ ├── TmallTxcsFinanceBillCheck.go │ ├── TmallTxcsFinanceBillConfirm.go │ ├── TmallTxcsFinanceBillQuery.go │ ├── TmallTxcsFinanceInvoiceInput.go │ ├── TmallTxcsFinanceVerifyStatementBill.go │ └── doc.go ├── uscesl │ ├── TaobaoUsceslBizApActivate.go │ ├── TaobaoUsceslBizApAdd.go │ ├── TaobaoUsceslBizApDelete.go │ ├── TaobaoUsceslBizApSearch.go │ ├── TaobaoUsceslBizBrandInsert.go │ ├── TaobaoUsceslBizEslBind.go │ ├── TaobaoUsceslBizEslInfoGet.go │ ├── TaobaoUsceslBizEslUnbind.go │ ├── TaobaoUsceslBizItemLightUp.go │ ├── TaobaoUsceslBizLightUp.go │ ├── TaobaoUsceslBizStoreInsert.go │ ├── TaobaoUsceslIteminfoBatchInsert.go │ ├── TaobaoUsceslIteminfoBatchPut.go │ ├── TaobaoUsceslIteminfoPut.go │ └── doc.go ├── user │ ├── AccountaliyuncscomgetPubKey20130701.go │ ├── AlibabaAilabsUserSpeechGuide.go │ ├── AlibabaAliqinFlowWalletCheckBalance.go │ ├── AlibabaBenefitSend.go │ ├── AlibabaBeneiftDraw.go │ ├── AlibabaDatabankOpenOneserviceDataready.go │ ├── AlibabaDatabankOpenOneserviceGetdata.go │ ├── AlibabaLsyMiniappUserGet.go │ ├── AlibabaSellerVendorWriteClient.go │ ├── TaobaoAlitripFlightchangeAdd.go │ ├── TaobaoAppstoreSubscribeGet.go │ ├── TaobaoKoubeiTribeOpenUserQuery.go │ ├── TaobaoKoubeiTribeOpenVerifyCodeApply.go │ ├── TaobaoLarkPosItemprodFindterminal.go │ ├── TaobaoMessageaccountMesssageMassSend.go │ ├── TaobaoMessageaccountMesssageNormalSend.go │ ├── TaobaoMessageaccountMesssageReply.go │ ├── TaobaoMiniappEleuserPhoneGet.go │ ├── TaobaoMiniappEleuserinfoGet.go │ ├── TaobaoMiniappMesssageNormalSend.go │ ├── TaobaoMiniappMesssageReply.go │ ├── TaobaoMiniappUserInfoGet.go │ ├── TaobaoMiniappUserPhoneGet.go │ ├── TaobaoNewretailDivisionRecordListGet.go │ ├── TaobaoOpenAccountCreate.go │ ├── TaobaoOpenAccountDelete.go │ ├── TaobaoOpenAccountIndexFind.go │ ├── TaobaoOpenAccountList.go │ ├── TaobaoOpenAccountSearch.go │ ├── TaobaoOpenAccountTokenApply.go │ ├── TaobaoOpenAccountTokenValidate.go │ ├── TaobaoOpenAccountUpdate.go │ ├── TaobaoOpensecurityIsvUidGet.go │ ├── TaobaoOpensecurityUidGet.go │ ├── TaobaoRdcAligeniusAccountValidate.go │ ├── TaobaoUserOpenidGet.go │ ├── TmallServiceSettleadjustmentModify.go │ └── doc.go ├── usergrowth │ ├── TaobaoGrowthReachingBrowserSearch.go │ ├── TaobaoGrowthReachingBuzzwordQuery.go │ ├── TaobaoGrowthReachingPicturesRecognize.go │ ├── TaobaoGrowthReachingSuggestionQuery.go │ ├── TaobaoGrowthReachingXiniaoQuery.go │ ├── TaobaoUsergrowthDhhDeliveryAsk.go │ ├── TaobaoUsergrowthDhhDeliveryBatchask.go │ ├── TaobaoUsergrowthTaskConfigGet.go │ └── doc.go ├── usergrowth2 │ ├── TaobaoUsergrowthAdMaterialAudit.go │ ├── TaobaoUsergrowthAdMaterialDataSync.go │ ├── TaobaoUsergrowthAdMaterialQuery.go │ ├── TaobaoUsergrowthAdMaterialUpdate.go │ ├── TaobaoUsergrowthAdMediaDataSync.go │ └── doc.go ├── util │ ├── AlibabaAisAssetsTagAbort.go │ ├── AlibabaAisAssetsTagGenerate.go │ ├── AlibabaAisAssetsTagGet.go │ ├── AlibabaInteractSensorUi.go │ ├── AlibabaMosFalconPosCounterQuery.go │ ├── AlibabaRetailDeviceTradeShip.go │ ├── AlibabaRetailShorturlGet.go │ ├── AliexpressSocialCountryGet.go │ ├── AliexpressSocialCurrencyGet.go │ ├── AliexpressSocialLocaleGet.go │ ├── TaobaoAppipGet.go │ ├── TaobaoFilesGet.go │ ├── TaobaoHttpdnsGet.go │ ├── TaobaoKfcKeywordSearch.go │ ├── TaobaoOpenlinkSessionGet.go │ ├── TaobaoOpenuidGet.go │ ├── TaobaoOpenuidGetBymixnick.go │ ├── TaobaoOpenuidGetBytrade.go │ ├── TaobaoPictureQnaigcUpload.go │ ├── TaobaoQimenEventProduce.go │ ├── TaobaoQimenEventsProduce.go │ ├── TaobaoQimenTradeUserAdd.go │ ├── TaobaoQimenTradeUserDelete.go │ ├── TaobaoQimenTradeUsersGet.go │ ├── TaobaoRdcAligeniusRefundsCheck.go │ ├── TaobaoStreetestSessionGet.go │ ├── TaobaoSubwayCrowdDmpCrowdBind.go │ ├── TaobaoTimeGet.go │ ├── TaobaoTmcAuthGet.go │ ├── TaobaoTopAuthTokenCreate.go │ ├── TaobaoTopAuthTokenRefresh.go │ ├── TaobaoTopConnectorEventPublish.go │ ├── TaobaoTopEventPublish.go │ ├── TaobaoTopEventSubscriptionQuery.go │ ├── TaobaoTopIpoutGet.go │ ├── TaobaoTopOpenidConvert.go │ ├── TaobaoTopSdkFeedbackUpload.go │ ├── TaobaoTopSecretGet.go │ ├── TaobaoTopSecretRegister.go │ ├── TaobaoWirelessContentCheck.go │ ├── TaobaoWirelessPictureCheck.go │ ├── WdkRexoutDeviceInfoGet.go │ ├── WdkRexoutDeviceIotRegisterid.go │ ├── WdkRexoutResourceListCheck.go │ └── doc.go ├── vaccin │ ├── AlibabaAlihealthVaccineRegisterCancel.go │ ├── AlibabaAlihealthVaccineRegisterSubmit.go │ ├── AlibabaAlihealthVaccineTradeOrderChannelGet.go │ ├── AlibabaAlihealthVaccineTradeSubscribeDetailGet.go │ ├── AlibabaAlihealthVaccineTradeSubscribeDetailSave.go │ ├── AlibabaHealthVaccinAppointmentResultNotify.go │ ├── AlibabaHealthVaccinMatchOn.go │ ├── AlibabaHealthVaccinNoticeAnnouncementPublish.go │ ├── AlibabaHealthVaccinNoticeOrderCancel.go │ ├── AlibabaHealthVaccinNoticeOrderCreate.go │ ├── AlibabaHealthVaccinNoticeOrderSign.go │ ├── AlibabaHealthVaccinNoticeReplantRemind.go │ ├── AlibabaHealthVaccinNoticeSend.go │ ├── AlibabaHealthVaccinNoticeTimebucketRemind.go │ ├── AlibabaHealthVaccinNoticeUserBind.go │ ├── AlibabaHealthVaccinNoticeUserCreate.go │ ├── AlibabaHealthVaccinOrderUpdate.go │ ├── AlibabaHealthVaccinPovUpdate.go │ ├── AlibabaHealthVaccinSubscribeInfoReturn.go │ ├── AlibabaHealthVaccinUserRegisterRemind.go │ ├── AlibabaHealthVaccinVaccinateComplete.go │ └── doc.go ├── viapi │ ├── AliyunViapiFacebodyCompareface.go │ ├── AliyunViapiFacebodyDetectface.go │ ├── AliyunViapiFacebodyRecognizeface.go │ ├── AliyunViapiGoodstechClassifygoods.go │ ├── AliyunViapiGoodstechRecognizeFurnitureAttribute.go │ ├── AliyunViapiGoodstechRecognizeFurniturespu.go │ ├── AliyunViapiImageauditScanimage.go │ ├── AliyunViapiImageauditScantext.go │ ├── AliyunViapiImagesegSegmentCommonimage.go │ ├── AliyunViapiImagesegSegmentcomodity.go │ ├── AliyunViapiImagesegSegmenthdbody.go │ ├── AliyunViapiImagesegSegmenthead.go │ ├── AliyunViapiObjectdetDetectobject.go │ ├── AliyunViapiOcrCharacter.go │ └── doc.go ├── vms │ ├── CainiaoVmsServiceVehicleinfoUpload.go │ └── doc.go ├── wangwang │ ├── TaobaoAirislandKefuevalGet.go │ ├── TaobaoQianniuKefuevalGet.go │ └── doc.go ├── waybill │ ├── CainiaoCloudprintClientinfoPut.go │ ├── CainiaoCloudprintCustomareaUpdate.go │ ├── CainiaoCloudprintCustomaresGet.go │ ├── CainiaoCloudprintIsvResourcesGet.go │ ├── CainiaoCloudprintIsvtemplatesGet.go │ ├── CainiaoCloudprintMystdtemplatesGet.go │ ├── CainiaoCloudprintSingleCustomareaGet.go │ ├── CainiaoCloudprintStdtemplatesGet.go │ ├── CainiaoCloudprintTemplatesMigrate.go │ ├── CainiaoSmartdeliveryStrategyWarehouseIDelete.go │ ├── CainiaoSmartdeliveryStrategyWarehouseIUpdate.go │ ├── CainiaoWaybillAddressReachableQuery.go │ ├── CainiaoWaybillIiCancel.go │ ├── CainiaoWaybillIiConfirm.go │ ├── CainiaoWaybillIiDelivery.go │ ├── CainiaoWaybillIiGet.go │ ├── CainiaoWaybillIiLogisticsdetailUrlGet.go │ ├── CainiaoWaybillIiProduct.go │ ├── CainiaoWaybillIiQueryByTradecode.go │ ├── CainiaoWaybillIiQueryByWaybillcode.go │ ├── CainiaoWaybillIiSearch.go │ ├── CainiaoWaybillIiUpdate.go │ ├── CainiaoWaybillPrivacySellerOrderGet.go │ ├── CainiaoWaybillPrivacySubscriptionGet.go │ ├── TaobaoWlbWaybillICancel.go │ ├── TaobaoWlbWaybillIFullupdate.go │ ├── TaobaoWlbWaybillIGet.go │ ├── TaobaoWlbWaybillIPrint.go │ ├── TaobaoWlbWaybillIProduct.go │ ├── TaobaoWlbWaybillIQuerydetail.go │ ├── TaobaoWlbWaybillISearch.go │ └── doc.go ├── wdk │ ├── AlibabaAelophyOrderDelivererChange.go │ ├── AlibabaAelophyOrderDesensitizephoneGet.go │ ├── AlibabaAelophyOrderGet.go │ ├── AlibabaAelophyOrderLogisticsTraceCallback.go │ ├── AlibabaAelophyOrderWorkCallback.go │ ├── AlibabaAelophyShopUpdateinfo.go │ ├── AlibabaAelophyShopUpdaterange.go │ ├── AlibabaAelophyShopUpdatestatus.go │ ├── AlibabaAxChannelSkuStatusUpdate.go │ ├── AlibabaAxWarehouseInboundCallback.go │ ├── AlibabaAxWarehouseOutboundCallback.go │ ├── AlibabaHmMarketingBuygiftItemAddAsync.go │ ├── AlibabaHmMarketingBuygiftItemRemoveAsync.go │ ├── AlibabaHmMarketingCouponCreateactivity.go │ ├── AlibabaHmMarketingCouponEndactivity.go │ ├── AlibabaHmMarketingCouponQueryitems.go │ ├── AlibabaHmMarketingCouponSendma.go │ ├── AlibabaHmMarketingDiscountItemAddAsync.go │ ├── AlibabaHmMarketingDiscountItemRemoveAsync.go │ ├── AlibabaHmMarketingExpirePromotionCreate.go │ ├── AlibabaHmMarketingExpirePromotionDelete.go │ ├── AlibabaHmMarketingExpirePromotionQuery.go │ ├── AlibabaHmMarketingFullrangeAddexchangeitem.go │ ├── AlibabaHmMarketingFullrangeCreateactivity.go │ ├── AlibabaHmMarketingFullrangeDeleteactivity.go │ ├── AlibabaHmMarketingFullrangeQueryactivity.go │ ├── AlibabaHmMarketingFullrangeQueryitem.go │ ├── AlibabaHmMarketingFullrangeRemoveitem.go │ ├── AlibabaHmMarketingItembuygiftAdditem.go │ ├── AlibabaHmMarketingItembuygiftCreateactivity.go │ ├── AlibabaHmMarketingItembuygiftDeleteactivity.go │ ├── AlibabaHmMarketingItembuygiftQueryactivity.go │ ├── AlibabaHmMarketingItembuygiftQueryitems.go │ ├── AlibabaHmMarketingItembuygiftRemoveitem.go │ ├── AlibabaHmMarketingItemdiscountAdditem.go │ ├── AlibabaHmMarketingItemdiscountCreateactivity.go │ ├── AlibabaHmMarketingItemdiscountDeleteactivity.go │ ├── AlibabaHmMarketingItemdiscountQueryactivity.go │ ├── AlibabaHmMarketingItemdiscountQueryitems.go │ ├── AlibabaHmMarketingItemdiscountRemoveitem.go │ ├── AlibabaHmMarketingItempoolActivityCreate.go │ ├── AlibabaHmMarketingItempoolAddcategory.go │ ├── AlibabaHmMarketingItempoolAdditem.go │ ├── AlibabaHmMarketingItempoolCreateactivity.go │ ├── AlibabaHmMarketingItempoolDeleteactivity.go │ ├── AlibabaHmMarketingItempoolExcludeskucode.go │ ├── AlibabaHmMarketingItempoolItemAddAsync.go │ ├── AlibabaHmMarketingItempoolItemRemoveAsync.go │ ├── AlibabaHmMarketingItempoolQueryactivity.go │ ├── AlibabaHmMarketingItempoolQueryitems.go │ ├── AlibabaHmMarketingItempoolRemoveitem.go │ ├── AlibabaHmMarketingItempoolStairAdditem.go │ ├── AlibabaHmMarketingItempoolStairQueryitem.go │ ├── AlibabaHmMarketingItempoolStairRemoveitem.go │ ├── AlibabaHmMarketingVersionCommit.go │ ├── AlibabaHmMarketingVersionGenerate.go │ ├── AlibabaIfpFulfillWarehouseTokenQuery.go │ ├── AlibabaNewretailPurchasePriceDelete.go │ ├── AlibabaNewretailPurchasePriceSave.go │ ├── AlibabaPosFundCashierShiftSummary.go │ ├── AlibabaPricePromotionActivityDelete.go │ ├── AlibabaPricePromotionActivityQuery.go │ ├── AlibabaPricePromotionCreate.go │ ├── AlibabaPricePromotionItemAdd.go │ ├── AlibabaPricePromotionItemDelete.go │ ├── AlibabaRetailMarketingBuygiftActivityCreate.go │ ├── AlibabaRetailMarketingBuygiftActivityDelete.go │ ├── AlibabaRetailMarketingBuygiftActivityQuery.go │ ├── AlibabaRetailMarketingBuygiftActivitySave.go │ ├── AlibabaRetailMarketingBuygiftActivitySkuAdd.go │ ├── AlibabaRetailMarketingBuygiftActivitySkuDelete.go │ ├── AlibabaRetailMarketingBuygiftActivityUpdate.go │ ├── AlibabaRetailMarketingBuygiftSkuQuery.go │ ├── AlibabaRetailMarketingItemdiscountActivityCreate.go │ ├── AlibabaRetailMarketingItemdiscountActivityDelete.go │ ├── AlibabaRetailMarketingItemdiscountActivityQuery.go │ ├── AlibabaRetailMarketingItemdiscountActivitySave.go │ ├── AlibabaRetailMarketingItemdiscountActivitySkuAdd.go │ ├── AlibabaRetailMarketingItemdiscountActivitySkuDelete.go │ ├── AlibabaRetailMarketingItemdiscountActivityUpdate.go │ ├── AlibabaRetailMarketingItemdiscountSkuQuery.go │ ├── AlibabaRetailMarketingItempoolActivityCreate.go │ ├── AlibabaRetailMarketingItempoolActivityDelete.go │ ├── AlibabaRetailMarketingItempoolActivityQuery.go │ ├── AlibabaRetailMarketingItempoolActivitySave.go │ ├── AlibabaRetailMarketingItempoolActivitySkuAdd.go │ ├── AlibabaRetailMarketingItempoolActivitySkuDelete.go │ ├── AlibabaRetailMarketingItempoolActivityUpdate.go │ ├── AlibabaRetailMarketingItempoolSkuQuery.go │ ├── AlibabaTcCompassWarehousenetworkQuery.go │ ├── AlibabaTclsAelophyBillDailyQuery.go │ ├── AlibabaTclsAelophyBillDetailQuery.go │ ├── AlibabaTclsAelophyBillVerificateCallback.go │ ├── AlibabaTclsAelophyMerchantChannelOrderCancel.go │ ├── AlibabaTclsAelophyMerchantChannelOrderCreate.go │ ├── AlibabaTclsAelophyMerchantChannelOrderPrecheck.go │ ├── AlibabaTclsAelophyMerchantChannelOrderSliceget.go │ ├── AlibabaTclsAelophyMerchantChannelOrderUpdatestatus.go │ ├── AlibabaTclsAelophyMerchantChannelRefundApply.go │ ├── AlibabaTclsAelophyMerchantChannelRefundCancel.go │ ├── AlibabaTclsAelophyMerchantChannelRefundComplete.go │ ├── AlibabaTclsAelophyMerchantIdMix.go │ ├── AlibabaTclsAelophyMerchantOrderBatchUpload.go │ ├── AlibabaTclsAelophyMerchantOrderUpload.go │ ├── AlibabaTclsAelophyMerchantUserUpload.go │ ├── AlibabaTclsAelophyOrderReceiptQuery.go │ ├── AlibabaTclsAelophyRefundAgree.go │ ├── AlibabaTclsAelophyRefundCsapply.go │ ├── AlibabaTclsAelophyRefundCsapplyNew.go │ ├── AlibabaTclsAelophyRefundCsapplyrender.go │ ├── AlibabaTclsAelophyRefundDisagree.go │ ├── AlibabaTclsAelophyRefundFetchgoods.go │ ├── AlibabaTclsAelophyWarehouseOrderGet.go │ ├── AlibabaTclsAxIntegrationAccountImport.go │ ├── AlibabaTxcsBrandmarketingCouponQrcodeGet.go │ ├── AlibabaTxcsBrandmarketingCouponStatisticsGet.go │ ├── AlibabaWdkAxStoreCreate.go │ ├── AlibabaWdkAxStoreQuery.go │ ├── AlibabaWdkAxStoreUpdate.go │ ├── AlibabaWdkBillList.go │ ├── AlibabaWdkBmCouponQuery.go │ ├── AlibabaWdkBmPaiyangStatDataQuery.go │ ├── AlibabaWdkBmPaiyangStockQuery.go │ ├── AlibabaWdkBmPaiyangSupplyPublish.go │ ├── AlibabaWdkBmStockPublish.go │ ├── AlibabaWdkBmTradeActivityQuery.go │ ├── AlibabaWdkChannelCommentCreate.go │ ├── AlibabaWdkChannelOrderCreate.go │ ├── AlibabaWdkChannelOrderRefundConfirm.go │ ├── AlibabaWdkChannelOrderStatusUpdate.go │ ├── AlibabaWdkChannelOrderUsercancel.go │ ├── AlibabaWdkChannelOrderUserrefund.go │ ├── AlibabaWdkChannelUserSync.go │ ├── AlibabaWdkCouponContractCreate.go │ ├── AlibabaWdkCouponTemplateQueryumpactid.go │ ├── AlibabaWdkElemeBillDetailGet.go │ ├── AlibabaWdkElemeBillGet.go │ ├── AlibabaWdkFinanceOrderBackflow.go │ ├── AlibabaWdkFulfillBatchOnTaskStatusChanged.go │ ├── AlibabaWdkFulfillBatchQueryByBatchids.go │ ├── AlibabaWdkFulfillBillReturnWarehouseOnTaskStatusChanged.go │ ├── AlibabaWdkFulfillBoxPostBackBox.go │ ├── AlibabaWdkFulfillConfigReadLimitOrder.go │ ├── AlibabaWdkFulfillDmsDeliveryWorkOrderCallback.go │ ├── AlibabaWdkFulfillDmsEbeecakeWorkOrderCallback.go │ ├── AlibabaWdkFulfillMissfreshWarehouseWorkOrderCallback.go │ ├── AlibabaWdkFulfillRtBtocWarehouseWorkOrderCallback.go │ ├── AlibabaWdkFulfillSfBtocFmsWmsWorkOrderCallback.go │ ├── AlibabaWdkFulfillWarehouseWorkOrderCallback.go │ ├── AlibabaWdkFulfillWarehouseWorkOrderSealbox.go │ ├── AlibabaWdkHrworkbenchMokaEntryReceiptWrite.go │ ├── AlibabaWdkItemCategoryUpdate.go │ ├── AlibabaWdkItemChangepriceQuery.go │ ├── AlibabaWdkItemCurrentpriceQuery.go │ ├── AlibabaWdkItemMerchantCategoryQuery.go │ ├── AlibabaWdkItemServiceitemQuery.go │ ├── AlibabaWdkItemStoreskuUpdate.go │ ├── AlibabaWdkItemTraceUrlGet.go │ ├── AlibabaWdkMarketingBuygiftItemAddAsync.go │ ├── AlibabaWdkMarketingBuygiftItemRemoveAsync.go │ ├── AlibabaWdkMarketingCouponAdditem.go │ ├── AlibabaWdkMarketingCouponCreateactivity.go │ ├── AlibabaWdkMarketingCouponEndactivity.go │ ├── AlibabaWdkMarketingCouponQueryactivity.go │ ├── AlibabaWdkMarketingCouponQueryitems.go │ ├── AlibabaWdkMarketingDiscountItemAddAsync.go │ ├── AlibabaWdkMarketingDiscountItemRemoveAsync.go │ ├── AlibabaWdkMarketingExpirePromotionCreate.go │ ├── AlibabaWdkMarketingExpirePromotionDelete.go │ ├── AlibabaWdkMarketingExpirePromotionQuery.go │ ├── AlibabaWdkMarketingFullrangeAddexchangeitem.go │ ├── AlibabaWdkMarketingFullrangeCreateactivity.go │ ├── AlibabaWdkMarketingFullrangeDeleteactivity.go │ ├── AlibabaWdkMarketingFullrangeQueryactivity.go │ ├── AlibabaWdkMarketingFullrangeQueryitem.go │ ├── AlibabaWdkMarketingFullrangeRemoveitem.go │ ├── AlibabaWdkMarketingItembuygiftAdditem.go │ ├── AlibabaWdkMarketingItembuygiftCreateactivity.go │ ├── AlibabaWdkMarketingItembuygiftDeleteactivity.go │ ├── AlibabaWdkMarketingItembuygiftQueryactivity.go │ ├── AlibabaWdkMarketingItembuygiftQueryitems.go │ ├── AlibabaWdkMarketingItembuygiftRemoveitem.go │ ├── AlibabaWdkMarketingItemdiscountAdditem.go │ ├── AlibabaWdkMarketingItemdiscountCreateactivity.go │ ├── AlibabaWdkMarketingItemdiscountDeleteactivity.go │ ├── AlibabaWdkMarketingItemdiscountQueryactivity.go │ ├── AlibabaWdkMarketingItemdiscountQueryitems.go │ ├── AlibabaWdkMarketingItemdiscountRemoveitem.go │ ├── AlibabaWdkMarketingItempoolActivityCreate.go │ ├── AlibabaWdkMarketingItempoolAddcategory.go │ ├── AlibabaWdkMarketingItempoolAdditem.go │ ├── AlibabaWdkMarketingItempoolCreateactivity.go │ ├── AlibabaWdkMarketingItempoolDeleteactivity.go │ ├── AlibabaWdkMarketingItempoolExcludeskucode.go │ ├── AlibabaWdkMarketingItempoolItemAddAsync.go │ ├── AlibabaWdkMarketingItempoolItemRemoveAsync.go │ ├── AlibabaWdkMarketingItempoolQueryactivity.go │ ├── AlibabaWdkMarketingItempoolQueryitems.go │ ├── AlibabaWdkMarketingItempoolRemoveitem.go │ ├── AlibabaWdkMarketingItempoolStairAdditem.go │ ├── AlibabaWdkMarketingItempoolStairQueryitem.go │ ├── AlibabaWdkMarketingItempoolStairRemoveitem.go │ ├── AlibabaWdkMarketingOpenDarunfaActivitySkuSync.go │ ├── AlibabaWdkMarketingOpenDarunfaActivitySync.go │ ├── AlibabaWdkMarketingOpenDataRelationQuery.go │ ├── AlibabaWdkMarketingOpenHeartbeat.go │ ├── AlibabaWdkMarketingOpenPosDiscountCodeCreate.go │ ├── AlibabaWdkMarketingOpenVersionApply.go │ ├── AlibabaWdkMarketingOpenVersionCount.go │ ├── AlibabaWdkMarketingPrice.go │ ├── AlibabaWdkMarketingVersionCommit.go │ ├── AlibabaWdkMarketingVersionGenerate.go │ ├── AlibabaWdkMemberCardGet.go │ ├── AlibabaWdkMemberQrcodeIdentify.go │ ├── AlibabaWdkMerchantBrandQuery.go │ ├── AlibabaWdkMerchantCategoryQuery.go │ ├── AlibabaWdkMerchantItemQuery.go │ ├── AlibabaWdkMerchantRoutingRegister.go │ ├── AlibabaWdkMerchantStoreitemQuery.go │ ├── AlibabaWdkMerchantproductEdit.go │ ├── AlibabaWdkOldposOrderCreate.go │ ├── AlibabaWdkOldposRefundCreate.go │ ├── AlibabaWdkOrderAggregate.go │ ├── AlibabaWdkOrderFinanceBillQuery.go │ ├── AlibabaWdkOrderGet.go │ ├── AlibabaWdkOrderList.go │ ├── AlibabaWdkOrderRefundGet.go │ ├── AlibabaWdkOrderRefundList.go │ ├── AlibabaWdkOrderSync.go │ ├── AlibabaWdkOrderSyncWithitem.go │ ├── AlibabaWdkPosAfterbuyBenefitSend.go │ ├── AlibabaWdkPurchasePrice.go │ ├── AlibabaWdkRefundAggregate.go │ ├── AlibabaWdkReverseApplyrefund.go │ ├── AlibabaWdkReverseCreatefeatch.go │ ├── AlibabaWdkReverseCreatrefund.go │ ├── AlibabaWdkReverseLoadFeatchorder.go │ ├── AlibabaWdkReverseRefund.go │ ├── AlibabaWdkReverseReversedetail.go │ ├── AlibabaWdkReverseTimeslice.go │ ├── AlibabaWdkScmLrpOrderPredict.go │ ├── AlibabaWdkSeriesCreate.go │ ├── AlibabaWdkSeriesDefaultskuReset.go │ ├── AlibabaWdkSeriesEdit.go │ ├── AlibabaWdkSeriesSkuAdd.go │ ├── AlibabaWdkSeriesSkuRemove.go │ ├── AlibabaWdkSeriesSort.go │ ├── AlibabaWdkShopQuery.go │ ├── AlibabaWdkSkuAdd.go │ ├── AlibabaWdkSkuBarcodeQuery.go │ ├── AlibabaWdkSkuCategoryAdd.go │ ├── AlibabaWdkSkuCategoryDelete.go │ ├── AlibabaWdkSkuCategoryQuery.go │ ├── AlibabaWdkSkuCategoryUpdate.go │ ├── AlibabaWdkSkuChannelskuAdd.go │ ├── AlibabaWdkSkuChannelskuQuery.go │ ├── AlibabaWdkSkuChannelskuUpdate.go │ ├── AlibabaWdkSkuCombineskuAdd.go │ ├── AlibabaWdkSkuCombineskuQuery.go │ ├── AlibabaWdkSkuCombineskuUpdate.go │ ├── AlibabaWdkSkuFeature.go │ ├── AlibabaWdkSkuMerchantskuScrollQuery.go │ ├── AlibabaWdkSkuQuery.go │ ├── AlibabaWdkSkuScrollQuery.go │ ├── AlibabaWdkSkuStoreskuScrollQuery.go │ ├── AlibabaWdkSkuUpdate.go │ ├── AlibabaWdkSkuWarehouseskuQuery.go │ ├── AlibabaWdkSkuWarehouseskuScrollQuery.go │ ├── AlibabaWdkSopoPushTrigger.go │ ├── AlibabaWdkStockPublish.go │ ├── AlibabaWdkStockRealQuery.go │ ├── AlibabaWdkSupplierOrderGet.go │ ├── AlibabaWdkSupplierOrderList.go │ ├── AlibabaWdkSupplierRefundGet.go │ ├── AlibabaWdkSupplierRefundList.go │ ├── AlibabaWdkSyncedorderQuery.go │ ├── AlibabaWdkTimeGet.go │ ├── AlibabaWdkTraceUrlGet.go │ ├── AlibabaWdkTradeOrderBalanceBillQuery.go │ ├── AlibabaWdkTradeOrderSuccessCreate.go │ ├── AlibabaWdkTradeRefundSuccessCreate.go │ ├── AlibabaWdkUmsHandlingGet.go │ ├── AlibabaWdkUmsInbound.go │ ├── AlibabaWdkUmsInventoryAdjustGet.go │ ├── AlibabaWdkUmsInventoryCheckGet.go │ ├── AlibabaWdkUmsInventoryPublish.go │ ├── AlibabaWdkUmsOrderGet.go │ ├── AlibabaWdkUmsOutbound.go │ ├── AlibabaWdkUmsOutboundProcessGet.go │ ├── AlibabaWdkUmsRetrieveBatchConfirm.go │ ├── AlibabaWdkUmsReturnitemsGet.go │ ├── AlibabaWdkUmsShiftGet.go │ ├── AlibabaWdkWholesaleInboundorderCommit.go │ ├── AlibabaWdkWholesaleOrderCommit.go │ ├── AlibabaWdkWholesaleOutboundorderCommit.go │ ├── AlibabaWdkopenCateorderPull.go │ ├── AlibabaWdkopenOrderGet.go │ ├── AlibabaWdkorderSharestockCpsorderList.go │ ├── AlibabaWdkorderSharestockFulfillGet.go │ ├── AlibabaWdkorderSharestockInsuranceCallback.go │ ├── AlibabaWdkorderSharestockInsuranceGetorder.go │ ├── AlibabaWdkorderSharestockInsuranceRefundcallback.go │ ├── AlibabaWdkorderSharestockInsuranceRefundget.go │ ├── AlibabaWdkorderSharestockOrderGet.go │ ├── TaobaoWdkEquipmentConveyorBatchconfirm.go │ ├── TaobaoWdkEquipmentConveyorContainerinfoGet.go │ ├── TaobaoWdkEquipmentConveyorConveyorinfoGet.go │ ├── TaobaoWdkEquipmentConveyorExceptionslidewaylogGet.go │ ├── TaobaoWdkEquipmentConveyorHardwarestatuslogGet.go │ ├── TaobaoWdkEquipmentConveyorInfoUpload.go │ ├── TaobaoWdkEquipmentConveyorStatusconfirm.go │ ├── TaobaoWdkEquipmentConveyorSystemeventGet.go │ ├── TaobaoWdkEquipmentConveyorWcsbtocContainerassignedtoconveyor.go │ ├── TaobaoWdkEquipmentConveyorWcsbtocContainerscannedbyconveyor.go │ ├── TaobaoWdkEquipmentDeviceadminDeviceinfoGet.go │ ├── TaobaoWdkEquipmentWcsWcsinfoUpload.go │ ├── TaobaoWdkIotConveyorConveyorconfigGet.go │ ├── TaobaoWdkIotDeviceadminMqttDeviceGetwithtoken.go │ ├── TaobaoWdkIotDeviceadminMqttTokenGet.go │ ├── TmallCityretailFulfillAbnormalCenterAbnormalStatusChange.go │ ├── TmallCityretailTxdFulfillOrderUnbindnum.go │ ├── TmallCityretailTxdFulfillOrderVirtualnumber.go │ ├── WdkMealPosGetfetchmealcode.go │ ├── WdkUmsOutboundSortingCallbackTaskdetail.go │ ├── WdkUmsOutboundSortingCallbackforpulltask.go │ ├── WdkUmsOutboundSortingCancleararea.go │ ├── WdkUmsOutboundSortingScancontainer.go │ ├── WdkUmsOutboundSortingUserquery.go │ ├── WdkUmsSortingFullContainer.go │ ├── WdkWarehouseOrderCancel.go │ ├── WdkWarehouseOrderDispatch.go │ ├── WdkWmsPickMedicineChecksell.go │ ├── WdkWmsPickMedicineQuery.go │ └── doc.go ├── wdkitem │ ├── AlibabaWdkItemBrandQuery.go │ ├── AlibabaWdkItemCategoryQuery.go │ ├── AlibabaWdkItemFuturepriceQuery.go │ ├── AlibabaWdkItemMemberpriceUpdate.go │ ├── AlibabaWdkItemMerchantskuCreate.go │ ├── AlibabaWdkItemMerchantskuQuery.go │ ├── AlibabaWdkItemMerchantskuUpdate.go │ ├── AlibabaWdkItemMerchantstoreskuCreate.go │ ├── AlibabaWdkItemMerchantstoreskuUpdate.go │ ├── AlibabaWdkItemMorebarcodeOps.go │ ├── AlibabaWdkItemStoreskuQuery.go │ ├── AlibabaWdkItemStoreskustatusUpdate.go │ ├── AlibabaWdkPictureUpload.go │ └── doc.go ├── wdklogistics │ ├── AlibabaWdkLogisticsPusPickupCararrived.go │ └── doc.go ├── wenyuvideo │ ├── YoukuWenyuvideoPersionGet.go │ ├── YoukuWenyuvideoPersionSearch.go │ ├── YoukuWenyuvideoSeetaGet.go │ └── doc.go ├── westcrm │ ├── AlibabaWestcrmCustomerInfoGet.go │ ├── AlibabaWestcrmGradeGet.go │ ├── AlibabaWestcrmUserConsumerGet.go │ └── doc.go ├── wirelessshare │ ├── TaobaoWirelessShareTpwdQuery.go │ └── doc.go ├── wlb │ ├── CainiaoBmsOrderConsignConfirm.go │ ├── CainiaoMerchantInventoryAdjust.go │ ├── CainiaoWaybillCloudprintNetprintPrint.go │ ├── TaobaoUopTobOrderCreate.go │ ├── TaobaoWlbInventoryDetailGet.go │ ├── TaobaoWlbInventorylogQuery.go │ ├── TaobaoWlbItemAdd.go │ ├── TaobaoWlbItemBatchQuery.go │ ├── TaobaoWlbItemCombinationGet.go │ ├── TaobaoWlbItemGet.go │ ├── TaobaoWlbItemMapGet.go │ ├── TaobaoWlbItemQuery.go │ ├── TaobaoWlbItemUpdate.go │ ├── TaobaoWlbNotifyMessagePageGet.go │ ├── TaobaoWlbOrderCancel.go │ ├── TaobaoWlbOrderConsign.go │ ├── TaobaoWlbOrderCreate.go │ ├── TaobaoWlbOrderJzpartnerQuery.go │ ├── TaobaoWlbOrderJzwithinsConsign.go │ ├── TaobaoWlbOrderPageGet.go │ ├── TaobaoWlbOrderdetailDateGet.go │ ├── TaobaoWlbOrderitemPageGet.go │ ├── TaobaoWlbOrderstatusGet.go │ ├── TaobaoWlbOutInventoryChangeNotify.go │ ├── TaobaoWlbSubscriptionQuery.go │ ├── TaobaoWlbTmsorderQuery.go │ ├── TaobaoWlbTradeorderGet.go │ ├── TaobaoWlbWaybillShengxianGet.go │ ├── TaobaoWlbWlborderGet.go │ ├── TaobaoWlbWmsInventoryLackUpload.go │ └── doc.go ├── wlbimports │ ├── CainiaoGlobalImPickupAppointmentOrderCancel.go │ ├── CainiaoGlobalImPickupAppointmentOrderDifferenceDetail.go │ ├── CainiaoGlobalImPickupAppointmentOrderInfoCreate.go │ ├── CainiaoGlobalImPickupAppointmentOrderStatus.go │ ├── CainiaoGlobalImPickupBigbagContentCancel.go │ ├── CainiaoGlobalImPickupBigbagContentCreate.go │ ├── CainiaoGlobalImPickupBigbagExpressPrequery.go │ ├── CainiaoGlobalImPickupBigbagInfo.go │ ├── CainiaoGlobalImPickupBigbagLogisticsTrajectory.go │ ├── CainiaoGlobalImPickupBigbagWaybillInfo.go │ ├── CainiaoGlobalImPickupStoresGet.go │ ├── TaobaoWlbCrossborderWaybillGet.go │ ├── TaobaoWlbImportsGeneralConsign.go │ ├── TaobaoWlbImportsOrderCancel.go │ ├── TaobaoWlbImportsOrderGet.go │ ├── TaobaoWlbImportsResourceGet.go │ ├── TaobaoWlbImportsResourceTransferstoreGet.go │ ├── TaobaoWlbImportsVasIdentityResult.go │ ├── TaobaoWlbImportsWaybillGet.go │ └── doc.go ├── wms │ ├── CainiaoBimTradeorderConsign.go │ ├── CainiaoCrmOmsRuleSync.go │ ├── TaobaoWlbWmsCainiaoBillQuery.go │ ├── TaobaoWlbWmsConsignBillGet.go │ ├── TaobaoWlbWmsInventoryProfitlossGet.go │ ├── TaobaoWlbWmsInventoryQuery.go │ ├── TaobaoWlbWmsItemCombinationGet.go │ ├── TaobaoWlbWmsOrderCancelNotify.go │ ├── TaobaoWlbWmsReturnBillGet.go │ ├── TaobaoWlbWmsReturnOrderNotify.go │ ├── TaobaoWlbWmsSkuCreate.go │ ├── TaobaoWlbWmsSkuGet.go │ ├── TaobaoWlbWmsSkuUpdate.go │ ├── TaobaoWlbWmsSnInfoQuery.go │ ├── TaobaoWlbWmsStockInBillGet.go │ ├── TaobaoWlbWmsStockInOrderNotify.go │ ├── TaobaoWlbWmsStockOutBillGet.go │ ├── TaobaoWlbWmsStockOutOrderNotify.go │ └── doc.go ├── xhotel │ ├── AlitripXhotelChannelOrderCreateResQuery.go │ ├── TaobaoXhotelBnbpromoUpdate.go │ ├── TaobaoXhotelCityDistributionGet.go │ ├── TaobaoXhotelDataServiceHotelServiceindex.go │ ├── TaobaoXhotelDataServiceOrderDetail.go │ ├── TaobaoXhotelOrderHotelsignQuery.go │ ├── TaobaoXhotelOrderOfficialQualificationGet.go │ ├── TaobaoXhotelOrderOfflineSettleCancel.go │ └── doc.go ├── xhotelcrm │ ├── TaobaoXhotelMemberAlipayQuery.go │ ├── TaobaoXhotelMemberDerbyCouponSend.go │ ├── TaobaoXhotelMemberDerbyStateSync.go │ ├── TaobaoXhotelPotentialMemberBind.go │ └── doc.go ├── xhotelitem │ ├── TaobaoRoomtypeStatusUpdate.go │ ├── TaobaoXhotelAdd.go │ ├── TaobaoXhotelBaseinfoGet.go │ ├── TaobaoXhotelBaseinfoRoomGet.go │ ├── TaobaoXhotelBnbcommonAdd.go │ ├── TaobaoXhotelBnbhouseAdd.go │ ├── TaobaoXhotelBnbhouseDelete.go │ ├── TaobaoXhotelBnbownerAdd.go │ ├── TaobaoXhotelBnbownerDelete.go │ ├── TaobaoXhotelBnbpromoAdd.go │ ├── TaobaoXhotelBnbpromoBind.go │ ├── TaobaoXhotelBnbpromoDelete.go │ ├── TaobaoXhotelBnbpromoGet.go │ ├── TaobaoXhotelBnbpromoUnbind.go │ ├── TaobaoXhotelBnbreviewAdd.go │ ├── TaobaoXhotelBnbroomtypeAdd.go │ ├── TaobaoXhotelBnbroomtypeDelete.go │ ├── TaobaoXhotelCityCoordinatesBatchDownload.go │ ├── TaobaoXhotelCityCoordinatesBatchUpload.go │ ├── TaobaoXhotelDelete.go │ ├── TaobaoXhotelEntityConfig.go │ ├── TaobaoXhotelGet.go │ ├── TaobaoXhotelGetEntityByTag.go │ ├── TaobaoXhotelHouseAdd.go │ ├── TaobaoXhotelHouseRoomtypeAdd.go │ ├── TaobaoXhotelIncrementInfoGet.go │ ├── TaobaoXhotelItemSelectionSellerStatExposure.go │ ├── TaobaoXhotelItemSelectionSellerStatHotshid.go │ ├── TaobaoXhotelItemSelectionSellerStatSummary.go │ ├── TaobaoXhotelMultiplerateDelete.go │ ├── TaobaoXhotelMultiplerateGet.go │ ├── TaobaoXhotelMultiplerateUpdate.go │ ├── TaobaoXhotelMultipleratesIncrement.go │ ├── TaobaoXhotelMultipleratesUpdate.go │ ├── TaobaoXhotelQuotaUpdate.go │ ├── TaobaoXhotelRateAdd.go │ ├── TaobaoXhotelRateDelete.go │ ├── TaobaoXhotelRateGet.go │ ├── TaobaoXhotelRateRelationshipwithroomGet.go │ ├── TaobaoXhotelRateRelationshipwithrpGet.go │ ├── TaobaoXhotelRateUpdate.go │ ├── TaobaoXhotelRateplanAdd.go │ ├── TaobaoXhotelRateplanDelete.go │ ├── TaobaoXhotelRateplanGet.go │ ├── TaobaoXhotelRateplanUpdate.go │ ├── TaobaoXhotelRatesIncrement.go │ ├── TaobaoXhotelRatesLiteIncrUpdate.go │ ├── TaobaoXhotelRatesUpdate.go │ ├── TaobaoXhotelRoomGet.go │ ├── TaobaoXhotelRoomUpdate.go │ ├── TaobaoXhotelRoomsIncrement.go │ ├── TaobaoXhotelRoomsUpdate.go │ ├── TaobaoXhotelRoomtypeAdd.go │ ├── TaobaoXhotelRoomtypeConflictData.go │ ├── TaobaoXhotelRoomtypeDeletePublic.go │ ├── TaobaoXhotelRoomtypeGet.go │ ├── TaobaoXhotelRoomtypeUpdate.go │ ├── TaobaoXhotelServicetimeGet.go │ ├── TaobaoXhotelServicetimeUpdate.go │ ├── TaobaoXhotelStatusUpdate.go │ ├── TaobaoXhotelUpdate.go │ ├── TaobaoXhotelXitemDelete.go │ ├── TaobaoXhotelXitemQuery.go │ └── doc.go ├── xhotelofficial │ ├── TaobaoXhotelOrderOfficialCancel.go │ ├── TaobaoXhotelOrderOfficialPrecheck.go │ ├── TaobaoXhotelOrderOfficialSettleCancel.go │ ├── TaobaoXhotelOrderOfficialSettlePut.go │ └── doc.go ├── xhoteloffline │ ├── TaobaoXhotelOrderAlipayfaceCancel.go │ ├── TaobaoXhotelOrderAlipayfaceCheck.go │ ├── TaobaoXhotelOrderAlipayfaceCreate.go │ ├── TaobaoXhotelOrderAlipayfaceExtend.go │ ├── TaobaoXhotelOrderOfflineSettlePut.go │ └── doc.go ├── xhotelonlineorder │ ├── AlitripXhotelChannelNotify.go │ ├── AlitripXhotelChannelOrderCreate.go │ ├── AlitripXhotelChannelOrderMembertypeSync.go │ ├── TaobaoXhotelCommoninvoiceListVtwo.go │ ├── TaobaoXhotelCommoninvoiceRemove.go │ ├── TaobaoXhotelCommoninvoiceUpdate.go │ ├── TaobaoXhotelFastinvoiceComplete.go │ ├── TaobaoXhotelFastinvoiceRequest.go │ ├── TaobaoXhotelFutureSoftmodify.go │ ├── TaobaoXhotelIntlRateUpdate.go │ ├── TaobaoXhotelMemberrightUpdate.go │ ├── TaobaoXhotelOrderAlipayfaceCancelsettle.go │ ├── TaobaoXhotelOrderAlipayfaceSettle.go │ ├── TaobaoXhotelOrderAlipayfaceUpdate.go │ ├── TaobaoXhotelOrderDetailSearch.go │ ├── TaobaoXhotelOrderFutureFacescanPut.go │ ├── TaobaoXhotelOrderFutureInfoGet.go │ ├── TaobaoXhotelOrderFutureInfoPut.go │ ├── TaobaoXhotelOrderSearch.go │ ├── TaobaoXhotelOrderStatementGet.go │ ├── TaobaoXhotelOrderUpdate.go │ ├── TaobaoXhotelOrderUpdateConfirmcode.go │ ├── TaobaoXhotelPmsGuestbillGetVtwo.go │ └── doc.go ├── xiami │ ├── AlibabaXiamiApiRadioMyselfGet.go │ └── doc.go ├── xiamiatrist │ ├── XiamiContentArtistInfoQuery.go │ └── doc.go ├── xiamicontent │ ├── XiamiContentAlbumInfoGet.go │ ├── XiamiContentCompanyInfoGet.go │ ├── XiamiContentMusicCollectGet.go │ ├── XiamiContentMusicInfoGet.go │ ├── XiamiContentMusicInfoQuery.go │ ├── XiamiContentSongsAudioGet.go │ ├── XiamiContentSongsAudioGetrefrain.go │ ├── XiamiContentSongsCollectGet.go │ ├── XiamiContentSongsInfoGet.go │ ├── XiamiContentSongsInfoQuery.go │ └── doc.go ├── xiamiopen │ ├── XiamiApiSongDetailGet.go │ ├── XiamiApiSongListenfileGet.go │ └── doc.go ├── xiamitrace │ ├── XiamiContentResourceActionReport.go │ └── doc.go ├── youkudsp │ ├── YoukuDspDeliveryResourceMultiget.go │ └── doc.go ├── youkuott │ ├── YoukuMediaapiVideoSnapshotGet.go │ ├── YoukuOttKittyCommonorderSync.go │ ├── YoukuTvoperatorMediaPageQuery.go │ └── doc.go ├── yunos │ ├── AliyunCosmoGatewayInvoke.go │ ├── YunosCosmoDataPush.go │ └── doc.go ├── yunosaccount │ ├── YunosAccountCallapi.go │ └── doc.go ├── yunosad │ ├── YunosAdAuditCreativeAdd.go │ ├── YunosAdAuditCreativeGet.go │ ├── YunosAdAuditCreativeGetlist.go │ └── doc.go ├── yunosappstore │ ├── YunosAppstoreAppsGet.go │ ├── YunosAppstoreOpenGetads.go │ ├── YunosAppstoreOpenReportad.go │ ├── YunosAppstorePadHpApplist.go │ └── doc.go ├── yunosdm │ ├── YunosDmSysGetDomain.go │ └── doc.go ├── yunosminiapp │ ├── YunosMiniappActivityCall.go │ ├── YunosMiniappDatatunnelCall.go │ └── doc.go └── zqs │ ├── AlibabaZqsFulfillComplete.go │ └── doc.go ├── core ├── client.go ├── const.go ├── doc.go ├── internal │ └── debug │ │ └── debug.go └── otel.go ├── doc.go ├── go.mod ├── go.sum ├── metadata ├── apidoc.go ├── assets │ ├── conflict_models.json │ ├── json │ │ ├── admarket │ │ │ ├── catelog.json │ │ │ ├── yunos_admarket_ad_bid.json │ │ │ └── yunos_admarket_material_audit.json │ │ ├── aecreatives │ │ │ ├── aliexpress_affiliate_category_get.json │ │ │ ├── aliexpress_affiliate_featuredpromo_get.json │ │ │ ├── aliexpress_affiliate_featuredpromo_products_get.json │ │ │ ├── aliexpress_affiliate_hotproduct_download.json │ │ │ ├── aliexpress_affiliate_hotproduct_query.json │ │ │ ├── aliexpress_affiliate_image_search.json │ │ │ ├── aliexpress_affiliate_product_query.json │ │ │ ├── aliexpress_affiliate_product_smartmatch.json │ │ │ ├── aliexpress_affiliate_productdetail_get.json │ │ │ └── catelog.json │ │ ├── aedata │ │ │ ├── aliexpress_affiliate_order_get.json │ │ │ ├── aliexpress_affiliate_order_list.json │ │ │ ├── aliexpress_affiliate_order_listbyindex.json │ │ │ └── catelog.json │ │ ├── aedropshiper │ │ │ ├── aliexpress_ds_add_info.json │ │ │ ├── aliexpress_ds_commissionorder_listbyindex.json │ │ │ ├── aliexpress_ds_image_search.json │ │ │ ├── aliexpress_ds_member_orderdata_submit.json │ │ │ ├── aliexpress_ds_product_get.json │ │ │ ├── aliexpress_ds_recommend_feed_get.json │ │ │ ├── aliexpress_ds_trade_order_get.json │ │ │ ├── aliexpress_logistics_buyer_freight_calculate.json │ │ │ ├── aliexpress_logistics_ds_trackinginfo_query.json │ │ │ ├── aliexpress_offer_ds_product_simplequery.json │ │ │ ├── aliexpress_postproduct_redefining_findaeproductbyidfordropshipper.json │ │ │ ├── aliexpress_trade_buy_placeorder.json │ │ │ ├── aliexpress_trade_ds_order_get.json │ │ │ └── catelog.json │ │ ├── aesolution │ │ │ ├── aliexpress_solution_batch_product_delete.json │ │ │ ├── aliexpress_solution_batch_product_inventory_update.json │ │ │ ├── aliexpress_solution_batch_product_price_update.json │ │ │ ├── aliexpress_solution_feed_invalidate.json │ │ │ ├── aliexpress_solution_feed_list_get.json │ │ │ ├── aliexpress_solution_feed_query.json │ │ │ ├── aliexpress_solution_feed_submit.json │ │ │ ├── aliexpress_solution_issue_partner_rma_reverselogistic_state_update.json │ │ │ ├── aliexpress_solution_issue_partner_rma_reverselogistic_trackinginfo_create.json │ │ │ ├── aliexpress_solution_issue_partner_rma_screening_create.json │ │ │ ├── aliexpress_solution_issue_partner_rma_state_update.json │ │ │ ├── aliexpress_solution_merchant_profile_get.json │ │ │ ├── aliexpress_solution_order_fulfill.json │ │ │ ├── aliexpress_solution_order_get.json │ │ │ ├── aliexpress_solution_order_info_get.json │ │ │ ├── aliexpress_solution_order_receiptinfo_get.json │ │ │ ├── aliexpress_solution_product_category_suggest.json │ │ │ ├── aliexpress_solution_product_edit.json │ │ │ ├── aliexpress_solution_product_info_get.json │ │ │ ├── aliexpress_solution_product_list_get.json │ │ │ ├── aliexpress_solution_product_post.json │ │ │ ├── aliexpress_solution_product_schema_get.json │ │ │ ├── aliexpress_solution_schema_product_full_update.json │ │ │ ├── aliexpress_solution_schema_product_instance_post.json │ │ │ ├── aliexpress_solution_seller_category_tree_query.json │ │ │ ├── aliexpress_solution_sku_attribute_query.json │ │ │ └── catelog.json │ │ ├── aetask │ │ │ ├── aliexpress_interactive_task_complete.json │ │ │ ├── aliexpress_interactive_task_delivery_query.json │ │ │ └── catelog.json │ │ ├── aetools │ │ │ ├── aliexpress_affiliate_link_generate.json │ │ │ └── catelog.json │ │ ├── aeusergrowth │ │ │ ├── aliexpress_usergrowth_recommend_items_get.json │ │ │ ├── aliexpress_usergrowth_search_items_get.json │ │ │ └── catelog.json │ │ ├── aiar │ │ │ ├── alibaba_ai_ar_open_platform_detect.json │ │ │ ├── alibaba_ai_ar_service_detect.json │ │ │ ├── alibaba_ai_ar_tmjl_app_detect.json │ │ │ └── catelog.json │ │ ├── alicom │ │ │ ├── alibaba_alicom_order_checkorderinfo.json │ │ │ ├── alibaba_alicom_order_preauthorize_create.json │ │ │ ├── alibaba_alicom_order_preauthorize_query_fund.json │ │ │ ├── alibaba_alicom_vt_distribute_queryprotocol.json │ │ │ ├── alibaba_alicom_vt_distribute_sendcode.json │ │ │ ├── alibaba_alicom_vt_distributeorder_create.json │ │ │ ├── alibaba_alicom_vt_opentrade_getproductinfo.json │ │ │ ├── alibaba_alicom_wtt_opentrade_createorder.json │ │ │ ├── alibaba_alicom_wtt_opentrade_getproductinfo.json │ │ │ ├── alibaba_aliqin_axb_vendor_call_control.json │ │ │ ├── alibaba_aliqin_axb_vendor_exception_no_sync.json │ │ │ ├── alibaba_aliqin_axb_vendor_heart_beat.json │ │ │ ├── alibaba_aliqin_axb_vendor_push_call_event.json │ │ │ ├── alibaba_aliqin_axb_vendor_push_call_release.json │ │ │ ├── alibaba_aliqin_axb_vendor_sms_intercept.json │ │ │ ├── alibaba_aliqin_fc_voice_getdetail.json │ │ │ ├── alibaba_aliqin_fc_voice_num_cancelcall.json │ │ │ ├── alibaba_aliqin_fc_voice_record_geturl.json │ │ │ ├── alibaba_aliqin_flow_alipay_isbindingtbaccount.json │ │ │ ├── alibaba_aliqin_flow_alipay_publish.json │ │ │ ├── alibaba_aliqin_flow_publish.json │ │ │ ├── alibaba_aliqin_flow_wallet_charge.json │ │ │ ├── alibaba_aliqin_flow_wallet_charge_rule.json │ │ │ ├── alibaba_aliqin_flow_wallet_consume.json │ │ │ ├── alibaba_aliqin_flow_wallet_grade.json │ │ │ ├── alibaba_aliqin_flow_wallet_query_charge.json │ │ │ ├── alibaba_aliqin_ta_number_singlecallbytts.json │ │ │ ├── alibaba_aliqin_ta_number_singlecallbyvoice.json │ │ │ ├── alibaba_aliqin_ta_sms_num_query.json │ │ │ ├── alibaba_aliqin_ta_sms_num_send.json │ │ │ ├── alibaba_aliqin_ta_voice_num_doublecall.json │ │ │ ├── alibaba_aliqin_tcc_trade_identity_get.json │ │ │ ├── alibaba_base_order_supplier_notify.json │ │ │ ├── alibaba_interact_order_checkuserimei.json │ │ │ ├── alibaba_tianji_distributor_order_submit.json │ │ │ ├── alibaba_tianji_supplier_order_query.json │ │ │ ├── alibaba_tianji_supplier_order_result.json │ │ │ ├── alibaba_wt_cif_coop_osstoken_get.json │ │ │ ├── alibaba_wtt_user_regioninfo_byip_get.json │ │ │ ├── catelog.json │ │ │ ├── taobao_phone_bank_credit_check.json │ │ │ ├── taobao_phone_bank_credit_process.json │ │ │ ├── taobao_phone_item_external_recommend.json │ │ │ ├── taobao_phone_order_external_create.json │ │ │ ├── taobao_phone_order_external_status.json │ │ │ ├── taobao_virtual_dsf_supplier_interface_switch.json │ │ │ └── taobao_wt_trade_order_resultcallback.json │ │ ├── alidoc │ │ │ ├── alibaba_alihealth_alidoc_drug_store_add.json │ │ │ ├── alibaba_alihealth_alidoc_drug_store_update.json │ │ │ ├── alibaba_alihealth_drugdisease_query.json │ │ │ ├── alibaba_alihealth_nr_rx_prescription_get.json │ │ │ ├── alibaba_alihealth_seller_rx_prescription_detail_batchquery.json │ │ │ └── catelog.json │ │ ├── aliexpress │ │ │ ├── aliexpress_feed_post_publish.json │ │ │ ├── aliexpress_logistics_abnormalorder_query.json │ │ │ ├── aliexpress_social_ins_directresult_update.json │ │ │ └── catelog.json │ │ ├── aliexpresssumaitong │ │ │ ├── aliexpress_taxation_calculate_open_query.json │ │ │ ├── aliexpress_taxation_platform_open_get.json │ │ │ ├── aliexpress_trade_order_open_check.json │ │ │ ├── aliexpress_trade_order_open_query.json │ │ │ └── catelog.json │ │ ├── aligenie │ │ │ ├── alibaba_ailabs_aligenie_device_unbind.json │ │ │ └── catelog.json │ │ ├── alihealth │ │ │ ├── alibaba_alihealth_prescription_auth_get.json │ │ │ └── catelog.json │ │ ├── alihealth2 │ │ │ ├── alibaba_alihealth_bc_future_stock_inbound.json │ │ │ ├── alibaba_alihealth_bc_future_stock_outbound.json │ │ │ ├── alibaba_alihealth_bc_item_period_sync.json │ │ │ ├── alibaba_alihealth_booking_reserve_cancel.json │ │ │ ├── alibaba_alihealth_booking_reserve_checkin.json │ │ │ ├── alibaba_alihealth_booking_reserve_confirm.json │ │ │ ├── alibaba_alihealth_booking_reserve_modify.json │ │ │ ├── alibaba_alihealth_booking_reserve_rise.json │ │ │ ├── alibaba_alihealth_booking_reserve_treat.json │ │ │ ├── alibaba_alihealth_dental_bind_audit_query.json │ │ │ ├── alibaba_alihealth_dental_item_bind.json │ │ │ ├── alibaba_alihealth_dental_item_list.json │ │ │ ├── alibaba_alihealth_dental_item_unbind.json │ │ │ ├── alibaba_alihealth_dental_statement_query.json │ │ │ ├── alibaba_alihealth_dental_store_audit_query.json │ │ │ ├── alibaba_alihealth_dental_store_insertorupdate.json │ │ │ ├── alibaba_alihealth_dental_store_invisible_consume_update.json │ │ │ ├── alibaba_alihealth_docbase_userinfo_alipayid_get.json │ │ │ ├── alibaba_alihealth_druguse_query.json │ │ │ ├── alibaba_alihealth_examination_stock_query.json │ │ │ ├── alibaba_alihealth_imrisk_query.json │ │ │ ├── alibaba_alihealth_medical_department_sync.json │ │ │ ├── alibaba_alihealth_medical_doctor_sync.json │ │ │ ├── alibaba_alihealth_medical_registration_sync.json │ │ │ ├── alibaba_alihealth_medical_registration_syncnew.json │ │ │ ├── alibaba_alihealth_medicalbase_dept_status_sync.json │ │ │ ├── alibaba_alihealth_medicalbase_dept_syncnew.json │ │ │ ├── alibaba_alihealth_medicalbase_doctor_status_sync.json │ │ │ ├── alibaba_alihealth_medicalbase_doctor_syncnew.json │ │ │ ├── alibaba_alihealth_medicalbase_hos_status_sync.json │ │ │ ├── alibaba_alihealth_medicalbase_hos_syncnew.json │ │ │ ├── alibaba_alihealth_medicalbase_third_evaluate_sync.json │ │ │ ├── alibaba_alihealth_medicalbase_third_order_sync.json │ │ │ ├── alibaba_alihealth_ms_area_province_list.json │ │ │ ├── alibaba_alihealth_nocov_alldiseaseinfo_get.json │ │ │ ├── alibaba_alihealth_reserve_dental_bindshopanditem.json │ │ │ ├── alibaba_alihealth_reserve_dental_markitem.json │ │ │ ├── alibaba_alihealth_reserve_dental_modifyrestime.json │ │ │ ├── alibaba_alihealth_reserve_dental_storesanditems.json │ │ │ ├── alibaba_alihealth_reserve_dental_unbinditem.json │ │ │ ├── alibaba_alihealth_store_certificate_create.json │ │ │ ├── alibaba_alihealth_tms_cut_confirm.json │ │ │ ├── alibaba_alihealth_tracecodeplatform_code_active.json │ │ │ ├── alibaba_alihealth_tracecodeplatform_code_entscan.json │ │ │ ├── alibaba_alihealth_tracecodeseller_bill_result_search.json │ │ │ ├── alibaba_alihealth_tracecodeseller_bill_upload.json │ │ │ ├── alibaba_alihealth_tracecodeseller_channel_search.json │ │ │ ├── alibaba_alihealth_tracecodeseller_code_active.json │ │ │ ├── alibaba_alihealth_tracecodeseller_code_relation_codeantiactive.json │ │ │ ├── alibaba_alihealth_tracecodeseller_code_single_codereplace.json │ │ │ ├── alibaba_alihealth_tracecodeseller_ent_search.json │ │ │ ├── alibaba_alihealth_tracecodeseller_product_search.json │ │ │ ├── alibaba_alihealth_tracecodeseller_warehouse_search.json │ │ │ ├── alibaba_health_nr_cep_order_query.json │ │ │ ├── alibaba_health_nr_cep_outorder_upload.json │ │ │ ├── alibaba_health_nr_cep_warstqty_batchupdate.json │ │ │ ├── catelog.json │ │ │ ├── taobao_drug_price_batch_update.json │ │ │ ├── taobao_drug_price_update.json │ │ │ ├── taobao_drug_quantity_batch_update.json │ │ │ ├── taobao_drug_quantity_update.json │ │ │ ├── taobao_drug_shop_list.json │ │ │ ├── taobao_trade_drug_confirmorder.json │ │ │ ├── taobao_trade_drug_get.json │ │ │ ├── taobao_trade_drug_order_get.json │ │ │ ├── taobao_trade_drug_orders_get.json │ │ │ └── taobao_trade_drug_refuseorder.json │ │ ├── alihealthalgo │ │ │ ├── alibaba_alihealth_algo_medication_safety_get.json │ │ │ └── catelog.json │ │ ├── alihealthcert │ │ │ ├── alibaba_alihealth_examination_reserve_certificate_notify.json │ │ │ └── catelog.json │ │ ├── alihealthcrm │ │ │ ├── alibaba_alihealth_alipaypfm_diet_record.json │ │ │ ├── alibaba_alihealth_alipaypfm_order_sync.json │ │ │ ├── alibaba_alihealth_baby_baseinfo_order_sync.json │ │ │ ├── alibaba_alihealth_baby_remind_batch_send.json │ │ │ ├── alibaba_alihealth_medicalbase_hospital_sync.json │ │ │ ├── alibaba_alihealth_pregnancy_data_sync.json │ │ │ ├── alibaba_alihealth_pregnancy_navigateinfo_query.json │ │ │ ├── alibaba_alihealth_pregnancy_posts_data.json │ │ │ ├── alibaba_alihealth_pregnancy_product_get.json │ │ │ ├── alibaba_alihealth_uic_userinfo_healthid_get.json │ │ │ ├── alibaba_fmhealth_butler_energy_sync.json │ │ │ ├── alibaba_fmhealth_weight_lossplan_synclossplan.json │ │ │ └── catelog.json │ │ ├── alihealthlab │ │ │ ├── alibaba_alihealth_lab_item_store_relation_sync.json │ │ │ ├── alibaba_alihealth_lab_item_sync.json │ │ │ ├── alibaba_alihealth_lab_item_tbitemsku_relation_sync.json │ │ │ ├── alibaba_alihealth_lab_store_sync.json │ │ │ └── catelog.json │ │ ├── alihealthmdeer │ │ │ ├── alibaba_alihealth_mdeer_science_deletearticle.json │ │ │ ├── alibaba_alihealth_mdeer_science_synVideo.json │ │ │ ├── alibaba_alihealth_mdeer_science_synarticle.json │ │ │ ├── alibaba_alihealth_mdeer_video_sync.json │ │ │ └── catelog.json │ │ ├── alihealthmedical │ │ │ ├── alibaba_alihealth_medical_doctor_msg_send.json │ │ │ ├── alibaba_alihealth_medical_im_data_upload.json │ │ │ ├── alibaba_alihealth_medical_item_publish.json │ │ │ ├── alibaba_alihealth_medical_order_query.json │ │ │ ├── alibaba_alihealth_medical_order_refuse.json │ │ │ └── catelog.json │ │ ├── alihealthoutflow │ │ │ ├── alibaba_alihealth_asyncprescribe_prescription_detail.json │ │ │ ├── alibaba_alihealth_asyncprescribe_prescription_search.json │ │ │ ├── alibaba_alihealth_doctor_income_update.json │ │ │ ├── alibaba_alihealth_doctor_leshui_apply_notify.json │ │ │ ├── alibaba_alihealth_doctor_leshui_audit_result.json │ │ │ ├── alibaba_alihealth_doctor_leshui_ticket_valid.json │ │ │ ├── alibaba_alihealth_outflow_drug_supervision_query.json │ │ │ ├── alibaba_alihealth_outflow_operationinfo_sync.json │ │ │ ├── alibaba_alihealth_outflow_patientinfo_sync.json │ │ │ ├── alibaba_alihealth_outflow_prescription_create.json │ │ │ ├── alibaba_alihealth_outflow_prescription_hospital_verify.json │ │ │ ├── alibaba_alihealth_outflow_prescription_syncstatus.json │ │ │ ├── alibaba_alihealth_outflow_prescription_update.json │ │ │ ├── alibaba_alihealth_outflow_visitinfo_sync.json │ │ │ ├── alibaba_alihealth_recommend_cardinfo_get.json │ │ │ ├── alibaba_alihealth_recommend_mixcardinfo_get.json │ │ │ ├── alibaba_alihealth_rx_ca_device_sign_status_save.json │ │ │ ├── alibaba_alihealth_rx_ca_doctor_status_save.json │ │ │ ├── alibaba_alihealth_rx_ca_prescribe_signed_status_save.json │ │ │ └── catelog.json │ │ ├── alihealthpw │ │ │ ├── alibaba_alihealth_pw_applynode_update.json │ │ │ ├── alibaba_alihealth_pw_applynode_updatename.json │ │ │ ├── alibaba_alihealth_pw_gm_audit.json │ │ │ ├── alibaba_alihealth_pw_gm_detail.json │ │ │ ├── alibaba_alihealth_pw_gm_ids_list.json │ │ │ ├── alibaba_alihealth_pw_gm_pending_list.json │ │ │ ├── alibaba_alihealth_pw_special_synchronode.json │ │ │ ├── alibaba_alihealth_pw_special_synchropatientname.json │ │ │ ├── alibaba_alihealth_pw_special_synchrosms.json │ │ │ └── catelog.json │ │ ├── alihouse │ │ │ ├── alibaba_alihouse_admin_theme_create.json │ │ │ ├── alibaba_alihouse_admin_theme_hot_update.json │ │ │ ├── alibaba_alihouse_admin_theme_update.json │ │ │ ├── alibaba_alihouse_admin_theme_update_status.json │ │ │ ├── alibaba_alihouse_business_activity_delete.json │ │ │ ├── alibaba_alihouse_business_activity_query.json │ │ │ ├── alibaba_alihouse_category_control_query.json │ │ │ ├── alibaba_alihouse_category_control_sync.json │ │ │ ├── alibaba_alihouse_change_store_type.json │ │ │ ├── alibaba_alihouse_existinghome_activity_query.json │ │ │ ├── alibaba_alihouse_existinghome_agreement_sync.json │ │ │ ├── alibaba_alihouse_existinghome_bankcard_sync.json │ │ │ ├── alibaba_alihouse_existinghome_brand_sync.json │ │ │ ├── alibaba_alihouse_existinghome_brandcity_sync.json │ │ │ ├── alibaba_alihouse_existinghome_broker_migrate.json │ │ │ ├── alibaba_alihouse_existinghome_broker_points_sync.json │ │ │ ├── alibaba_alihouse_existinghome_broker_query.json │ │ │ ├── alibaba_alihouse_existinghome_broker_submit.json │ │ │ ├── alibaba_alihouse_existinghome_community_broker_submit.json │ │ │ ├── alibaba_alihouse_existinghome_company_sync.json │ │ │ ├── alibaba_alihouse_existinghome_companyinfo_submit.json │ │ │ ├── alibaba_alihouse_existinghome_entrustselling_query.json │ │ │ ├── alibaba_alihouse_existinghome_entrustselling_update.json │ │ │ ├── alibaba_alihouse_existinghome_house_change_community.json │ │ │ ├── alibaba_alihouse_existinghome_house_change_standard.json │ │ │ ├── alibaba_alihouse_existinghome_house_cooperate_brand_update.json │ │ │ ├── alibaba_alihouse_existinghome_house_delete_house.json │ │ │ ├── alibaba_alihouse_existinghome_house_downself.json │ │ │ ├── alibaba_alihouse_existinghome_house_features_sync.json │ │ │ ├── alibaba_alihouse_existinghome_house_storeentrust_query.json │ │ │ ├── alibaba_alihouse_existinghome_house_sync.json │ │ │ ├── alibaba_alihouse_existinghome_house_trade_query_status.json │ │ │ ├── alibaba_alihouse_existinghome_house_upself.json │ │ │ ├── alibaba_alihouse_existinghome_identifying_sync.json │ │ │ ├── alibaba_alihouse_existinghome_mian_user_bind.json │ │ │ ├── alibaba_alihouse_existinghome_pos_apply_submit.json │ │ │ ├── alibaba_alihouse_existinghome_pos_open_submit.json │ │ │ ├── alibaba_alihouse_existinghome_query_house_base_info.json │ │ │ ├── alibaba_alihouse_existinghome_query_house_tag_info.json │ │ │ ├── alibaba_alihouse_existinghome_quotation_sync.json │ │ │ ├── alibaba_alihouse_existinghome_region_info_submit.json │ │ │ ├── alibaba_alihouse_existinghome_rent_trade_bind_item.json │ │ │ ├── alibaba_alihouse_existinghome_signature_sync.json │ │ │ ├── alibaba_alihouse_existinghome_store_bail_sync.json │ │ │ ├── alibaba_alihouse_existinghome_store_extends_sync.json │ │ │ ├── alibaba_alihouse_existinghome_store_level_query.json │ │ │ ├── alibaba_alihouse_existinghome_store_status_change_sync.json │ │ │ ├── alibaba_alihouse_existinghome_store_sync.json │ │ │ ├── alibaba_alihouse_existinghome_sub_account_bind.json │ │ │ ├── alibaba_alihouse_existinghome_sync_broker_is_receive_customer.json │ │ │ ├── alibaba_alihouse_existinghome_threedimension_sync.json │ │ │ ├── alibaba_alihouse_existinghome_trade_entrust_submit.json │ │ │ ├── alibaba_alihouse_existinghome_virtualshop_sync.json │ │ │ ├── alibaba_alihouse_existinghouse_house_base.json │ │ │ ├── alibaba_alihouse_im_receive_model_sync.json │ │ │ ├── alibaba_alihouse_merchant_enterprise_entry.json │ │ │ ├── alibaba_alihouse_merchant_open_update.json │ │ │ ├── alibaba_alihouse_merchant_trade_config_bind.json │ │ │ ├── alibaba_alihouse_message_workorder_push.json │ │ │ ├── alibaba_alihouse_newhome_activity_customer_save.json │ │ │ ├── alibaba_alihouse_newhome_activity_deposit_bind.json │ │ │ ├── alibaba_alihouse_newhome_activity_deposit_unbind.json │ │ │ ├── alibaba_alihouse_newhome_activity_save.json │ │ │ ├── alibaba_alihouse_newhome_activity_subscription_bind.json │ │ │ ├── alibaba_alihouse_newhome_adviser_message_notice.json │ │ │ ├── alibaba_alihouse_newhome_adviser_submit_account.json │ │ │ ├── alibaba_alihouse_newhome_agreement_preshow.json │ │ │ ├── alibaba_alihouse_newhome_apartment_line.json │ │ │ ├── alibaba_alihouse_newhome_apartment_outerid.json │ │ │ ├── alibaba_alihouse_newhome_base_label_submit.json │ │ │ ├── alibaba_alihouse_newhome_business_sync.json │ │ │ ├── alibaba_alihouse_newhome_casefield_activity_project_submit.json │ │ │ ├── alibaba_alihouse_newhome_casefield_activity_submit.json │ │ │ ├── alibaba_alihouse_newhome_community_line.json │ │ │ ├── alibaba_alihouse_newhome_community_submit.json │ │ │ ├── alibaba_alihouse_newhome_coupon_submit.json │ │ │ ├── alibaba_alihouse_newhome_deposit_publish.json │ │ │ ├── alibaba_alihouse_newhome_dynamicdata_submit.json │ │ │ ├── alibaba_alihouse_newhome_ecode_update.json │ │ │ ├── alibaba_alihouse_newhome_item_tag_submit.json │ │ │ ├── alibaba_alihouse_newhome_layout_ecode_update.json │ │ │ ├── alibaba_alihouse_newhome_layout_sync.json │ │ │ ├── alibaba_alihouse_newhome_line_sync.json │ │ │ ├── alibaba_alihouse_newhome_link_info_obtain.json │ │ │ ├── alibaba_alihouse_newhome_metro_sync.json │ │ │ ├── alibaba_alihouse_newhome_new_review_sync.json │ │ │ ├── alibaba_alihouse_newhome_new_rich_review_sync.json │ │ │ ├── alibaba_alihouse_newhome_payment_method_sync.json │ │ │ ├── alibaba_alihouse_newhome_picture_sync.json │ │ │ ├── alibaba_alihouse_newhome_project_adviser_bind.json │ │ │ ├── alibaba_alihouse_newhome_project_adviser_delete.json │ │ │ ├── alibaba_alihouse_newhome_project_adviser_submit.json │ │ │ ├── alibaba_alihouse_newhome_project_building.json │ │ │ ├── alibaba_alihouse_newhome_project_building_ecode_update.json │ │ │ ├── alibaba_alihouse_newhome_project_channelphone.json │ │ │ ├── alibaba_alihouse_newhome_project_cooperation_submit.json │ │ │ ├── alibaba_alihouse_newhome_project_dynamic_delete.json │ │ │ ├── alibaba_alihouse_newhome_project_dynamic_submit.json │ │ │ ├── alibaba_alihouse_newhome_project_ecode.json │ │ │ ├── alibaba_alihouse_newhome_project_kaname_query.json │ │ │ ├── alibaba_alihouse_newhome_project_line.json │ │ │ ├── alibaba_alihouse_newhome_project_lottery_result_submit.json │ │ │ ├── alibaba_alihouse_newhome_project_phone_submit.json │ │ │ ├── alibaba_alihouse_newhome_project_presalepermit_delete.json │ │ │ ├── alibaba_alihouse_newhome_project_presalepermit_submit.json │ │ │ ├── alibaba_alihouse_newhome_project_query.json │ │ │ ├── alibaba_alihouse_newhome_project_salestime.json │ │ │ ├── alibaba_alihouse_newhome_project_sortno.json │ │ │ ├── alibaba_alihouse_newhome_project_submit.json │ │ │ ├── alibaba_alihouse_newhome_project_ticket_query.json │ │ │ ├── alibaba_alihouse_newhome_project_trade_order.json │ │ │ ├── alibaba_alihouse_newhome_project_tradeitem.json │ │ │ ├── alibaba_alihouse_newhome_project_update_item_info.json │ │ │ ├── alibaba_alihouse_newhome_rc_changestatus.json │ │ │ ├── alibaba_alihouse_newhome_rc_sync.json │ │ │ ├── alibaba_alihouse_newhome_region_sync.json │ │ │ ├── alibaba_alihouse_newhome_review_changestatus.json │ │ │ ├── alibaba_alihouse_newhome_review_index_sync.json │ │ │ ├── alibaba_alihouse_newhome_review_sync.json │ │ │ ├── alibaba_alihouse_newhome_right_bind_back.json │ │ │ ├── alibaba_alihouse_newhome_right_unbind_back.json │ │ │ ├── alibaba_alihouse_newhome_shopcityconfig_detail_submit.json │ │ │ ├── alibaba_alihouse_newhome_shopconfig_astore_preview.json │ │ │ ├── alibaba_alihouse_newhome_shopconfig_astore_sync.json │ │ │ ├── alibaba_alihouse_newhome_shopconfig_detail_submit.json │ │ │ ├── alibaba_alihouse_newhome_support_sync.json │ │ │ ├── alibaba_alihouse_newhome_system_seller.json │ │ │ ├── alibaba_alihouse_newhome_talent_bind_store.json │ │ │ ├── alibaba_alihouse_newhome_trade_tool_bind.json │ │ │ ├── alibaba_alihouse_newhome_trade_tool_submit.json │ │ │ ├── alibaba_alihouse_newhome_tradeitem_features_sync.json │ │ │ ├── alibaba_alihouse_newhome_tradeitem_relation.json │ │ │ ├── alibaba_alihouse_newhome_video_changestatus.json │ │ │ ├── alibaba_alihouse_newhome_video_sync.json │ │ │ ├── alibaba_alihouse_newhome_vr_sync.json │ │ │ ├── alibaba_alihouse_project_activity_sync.json │ │ │ ├── alibaba_alihouse_store_check.json │ │ │ ├── alibaba_alihouse_store_punish_info_query.json │ │ │ ├── alibaba_alihouse_vrfactory_production_sync.json │ │ │ ├── catelog.json │ │ │ ├── tmall_alihouse_trade_coupon_order_audit_refund.json │ │ │ ├── tmall_alihouse_trade_coupon_order_code_exchange.json │ │ │ ├── tmall_alihouse_trade_coupon_order_contract_credentials_query.json │ │ │ ├── tmall_alihouse_trade_coupon_order_contract_key_query.json │ │ │ ├── tmall_alihouse_trade_coupon_order_status_query.json │ │ │ └── tmall_alihouse_trade_coupon_refund_order_query.json │ │ ├── alilabs │ │ │ ├── alibaba_ailab_tb_user_skill_oauth.json │ │ │ ├── alibaba_ailab_user_authorized_cancel.json │ │ │ ├── alibaba_ailab_user_authorized_query.json │ │ │ ├── alibaba_ailab_user_open_uid_get.json │ │ │ ├── alibaba_ailab_user_profile_get.json │ │ │ ├── alibaba_ailab_user_token_get.json │ │ │ ├── alibaba_ailabs_iot_device_list_update_notify.json │ │ │ ├── alibaba_ailabs_iot_device_status_update.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_device_get.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_device_list.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_device_qrcode_activate.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_device_status_get.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_device_status_getbyctei.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_device_unbind.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_device_withdeviceid_get.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_getcode.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_gettoken.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_refresh.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_switchuser.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_taobaoauth.json │ │ │ ├── alibaba_ailabs_tvs_device_list.json │ │ │ ├── catelog.json │ │ │ ├── taobao_ailab_aicloud_top_hotwords_get.json │ │ │ ├── taobao_ailab_aicloud_top_hotwords_update.json │ │ │ └── taobao_ailab_aicloud_top_skils_list_new.json │ │ ├── alime │ │ │ ├── catelog.json │ │ │ ├── taobao_alime_user_token_advance_get.json │ │ │ └── taobao_alime_user_token_get.json │ │ ├── alimember │ │ │ ├── alibaba_member_checkmerchant.json │ │ │ ├── alibaba_member_exit.json │ │ │ ├── alibaba_member_identity_rescindfinish.json │ │ │ ├── alibaba_member_identity_signfinish.json │ │ │ ├── alibaba_member_identity_sync.json │ │ │ ├── alibaba_member_isv_page_query.json │ │ │ ├── alibaba_member_merchant_level_setting_sync.json │ │ │ ├── alibaba_member_point_change_sync.json │ │ │ ├── alibaba_member_point_operate.json │ │ │ ├── alibaba_member_sync.json │ │ │ └── catelog.json │ │ ├── alimsg │ │ │ ├── alibaba_idle_order_msg_send.json │ │ │ ├── alibaba_leg_msg_post.json │ │ │ └── catelog.json │ │ ├── alink │ │ │ ├── alibaba_alink_device_bind.json │ │ │ ├── alibaba_alink_device_detail_get.json │ │ │ ├── alibaba_alink_device_info_update.json │ │ │ ├── alibaba_alink_device_unbind.json │ │ │ ├── alibaba_alink_device_unify_status_get.json │ │ │ ├── alibaba_alink_device_unify_status_set.json │ │ │ ├── alibaba_alink_message_config_list.json │ │ │ ├── alibaba_alink_message_config_set.json │ │ │ ├── alibaba_alink_message_history_count.json │ │ │ ├── alibaba_alink_message_history_list.json │ │ │ ├── aliyun_alink_data_stat_report.json │ │ │ ├── aliyun_alink_opendata_url_query.json │ │ │ └── catelog.json │ │ ├── aliospay │ │ │ ├── aliyun_alios_pay_period_agreement_pay.json │ │ │ ├── aliyun_alios_pay_period_agreement_status_get.json │ │ │ ├── aliyun_alios_pay_period_agreement_unsign.json │ │ │ ├── aliyun_alios_pay_record_list.json │ │ │ ├── aliyun_alios_pay_refund.json │ │ │ ├── aliyun_alios_pay_token_get.json │ │ │ ├── aliyun_alios_pay_trade_query.json │ │ │ └── catelog.json │ │ ├── aliqin │ │ │ ├── alibaba_aliqin_fc_digitalsms_createtemplate.json │ │ │ ├── alibaba_aliqin_fc_iot_cardInfo.json │ │ │ ├── alibaba_aliqin_fc_iot_cardStatus.json │ │ │ ├── alibaba_aliqin_fc_iot_cardoffer.json │ │ │ ├── alibaba_aliqin_fc_iot_device_isexist.json │ │ │ ├── alibaba_aliqin_fc_iot_device_post.json │ │ │ ├── alibaba_aliqin_fc_iot_modbind.json │ │ │ ├── alibaba_aliqin_fc_iot_qry_personinfo.json │ │ │ ├── alibaba_aliqin_fc_iot_qrycard.json │ │ │ ├── alibaba_aliqin_fc_iot_rechargeCard.json │ │ │ ├── alibaba_aliqin_fc_iot_sms_send.json │ │ │ ├── alibaba_aliqin_fc_iot_useroscontrol.json │ │ │ ├── alibaba_aliqin_fc_ivr_num_call.json │ │ │ ├── alibaba_aliqin_fc_sms_num_query.json │ │ │ ├── alibaba_aliqin_fc_sms_num_send.json │ │ │ ├── alibaba_aliqin_fc_tts_num_singlecall.json │ │ │ ├── alibaba_aliqin_fc_voice_num_doublecall.json │ │ │ ├── alibaba_aliqin_fc_voice_num_singlecall.json │ │ │ ├── alibaba_aliyunindep_digitalsms_createtemplate.json │ │ │ ├── alibaba_isv_digitalsms_createtemplate.json │ │ │ └── catelog.json │ │ ├── alisports │ │ │ ├── alibaba_alisports_data_sports_syncsleepdata.json │ │ │ ├── alibaba_alisports_data_sports_syncsportsdata.json │ │ │ ├── alibaba_alisports_data_sports_syncstatdata.json │ │ │ ├── alibaba_alisports_data_sports_syncuserdata.json │ │ │ ├── alibaba_alisports_datacenter_datasync_treadmill.json │ │ │ ├── alibaba_alisports_passport_account_bindthirdid.json │ │ │ ├── alibaba_alisports_passport_account_checkmobile.json │ │ │ ├── alibaba_alisports_passport_account_delrelation.json │ │ │ ├── alibaba_alisports_passport_account_getaccountinfo.json │ │ │ ├── alibaba_alisports_passport_account_ssotokenrefresh.json │ │ │ ├── alibaba_alisports_passport_account_ssotokenvalidate.json │ │ │ ├── alibaba_alisports_passport_account_tokenvalidate.json │ │ │ ├── alibaba_alisports_passport_auth_accountinfo.json │ │ │ ├── alibaba_alisports_passport_auth_bind.json │ │ │ ├── alibaba_alisports_passport_auth_unbind.json │ │ │ ├── alibaba_alisports_passport_oauth_alipaygrant.json │ │ │ ├── alibaba_alisports_passport_oauth_tokenvalidate.json │ │ │ ├── alibaba_alisports_passport_parter_synccard.json │ │ │ └── catelog.json │ │ ├── alitripbp │ │ │ ├── alitrip_bp_channel_crow_query.json │ │ │ ├── alitrip_bp_couponinfo_sync.json │ │ │ └── catelog.json │ │ ├── alitripcar │ │ │ ├── alitrip_car_invoice_confirm.json │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_car_order_agent_cancel.json │ │ │ └── taobao_alitrip_car_order_refund.json │ │ ├── alitripdivisions │ │ │ ├── alitrip_platform_divisions_getdivisionbyname.json │ │ │ ├── alitrip_platform_divisions_querybyparentid.json │ │ │ └── catelog.json │ │ ├── alitripmerchant │ │ │ ├── alitrip_merchant_galaxy_activity_address_add.json │ │ │ ├── alitrip_merchant_galaxy_activity_coupon_list.json │ │ │ ├── alitrip_merchant_galaxy_activity_draw_participate.json │ │ │ ├── alitrip_merchant_galaxy_activity_fatigue.json │ │ │ ├── alitrip_merchant_galaxy_activity_goods_query.json │ │ │ ├── alitrip_merchant_galaxy_activity_marketing_popup.json │ │ │ ├── alitrip_merchant_galaxy_activity_popup_control.json │ │ │ ├── alitrip_merchant_galaxy_activity_popup_query.json │ │ │ ├── alitrip_merchant_galaxy_brand_search.json │ │ │ ├── alitrip_merchant_galaxy_card_info.json │ │ │ ├── alitrip_merchant_galaxy_city_like.json │ │ │ ├── alitrip_merchant_galaxy_city_list.json │ │ │ ├── alitrip_merchant_galaxy_common_bind_merchant_id.json │ │ │ ├── alitrip_merchant_galaxy_common_get_enumsbyname.json │ │ │ ├── alitrip_merchant_galaxy_coupon_invalid_list.json │ │ │ ├── alitrip_merchant_galaxy_coupon_valid_list.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_generate_seller_qrcode.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_card_active.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_card_aps_refund.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_card_change_callback.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_card_order_cancel.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_card_order_details_query.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_card_order_place.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_card_orders_query.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_card_purchasable_query.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_card_query.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_card_redeem.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_card_redeem_history.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_card_show_qrcode.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_offline_qrcode.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_query_amount.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_receipt_auto.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_receipt_details_apply.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_receipt_details_auto.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_receipt_details_query.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_receipt_show.json │ │ │ ├── alitrip_merchant_galaxy_derby_member_voucher_update_status.json │ │ │ ├── alitrip_merchant_galaxy_derby_voucher_card_unlimited_change_callback.json │ │ │ ├── alitrip_merchant_galaxy_favorite_list.json │ │ │ ├── alitrip_merchant_galaxy_favorite_query.json │ │ │ ├── alitrip_merchant_galaxy_favorite_save.json │ │ │ ├── alitrip_merchant_galaxy_hotel_detail_search.json │ │ │ ├── alitrip_merchant_galaxy_hotel_detail_search_data.json │ │ │ ├── alitrip_merchant_galaxy_hotel_list_search.json │ │ │ ├── alitrip_merchant_galaxy_member_add_agreement.json │ │ │ ├── alitrip_merchant_galaxy_member_card.json │ │ │ ├── alitrip_merchant_galaxy_member_complete_switch.json │ │ │ ├── alitrip_merchant_galaxy_member_login_derby.json │ │ │ ├── alitrip_merchant_galaxy_member_logout.json │ │ │ ├── alitrip_merchant_galaxy_member_popup_agreement.json │ │ │ ├── alitrip_merchant_galaxy_member_provider_register.json │ │ │ ├── alitrip_merchant_galaxy_member_query.json │ │ │ ├── alitrip_merchant_galaxy_member_register.json │ │ │ ├── alitrip_merchant_galaxy_member_register_derby.json │ │ │ ├── alitrip_merchant_galaxy_member_token.json │ │ │ ├── alitrip_merchant_galaxy_message_subscription_query.json │ │ │ ├── alitrip_merchant_galaxy_message_subscription_storage.json │ │ │ ├── alitrip_merchant_galaxy_offer_query.json │ │ │ ├── alitrip_merchant_galaxy_order_book.json │ │ │ ├── alitrip_merchant_galaxy_order_cancel.json │ │ │ ├── alitrip_merchant_galaxy_order_coupon_validate.json │ │ │ ├── alitrip_merchant_galaxy_order_fill.json │ │ │ ├── alitrip_merchant_galaxy_order_list_query.json │ │ │ ├── alitrip_merchant_galaxy_order_query.json │ │ │ ├── alitrip_merchant_galaxy_order_query_info.json │ │ │ ├── alitrip_merchant_galaxy_order_query_order_count.json │ │ │ ├── alitrip_merchant_galaxy_order_validate.json │ │ │ ├── alitrip_merchant_galaxy_payment_param_query.json │ │ │ ├── alitrip_merchant_galaxy_provider_member_query.json │ │ │ ├── alitrip_merchant_galaxy_query_draw_summary.json │ │ │ ├── alitrip_merchant_galaxy_query_participate_number.json │ │ │ ├── alitrip_merchant_galaxy_receive_coupon_by_activity.json │ │ │ ├── alitrip_merchant_galaxy_share_get.json │ │ │ ├── alitrip_merchant_galaxy_trigger_event.json │ │ │ ├── alitrip_merchant_galaxy_user_risk.json │ │ │ ├── alitrip_merchant_galaxy_verify_signature.json │ │ │ ├── alitrip_merchant_galaxy_voucher_generate_scheme_link.json │ │ │ ├── alitrip_merchant_galaxy_voucher_query.json │ │ │ ├── alitrip_merchant_galaxy_voucher_query_list.json │ │ │ ├── alitrip_merchant_galaxy_wechat_add_coupon_record.json │ │ │ ├── alitrip_merchant_galaxy_wechat_add_operation_record.json │ │ │ ├── alitrip_merchant_galaxy_wechat_card_parm_query.json │ │ │ ├── alitrip_merchant_galaxy_wechat_card_query_record.json │ │ │ ├── alitrip_merchant_galaxy_wechat_data_lottery_query.json │ │ │ ├── alitrip_merchant_galaxy_wechat_info.json │ │ │ ├── alitrip_merchant_galaxy_wechat_login.json │ │ │ ├── alitrip_merchant_galaxy_wechat_pay_callback.json │ │ │ ├── alitrip_merchant_galaxy_wechat_user_authorize_login.json │ │ │ ├── alitrip_merchant_galaxy_wechat_user_login.json │ │ │ ├── alitrip_merchant_galaxy_wechat_user_modify_phone.json │ │ │ └── catelog.json │ │ ├── alitrippoi │ │ │ ├── alitrip_platform_content_raw_add.json │ │ │ ├── alitrip_platform_poi_raw_feed.json │ │ │ ├── alitrip_platform_poi_raw_poiout.json │ │ │ ├── alitrip_platform_poi_raw_poioutbypoiids.json │ │ │ ├── alitrip_platform_poi_raw_saverawpoi.json │ │ │ └── catelog.json │ │ ├── alitripreceipt │ │ │ ├── alitrip_receipt_issueresult_notify.json │ │ │ ├── alitrip_receipt_seller_invoice_red.json │ │ │ ├── alitrip_receipt_seller_invoice_return.json │ │ │ └── catelog.json │ │ ├── aliyun │ │ │ ├── account_aliyuncs_com_CreateAliyunAccountForBid_2013-07-01.json │ │ │ ├── account_aliyuncs_com_CreateAliyunAccount_2013-07-01.json │ │ │ ├── account_aliyuncs_com_CreateAppForBid_2013-07-01.json │ │ │ ├── account_aliyuncs_com_CreateApp_2013-07-01.json │ │ │ ├── account_aliyuncs_com_DeleteAppForBid_2013-07-01.json │ │ │ ├── account_aliyuncs_com_ListAppkeyByOwnerAndBid_2013-07-01.json │ │ │ ├── catelog.json │ │ │ ├── odps_aliyuncs_com_DescribeOdpsService_2014-12-15.json │ │ │ ├── push_aliyuncs_com_pushMsg_2015-03-18.json │ │ │ ├── push_aliyuncs_com_pushNotification_2015-03-18.json │ │ │ ├── push_aliyuncs_com_push_20150518.json │ │ │ ├── slb_aliyuncs_com_DeleteLoadBalancerListener_2013-02-21.json │ │ │ ├── slb_aliyuncs_com_DescribeBackendServers_2013-02-21.json │ │ │ └── slb_aliyuncs_com_SetLoadBalancerName_2013-02-21.json │ │ ├── aliyunocs │ │ │ ├── catelog.json │ │ │ ├── m-kvstore_aliyuncs_com_CreateInstance_2015-03-01.json │ │ │ └── m-kvstore_aliyuncs_com_DescribeRegions_2015-03-01.json │ │ ├── alsc │ │ │ ├── alibaba_alsc_chuda_template_send.json │ │ │ ├── alibaba_alsc_consumerecord_sync.json │ │ │ ├── alibaba_alsc_crm_card_active.json │ │ │ ├── alibaba_alsc_crm_card_batch_active.json │ │ │ ├── alibaba_alsc_crm_card_batch_sell.json │ │ │ ├── alibaba_alsc_crm_card_bindcard.json │ │ │ ├── alibaba_alsc_crm_card_bindcustomer.json │ │ │ ├── alibaba_alsc_crm_card_open.json │ │ │ ├── alibaba_alsc_crm_card_pagetmp.json │ │ │ ├── alibaba_alsc_crm_card_qry.json │ │ │ ├── alibaba_alsc_crm_card_qryphysical.json │ │ │ ├── alibaba_alsc_crm_card_query_template.json │ │ │ ├── alibaba_alsc_crm_card_searchcard.json │ │ │ ├── alibaba_alsc_crm_customer_checkppw.json │ │ │ ├── alibaba_alsc_crm_customer_create.json │ │ │ ├── alibaba_alsc_crm_customer_get.json │ │ │ ├── alibaba_alsc_crm_customer_resetppw.json │ │ │ ├── alibaba_alsc_crm_customer_update.json │ │ │ ├── alibaba_alsc_crm_customer_updateppw.json │ │ │ ├── alibaba_alsc_crm_customer_voucher_list.json │ │ │ ├── alibaba_alsc_crm_marketing_encrypt.json │ │ │ ├── alibaba_alsc_crm_marketing_issue_voucher.json │ │ │ ├── alibaba_alsc_crm_marketing_share_customer_info.json │ │ │ ├── alibaba_alsc_crm_menu_list.json │ │ │ ├── alibaba_alsc_crm_open_assert_refund.json │ │ │ ├── alibaba_alsc_crm_open_assert_verify.json │ │ │ ├── alibaba_alsc_crm_open_customer_get.json │ │ │ ├── alibaba_alsc_crm_open_customer_save.json │ │ │ ├── alibaba_alsc_crm_open_order_backflow.json │ │ │ ├── alibaba_alsc_crm_open_point_operate.json │ │ │ ├── alibaba_alsc_crm_open_recharge_operate.json │ │ │ ├── alibaba_alsc_crm_open_rule_get.json │ │ │ ├── alibaba_alsc_crm_point_cal.json │ │ │ ├── alibaba_alsc_crm_point_chkpntbypay.json │ │ │ ├── alibaba_alsc_crm_point_consumepoint.json │ │ │ ├── alibaba_alsc_crm_point_extra_consume.json │ │ │ ├── alibaba_alsc_crm_point_extracharge.json │ │ │ ├── alibaba_alsc_crm_point_querypointflow.json │ │ │ ├── alibaba_alsc_crm_point_reversepoint.json │ │ │ ├── alibaba_alsc_crm_point_rule_get.json │ │ │ ├── alibaba_alsc_crm_promotion_list.json │ │ │ ├── alibaba_alsc_crm_recharge_account_flowdetail_get.json │ │ │ ├── alibaba_alsc_crm_recharge_account_get.json │ │ │ ├── alibaba_alsc_crm_recharge_accountflows_get.json │ │ │ ├── alibaba_alsc_crm_recharge_charge_update.json │ │ │ ├── alibaba_alsc_crm_recharge_chargeprecheck_get.json │ │ │ ├── alibaba_alsc_crm_recharge_dedut_update.json │ │ │ ├── alibaba_alsc_crm_recharge_dedutprecheck_get.json │ │ │ ├── alibaba_alsc_crm_recharge_qryrule.json │ │ │ ├── alibaba_alsc_crm_recharge_uncharge_update.json │ │ │ ├── alibaba_alsc_crm_recharge_unchargecheck_get.json │ │ │ ├── alibaba_alsc_crm_recharge_undedut_update.json │ │ │ ├── alibaba_alsc_crm_rule_level_querylevelrule.json │ │ │ ├── alibaba_alsc_crm_rule_querydishrule.json │ │ │ ├── alibaba_alsc_crm_rule_querygrowrule.json │ │ │ ├── alibaba_alsc_crm_rule_queryjoinmrule.json │ │ │ ├── alibaba_alsc_crm_rule_querymdayerule.json │ │ │ ├── alibaba_alsc_crm_rule_querympricerule.json │ │ │ ├── alibaba_alsc_crm_rule_queryoptplan.json │ │ │ ├── alibaba_alsc_crm_rule_querytaglist.json │ │ │ ├── alibaba_alsc_crm_voucher_send.json │ │ │ ├── alibaba_alsc_crm_voucher_status_change.json │ │ │ ├── alibaba_alsc_crm_voucher_template_list.json │ │ │ ├── alibaba_alsc_growth_interactive_link_genshortlink.json │ │ │ ├── alibaba_alsc_growth_interactive_sns_converturl.json │ │ │ ├── alibaba_alsc_growth_interactive_task_pageviewtrigger.json │ │ │ ├── alibaba_alsc_growth_interactive_task_receivetask.json │ │ │ ├── alibaba_alsc_growth_interactive_task_receivetaskprize.json │ │ │ ├── alibaba_alsc_kms_access.json │ │ │ ├── alibaba_alsc_order_order_upload.json │ │ │ ├── alibaba_alsc_right_token_check.json │ │ │ ├── alibaba_alsc_saas_codec_code_attrs_query.json │ │ │ ├── alibaba_alsc_user_center_info_query.json │ │ │ ├── catelog.json │ │ │ ├── taobao_koubei_saas_base_operation_config_sync.json │ │ │ ├── taobao_place_store_create.json │ │ │ ├── taobao_place_store_delete.json │ │ │ ├── taobao_place_store_extend_add.json │ │ │ ├── taobao_place_store_modify.json │ │ │ ├── taobao_place_storecategory_get.json │ │ │ ├── taobao_servindustry_finance_insurance_invoice_feedback.json │ │ │ └── taobao_servindustry_finance_insurance_invoice_insurancenos.json │ │ ├── alscmerchant │ │ │ ├── alibaba_alsc_daodian_ticket_consult.json │ │ │ ├── alibaba_alsc_daodian_ticket_reserve.json │ │ │ ├── alibaba_alsc_merchant_ext_ticketcode_send.json │ │ │ ├── alibaba_alsc_merchant_ext_ticketcode_use.json │ │ │ └── catelog.json │ │ ├── antifraud │ │ │ ├── catelog.json │ │ │ ├── taobao_antifraud_riskassessment_get.json │ │ │ ├── taobao_antifraud_riskuser_get.json │ │ │ └── taobao_collinafacade_nocaptcha_sig_authenticate.json │ │ ├── ascm │ │ │ ├── alibaba_ascm_settlement_invoice_synchronization_im.json │ │ │ └── catelog.json │ │ ├── ascp │ │ │ ├── alibaba_ascp_industry_anomaly_recourse_status_modify.json │ │ │ ├── alibaba_ascp_industry_inquiry_extracharge_cancel.json │ │ │ ├── alibaba_ascp_industry_inquiry_result_callback.json │ │ │ ├── alibaba_ascp_industry_worker_modify.json │ │ │ ├── alibaba_ascp_suborder_estcontime_modify.json │ │ │ ├── alibaba_dchain_aoxiang_channel_inventory_batch_upload.json │ │ │ ├── alibaba_dchain_aoxiang_combineitem_batch_update_async.json │ │ │ ├── alibaba_dchain_aoxiang_combinescitem_batch_create.json │ │ │ ├── alibaba_dchain_aoxiang_combinescitem_batch_update.json │ │ │ ├── alibaba_dchain_aoxiang_consignorder_batch_query.json │ │ │ ├── alibaba_dchain_aoxiang_consignorder_cancel.json │ │ │ ├── alibaba_dchain_aoxiang_consignorder_gift_binding.json │ │ │ ├── alibaba_dchain_aoxiang_consignorder_gift_reverse.json │ │ │ ├── alibaba_dchain_aoxiang_cooperate_distributor_query.json │ │ │ ├── alibaba_dchain_aoxiang_delivery_create_update.json │ │ │ ├── alibaba_dchain_aoxiang_delivery_decision_query.json │ │ │ ├── alibaba_dchain_aoxiang_delivery_status_update.json │ │ │ ├── alibaba_dchain_aoxiang_deliverytemplate_query.json │ │ │ ├── alibaba_dchain_aoxiang_industry_waybill_create.json │ │ │ ├── alibaba_dchain_aoxiang_industry_waybill_edit.json │ │ │ ├── alibaba_dchain_aoxiang_industry_waybill_logisticstatus_change.json │ │ │ ├── alibaba_dchain_aoxiang_industry_waybill_logisticstatus_remark_add.json │ │ │ ├── alibaba_dchain_aoxiang_inventory_batch_query.json │ │ │ ├── alibaba_dchain_aoxiang_inventory_futureplan.json │ │ │ ├── alibaba_dchain_aoxiang_item_batch_delete_async.json │ │ │ ├── alibaba_dchain_aoxiang_item_batch_update_async.json │ │ │ ├── alibaba_dchain_aoxiang_item_distribution_batch_cancel.json │ │ │ ├── alibaba_dchain_aoxiang_item_distribution_create.json │ │ │ ├── alibaba_dchain_aoxiang_item_distribution_describe.json │ │ │ ├── alibaba_dchain_aoxiang_item_distribution_specify_create.json │ │ │ ├── alibaba_dchain_aoxiang_item_distribution_specify_update.json │ │ │ ├── alibaba_dchain_aoxiang_item_distribution_update.json │ │ │ ├── alibaba_dchain_aoxiang_itemmapping_batch_create.json │ │ │ ├── alibaba_dchain_aoxiang_itemmapping_delete.json │ │ │ ├── alibaba_dchain_aoxiang_itemmapping_unbundle.json │ │ │ ├── alibaba_dchain_aoxiang_itemmapping_update_async.json │ │ │ ├── alibaba_dchain_aoxiang_orderprocess_report.json │ │ │ ├── alibaba_dchain_aoxiang_physics_inventory_batch_upload_async.json │ │ │ ├── alibaba_dchain_aoxiang_receiverinfo_query.json │ │ │ ├── alibaba_dchain_aoxiang_scitem_batch_create.json │ │ │ ├── alibaba_dchain_aoxiang_scitem_batch_update.json │ │ │ ├── alibaba_dchain_aoxiang_scitem_delete.json │ │ │ ├── alibaba_dchain_aoxiang_scitem_query.json │ │ │ ├── alibaba_dchain_aoxiang_warehouse_create_update.json │ │ │ ├── alibaba_dchain_aoxiang_warehouse_status_update.json │ │ │ ├── alibaba_dchain_aoxiang_wms_deliveryorder_confirm.json │ │ │ ├── alibaba_dchain_aoxiang_wms_deliveryorder_create.json │ │ │ ├── alibaba_dchain_aoxiang_wms_order_cancel.json │ │ │ ├── alibaba_dchain_aoxiang_wms_orderprocess_report.json │ │ │ ├── alibaba_dchain_isv_wms_orderprocess_batch_report.json │ │ │ ├── alibaba_dchain_isv_wms_orderprocess_report.json │ │ │ ├── alibaba_tianmao_cangpei_uop_create.json │ │ │ ├── alibaba_tianmao_inventory_modify.json │ │ │ ├── alibaba_tianmao_inventory_query.json │ │ │ ├── alibaba_tianmao_lanpei_logistics_mailno.json │ │ │ ├── alibaba_tianmao_lanpei_uop_create.json │ │ │ ├── alibaba_tianmao_uop_cancel.json │ │ │ ├── alibaba_tianmao_uop_consign.json │ │ │ ├── alibaba_tianmao_uop_intercept.json │ │ │ ├── catelog.json │ │ │ ├── taobao_logistics_delivery_line_batch_delete.json │ │ │ ├── taobao_logistics_delivery_line_batch_update.json │ │ │ ├── taobao_logistics_express_address_blacklist_tms_async.json │ │ │ ├── taobao_logistics_express_address_blacklist_tms_delete.json │ │ │ ├── taobao_logistics_express_capacity_tms_async.json │ │ │ ├── taobao_logistics_express_collect_resource_tms_async.json │ │ │ ├── taobao_logistics_express_collect_resource_tms_delete.json │ │ │ ├── taobao_logistics_express_delivery_resource_create.json │ │ │ ├── taobao_logistics_express_delivery_send_ability_async.json │ │ │ ├── taobao_logistics_express_site_tms_sync.json │ │ │ ├── taobao_logistics_express_user_blacklist_tms_sync.json │ │ │ ├── taobao_logistics_media_resources_upload.json │ │ │ ├── taobao_logistics_warehouse_capacity_rule_update.json │ │ │ ├── taobao_logistics_warehouse_cooperation_batch_confirm.json │ │ │ ├── taobao_logistics_warehouse_cooperation_query.json │ │ │ ├── taobao_logistics_warehouse_cooperation_update.json │ │ │ ├── taobao_logistics_warehouse_operation_update.json │ │ │ ├── taobao_logistics_warehouse_resource_update.json │ │ │ └── tmall_ascp_pricing_scm_tof.json │ │ ├── ascpchannel │ │ │ ├── alibaba_ascp_aic_supplier_aicinventory_channel_inventory_query.json │ │ │ ├── alibaba_ascp_aic_supplier_aicinventory_negative_sale_invalidate.json │ │ │ ├── alibaba_ascp_aic_supplier_aicinventory_negative_sale_publish.json │ │ │ ├── alibaba_ascp_aic_supplier_aicinventory_negative_sale_query.json │ │ │ ├── alibaba_ascp_aic_supplier_aicinventory_publish.json │ │ │ ├── alibaba_ascp_channel_distributor_inventory_get.json │ │ │ ├── alibaba_ascp_channel_distributor_inventory_list_get.json │ │ │ ├── alibaba_ascp_channel_distributor_price_get.json │ │ │ ├── alibaba_ascp_channel_distributor_product_detail.json │ │ │ ├── alibaba_ascp_channel_distributor_product_distribute.json │ │ │ ├── alibaba_ascp_channel_distributor_product_list.json │ │ │ ├── alibaba_ascp_channel_distributor_product_select.json │ │ │ ├── alibaba_ascp_channel_main_refund_create.json │ │ │ ├── alibaba_ascp_channel_refund_cancel.json │ │ │ ├── alibaba_ascp_channel_refund_close.json │ │ │ ├── alibaba_ascp_channel_refund_goods_waybill.json │ │ │ ├── alibaba_ascp_channel_sales_order_before_check.json │ │ │ ├── alibaba_ascp_channel_sales_order_confirm.json │ │ │ ├── alibaba_ascp_channel_sales_order_create.json │ │ │ ├── alibaba_ascp_channel_sub_refund_create.json │ │ │ ├── alibaba_ascp_channel_supplier_product_auth.json │ │ │ ├── alibaba_ascp_channel_supplier_product_detail.json │ │ │ ├── alibaba_ascp_channel_supplier_product_goods_bind.json │ │ │ ├── alibaba_ascp_channel_supplier_product_list.json │ │ │ ├── alibaba_ascp_channel_supplier_product_price_apply.json │ │ │ ├── alibaba_ascp_global_supplier_item_list_info_query.json │ │ │ ├── alibaba_ascp_industry_icp_query_lbx.json │ │ │ ├── alibaba_ascp_industry_launch_extra_charge.json │ │ │ ├── alibaba_ascp_industry_uop_supplier_consignoder.json │ │ │ ├── alibaba_ascp_industry_waybill_accept.json │ │ │ ├── alibaba_ascp_industry_waybill_pre_accept.json │ │ │ ├── alibaba_ascp_presalespackage_consign.json │ │ │ ├── alibaba_ascp_purchase_price_create.json │ │ │ ├── alibaba_ascp_salecategory_query.json │ │ │ ├── alibaba_ascp_uop_cn_reverse_warehouseorder_update.json │ │ │ ├── alibaba_ascp_uop_self_supplier_waybill_query.json │ │ │ ├── alibaba_ascp_uop_supplier_consignorder_cancel_feedback.json │ │ │ ├── alibaba_ascp_uop_supplier_consignorder_notify_received.json │ │ │ ├── alibaba_ascp_uop_supplier_consignorder_notify_tms_change.json │ │ │ ├── alibaba_ascp_uop_supplier_consignorder_outofstock_callback.json │ │ │ ├── alibaba_ascp_uop_supplier_consignorder_ship.json │ │ │ ├── alibaba_ascp_uop_supplier_reverseorder_create.json │ │ │ ├── alibaba_ascp_uop_supplier_reverseorder_instorage_feedback.json │ │ │ ├── alibaba_ascp_uop_supplier_reverseorder_instorage_result.json │ │ │ ├── alibaba_ascp_uop_taobao_presalesorder_consignconfirm.json │ │ │ ├── alibaba_ascp_uop_taobao_presalesorder_create.json │ │ │ ├── alibaba_ascp_uop_tob_package_query.json │ │ │ ├── catelog.json │ │ │ └── taobao_inv_turnover_query.json │ │ ├── ascpffo │ │ │ ├── aliexpress_ascp_ffo_item_query.json │ │ │ ├── aliexpress_ascp_ffo_query.json │ │ │ ├── aliexpress_ascp_fro_item_query.json │ │ │ ├── aliexpress_ascp_fro_query.json │ │ │ ├── aliexpress_ascp_inventory_log_query.json │ │ │ ├── aliexpress_ascp_item_query.json │ │ │ ├── aliexpress_ascp_onway_inventory_query.json │ │ │ ├── aliexpress_ascp_po_item_query.json │ │ │ ├── aliexpress_ascp_po_query.json │ │ │ ├── aliexpress_ascp_ro_item_query.json │ │ │ ├── aliexpress_ascp_ro_query.json │ │ │ ├── aliexpress_ascp_warehouse_inventory_query.json │ │ │ └── catelog.json │ │ ├── ascpqcc │ │ │ ├── alibaba_ascp_qcc_sample_cancel_item_relation.json │ │ │ ├── alibaba_ascp_qcc_sample_update.json │ │ │ └── catelog.json │ │ ├── auction │ │ │ ├── catelog.json │ │ │ ├── taobao_auction_gov_data_annually_get.json │ │ │ ├── taobao_auction_gov_data_monthly_get.json │ │ │ ├── taobao_auction_gov_data_realtime_get.json │ │ │ ├── taobao_auction_gov_data_topn_get.json │ │ │ ├── taobao_auction_gov_get_latestbid.json │ │ │ └── taobao_auction_vehicle_report_recieve.json │ │ ├── autonavi │ │ │ ├── alibaba_autonavi_api_trafficboard_image_get.json │ │ │ └── catelog.json │ │ ├── axindata │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_city_get.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_detail_query.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_list_get.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_match.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_price_batch_get.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_price_get.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_price_query.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_room_list_query.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_room_match.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_shid_list_query.json │ │ │ ├── taobao_alitrip_travel_axin_poi_detail_query.json │ │ │ ├── taobao_alitrip_travel_axin_poi_search.json │ │ │ ├── taobao_alitrip_travel_fsc_hotel_list_query.json │ │ │ ├── taobao_alitrip_travel_fsc_hotel_modify_increment.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_business_area_get.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_division_apply.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_division_get.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_poi_apply.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_poi_get.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_product_add.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_product_label_get.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_product_offline.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_product_online.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_product_update.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_project_add.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_project_close.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_project_inventory_update.json │ │ │ ├── taobao_alitrip_travel_fsc_route_api_project_open.json │ │ │ └── taobao_alitrip_travel_fsc_route_api_project_update.json │ │ ├── axintrade │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_axin_trans_fund_add.json │ │ │ ├── taobao_alitrip_axin_trans_fund_confirm.json │ │ │ ├── taobao_alitrip_axin_trans_fund_query_by_order.json │ │ │ ├── taobao_alitrip_axin_trans_fund_update.json │ │ │ ├── taobao_alitrip_axin_trans_pay_img_upload.json │ │ │ ├── taobao_alitrip_axin_trans_pay_register_audit.json │ │ │ ├── taobao_alitrip_axin_trans_pay_register_create.json │ │ │ ├── taobao_alitrip_axin_trans_pay_register_reapply.json │ │ │ ├── taobao_alitrip_axin_trans_pay_sign_check.json │ │ │ ├── taobao_alitrip_axin_trans_refund_create.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_order_create.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_order_detail.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_order_pay.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_order_refund.json │ │ │ ├── taobao_alitrip_travel_axin_hotel_order_validate.json │ │ │ ├── taobao_alitrip_travel_axin_hotelticket_order_createorder.json │ │ │ ├── taobao_alitrip_travel_axin_hotelticket_order_query.json │ │ │ ├── taobao_alitrip_travel_axin_hotelticket_order_validate.json │ │ │ ├── taobao_alitrip_travel_axin_hotelticket_product_detail.json │ │ │ ├── taobao_alitrip_travel_axin_hotelticket_product_list.json │ │ │ └── taobao_alitrip_travel_axin_hotelticket_refund_orderrefund.json │ │ ├── b2bcert │ │ │ ├── alibaba_auth_cert_get.json │ │ │ └── catelog.json │ │ ├── baichuan │ │ │ ├── alibaba_baichuan_aso_activate.json │ │ │ ├── alibaba_baichuan_aso_query.json │ │ │ ├── alibaba_baichuan_ctg_content_get.json │ │ │ ├── alibaba_baichuan_ctg_user_relation.json │ │ │ ├── alibaba_baichuan_ctg_video_upload.json │ │ │ ├── alibaba_baichuan_taopassword_check.json │ │ │ ├── alibaba_baichuan_taopassword_config.json │ │ │ ├── alibaba_baichuan_taopassword_query.json │ │ │ ├── catelog.json │ │ │ ├── taobao_baichuan_item_subscribe.json │ │ │ ├── taobao_baichuan_item_subscribe_daily_left_query.json │ │ │ ├── taobao_baichuan_item_subscribe_relation_query.json │ │ │ ├── taobao_baichuan_items_subscribe.json │ │ │ ├── taobao_baichuan_items_unsubscribe.json │ │ │ ├── taobao_baichuan_items_unsubscribe_by_condition.json │ │ │ ├── taobao_baichuan_openaccount_login.json │ │ │ ├── taobao_baichuan_openaccount_loginbytoken.json │ │ │ ├── taobao_baichuan_openaccount_logindoublecheck.json │ │ │ ├── taobao_baichuan_openaccount_newlogindoublecheck.json │ │ │ ├── taobao_baichuan_openaccount_password_reset.json │ │ │ ├── taobao_baichuan_openaccount_register.json │ │ │ ├── taobao_baichuan_openaccount_registercode_check.json │ │ │ ├── taobao_baichuan_openaccount_registercode_send.json │ │ │ ├── taobao_baichuan_openaccount_resetcode_check.json │ │ │ ├── taobao_baichuan_openaccount_resetcode_send.json │ │ │ ├── taobao_baichuan_orderurl_get.json │ │ │ ├── taobao_baichuan_payresult_query.json │ │ │ ├── taobao_baichuan_taoke_trace.json │ │ │ ├── taobao_baichuan_user_login.json │ │ │ ├── taobao_baichuan_user_loginbytoken.json │ │ │ └── taobao_baichuan_user_logindoublecheck.json │ │ ├── baichuanctg │ │ │ ├── alibaba_baichuan_ctg_toutiao_content.json │ │ │ └── catelog.json │ │ ├── baodian │ │ │ ├── catelog.json │ │ │ ├── taobao_baodian_deposit_get.json │ │ │ ├── taobao_baodian_deposit_get_with_sdkversion.json │ │ │ ├── taobao_baodian_server_date_get.json │ │ │ ├── taobao_baodian_server_sdk_config_get.json │ │ │ └── taobao_deg_user_gamegift_query.json │ │ ├── baoxian │ │ │ ├── alipay_baoxian_claim_returngoodsstatus_update.json │ │ │ ├── alipay_baoxian_claim_survey_conclusion_submit.json │ │ │ ├── alipay_baoxian_claim_update.json │ │ │ ├── alipay_baoxian_claim_uploadattachment.json │ │ │ └── catelog.json │ │ ├── beehive │ │ │ ├── catelog.json │ │ │ └── taobao_beehive_item_cps_url.json │ │ ├── bill │ │ │ ├── catelog.json │ │ │ ├── taobao_bill_accounts_get.json │ │ │ ├── taobao_bill_bills_get.json │ │ │ ├── taobao_bill_book_bills_get.json │ │ │ ├── taobao_tae_accounts_get.json │ │ │ ├── taobao_tae_bill_get.json │ │ │ ├── taobao_tae_bills_get.json │ │ │ ├── taobao_tae_book_bill_get.json │ │ │ └── taobao_tae_book_bills_get.json │ │ ├── blackvip │ │ │ ├── catelog.json │ │ │ └── taobao_blackvip_userinfo_get.json │ │ ├── brandhub │ │ │ ├── catelog.json │ │ │ ├── taobao_brand_starshop_rpt_target_get.json │ │ │ ├── taobao_brand_startshop_rpt_account_get.json │ │ │ ├── taobao_brand_startshop_rpt_adgroup_get.json │ │ │ ├── taobao_brand_startshop_rpt_campaign_get.json │ │ │ ├── taobao_brand_startshop_rpt_creative_get.json │ │ │ ├── taobao_brand_startshop_rpt_wordpackage_get.json │ │ │ └── taobao_brandhub_specialshow_rpt_adgroup_get.json │ │ ├── btrip │ │ │ ├── alitrip_btip_cost_center_query.json │ │ │ ├── alitrip_btrip_apply_get.json │ │ │ ├── alitrip_btrip_apply_search.json │ │ │ ├── alitrip_btrip_approval_modify.json │ │ │ ├── alitrip_btrip_approval_new.json │ │ │ ├── alitrip_btrip_approval_update.json │ │ │ ├── alitrip_btrip_city_car_apply_add.json │ │ │ ├── alitrip_btrip_city_car_apply_approve.json │ │ │ ├── alitrip_btrip_city_car_apply_query.json │ │ │ ├── alitrip_btrip_corpop_apply_add.json │ │ │ ├── alitrip_btrip_corpop_apply_approve.json │ │ │ ├── alitrip_btrip_corpop_apply_get.json │ │ │ ├── alitrip_btrip_corpop_apply_modify.json │ │ │ ├── alitrip_btrip_corpop_apply_search.json │ │ │ ├── alitrip_btrip_corpop_btriptrain_billsettlement_query.json │ │ │ ├── alitrip_btrip_corpop_car_billsettlement_query.json │ │ │ ├── alitrip_btrip_corpop_commonapply_get.json │ │ │ ├── alitrip_btrip_corpop_depart_sync.json │ │ │ ├── alitrip_btrip_corpop_exceedapply_sync.json │ │ │ ├── alitrip_btrip_corpop_flight_billsettlement_query.json │ │ │ ├── alitrip_btrip_corpop_flight_exceedapply_get.json │ │ │ ├── alitrip_btrip_corpop_hotel_billsettlement_query.json │ │ │ ├── alitrip_btrip_corpop_hotel_exceedapply_get.json │ │ │ ├── alitrip_btrip_corpop_train_exceedapply_get.json │ │ │ ├── alitrip_btrip_corpop_user_sync.json │ │ │ ├── alitrip_btrip_cost_center_delete.json │ │ │ ├── alitrip_btrip_cost_center_entity_add.json │ │ │ ├── alitrip_btrip_cost_center_entity_delete.json │ │ │ ├── alitrip_btrip_cost_center_entity_set.json │ │ │ ├── alitrip_btrip_cost_center_get.json │ │ │ ├── alitrip_btrip_cost_center_modify.json │ │ │ ├── alitrip_btrip_cost_center_new.json │ │ │ ├── alitrip_btrip_cost_center_transfer.json │ │ │ ├── alitrip_btrip_employee_query.json │ │ │ ├── alitrip_btrip_flight_city_suggest.json │ │ │ ├── alitrip_btrip_flight_distribution_account.json │ │ │ ├── alitrip_btrip_flight_distribution_change_apply.json │ │ │ ├── alitrip_btrip_flight_distribution_change_cancel.json │ │ │ ├── alitrip_btrip_flight_distribution_change_detail.json │ │ │ ├── alitrip_btrip_flight_distribution_change_newapply.json │ │ │ ├── alitrip_btrip_flight_distribution_change_newcancel.json │ │ │ ├── alitrip_btrip_flight_distribution_change_newdetail.json │ │ │ ├── alitrip_btrip_flight_distribution_change_newpay.json │ │ │ ├── alitrip_btrip_flight_distribution_change_newquery.json │ │ │ ├── alitrip_btrip_flight_distribution_change_pay.json │ │ │ ├── alitrip_btrip_flight_distribution_change_query.json │ │ │ ├── alitrip_btrip_flight_distribution_flightlist.json │ │ │ ├── alitrip_btrip_flight_distribution_modify_flightsearch.json │ │ │ ├── alitrip_btrip_flight_distribution_modify_newflightsearch.json │ │ │ ├── alitrip_btrip_flight_distribution_newflightlist.json │ │ │ ├── alitrip_btrip_flight_distribution_order_cancel.json │ │ │ ├── alitrip_btrip_flight_distribution_order_create.json │ │ │ ├── alitrip_btrip_flight_distribution_order_detail.json │ │ │ ├── alitrip_btrip_flight_distribution_order_newcreate.json │ │ │ ├── alitrip_btrip_flight_distribution_order_newpay.json │ │ │ ├── alitrip_btrip_flight_distribution_order_pay.json │ │ │ ├── alitrip_btrip_flight_distribution_refund_apply.json │ │ │ ├── alitrip_btrip_flight_distribution_refund_detail.json │ │ │ ├── alitrip_btrip_flight_distribution_refund_newapply.json │ │ │ ├── alitrip_btrip_flight_distribution_refund_newdetail.json │ │ │ ├── alitrip_btrip_flight_distribution_refund_newprecal.json │ │ │ ├── alitrip_btrip_flight_distribution_refund_precal.json │ │ │ ├── alitrip_btrip_flight_order_search.json │ │ │ ├── alitrip_btrip_hotel_distribution_order_cancel.json │ │ │ ├── alitrip_btrip_hotel_distribution_order_create.json │ │ │ ├── alitrip_btrip_hotel_distribution_order_detail.json │ │ │ ├── alitrip_btrip_hotel_distribution_order_pay.json │ │ │ ├── alitrip_btrip_hotel_distribution_order_validate.json │ │ │ ├── alitrip_btrip_hotel_distribution_search_detail.json │ │ │ ├── alitrip_btrip_hotel_distribution_search_hot_hotel.json │ │ │ ├── alitrip_btrip_hotel_distribution_search_low_price.json │ │ │ ├── alitrip_btrip_hotel_distribution_search_static.json │ │ │ ├── alitrip_btrip_hotel_order_search.json │ │ │ ├── alitrip_btrip_invoice_get.json │ │ │ ├── alitrip_btrip_invoice_search.json │ │ │ ├── alitrip_btrip_invoice_setting_add.json │ │ │ ├── alitrip_btrip_invoice_setting_delete.json │ │ │ ├── alitrip_btrip_invoice_setting_modify.json │ │ │ ├── alitrip_btrip_invoice_setting_rule.json │ │ │ ├── alitrip_btrip_monthbill_url_get.json │ │ │ ├── alitrip_btrip_open_cost_center_delete.json │ │ │ ├── alitrip_btrip_open_cost_center_entity_add.json │ │ │ ├── alitrip_btrip_open_cost_center_entity_delete.json │ │ │ ├── alitrip_btrip_open_cost_center_entity_set.json │ │ │ ├── alitrip_btrip_open_cost_center_modify.json │ │ │ ├── alitrip_btrip_open_cost_center_new.json │ │ │ ├── alitrip_btrip_open_cost_center_query.json │ │ │ ├── alitrip_btrip_open_cost_center_transfer.json │ │ │ ├── alitrip_btrip_open_invoice_search.json │ │ │ ├── alitrip_btrip_open_supplychain_flight_trade.json │ │ │ ├── alitrip_btrip_open_supplychain_hotel_trade.json │ │ │ ├── alitrip_btrip_open_supplychain_train_trade.json │ │ │ ├── alitrip_btrip_open_supplychain_vehicle_trade.json │ │ │ ├── alitrip_btrip_openplatform_address_get.json │ │ │ ├── alitrip_btrip_project_add.json │ │ │ ├── alitrip_btrip_project_delete.json │ │ │ ├── alitrip_btrip_project_modify.json │ │ │ ├── alitrip_btrip_supplychain_bus_industry_search.json │ │ │ ├── alitrip_btrip_supplychain_flight_city.json │ │ │ ├── alitrip_btrip_supplychain_flight_detail_search.json │ │ │ ├── alitrip_btrip_supplychain_flight_industry_search.json │ │ │ ├── alitrip_btrip_supplychain_flight_search.json │ │ │ ├── alitrip_btrip_supplychain_hotel_search.json │ │ │ ├── alitrip_btrip_supplychain_train_city.json │ │ │ ├── alitrip_btrip_supplychain_train_detail_search.json │ │ │ ├── alitrip_btrip_supplychain_train_detail_search_vtwo.json │ │ │ ├── alitrip_btrip_supplychain_train_industry_search.json │ │ │ ├── alitrip_btrip_supplychain_train_search.json │ │ │ ├── alitrip_btrip_supplychain_vehicle_search.json │ │ │ ├── alitrip_btrip_train_city_suggest.json │ │ │ ├── alitrip_btrip_train_order_search.json │ │ │ ├── alitrip_btrip_vehicle_order_search.json │ │ │ └── catelog.json │ │ ├── bus │ │ │ ├── alitrip_bus_insurance_recommend.json │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_bus_tickets_insurance_recommend.json │ │ │ ├── taobao_bus_agent_bookticket_confirm.json │ │ │ ├── taobao_bus_agent_city_change.json │ │ │ ├── taobao_bus_agent_multiple_refund_confirm.json │ │ │ ├── taobao_bus_agent_refund_confirm.json │ │ │ ├── taobao_bus_agent_refundticket_confirm.json │ │ │ ├── taobao_bus_agent_returnticket_confirm.json │ │ │ ├── taobao_bus_busnumber_get.json │ │ │ ├── taobao_bus_busnumber_set.json │ │ │ ├── taobao_bus_cancleorder_set.json │ │ │ ├── taobao_bus_city_get.json │ │ │ ├── taobao_bus_disableqrcode_set.json │ │ │ ├── taobao_bus_historyorder_get.json │ │ │ ├── taobao_bus_invoice_return.json │ │ │ ├── taobao_bus_item_notify.json │ │ │ ├── taobao_bus_lastplace_get.json │ │ │ ├── taobao_bus_merchant_order_get.json │ │ │ ├── taobao_bus_numbers_stockprice_update.json │ │ │ ├── taobao_bus_numbers_update.json │ │ │ ├── taobao_bus_order_get.json │ │ │ ├── taobao_bus_order_set.json │ │ │ ├── taobao_bus_refund_set.json │ │ │ ├── taobao_bus_refundfee_get.json │ │ │ ├── taobao_bus_refundticketprice_set.json │ │ │ ├── taobao_bus_seatprice_get.json │ │ │ ├── taobao_bus_ticket_set.json │ │ │ ├── taobao_bus_tvmbookorder_set.json │ │ │ ├── taobao_bus_tvmcancelorder_set.json │ │ │ ├── taobao_bus_tvmcreateorder_set.json │ │ │ ├── taobao_bus_tvmcreateqrcode_set.json │ │ │ ├── taobao_bus_tvmpayorder_set.json │ │ │ ├── taobao_bus_tvmqueryorder_get.json │ │ │ └── taobao_bus_tvmrefundorder_set.json │ │ ├── c2m │ │ │ ├── catelog.json │ │ │ ├── taobao_sebp_organization_getinviteinfo.json │ │ │ └── taobao_sebp_organization_getorderinfo.json │ │ ├── cainiaocntec │ │ │ ├── cainiao_cntec_compass_rpa_exe_resultsave.json │ │ │ ├── cainiao_cntec_locallife_communitylife_syncorderstatus.json │ │ │ ├── cainiao_cntec_locallife_communitylife_verifyservicecode.json │ │ │ ├── cainiao_cntec_shopkeeper_supply_statistics_query.json │ │ │ └── catelog.json │ │ ├── cainiaoecc │ │ │ ├── cainiao_ecc_exceptions_delay_count.json │ │ │ ├── cainiao_ecc_exceptions_delay_get.json │ │ │ └── catelog.json │ │ ├── cainiaohandover │ │ │ ├── cainiao_global_commithandovercontent_update.json │ │ │ ├── cainiao_global_handover_cancel.json │ │ │ ├── cainiao_global_handover_cloudprint_get.json │ │ │ ├── cainiao_global_handover_commit.json │ │ │ ├── cainiao_global_handover_content_query.json │ │ │ ├── cainiao_global_handover_content_subbag_add.json │ │ │ ├── cainiao_global_handover_parcel_query.json │ │ │ ├── cainiao_global_handover_pdf_get.json │ │ │ ├── cainiao_global_handover_savedraft.json │ │ │ ├── cainiao_global_handover_update.json │ │ │ ├── cainiao_global_logistic_order_create.json │ │ │ ├── cainiao_global_logistics_carrier_querylist.json │ │ │ ├── cainiao_global_solution_inquiry.json │ │ │ ├── cainiao_global_solution_service_resource_query.json │ │ │ └── catelog.json │ │ ├── cainiaolocker │ │ │ ├── cainiao_endpoint_locker_top_order_notice.json │ │ │ ├── cainiao_endpoint_locker_top_order_noticesend_query.json │ │ │ ├── cainiao_endpoint_locker_top_order_tracking_new.json │ │ │ ├── cainiao_endpoint_locker_top_order_withhold.json │ │ │ ├── cainiao_endpoint_locker_top_station_addorupdate.json │ │ │ ├── cainiao_endpoint_locker_top_withhold_query.json │ │ │ ├── cainiao_guoguo_waybill_get.json │ │ │ ├── cainiao_nbadd_appointdeliver_feedbackcodes.json │ │ │ ├── cainiao_nborderfront_user_outside_queryoutsideuser.json │ │ │ └── catelog.json │ │ ├── cainiaoncwl │ │ │ ├── cainiao_ncwl_jhorder_query.json │ │ │ └── catelog.json │ │ ├── caipiao │ │ │ ├── catelog.json │ │ │ ├── taobao_caipiao_goods_info_get.json │ │ │ ├── taobao_caipiao_goods_info_input.json │ │ │ ├── taobao_caipiao_lotterytypes_get.json │ │ │ ├── taobao_caipiao_marketing_put.json │ │ │ ├── taobao_caipiao_present_stat_get.json │ │ │ ├── taobao_caipiao_shop_info_input.json │ │ │ └── taobao_caipiao_signstatus_check.json │ │ ├── campus │ │ │ ├── alibaba_campus_acl_cancelpermiitemfromrole.json │ │ │ ├── alibaba_campus_acl_cancelrolesfromuser.json │ │ │ ├── alibaba_campus_acl_checkemprole.json │ │ │ ├── alibaba_campus_acl_getmenubyempid.json │ │ │ ├── alibaba_campus_acl_getpermissionbyroleid.json │ │ │ ├── alibaba_campus_acl_getrolebyempid.json │ │ │ ├── alibaba_campus_acl_grantpermiitemstouser.json │ │ │ ├── alibaba_campus_acl_grantpermiitemtorole.json │ │ │ ├── alibaba_campus_acl_insertrole.json │ │ │ ├── alibaba_campus_acl_new_checkusermenu.json │ │ │ ├── alibaba_campus_acl_new_checkuserpermission.json │ │ │ ├── alibaba_campus_acl_new_checkuserrole.json │ │ │ ├── alibaba_campus_acl_new_deleteuserrole.json │ │ │ ├── alibaba_campus_acl_new_freezerole.json │ │ │ ├── alibaba_campus_acl_new_getappmenutree.json │ │ │ ├── alibaba_campus_acl_new_getrolewithmenutreenodes.json │ │ │ ├── alibaba_campus_acl_new_listroles.json │ │ │ ├── alibaba_campus_acl_new_listuserbymenu.json │ │ │ ├── alibaba_campus_acl_new_listusermenu.json │ │ │ ├── alibaba_campus_acl_new_listuserroles.json │ │ │ ├── alibaba_campus_acl_new_pageuserrole.json │ │ │ ├── alibaba_campus_acl_new_removerole.json │ │ │ ├── alibaba_campus_acl_new_saverolewithmenu.json │ │ │ ├── alibaba_campus_acl_new_unfreezerole.json │ │ │ ├── alibaba_campus_acl_queryallemppermiitem.json │ │ │ ├── alibaba_campus_acl_queryallrole.json │ │ │ ├── alibaba_campus_acl_updategrantroletouser.json │ │ │ ├── alibaba_campus_adminmap_poiinfo_getlistbygroup.json │ │ │ ├── alibaba_campus_adminmap_userlocationinfo_getactualuserlocationinfobyids.json │ │ │ ├── alibaba_campus_adminmap_userlocationinfo_getuserlocationinfologs.json │ │ │ ├── alibaba_campus_adminmap_userlocationinfo_insertactualuserlocationinfo.json │ │ │ ├── alibaba_campus_core_app_getappusages.json │ │ │ ├── alibaba_campus_core_companycampus_getcombycamid.json │ │ │ ├── alibaba_campus_core_employee_modifyemployee.json │ │ │ ├── alibaba_campus_device_getdeviceforquery.json │ │ │ ├── alibaba_campus_device_historydata_get.json │ │ │ ├── alibaba_campus_device_openapi_feedbackeventinfo.json │ │ │ ├── alibaba_campus_device_openapi_getdevicelist.json │ │ │ ├── alibaba_campus_device_openapi_getdevicerealtimedata.json │ │ │ ├── alibaba_campus_device_openapi_getdevicerealtimelog.json │ │ │ ├── alibaba_campus_device_openapi_gethistorydata.json │ │ │ ├── alibaba_campus_device_openapi_getsimpledevice.json │ │ │ ├── alibaba_campus_device_openapi_getsimpledevicelist.json │ │ │ ├── alibaba_campus_device_openapi_gettemplatelist.json │ │ │ ├── alibaba_campus_device_openapi_getuniquedevice.json │ │ │ ├── alibaba_campus_device_openapi_operatedevice.json │ │ │ ├── alibaba_campus_device_openapi_saveeventinfoforibos.json │ │ │ ├── alibaba_campus_devicehub_openapi_reportdata.json │ │ │ ├── alibaba_campus_guard_controller_configsync.json │ │ │ ├── alibaba_campus_guard_controller_offlinedata.json │ │ │ ├── alibaba_campus_guard_controller_offlinelog.json │ │ │ ├── alibaba_campus_guard_data_sync.json │ │ │ ├── alibaba_campus_guard_timeperiod_listdatetemplate.json │ │ │ ├── alibaba_campus_guard_timeperiod_listtimerule.json │ │ │ ├── alibaba_campus_guardant_data_sync.json │ │ │ ├── alibaba_campus_guardant_gate_sync.json │ │ │ ├── alibaba_campus_guardant_gateway_callback.json │ │ │ ├── alibaba_campus_space_attr_setattr.json │ │ │ ├── alibaba_campus_space_building_getbycampusid.json │ │ │ ├── alibaba_campus_space_campus_getbyid.json │ │ │ ├── alibaba_campus_space_floor_getbybuildingid.json │ │ │ ├── alibaba_campus_space_floor_getbyid.json │ │ │ ├── alibaba_campus_space_getbyids.json │ │ │ ├── alibaba_campus_space_group_getbyid.json │ │ │ ├── alibaba_campus_space_group_getlist.json │ │ │ ├── alibaba_campus_space_group_getlistbycampusandtype.json │ │ │ ├── alibaba_campus_space_group_getspacegrouplistwithattr.json │ │ │ ├── alibaba_campus_space_group_getspacegroupwithattr.json │ │ │ ├── alibaba_campus_space_type_getbycode.json │ │ │ ├── alibaba_campus_space_type_getpageresult.json │ │ │ ├── alibaba_campus_space_unit_getbyid.json │ │ │ ├── alibaba_campus_space_unit_getlist.json │ │ │ ├── alibaba_campus_space_unit_getlistbycampusandtype.json │ │ │ ├── alibaba_campus_space_unit_getlistbygroupid.json │ │ │ ├── alibaba_campus_space_unit_getlistmapbygroupid.json │ │ │ ├── alibaba_campus_space_unit_getlistwithattrbygroupid.json │ │ │ ├── alibaba_campus_space_unit_getspaceunitlistwithattr.json │ │ │ ├── alibaba_campus_space_unit_getspaceunitwithattr.json │ │ │ ├── alibaba_campus_topology_getall.json │ │ │ ├── alibaba_campus_visitor_image_upload.json │ │ │ ├── alibaba_guard_access_auth.json │ │ │ ├── alibaba_iwork_core_hrs_getperson.json │ │ │ ├── alibaba_iwork_mc_msg_senddefault.json │ │ │ ├── alibaba_iwork_mc_msg_sendmobile.json │ │ │ ├── alibaba_unit_campus_space_bookinfo_query.json │ │ │ ├── alibaba_visitor_getidsbyqrcode.json │ │ │ └── catelog.json │ │ ├── car │ │ │ ├── alitrip_rentcar_order_detail_query.json │ │ │ ├── alitrip_transfer_order_detail.json │ │ │ ├── alitrip_travel_crsdriver_arrange.json │ │ │ ├── alitrip_travel_crsorder_complete.json │ │ │ ├── alitrip_travel_crsorder_search.json │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_car_driver_status_update.json │ │ │ ├── taobao_alitrip_car_order_accept.json │ │ │ ├── taobao_alitrip_car_order_complete.json │ │ │ ├── taobao_alitrip_car_order_confirm.json │ │ │ ├── taobao_alitrip_car_order_query.json │ │ │ ├── taobao_alitrip_car_order_status.json │ │ │ ├── taobao_alitrip_car_rent_order_cancel.json │ │ │ └── taobao_alitrip_domestic_rent_car_status_update.json │ │ ├── category │ │ │ ├── alibaba_imap_category_predict.json │ │ │ ├── alibaba_imap_fixedmapping_query.json │ │ │ ├── alibaba_imap_pv_autofill.json │ │ │ ├── aliexpress_social_discategory_get.json │ │ │ ├── catelog.json │ │ │ ├── taobao_item_catprops_modification_get.json │ │ │ ├── taobao_itemcats_authorize_get.json │ │ │ └── taobao_itemcats_get.json │ │ ├── charity │ │ │ ├── alibaba_charity_bind_cancel.json │ │ │ ├── alibaba_charity_charitytime_commonauth.json │ │ │ ├── alibaba_charity_charitytime_list.json │ │ │ ├── alibaba_charity_charitytime_query.json │ │ │ ├── alibaba_charity_charitytime_querytime.json │ │ │ ├── alibaba_charity_charitytime_user_cancelauth.json │ │ │ ├── alibaba_charity_charitytime_user_querythirduserhasauth.json │ │ │ ├── alibaba_charity_charitytime_user_queryusercharityaccount.json │ │ │ ├── alibaba_charity_user_bind_geturi.json │ │ │ ├── alibaba_charity_user_external_auth.json │ │ │ ├── alibaba_charity_user_external_auth_cancel.json │ │ │ ├── alibaba_charity_useraction_sync.json │ │ │ ├── alibaba_csr_donate_invoice_querytoblockchainoss.json │ │ │ ├── alibaba_csr_donate_org_invoice_draw.json │ │ │ ├── alibaba_csr_donate_org_invoice_reject.json │ │ │ ├── alibaba_csr_donate_org_invoice_undraw_list.json │ │ │ ├── alibaba_csr_donate_seller_invoice_syncinfo.json │ │ │ ├── alibaba_csr_game_data_sync.json │ │ │ ├── alibaba_csr_game_data_sync_check.json │ │ │ ├── alibaba_value_coin_issue.json │ │ │ ├── alibaba_value_user_getid.json │ │ │ └── catelog.json │ │ ├── choujiang │ │ │ ├── catelog.json │ │ │ └── taobao_de_activity_securitytoken_apply.json │ │ ├── cityretail │ │ │ ├── catelog.json │ │ │ ├── taobao_cityretail_wmfl_convert_warehouse.json │ │ │ └── tmall_cityretail_wmfl_order_logistics_query.json │ │ ├── cloudgame │ │ │ ├── alibaba_cgame_avatar_userbody_query.json │ │ │ ├── alibaba_cgame_content_distribution_app_deletion_update.json │ │ │ ├── alibaba_cgame_content_distribution_file_download_update.json │ │ │ ├── alibaba_cgame_liteplay_avatar_body_query.json │ │ │ ├── alibaba_cgame_liteplay_avatar_record_report.json │ │ │ ├── alibaba_cgame_mp_mpproject_initnewproject.json │ │ │ ├── alibaba_cgame_mp_mpproject_loginexistaccount.json │ │ │ ├── alibaba_cgame_mp_mpsession_sendmessagetogame.json │ │ │ ├── alibaba_cgame_score_report.json │ │ │ ├── alibaba_cloudgame_interactive_game_gamepad_get.json │ │ │ ├── alibaba_cloudgame_interactive_game_heartbeat.json │ │ │ ├── alibaba_cloudgame_interactive_game_joincode_assign.json │ │ │ ├── alibaba_cloudgame_interactive_game_player_kickout.json │ │ │ ├── alibaba_cloudgame_interactive_game_player_status_get.json │ │ │ ├── alibaba_cloudgame_interactive_game_player_stop.json │ │ │ ├── alibaba_cloudgame_interactive_game_room_create.json │ │ │ ├── alibaba_cloudgame_interactive_game_room_shutdown.json │ │ │ ├── alibaba_cloudgame_interactive_game_start.json │ │ │ ├── alibaba_cloudgame_interactive_game_status_get.json │ │ │ ├── alibaba_cloudgame_openid_query.json │ │ │ ├── alibaba_cloudgame_user_mixuserid_check.json │ │ │ ├── catelog.json │ │ │ └── youku_cgame_score_report.json │ │ ├── cloudpush │ │ │ ├── catelog.json │ │ │ ├── taobao_cloudpush_message_android.json │ │ │ ├── taobao_cloudpush_message_ios.json │ │ │ ├── taobao_cloudpush_notice_android.json │ │ │ ├── taobao_cloudpush_notice_ios.json │ │ │ └── taobao_cloudpush_push.json │ │ ├── cmns │ │ │ ├── catelog.json │ │ │ ├── yunos_service_cmns_coa_device_get.json │ │ │ ├── yunos_service_cmns_coa_device_isonline.json │ │ │ ├── yunos_service_cmns_coa_message_ack.json │ │ │ ├── yunos_service_cmns_coa_message_acks_list.json │ │ │ ├── yunos_service_cmns_coa_message_cancel.json │ │ │ ├── yunos_service_cmns_coa_message_get.json │ │ │ ├── yunos_service_cmns_coa_message_push.json │ │ │ ├── yunos_service_cmns_coa_messageresult_get.json │ │ │ └── yunos_service_cmns_coa_push.json │ │ ├── cntms │ │ │ ├── cainiao_cntms_logistics_order_consign.json │ │ │ └── catelog.json │ │ ├── consignplatform │ │ │ ├── cainiao_consignplatform_order_cancel.json │ │ │ ├── cainiao_consignplatform_order_create.json │ │ │ └── catelog.json │ │ ├── crm │ │ │ ├── catelog.json │ │ │ ├── taobao_crm_exchange_activity_create.json │ │ │ ├── taobao_crm_exchange_crowdinstance_add_privy.json │ │ │ ├── taobao_crm_grade_get.json │ │ │ ├── taobao_crm_grade_set.json │ │ │ ├── taobao_crm_grademkt_member_add.json │ │ │ ├── taobao_crm_grademkt_member_detail_create.json │ │ │ ├── taobao_crm_grademkt_member_detail_delete.json │ │ │ ├── taobao_crm_grademkt_member_detail_query.json │ │ │ ├── taobao_crm_grademkt_member_query.json │ │ │ ├── taobao_crm_group_add.json │ │ │ ├── taobao_crm_group_append.json │ │ │ ├── taobao_crm_group_delete.json │ │ │ ├── taobao_crm_group_move.json │ │ │ ├── taobao_crm_group_update.json │ │ │ ├── taobao_crm_groups_get.json │ │ │ ├── taobao_crm_grouptask_check.json │ │ │ ├── taobao_crm_member_group_get.json │ │ │ ├── taobao_crm_member_group_get_privy.json │ │ │ ├── taobao_crm_memberinfo_update.json │ │ │ ├── taobao_crm_memberinfo_update_privy.json │ │ │ ├── taobao_crm_members_get.json │ │ │ ├── taobao_crm_members_get_privy.json │ │ │ ├── taobao_crm_members_group_batchadd.json │ │ │ ├── taobao_crm_members_group_batchadd_privy.json │ │ │ ├── taobao_crm_members_groups_batchdelete.json │ │ │ ├── taobao_crm_members_groups_batchdelete_privy.json │ │ │ ├── taobao_crm_members_increment_get.json │ │ │ ├── taobao_crm_members_increment_get_privy.json │ │ │ ├── taobao_crm_members_search.json │ │ │ ├── taobao_crm_members_search_privy.json │ │ │ ├── taobao_crm_service_channel_shortlink_create.json │ │ │ ├── taobao_crm_shopvip_cancel.json │ │ │ └── taobao_member_hismemberdata_get_privy.json │ │ ├── customizemarket │ │ │ ├── alibaba_taobao_industry_pet_profile_query.json │ │ │ ├── catelog.json │ │ │ ├── taobao_market_picture_getuserpictures.json │ │ │ └── tmall_industry_baby_authprofile_backflow.json │ │ ├── damai │ │ │ ├── alibaba_damai_ec_search_project_search.json │ │ │ ├── alibaba_damai_mev_open_batchpushticket.json │ │ │ ├── alibaba_damai_mev_open_changeticket.json │ │ │ ├── alibaba_damai_mev_open_delete_faceelement.json │ │ │ ├── alibaba_damai_mev_open_delete_paperformat.json │ │ │ ├── alibaba_damai_mev_open_deleteface.json │ │ │ ├── alibaba_damai_mev_open_deletefloor.json │ │ │ ├── alibaba_damai_mev_open_deleteitem.json │ │ │ ├── alibaba_damai_mev_open_deleteperform.json │ │ │ ├── alibaba_damai_mev_open_deleteproject.json │ │ │ ├── alibaba_damai_mev_open_deletestand.json │ │ │ ├── alibaba_damai_mev_open_deletevenue.json │ │ │ ├── alibaba_damai_mev_open_invalidticket.json │ │ │ ├── alibaba_damai_mev_open_lockticket.json │ │ │ ├── alibaba_damai_mev_open_push_paperformat.json │ │ │ ├── alibaba_damai_mev_open_pushface.json │ │ │ ├── alibaba_damai_mev_open_pushfaceelement.json │ │ │ ├── alibaba_damai_mev_open_pushfloor.json │ │ │ ├── alibaba_damai_mev_open_pushitem.json │ │ │ ├── alibaba_damai_mev_open_pushperform.json │ │ │ ├── alibaba_damai_mev_open_pushproject.json │ │ │ ├── alibaba_damai_mev_open_pushstand.json │ │ │ ├── alibaba_damai_mev_open_pushvenue.json │ │ │ ├── alibaba_damai_mev_open_resetticket.json │ │ │ ├── alibaba_damai_mev_open_unlockticket.json │ │ │ ├── alibaba_damai_mev_open_withdrawticket.json │ │ │ └── catelog.json │ │ ├── damaiticklet │ │ │ ├── alibaba_damai_mx_opengateway_script.json │ │ │ ├── alibaba_damai_ticklet_qrcode_decode.json │ │ │ └── catelog.json │ │ ├── degoperation │ │ │ ├── catelog.json │ │ │ ├── taobao_degoperation_check_addr_status.json │ │ │ ├── taobao_degoperation_createqrcode.json │ │ │ ├── taobao_degoperation_do_luckydraw.json │ │ │ ├── taobao_degoperation_get_by_eventkey.json │ │ │ ├── taobao_degoperation_get_info_uuid.json │ │ │ ├── taobao_degoperation_show_top_records.json │ │ │ └── taobao_degoperation_show_user_records.json │ │ ├── deliveryvoucher │ │ │ ├── catelog.json │ │ │ ├── taobao_game_deliveryvoucher_cancelvoucher.json │ │ │ ├── taobao_game_deliveryvoucher_evaluate.json │ │ │ ├── taobao_game_deliveryvoucher_ordervoucher.json │ │ │ ├── taobao_game_deliveryvoucher_rollbackvoucher.json │ │ │ ├── taobao_game_deliveryvoucher_sendgoods.json │ │ │ ├── taobao_game_deliveryvoucher_sendvoucher.json │ │ │ └── taobao_game_deliveryvoucher_watch.json │ │ ├── dengta │ │ │ ├── alibaba_pictures_dengta_ims_douyin_account_changed.json │ │ │ ├── alibaba_pictures_dengta_ims_order_status_change.json │ │ │ ├── alibaba_pictures_dengta_order_effect_import.json │ │ │ ├── alibaba_pictures_dengta_order_status_change.json │ │ │ ├── alibaba_pictures_dengta_wbaccount_price_change.json │ │ │ ├── alibaba_pictures_dengta_wxaccount_price_change.json │ │ │ └── catelog.json │ │ ├── dmp │ │ │ ├── catelog.json │ │ │ ├── taobao_dmp_crowd_basic_find.json │ │ │ ├── taobao_dmp_crowd_template_apply.json │ │ │ └── taobao_dmp_crowd_template_topic_find.json │ │ ├── drug │ │ │ ├── alibaba_alihealth_nr_rx_queryimage.json │ │ │ ├── alibaba_alihealth_nr_spu_query.json │ │ │ ├── alibaba_alihealth_nr_trade_medical_insurance_get.json │ │ │ ├── alibaba_alihealth_nr_trade_order_get.json │ │ │ ├── alibaba_alihealth_nr_trade_order_getorderdetail.json │ │ │ ├── alibaba_health_nr_logistics_deliveryno_update.json │ │ │ ├── alibaba_health_nr_logistics_waybill_get.json │ │ │ ├── catelog.json │ │ │ ├── taobao_alihealth_drug_store_get.json │ │ │ ├── taobao_alihealth_drug_store_search.json │ │ │ └── taobao_alihealth_drug_user_shop_get.json │ │ ├── drugtrace │ │ │ ├── alibaba_alihealth_code_getcodeinfo.json │ │ │ ├── alibaba_alihealth_drug_bill_upbill_detail_withcode.json │ │ │ ├── alibaba_alihealth_drug_code_advance_bill_flow_direction.json │ │ │ ├── alibaba_alihealth_drug_code_code_check_hospital.json │ │ │ ├── alibaba_alihealth_drug_code_code_check_medical_insurance.json │ │ │ ├── alibaba_alihealth_drug_code_common_list_codeinfo.json │ │ │ ├── alibaba_alihealth_drug_code_error_report.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_dr_querycode.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_hospitalsenddrugmachine.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_querycode.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_querycodeflow.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_smyx_querycode.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_specia_vaccin_querycode.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_va_querycode.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_wes_checkcoderelation.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_wes_getlicense.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_wes_querycode.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_wes_querycoderelation.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_yd_querycode.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_yq_querycode.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_yy_applycode.json │ │ │ ├── alibaba_alihealth_drug_code_kyt_yy_querycode.json │ │ │ ├── alibaba_alihealth_drug_code_list_code_alkali.json │ │ │ ├── alibaba_alihealth_drug_code_list_code_gov.json │ │ │ ├── alibaba_alihealth_drug_code_list_code_medical_insurance.json │ │ │ ├── alibaba_alihealth_drug_code_list_code_supervise.json │ │ │ ├── alibaba_alihealth_drug_download_dataerrordiagnosis.json │ │ │ ├── alibaba_alihealth_drug_download_entlist.json │ │ │ ├── alibaba_alihealth_drug_download_fileacceptret.json │ │ │ ├── alibaba_alihealth_drug_download_getentauthent.json │ │ │ ├── alibaba_alihealth_drug_download_getentdailytaskdtolist.json │ │ │ ├── alibaba_alihealth_drug_download_getproductxml.json │ │ │ ├── alibaba_alihealth_drug_getbarcode_bytraccode.json │ │ │ ├── alibaba_alihealth_drug_kyt_codeprocess.json │ │ │ ├── alibaba_alihealth_drug_kyt_codereplace.json │ │ │ ├── alibaba_alihealth_drug_kyt_codereplacelog.json │ │ │ ├── alibaba_alihealth_drug_kyt_codetobill.json │ │ │ ├── alibaba_alihealth_drug_kyt_destbill_check.json │ │ │ ├── alibaba_alihealth_drug_kyt_destbill_list.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_associateequi.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_billcheck.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_drugrecal.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_getbyentid.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_getbyrefentid.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_getentinfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_getproteminfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_getupteminfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_listparts.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_queryupbillcode.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_searchstatus.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_singlerelation.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_storageupload.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_transportupload.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_uploadinoutbill.json │ │ │ ├── alibaba_alihealth_drug_kyt_dr_vaequipment_list.json │ │ │ ├── alibaba_alihealth_drug_kyt_drugcodes.json │ │ │ ├── alibaba_alihealth_drug_kyt_drugdetail.json │ │ │ ├── alibaba_alihealth_drug_kyt_drugrescode.json │ │ │ ├── alibaba_alihealth_drug_kyt_drugtable.json │ │ │ ├── alibaba_alihealth_drug_kyt_druploadretail.json │ │ │ ├── alibaba_alihealth_drug_kyt_filedownload.json │ │ │ ├── alibaba_alihealth_drug_kyt_getbyentid.json │ │ │ ├── alibaba_alihealth_drug_kyt_getbyrefentid.json │ │ │ ├── alibaba_alihealth_drug_kyt_getcodebaseinfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_getcodebillinfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_getdruginfo_downloadurl.json │ │ │ ├── alibaba_alihealth_drug_kyt_getdruglicense.json │ │ │ ├── alibaba_alihealth_drug_kyt_getentinfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_getentlicense.json │ │ │ ├── alibaba_alihealth_drug_kyt_idgenerate.json │ │ │ ├── alibaba_alihealth_drug_kyt_listauths.json │ │ │ ├── alibaba_alihealth_drug_kyt_listparts.json │ │ │ ├── alibaba_alihealth_drug_kyt_listparts_byagent.json │ │ │ ├── alibaba_alihealth_drug_kyt_listupout.json │ │ │ ├── alibaba_alihealth_drug_kyt_query_code_relation_from_billcode.json │ │ │ ├── alibaba_alihealth_drug_kyt_query_druginfo_from_billcode.json │ │ │ ├── alibaba_alihealth_drug_kyt_query_specia_vaccin_billcode.json │ │ │ ├── alibaba_alihealth_drug_kyt_query_upbillcode.json │ │ │ ├── alibaba_alihealth_drug_kyt_queryactivetime.json │ │ │ ├── alibaba_alihealth_drug_kyt_querybatchprod.json │ │ │ ├── alibaba_alihealth_drug_kyt_querycodeactive.json │ │ │ ├── alibaba_alihealth_drug_kyt_querydruginfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_recordinfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_relationdetail.json │ │ │ ├── alibaba_alihealth_drug_kyt_remnantbill_upload.json │ │ │ ├── alibaba_alihealth_drug_kyt_saveent.json │ │ │ ├── alibaba_alihealth_drug_kyt_scqy_codeprocess.json │ │ │ ├── alibaba_alihealth_drug_kyt_scqy_delbillinfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_scqy_listcodefullinfodtomedicaldevice.json │ │ │ ├── alibaba_alihealth_drug_kyt_scqy_putpackage.json │ │ │ ├── alibaba_alihealth_drug_kyt_scqy_putpackagebind.json │ │ │ ├── alibaba_alihealth_drug_kyt_scqy_putpackageunbind.json │ │ │ ├── alibaba_alihealth_drug_kyt_scqy_searchstatus.json │ │ │ ├── alibaba_alihealth_drug_kyt_scqy_singlerelation.json │ │ │ ├── alibaba_alihealth_drug_kyt_scqy_uploadcircubill.json │ │ │ ├── alibaba_alihealth_drug_kyt_scqy_uploadrelation.json │ │ │ ├── alibaba_alihealth_drug_kyt_searchbill.json │ │ │ ├── alibaba_alihealth_drug_kyt_searchbill_detail.json │ │ │ ├── alibaba_alihealth_drug_kyt_searchstatus.json │ │ │ ├── alibaba_alihealth_drug_kyt_singlerelation.json │ │ │ ├── alibaba_alihealth_drug_kyt_smyx_getentinfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_smyx_listparts.json │ │ │ ├── alibaba_alihealth_drug_kyt_smyx_uploadinoutbill.json │ │ │ ├── alibaba_alihealth_drug_kyt_specia_vaccin_getbyrefentid.json │ │ │ ├── alibaba_alihealth_drug_kyt_specia_vaccin_getentinfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_specia_vaccin_searchstatus.json │ │ │ ├── alibaba_alihealth_drug_kyt_specia_vaccin_uploadinoutbill.json │ │ │ ├── alibaba_alihealth_drug_kyt_specia_vaccin_uploadretail.json │ │ │ ├── alibaba_alihealth_drug_kyt_storebilldelete.json │ │ │ ├── alibaba_alihealth_drug_kyt_storebilllist.json │ │ │ ├── alibaba_alihealth_drug_kyt_synonymauths.json │ │ │ ├── alibaba_alihealth_drug_kyt_updatebillcode.json │ │ │ ├── alibaba_alihealth_drug_kyt_updatebillinfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_upinoutfile.json │ │ │ ├── alibaba_alihealth_drug_kyt_uploadb2cbill.json │ │ │ ├── alibaba_alihealth_drug_kyt_uploadcircubill.json │ │ │ ├── alibaba_alihealth_drug_kyt_uploadinoutbill.json │ │ │ ├── alibaba_alihealth_drug_kyt_uploadinsign.json │ │ │ ├── alibaba_alihealth_drug_kyt_uploadrelation.json │ │ │ ├── alibaba_alihealth_drug_kyt_uploadretail.json │ │ │ ├── alibaba_alihealth_drug_kyt_upstorebillfile.json │ │ │ ├── alibaba_alihealth_drug_kyt_va_getentinfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_va_uploadretail.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_drugrescode.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_getbyentid.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_getbyrefentid.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_getdruginfo_downloadurl.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_getentinfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_listparts.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_listparts_byagent.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_listupout.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_query_upbillcode.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_querycodeactive.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_remnantbill_upload.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_saveent.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_searchbill.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_searchbill_detail.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_searchstatus.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_synonymauths.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_upbill_detailwithcode.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_uploadcircubill.json │ │ │ ├── alibaba_alihealth_drug_kyt_wes_uploadinoutbill.json │ │ │ ├── alibaba_alihealth_drug_kyt_yb_getcoderelation.json │ │ │ ├── alibaba_alihealth_drug_kyt_yy_drugcodes.json │ │ │ ├── alibaba_alihealth_drug_kyt_yy_getentinfo.json │ │ │ ├── alibaba_alihealth_drug_kyt_yy_listparts.json │ │ │ ├── alibaba_alihealth_drug_kyt_yy_querysubcodes.json │ │ │ ├── alibaba_alihealth_drug_kyt_yy_uploadinoutbill.json │ │ │ ├── alibaba_alihealth_drug_kyt_yy_uploadretail.json │ │ │ ├── alibaba_alihealth_drug_lsyd_saveent.json │ │ │ ├── alibaba_alihealth_drug_scan_querycode.json │ │ │ ├── alibaba_alihealth_drug_updatebarcode_bytraccode.json │ │ │ ├── alibaba_alihealth_drug_upload_extinfo.json │ │ │ ├── alibaba_alihealth_drug_wxinfo_upload.json │ │ │ ├── alibaba_alihealth_drugcheckcode_checklastfour.json │ │ │ ├── alibaba_alihealth_drugcode_applycert.json │ │ │ ├── alibaba_alihealth_drugcode_center_receive_bound_status.json │ │ │ ├── alibaba_alihealth_drugcode_drugfactory_blindfile_getbatchinfo.json │ │ │ ├── alibaba_alihealth_drugcode_drugfactory_blindfiledellog.json │ │ │ ├── alibaba_alihealth_drugcode_drugfactory_exportattribute.json │ │ │ ├── alibaba_alihealth_drugcode_drugfactory_exportcategory.json │ │ │ ├── alibaba_alihealth_drugcode_drugfactory_exportproject.json │ │ │ ├── alibaba_alihealth_drugcode_drugfactory_getblindresult.json │ │ │ ├── alibaba_alihealth_drugcode_drugfactory_getencrptypk.json │ │ │ ├── alibaba_alihealth_drugcode_drugfactory_transferblind.json │ │ │ ├── alibaba_alihealth_drugcode_listentparbyrefentid.json │ │ │ ├── alibaba_alihealth_drugcode_nodename_get.json │ │ │ ├── alibaba_alihealth_drugcode_scan.json │ │ │ ├── alibaba_alihealth_drugcode_scan_his.json │ │ │ ├── alibaba_alihealth_drugcode_user_data.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_getkeyflagdruginfo_downloadurl.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_listupout.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_listupout_detail.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_query_billstatus.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_query_codedetail.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_query_getbyrefentid.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_query_getentinfo.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_query_listparts.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_query_relation.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_query_upbillcode.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_query_upbilldetail.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_service_getenddate.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_uploadinoutbill.json │ │ │ ├── alibaba_alihealth_drugtrace_top_lsyd_uploadretail.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_drugtable.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_getkeyflagdruginfo_downloadurl.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_listupout.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_listupout_detail.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_query_billstatus.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_query_codedetail.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_query_getbyrefentid.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_query_getentinfo.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_query_listparts.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_query_relation.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_query_upbillcode.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_query_upbilldetail.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_service_getenddate.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_uploadinoutbill.json │ │ │ ├── alibaba_alihealth_drugtrace_top_yljg_uploadretail.json │ │ │ ├── alibaba_alihealth_secondard_node_code_showurl.json │ │ │ ├── alibaba_alihealth_trace_code_search_get_drugresourcetop.json │ │ │ ├── alibaba_alihealth_tracecodesearc_getinfomation_vivo.json │ │ │ ├── alibaba_alihealth_tracecodesearch_getshowurl_vivo.json │ │ │ ├── alibaba_alihealth_tracecodeseller_bill_rootcode_get.json │ │ │ ├── alibaba_alihealth_tracecodeseller_milk_trace_tosource_add_data.json │ │ │ ├── alibaba_alihealth_tracecodeseller_product_attr_search.json │ │ │ ├── alibaba_alihealth_zy_uploadrelation.json │ │ │ ├── alibaba_cfda_xtpt_app_accept_info.json │ │ │ ├── alibaba_cfda_xtpt_app_getshowurl.json │ │ │ └── catelog.json │ │ ├── dt │ │ │ ├── alibaba_nrs_item_pricetag_recognize.json │ │ │ ├── alibaba_nrs_item_rtdata_backflow.json │ │ │ ├── catelog.json │ │ │ ├── taobao_ads_data_import.json │ │ │ ├── taobao_ads_data_query.json │ │ │ └── taobao_cmedical_face_detection_callback.json │ │ ├── dutyfree │ │ │ ├── alibaba_dutyfree_stock_query.json │ │ │ └── catelog.json │ │ ├── einvoice │ │ │ ├── alibaba_einvoice_amount_check.json │ │ │ ├── alibaba_einvoice_apply_get.json │ │ │ ├── alibaba_einvoice_bill_einvoice_list.json │ │ │ ├── alibaba_einvoice_bill_forword_create.json │ │ │ ├── alibaba_einvoice_bill_sync.json │ │ │ ├── alibaba_einvoice_closereq.json │ │ │ ├── alibaba_einvoice_core_inv_upload.json │ │ │ ├── alibaba_einvoice_create_result_get.json │ │ │ ├── alibaba_einvoice_create_results_increment_get.json │ │ │ ├── alibaba_einvoice_createreq.json │ │ │ ├── alibaba_einvoice_deduct_get.json │ │ │ ├── alibaba_einvoice_device_order_query.json │ │ │ ├── alibaba_einvoice_device_order_update.json │ │ │ ├── alibaba_einvoice_flow_refund.json │ │ │ ├── alibaba_einvoice_flow_renew.json │ │ │ ├── alibaba_einvoice_flow_tax_create.json │ │ │ ├── alibaba_einvoice_flow_tax_get.json │ │ │ ├── alibaba_einvoice_income_agent_check.json │ │ │ ├── alibaba_einvoice_income_certificate_return.json │ │ │ ├── alibaba_einvoice_income_device_return.json │ │ │ ├── alibaba_einvoice_income_ocr_return.json │ │ │ ├── alibaba_einvoice_income_scan_return.json │ │ │ ├── alibaba_einvoice_income_token_return.json │ │ │ ├── alibaba_einvoice_income_verify_return.json │ │ │ ├── alibaba_einvoice_invoiceapply_get.json │ │ │ ├── alibaba_einvoice_invoiceapply_update.json │ │ │ ├── alibaba_einvoice_item_update.json │ │ │ ├── alibaba_einvoice_merchant_add.json │ │ │ ├── alibaba_einvoice_merchant_bindcompany.json │ │ │ ├── alibaba_einvoice_merchant_createreq.json │ │ │ ├── alibaba_einvoice_merchant_delete.json │ │ │ ├── alibaba_einvoice_merchant_result_get.json │ │ │ ├── alibaba_einvoice_order_refund_update.json │ │ │ ├── alibaba_einvoice_paper_common_return.json │ │ │ ├── alibaba_einvoice_paper_invalid.json │ │ │ ├── alibaba_einvoice_paper_print.json │ │ │ ├── alibaba_einvoice_paper_return.json │ │ │ ├── alibaba_einvoice_partner_return.json │ │ │ ├── alibaba_einvoice_partner_upload.json │ │ │ ├── alibaba_einvoice_payout_get.json │ │ │ ├── alibaba_einvoice_prod_apply.json │ │ │ ├── alibaba_einvoice_prod_apply_get.json │ │ │ ├── alibaba_einvoice_prod_result_fileurl_get.json │ │ │ ├── alibaba_einvoice_qrcode_create.json │ │ │ ├── alibaba_einvoice_red_createreq.json │ │ │ ├── alibaba_einvoice_serialno_batch_generate.json │ │ │ ├── alibaba_einvoice_serialno_generate.json │ │ │ ├── alibaba_einvoice_tax_auth_query.json │ │ │ ├── alibaba_einvoice_tax_opt_billdownloadurl_query.json │ │ │ ├── alibaba_einvoice_tax_opt_esignresult_query.json │ │ │ ├── alibaba_einvoice_tax_opt_salaryaccount_query.json │ │ │ ├── alibaba_einvoice_tax_opt_salaryaccount_update.json │ │ │ ├── alibaba_einvoice_tax_opt_salarybill_commitbill.json │ │ │ ├── alibaba_einvoice_tax_opt_salaryrequest_acceptpayment.json │ │ │ ├── alibaba_einvoice_tax_opt_salaryrequest_singleaccept.json │ │ │ ├── alibaba_einvoice_tax_opt_salaryresult_query.json │ │ │ ├── alibaba_einvoice_unitorder_check.json │ │ │ └── catelog.json │ │ ├── eleenterprisecartnew │ │ │ ├── alibaba_ele_enterprise_cartnew_query.json │ │ │ ├── alibaba_ele_enterprise_cartnew_save.json │ │ │ └── catelog.json │ │ ├── eleenterprisecoupon │ │ │ ├── alibaba_ele_enterprise_cartcoupon_get.json │ │ │ ├── alibaba_ele_enterprise_coupon_get.json │ │ │ ├── alibaba_ele_enterprise_coupon_send.json │ │ │ └── catelog.json │ │ ├── eleenterpriseemployee │ │ │ ├── alibaba_ele_enterprise_employee_batchdelete.json │ │ │ ├── alibaba_ele_enterprise_employee_batchupdate.json │ │ │ └── catelog.json │ │ ├── eleenterpriseordernew │ │ │ ├── alibaba_ele_enterprise_ordernew_cancel.json │ │ │ ├── alibaba_ele_enterprise_ordernew_create.json │ │ │ ├── alibaba_ele_enterprise_ordernew_get.json │ │ │ ├── alibaba_ele_enterprise_ordernew_getrefundinfo.json │ │ │ ├── alibaba_ele_enterprise_ordernew_getstatus.json │ │ │ ├── alibaba_ele_enterprise_ordernew_gettrackinginfo.json │ │ │ ├── alibaba_ele_enterprise_ordernew_paymentstatus.json │ │ │ └── catelog.json │ │ ├── eleenterpriserestaurant │ │ │ ├── alibaba_ele_enterprise_restaurant_categories.json │ │ │ ├── alibaba_ele_enterprise_restaurant_checkaddress.json │ │ │ ├── alibaba_ele_enterprise_restaurant_get.json │ │ │ ├── alibaba_ele_enterprise_restaurant_mix.json │ │ │ ├── alibaba_ele_enterprise_restaurant_multispecmenu.json │ │ │ ├── alibaba_ele_enterprise_restaurant_search.json │ │ │ └── catelog.json │ │ ├── elife │ │ │ ├── catelog.json │ │ │ ├── taobao_elife_lifecard_consume.json │ │ │ ├── taobao_elife_lifecard_query.json │ │ │ ├── taobao_elife_lifecard_recon.json │ │ │ └── taobao_elife_lifecard_refund.json │ │ ├── eticket │ │ │ ├── catelog.json │ │ │ ├── taobao_eticket_merchant_img_upload.json │ │ │ ├── taobao_eticket_merchant_ma_available.json │ │ │ ├── taobao_eticket_merchant_ma_consume.json │ │ │ ├── taobao_eticket_merchant_ma_delay.json │ │ │ ├── taobao_eticket_merchant_ma_failsend.json │ │ │ ├── taobao_eticket_merchant_ma_resend.json │ │ │ ├── taobao_eticket_merchant_ma_reverse.json │ │ │ ├── taobao_eticket_merchant_ma_send.json │ │ │ ├── taobao_eticket_merchant_tbma_get.json │ │ │ ├── taobao_vmarket_eticket_auth_beforeconsume.json │ │ │ ├── taobao_vmarket_eticket_auth_consume.json │ │ │ ├── taobao_vmarket_eticket_beforeconsume.json │ │ │ ├── taobao_vmarket_eticket_codes_get.json │ │ │ ├── taobao_vmarket_eticket_consume.json │ │ │ ├── taobao_vmarket_eticket_failsend.json │ │ │ ├── taobao_vmarket_eticket_flow_consume.json │ │ │ ├── taobao_vmarket_eticket_flow_resend.json │ │ │ ├── taobao_vmarket_eticket_manage_notify.json │ │ │ ├── taobao_vmarket_eticket_oplogs_get.json │ │ │ ├── taobao_vmarket_eticket_qrcode_upload.json │ │ │ ├── taobao_vmarket_eticket_resend.json │ │ │ ├── taobao_vmarket_eticket_reverse.json │ │ │ ├── taobao_vmarket_eticket_send.json │ │ │ ├── taobao_vmarket_eticket_store_get.json │ │ │ ├── taobao_vmarket_eticket_tasks_get.json │ │ │ └── taobao_vmarket_eticket_time_expand.json │ │ ├── examination │ │ │ ├── alibaba_alihealth_examination_agreement_list.json │ │ │ ├── alibaba_alihealth_examination_goods_onoffline.json │ │ │ ├── alibaba_alihealth_examination_goods_publish.json │ │ │ ├── alibaba_alihealth_examination_hospital_publish.json │ │ │ ├── alibaba_alihealth_examination_hospital_special_tag.json │ │ │ ├── alibaba_alihealth_examination_invoice_info_notify.json │ │ │ ├── alibaba_alihealth_examination_items_publish.json │ │ │ ├── alibaba_alihealth_examination_report_diagnose_file_code_get.json │ │ │ ├── alibaba_alihealth_examination_report_diagnose_order_diagnoseurl_get.json │ │ │ ├── alibaba_alihealth_examination_report_diagnose_order_doctor_refund.json │ │ │ ├── alibaba_alihealth_examination_report_diagnose_order_status.json │ │ │ ├── alibaba_alihealth_examination_report_diagnose_order_submit.json │ │ │ ├── alibaba_alihealth_examination_report_diagnose_order_summary.json │ │ │ ├── alibaba_alihealth_examination_report_diagnose_order_verify.json │ │ │ ├── alibaba_alihealth_examination_report_diagnose_tempmessage_receive.json │ │ │ ├── alibaba_alihealth_examination_reserve_cancel.json │ │ │ ├── alibaba_alihealth_examination_reserve_confirm.json │ │ │ ├── alibaba_alihealth_examination_reserve_isv_modify.json │ │ │ ├── alibaba_alihealth_examination_reserve_modify_notify.json │ │ │ ├── alibaba_alihealth_examination_reserve_report.json │ │ │ ├── alibaba_alihealth_examination_reserve_report_nofify.json │ │ │ ├── alibaba_alihealth_examination_reserve_state.json │ │ │ ├── alibaba_alihealth_examination_reserve_state_notify.json │ │ │ ├── alibaba_alihealth_examination_servicearea_check.json │ │ │ ├── alibaba_alihealth_examination_todoor_serviceinfo_sync.json │ │ │ ├── alibaba_alihealth_medical_order_refund.json │ │ │ └── catelog.json │ │ ├── exchange │ │ │ ├── catelog.json │ │ │ ├── tmall_exchange_agree.json │ │ │ ├── tmall_exchange_confirm_consign.json │ │ │ ├── tmall_exchange_consigngoods.json │ │ │ ├── tmall_exchange_get.json │ │ │ ├── tmall_exchange_message_add.json │ │ │ ├── tmall_exchange_messages_get.json │ │ │ ├── tmall_exchange_receive_get.json │ │ │ ├── tmall_exchange_refuse.json │ │ │ ├── tmall_exchange_refusereason_get.json │ │ │ ├── tmall_exchange_returngoods_agree.json │ │ │ └── tmall_exchange_returngoods_refuse.json │ │ ├── fans │ │ │ ├── catelog.json │ │ │ ├── tmall_fans_arena_push.json │ │ │ ├── tmall_fans_arena_record.json │ │ │ ├── tmall_fans_cashpool_checkpay.json │ │ │ └── tmall_fans_cashpool_create.json │ │ ├── feedflow │ │ │ ├── catelog.json │ │ │ ├── taobao_feedflow_account_get.json │ │ │ ├── taobao_feedflow_account_rptdailylist.json │ │ │ ├── taobao_feedflow_account_rpthourlist.json │ │ │ ├── taobao_feedflow_item_adgroup_add.json │ │ │ ├── taobao_feedflow_item_adgroup_adzone_bind.json │ │ │ ├── taobao_feedflow_item_adgroup_adzone_page.json │ │ │ ├── taobao_feedflow_item_adgroup_adzone_unbind.json │ │ │ ├── taobao_feedflow_item_adgroup_creative_add_bind.json │ │ │ ├── taobao_feedflow_item_adgroup_creative_page.json │ │ │ ├── taobao_feedflow_item_adgroup_delete.json │ │ │ ├── taobao_feedflow_item_adgroup_modify.json │ │ │ ├── taobao_feedflow_item_adgroup_page.json │ │ │ ├── taobao_feedflow_item_adgroup_rptdailylist.json │ │ │ ├── taobao_feedflow_item_adgroup_rpthourlist.json │ │ │ ├── taobao_feedflow_item_adzone_list.json │ │ │ ├── taobao_feedflow_item_adzone_rptdailylist.json │ │ │ ├── taobao_feedflow_item_adzone_rpthourlist.json │ │ │ ├── taobao_feedflow_item_algo_crowd_suggest.json │ │ │ ├── taobao_feedflow_item_campaign_add.json │ │ │ ├── taobao_feedflow_item_campaign_daybudget.json │ │ │ ├── taobao_feedflow_item_campaign_delete.json │ │ │ ├── taobao_feedflow_item_campaign_get.json │ │ │ ├── taobao_feedflow_item_campaign_modify.json │ │ │ ├── taobao_feedflow_item_campaign_page.json │ │ │ ├── taobao_feedflow_item_campaign_rptdailylist.json │ │ │ ├── taobao_feedflow_item_campaign_rpthourlist.json │ │ │ ├── taobao_feedflow_item_creative_delete.json │ │ │ ├── taobao_feedflow_item_creative_rptdailylist.json │ │ │ ├── taobao_feedflow_item_creative_rpthourlist.json │ │ │ ├── taobao_feedflow_item_crowd_add.json │ │ │ ├── taobao_feedflow_item_crowd_delete.json │ │ │ ├── taobao_feedflow_item_crowd_modify.json │ │ │ ├── taobao_feedflow_item_crowd_modifybind.json │ │ │ ├── taobao_feedflow_item_crowd_page.json │ │ │ ├── taobao_feedflow_item_crowd_rptdailylist.json │ │ │ ├── taobao_feedflow_item_crowd_rpthourlist.json │ │ │ ├── taobao_feedflow_item_item_page.json │ │ │ ├── taobao_feedflow_item_option_page.json │ │ │ └── taobao_feedflow_item_target_validlist.json │ │ ├── fenxiao │ │ │ ├── alibaba_ascp_cnsku_add.json │ │ │ ├── alibaba_ascp_cnsku_mapping_delete.json │ │ │ ├── alibaba_ascp_cnsku_modify.json │ │ │ ├── alibaba_ascp_cnsku_search.json │ │ │ ├── alibaba_ascp_cnsku_update.json │ │ │ ├── alibaba_fenxiao_cbutotaobao_relation_add.json │ │ │ ├── catelog.json │ │ │ ├── taobao_fenxiao_cooperation_get.json │ │ │ ├── taobao_fenxiao_dealer_requisitionorder_agree.json │ │ │ ├── taobao_fenxiao_dealer_requisitionorder_close.json │ │ │ ├── taobao_fenxiao_dealer_requisitionorder_create.json │ │ │ ├── taobao_fenxiao_dealer_requisitionorder_get.json │ │ │ ├── taobao_fenxiao_dealer_requisitionorder_query.json │ │ │ ├── taobao_fenxiao_dealer_requisitionorder_remark_update.json │ │ │ ├── taobao_fenxiao_discounts_get.json │ │ │ ├── taobao_fenxiao_distributor_items_get.json │ │ │ ├── taobao_fenxiao_distributor_product_quantity_get.json │ │ │ ├── taobao_fenxiao_distributor_products_get.json │ │ │ ├── taobao_fenxiao_distributors_get.json │ │ │ ├── taobao_fenxiao_grades_get.json │ │ │ ├── taobao_fenxiao_login_user_get.json │ │ │ ├── taobao_fenxiao_order_confirm_paid.json │ │ │ ├── taobao_fenxiao_order_remark_update.json │ │ │ ├── taobao_fenxiao_orders_get.json │ │ │ ├── taobao_fenxiao_product_add.json │ │ │ ├── taobao_fenxiao_product_gradeprice_get.json │ │ │ ├── taobao_fenxiao_product_gradeprice_update.json │ │ │ ├── taobao_fenxiao_product_image_delete.json │ │ │ ├── taobao_fenxiao_product_image_upload.json │ │ │ ├── taobao_fenxiao_product_import_from_auction.json │ │ │ ├── taobao_fenxiao_product_map_add.json │ │ │ ├── taobao_fenxiao_product_quantity_update.json │ │ │ ├── taobao_fenxiao_product_sku_add.json │ │ │ ├── taobao_fenxiao_product_sku_delete.json │ │ │ ├── taobao_fenxiao_product_sku_update.json │ │ │ ├── taobao_fenxiao_product_skus_get.json │ │ │ ├── taobao_fenxiao_product_to_channel_import.json │ │ │ ├── taobao_fenxiao_product_update.json │ │ │ ├── taobao_fenxiao_productcat_add.json │ │ │ ├── taobao_fenxiao_productcat_delete.json │ │ │ ├── taobao_fenxiao_productcat_update.json │ │ │ ├── taobao_fenxiao_productcats_get.json │ │ │ ├── taobao_fenxiao_products_get.json │ │ │ ├── taobao_fenxiao_refund_get.json │ │ │ ├── taobao_fenxiao_refund_query.json │ │ │ ├── taobao_fenxiao_requisitions_get.json │ │ │ ├── taobao_fenxiao_trade_prepay_offline_add.json │ │ │ ├── taobao_fenxiao_trade_prepay_offline_reduce.json │ │ │ ├── taobao_fenxiao_yph_order_get.json │ │ │ ├── taobao_fenxiao_yph_orders_get.json │ │ │ ├── taobao_fenxiao_yph_refund_get.json │ │ │ ├── taobao_fenxiao_yph_refunds_get.json │ │ │ ├── taobao_inventory_adjust_external.json │ │ │ ├── taobao_inventory_adjust_trade.json │ │ │ ├── taobao_inventory_initial.json │ │ │ ├── taobao_inventory_initial_item.json │ │ │ ├── taobao_inventory_query.json │ │ │ ├── taobao_inventory_store_manage.json │ │ │ ├── taobao_inventory_store_query.json │ │ │ ├── taobao_inventory_warehouse_manage.json │ │ │ ├── taobao_inventory_warehouse_query.json │ │ │ ├── taobao_kaola_scitem_add.json │ │ │ ├── taobao_region_price_cancle.json │ │ │ ├── taobao_region_price_manage.json │ │ │ ├── taobao_region_price_query.json │ │ │ ├── taobao_region_sale_query.json │ │ │ ├── taobao_region_warehouse_manage.json │ │ │ ├── taobao_region_warehouse_query.json │ │ │ ├── taobao_scitem_add.json │ │ │ ├── taobao_scitem_get.json │ │ │ ├── taobao_scitem_map_add.json │ │ │ ├── taobao_scitem_map_delete.json │ │ │ ├── taobao_scitem_map_query.json │ │ │ ├── taobao_scitem_outercode_get.json │ │ │ ├── taobao_scitem_query.json │ │ │ ├── taobao_scitem_update.json │ │ │ ├── tmall_channel_products_get.json │ │ │ ├── tmall_inventory_query_forstore.json │ │ │ ├── tmall_supplychain_channel_product_downshelf.json │ │ │ ├── tmall_supplychain_channel_product_price_get.json │ │ │ ├── tmall_supplychain_channel_product_price_update.json │ │ │ ├── tmall_supplychain_channel_product_quantity_get.json │ │ │ ├── tmall_supplychain_channel_product_quantity_update.json │ │ │ ├── tmall_supplychain_channel_product_release.json │ │ │ ├── tmall_supplychain_channel_product_release_status_get.json │ │ │ └── tmall_supplychain_channel_product_upshelf.json │ │ ├── film │ │ │ ├── catelog.json │ │ │ ├── taobao_film_account_phone_query.json │ │ │ ├── taobao_film_data_third_party_refund_order.json │ │ │ ├── taobao_film_lottery_performance.json │ │ │ ├── taobao_film_lottery_sendcode.json │ │ │ └── taobao_film_tfbackyard_cardschedule_update.json │ │ ├── filmtfavatar │ │ │ ├── catelog.json │ │ │ ├── taobao_film_tfavatar_bill_sale_payment_query.json │ │ │ ├── taobao_film_tfavatar_bill_sale_payment_query_vii.json │ │ │ ├── taobao_film_tfavatar_bill_sale_print_query.json │ │ │ ├── taobao_film_tfavatar_bill_sale_refund_query.json │ │ │ ├── taobao_film_tfavatar_bill_sale_refund_query_vii.json │ │ │ ├── taobao_film_tfavatar_bill_ticket_payment_query.json │ │ │ └── taobao_film_tfavatar_bill_ticket_refund_query.json │ │ ├── fivee │ │ │ ├── catelog.json │ │ │ ├── taobao_fivee_company_get.json │ │ │ ├── taobao_fivee_company_upload.json │ │ │ ├── taobao_fivee_importproduct_get.json │ │ │ ├── taobao_fivee_importproduct_publish.json │ │ │ ├── taobao_fivee_innerproduct_get.json │ │ │ └── taobao_fivee_innerproduct_publish.json │ │ ├── flight │ │ │ ├── alitrip_agent_coordinate_detail.json │ │ │ ├── alitrip_agent_coordinate_goback.json │ │ │ ├── alitrip_agent_coordinate_handle.json │ │ │ ├── alitrip_agent_coordinate_list.json │ │ │ ├── alitrip_agent_coordinate_process.json │ │ │ ├── alitrip_agent_coordinate_processing.json │ │ │ ├── alitrip_agent_coordinate_reject.json │ │ │ ├── alitrip_agent_coordinate_upload.json │ │ │ ├── alitrip_agent_flight_intention_confirm.json │ │ │ ├── alitrip_agent_flight_intention_list.json │ │ │ ├── alitrip_agent_flight_sell_modify_approve.json │ │ │ ├── alitrip_agent_flight_sell_modify_backfill.json │ │ │ ├── alitrip_agent_flight_sell_modify_detail.json │ │ │ ├── alitrip_agent_flight_sell_modify_list.json │ │ │ ├── alitrip_agent_flight_sell_modify_refuse.json │ │ │ ├── alitrip_agent_flight_sell_refund_approve.json │ │ │ ├── alitrip_agent_flight_sell_refund_detail.json │ │ │ ├── alitrip_agent_flight_sell_refund_list.json │ │ │ ├── alitrip_agent_flight_sell_refund_refuse.json │ │ │ ├── alitrip_agent_flight_sell_ticketing_detail.json │ │ │ ├── alitrip_agent_flight_sell_ticketing_issue.json │ │ │ ├── alitrip_agent_flight_sell_ticketing_list.json │ │ │ ├── alitrip_policy_domfare_compare.json │ │ │ ├── alitrip_policy_domfare_flowdata.json │ │ │ ├── alitrip_policy_normal_compression_upload.json │ │ │ ├── alitrip_policy_normal_upload.json │ │ │ ├── alitrip_policy_process.json │ │ │ ├── alitrip_policy_rule_compression_upload.json │ │ │ ├── alitrip_policy_rule_upload.json │ │ │ ├── alitrip_policy_special_compression_upload.json │ │ │ ├── alitrip_policy_special_upload.json │ │ │ ├── alitrip_tripvp_agent_order_get.json │ │ │ ├── alitrip_tripvp_agent_order_issue.json │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_flightchange_get.json │ │ │ ├── taobao_alitrip_ie_agent_refund_new_fillconfirmfee.json │ │ │ ├── taobao_alitrip_ie_agent_shopping_push.json │ │ │ ├── taobao_alitrip_totoro_auxproduct_delete.json │ │ │ ├── taobao_alitrip_totoro_auxproduct_push.json │ │ │ ├── taobao_fliggy_flight_agent_auxproduct_delete.json │ │ │ └── taobao_fliggy_flight_agent_auxproduct_push.json │ │ ├── flightuppc │ │ │ ├── alitrip_flight_basic_data_city_queryAll.json │ │ │ ├── alitrip_flight_external_alipay_decrypt.json │ │ │ ├── alitrip_flight_external_alipay_encrypt.json │ │ │ ├── alitrip_flight_external_alipay_sign.json │ │ │ ├── alitrip_flight_external_alipay_sn_query.json │ │ │ ├── alitrip_flight_external_alipay_verify.json │ │ │ ├── alitrip_flight_flightchange_order_query.json │ │ │ ├── alitrip_flight_insurance_order_apply.json │ │ │ ├── alitrip_flight_insurance_order_modify.json │ │ │ ├── alitrip_flight_insurance_order_refund.json │ │ │ ├── alitrip_flight_insurance_order_search.json │ │ │ ├── alitrip_flight_insurance_product_search.json │ │ │ ├── alitrip_uppc_member_gain.json │ │ │ └── catelog.json │ │ ├── foodscan │ │ │ ├── alibaba_footscan_mini_query_mobilereport.json │ │ │ ├── alibaba_footscan_mini_report_fragment_first.json │ │ │ ├── alibaba_footscan_mini_report_fragment_second.json │ │ │ └── catelog.json │ │ ├── fpm │ │ │ ├── .json │ │ │ ├── alibaba_cfo_incoming_invoice_pyt_image_upload.json │ │ │ ├── alibaba_cfo_incoming_invoice_pyt_invoice_scan.json │ │ │ ├── alibaba_cfo_incoming_invoice_register.json │ │ │ ├── alibaba_fpm_file_upload.json │ │ │ ├── alibaba_sp_open_payment_repay.json │ │ │ ├── alibaba_sp_open_payment_sync.json │ │ │ └── catelog.json │ │ ├── fundplatform │ │ │ ├── alibaba_cfo_incoming_invoice_ledger_fullysync.json │ │ │ ├── alibaba_fundplatform_account_charge.json │ │ │ ├── alibaba_fundplatform_account_charge_notify.json │ │ │ ├── alibaba_fundplatform_account_jour_query_info.json │ │ │ ├── alibaba_fundplatform_account_query_info.json │ │ │ ├── alibaba_fundplatform_card_template_new.json │ │ │ ├── alibaba_fundplatform_cardorder_card_active.json │ │ │ ├── alibaba_fundplatform_cardorder_fetch_card_async.json │ │ │ ├── alibaba_fundplatform_cardorder_make.json │ │ │ ├── alibaba_fundplatform_cardorder_make_success.json │ │ │ ├── alibaba_fundplatform_cardorder_receipt.json │ │ │ ├── alibaba_fundplatform_cardorder_status_query.json │ │ │ ├── alibaba_fundplatform_cardorders_info_query.json │ │ │ ├── alibaba_fundplatform_cardorders_info_query_by_cardno.json │ │ │ ├── alibaba_fundplatform_cardorders_status_make_finish.json │ │ │ ├── alibaba_fundplatform_cardorders_status_sended.json │ │ │ ├── alibaba_tax_invoice_sync_ledger.json │ │ │ └── catelog.json │ │ ├── game │ │ │ ├── catelog.json │ │ │ ├── taobao_apple_card_active_apply_notify.json │ │ │ ├── taobao_apple_card_active_cancel_notify.json │ │ │ ├── taobao_apple_newuser_activate_notify.json │ │ │ ├── taobao_apple_newuser_sign_notify.json │ │ │ ├── taobao_apple_newuser_sign_notify_newversion.json │ │ │ └── taobao_apple_olduser_charge_notify.json │ │ ├── gameact │ │ │ ├── catelog.json │ │ │ ├── taobao_de_activity_delivery_addr_confirm.json │ │ │ ├── taobao_de_activity_info_get.json │ │ │ ├── taobao_de_activity_luckydraw.json │ │ │ └── taobao_de_activity_machineid_get.json │ │ ├── globalvirtual │ │ │ ├── alibaba_global_virtual_sendcode.json │ │ │ └── catelog.json │ │ ├── guoguo │ │ │ ├── cainiao_guoguo_backup_graborder_submitmailno.json │ │ │ ├── cainiao_guoguo_backup_graborder_takepackage.json │ │ │ ├── cainiao_guoguo_cp_backup_assigncourier.json │ │ │ ├── cainiao_guoguo_cp_backup_assigncourierbyid.json │ │ │ ├── cainiao_guoguo_cp_nborderfrontr_updateuser.json │ │ │ └── catelog.json │ │ ├── happytrip │ │ │ ├── alibaba_happytrip_freelogin_getusercontext.json │ │ │ ├── alibaba_happytrip_order_get.json │ │ │ ├── alibaba_happytrip_taxi_driver_blacklist_add.json │ │ │ ├── alibaba_happytrip_taxi_driver_blacklist_remove.json │ │ │ ├── alibaba_happytrip_taxi_driver_location_get.json │ │ │ ├── alibaba_happytrip_taxi_id_get.json │ │ │ ├── alibaba_happytrip_taxi_order_assign.json │ │ │ ├── alibaba_happytrip_taxi_order_cancel.json │ │ │ ├── alibaba_happytrip_taxi_order_complain.json │ │ │ ├── alibaba_happytrip_taxi_order_complaint_get.json │ │ │ ├── alibaba_happytrip_taxi_order_confirm.json │ │ │ ├── alibaba_happytrip_taxi_order_create.json │ │ │ ├── alibaba_happytrip_taxi_order_destination_modify.json │ │ │ ├── alibaba_happytrip_taxi_order_get.json │ │ │ ├── alibaba_happytrip_taxi_order_notify.json │ │ │ ├── alibaba_happytrip_taxi_order_score.json │ │ │ ├── alibaba_happytrip_taxi_price_get.json │ │ │ ├── alibaba_happytrip_taxi_provider_account_balance.json │ │ │ ├── alibaba_happytrip_taxi_servicestatus_get.json │ │ │ ├── alibaba_happytrip_travel_sync.json │ │ │ ├── alibaba_htcoupon_fulu_phonecharge_callback.json │ │ │ ├── alibaba_htorder_hotel_sync_booking.json │ │ │ ├── alibaba_htorder_hotel_sync_config.json │ │ │ └── catelog.json │ │ ├── healthnr │ │ │ ├── alibaba_health_nr_logistics_query.json │ │ │ └── catelog.json │ │ ├── homeai │ │ │ ├── catelog.json │ │ │ └── taobao_homeai_alg_predict.json │ │ ├── hotel │ │ │ ├── alitrip_hotel_rate_getmixratelist_get.json │ │ │ ├── catelog.json │ │ │ ├── taobao_xhotel_city_get.json │ │ │ ├── taobao_xhotel_distribution_info.json │ │ │ ├── taobao_xhotel_distribution_price.json │ │ │ ├── taobao_xhotel_info_list_get.json │ │ │ ├── taobao_xhotel_info_list_get_for_hello.json │ │ │ └── taobao_xhotel_price_get_for_hello.json │ │ ├── hotelalliance │ │ │ ├── alitrip_hotel_alliance_hid_get.json │ │ │ ├── alitrip_hotel_alliance_settle_order_syn.json │ │ │ ├── alitrip_hotel_hms_partner_info_get.json │ │ │ ├── alitrip_hotel_single_info_get.json │ │ │ └── catelog.json │ │ ├── hotelhstdf │ │ │ ├── alitrip_hotel_hstdf_businessarea_get.json │ │ │ ├── alitrip_hotel_hstdf_hotelroomstatic_get.json │ │ │ ├── alitrip_hotel_hstdf_poilocation_get.json │ │ │ ├── alitrip_hotel_hstdf_shotel_exnotmatchroom.json │ │ │ ├── alitrip_hotel_hstdf_shotel_exportshotel.json │ │ │ ├── alitrip_hotel_hstdf_shotel_exportsroomtype.json │ │ │ ├── alitrip_hotel_hstdf_shotel_matchshotelself.json │ │ │ ├── alitrip_hotel_hstdf_shotel_matchsroomself.json │ │ │ ├── alitrip_hotel_hstdf_shotel_roomtype_mappings_list.json │ │ │ ├── catelog.json │ │ │ └── taobao_xhotel_hotel_message_receive.json │ │ ├── icbu │ │ │ ├── alibaba_icbu_category_attribute_get.json │ │ │ ├── alibaba_icbu_category_attrvalue_get.json │ │ │ ├── alibaba_icbu_category_get.json │ │ │ ├── alibaba_icbu_category_get_new.json │ │ │ ├── alibaba_icbu_category_id_mapping.json │ │ │ ├── alibaba_icbu_category_level_attr_get.json │ │ │ ├── alibaba_icbu_category_schema_level_get.json │ │ │ ├── alibaba_icbu_photobank_group_list.json │ │ │ ├── alibaba_icbu_photobank_group_operate.json │ │ │ ├── alibaba_icbu_photobank_list.json │ │ │ ├── alibaba_icbu_photobank_upload.json │ │ │ ├── alibaba_icbu_product_add.json │ │ │ ├── alibaba_icbu_product_add_draft.json │ │ │ ├── alibaba_icbu_product_batch_update_display.json │ │ │ ├── alibaba_icbu_product_get.json │ │ │ ├── alibaba_icbu_product_group_add.json │ │ │ ├── alibaba_icbu_product_group_get.json │ │ │ ├── alibaba_icbu_product_id_decrypt.json │ │ │ ├── alibaba_icbu_product_list.json │ │ │ ├── alibaba_icbu_product_schema_add.json │ │ │ ├── alibaba_icbu_product_schema_add_draft.json │ │ │ ├── alibaba_icbu_product_schema_get.json │ │ │ ├── alibaba_icbu_product_schema_render.json │ │ │ ├── alibaba_icbu_product_schema_render_draft.json │ │ │ ├── alibaba_icbu_product_schema_update.json │ │ │ ├── alibaba_icbu_product_score_get.json │ │ │ ├── alibaba_icbu_product_update.json │ │ │ ├── alibaba_icbu_product_update_field.json │ │ │ ├── alibaba_wholesale_shippingline_template_list.json │ │ │ └── catelog.json │ │ ├── icbuassurance │ │ │ ├── alibaba_icbu_trade_assurance_account_get.json │ │ │ └── catelog.json │ │ ├── icbudropshipping │ │ │ ├── alibaba_buynow_order_create.json │ │ │ ├── alibaba_dropshipping_order_pay.json │ │ │ ├── alibaba_dropshipping_product_get.json │ │ │ ├── alibaba_dropshipping_store_save.json │ │ │ ├── alibaba_dropshipping_token_create.json │ │ │ ├── alibaba_order_freight_calculate.json │ │ │ ├── alibaba_order_logistics_tracking_get.json │ │ │ ├── alibaba_order_pay_result_query.json │ │ │ ├── alibaba_shipping_freight_calculate.json │ │ │ └── catelog.json │ │ ├── icbulogistics │ │ │ ├── alibaba_onetouch_logistics_express_address_city_list.json │ │ │ ├── alibaba_onetouch_logistics_express_address_division_list.json │ │ │ ├── alibaba_onetouch_logistics_express_address_province_list.json │ │ │ ├── alibaba_onetouch_logistics_express_address_street_list.json │ │ │ ├── alibaba_onetouch_logistics_express_charge_calculate.json │ │ │ ├── alibaba_onetouch_logistics_express_logistics_order_create.json │ │ │ ├── alibaba_onetouch_logistics_express_logistics_product_list.json │ │ │ ├── alibaba_onetouch_logistics_express_order_detail_get.json │ │ │ ├── alibaba_onetouch_logistics_express_special_product_type_list.json │ │ │ └── catelog.json │ │ ├── icbuproduct │ │ │ ├── alibaba_icbu_product_id_encrypt.json │ │ │ ├── alibaba_icbu_product_inventory_update.json │ │ │ ├── alibaba_icbu_product_type_available_get.json │ │ │ └── catelog.json │ │ ├── icburfq │ │ │ ├── alibaba_icbu_annex_upload.json │ │ │ ├── alibaba_icbu_quotation_post.json │ │ │ ├── alibaba_icbu_rfq_myequity.json │ │ │ ├── alibaba_icbu_rfq_read.json │ │ │ ├── alibaba_icbu_rfq_recommend.json │ │ │ ├── alibaba_icbu_rfq_search.json │ │ │ ├── alibaba_icbu_rfqdetail_get.json │ │ │ └── catelog.json │ │ ├── icbuseller │ │ │ ├── alibaba_seller_coupon_auth_verify.json │ │ │ ├── alibaba_seller_vendor_order_detail.json │ │ │ ├── alibaba_seller_vendor_order_list.json │ │ │ ├── alibaba_seller_vendor_service_process.json │ │ │ ├── alibaba_seller_vendor_service_vendorprocess.json │ │ │ ├── alibaba_seller_vendor_trade_purchase.json │ │ │ └── catelog.json │ │ ├── icbushowcase │ │ │ ├── alibaba_scbp_showcase_addproduct.json │ │ │ ├── alibaba_scbp_showcase_deleteproduct.json │ │ │ ├── alibaba_scbp_showcase_list.json │ │ │ ├── alibaba_scbp_showcase_sort.json │ │ │ ├── alibaba_scbp_showcase_status.json │ │ │ ├── alibaba_scbp_showcase_updateproduct.json │ │ │ └── catelog.json │ │ ├── idle │ │ │ ├── alibaba_idle_adv_material_upload.json │ │ │ ├── alibaba_idle_agreement_pay.json │ │ │ ├── alibaba_idle_agreement_pay_query.json │ │ │ ├── alibaba_idle_appraise_order_perform.json │ │ │ ├── alibaba_idle_appraise_order_query.json │ │ │ ├── alibaba_idle_appraise_spu_register_modify.json │ │ │ ├── alibaba_idle_apprize_order_fulfillment.json │ │ │ ├── alibaba_idle_autotrade_isv_order_state_process.json │ │ │ ├── alibaba_idle_car_order_query.json │ │ │ ├── alibaba_idle_consignment_order_get.json │ │ │ ├── alibaba_idle_consignment_order_perform.json │ │ │ ├── alibaba_idle_consignment_spu_statistics.json │ │ │ ├── alibaba_idle_consignmentii_order_get.json │ │ │ ├── alibaba_idle_consignmentii_order_perform.json │ │ │ ├── alibaba_idle_goosefish_promotion_activity_info_query.json │ │ │ ├── alibaba_idle_goosefish_user_info_query.json │ │ │ ├── alibaba_idle_isv_goosefish_order_create.json │ │ │ ├── alibaba_idle_isv_item_recharge_batch_remove.json │ │ │ ├── alibaba_idle_isv_item_recharge_edit.json │ │ │ ├── alibaba_idle_isv_order_dealrefund.json │ │ │ ├── alibaba_idle_onespu_register_update.json │ │ │ ├── alibaba_idle_order_dummy_send.json │ │ │ ├── alibaba_idle_pay_plan_create.json │ │ │ ├── alibaba_idle_recycle_inspection_report.json │ │ │ ├── alibaba_idle_recycle_order_fulfillment.json │ │ │ ├── alibaba_idle_recycle_order_perform.json │ │ │ ├── alibaba_idle_recycle_order_query.json │ │ │ ├── alibaba_idle_recycle_order_show.json │ │ │ ├── alibaba_idle_recycle_spu_template_modify.json │ │ │ ├── alibaba_idle_rent_item_add.json │ │ │ ├── alibaba_idle_rent_item_edit.json │ │ │ ├── alibaba_idle_rent_item_query.json │ │ │ ├── alibaba_idle_rent_item_sku_update.json │ │ │ ├── alibaba_idle_rent_media_upload.json │ │ │ ├── alibaba_idle_rent_order_checkstatus_upload.json │ │ │ ├── alibaba_idle_rent_order_logistics_deliver.json │ │ │ ├── alibaba_idle_rent_order_package.json │ │ │ ├── alibaba_idle_rent_order_query.json │ │ │ ├── alibaba_idle_rent_order_receiveitem.json │ │ │ ├── alibaba_idle_rent_order_senditem.json │ │ │ ├── alibaba_idle_report_media_upload.json │ │ │ ├── alibaba_idle_report_result_upload.json │ │ │ ├── alibaba_idle_spu_register_modify.json │ │ │ ├── alibaba_idle_template_ques_get.json │ │ │ ├── alibaba_idle_template_ques_online.json │ │ │ ├── alibaba_idle_tender_aftersale_order_get.json │ │ │ ├── alibaba_idle_tender_aftersale_order_perform.json │ │ │ ├── alibaba_idle_tender_btob_item_delete.json │ │ │ ├── alibaba_idle_tender_btob_item_query.json │ │ │ ├── alibaba_idle_tender_btob_item_upload.json │ │ │ ├── alibaba_idle_tender_order_get.json │ │ │ ├── alibaba_idle_tender_pre_pay_action.json │ │ │ ├── alibaba_idle_tender_upload_report.json │ │ │ ├── alibaba_idle_trade_car_perform.json │ │ │ ├── alibaba_idle_transferpay_query.json │ │ │ ├── alibaba_idle_user_permit.json │ │ │ ├── alibaba_xianyu_tender_order_perform.json │ │ │ ├── catelog.json │ │ │ ├── taobao_idle_recycle_refund_apply.json │ │ │ ├── taobao_idle_recycle_refund_cancleapply.json │ │ │ ├── taobao_idle_recycle_refund_detail.json │ │ │ └── taobao_idle_recycle_refund_returngoods.json │ │ ├── idleisv │ │ │ ├── alibaba_idle_isv_item_downshelf.json │ │ │ ├── alibaba_idle_isv_item_edit.json │ │ │ ├── alibaba_idle_isv_item_publish.json │ │ │ ├── alibaba_idle_isv_item_query.json │ │ │ ├── alibaba_idle_isv_media_upload.json │ │ │ ├── alibaba_idle_isv_order_adjustprice.json │ │ │ ├── alibaba_idle_isv_order_close.json │ │ │ ├── alibaba_idle_isv_order_ship.json │ │ │ ├── alibaba_idle_isv_pv_list.json │ │ │ ├── alibaba_idle_isv_pv_query.json │ │ │ ├── alibaba_idle_isv_refund_query.json │ │ │ ├── alibaba_idle_isv_spu_search.json │ │ │ ├── alibaba_idle_isv_user_authorize.json │ │ │ ├── alibaba_idle_isv_user_info.json │ │ │ ├── alibaba_idle_isv_user_query.json │ │ │ ├── alibaba_idle_item_user_publishitems.json │ │ │ ├── alibaba_idle_logistics_companies_query.json │ │ │ ├── alibaba_idle_user_permit_query.json │ │ │ ├── alibaba_idle_user_permit_revoke.json │ │ │ └── catelog.json │ │ ├── idleitem │ │ │ ├── alibaba_idle_item_media_add.json │ │ │ ├── alibaba_idle_recycle_order_get.json │ │ │ └── catelog.json │ │ ├── idleparttime │ │ │ ├── alibaba_idle_parttime_jobsync.json │ │ │ ├── alibaba_idle_parttime_notify.json │ │ │ ├── alibaba_idle_parttime_synclog.json │ │ │ └── catelog.json │ │ ├── ieagency │ │ │ ├── alitrip_ie_buyer_order_bookpay.json │ │ │ ├── alitrip_tripvp_agent_order_search.json │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_ie_agent_change_querychangelist.json │ │ │ ├── taobao_alitrip_ie_agent_order_get.json │ │ │ ├── taobao_alitrip_ie_agent_order_hk.json │ │ │ ├── taobao_alitrip_ie_agent_order_search.json │ │ │ ├── taobao_alitrip_ie_agent_refund_get.json │ │ │ ├── taobao_alitrip_ie_agent_refund_new_getdetail.json │ │ │ ├── taobao_alitrip_ie_agent_refund_new_getlist.json │ │ │ ├── taobao_alitrip_ie_agent_refund_new_receive.json │ │ │ ├── taobao_alitrip_ie_agent_refund_refundmoney.json │ │ │ ├── taobao_alitrip_ie_agent_refund_refuse.json │ │ │ ├── taobao_alitrip_ie_agent_refund_search.json │ │ │ └── taobao_alitrip_ie_agent_ticket_issue.json │ │ ├── ihome │ │ │ ├── alibaba_ihome_ctom_case_mainpic_update.json │ │ │ ├── catelog.json │ │ │ └── taobao_ihome_advancepic_upload.json │ │ ├── interact │ │ │ ├── alibaba_fc_mallx_interaction_ai_pic_list.json │ │ │ ├── alibaba_interact_activity_addcomment.json │ │ │ ├── alibaba_interact_activity_apply.json │ │ │ ├── alibaba_interact_activity_pushtoalicom.json │ │ │ ├── alibaba_interact_activity_register.json │ │ │ ├── alibaba_interact_activity_unregister.json │ │ │ ├── alibaba_interact_coin_buyer_add.json │ │ │ ├── alibaba_interact_coupon_apply.json │ │ │ ├── alibaba_interact_current_mixusernick.json │ │ │ ├── alibaba_interact_isv_gateway.json │ │ │ ├── alibaba_interact_isvlottery_isvdraw.json │ │ │ ├── alibaba_interact_login_alipayauth.json │ │ │ ├── alibaba_interact_onecode_issue.json │ │ │ ├── alibaba_interact_sensor_audio.json │ │ │ ├── alibaba_interact_sensor_authorize.json │ │ │ ├── alibaba_interact_sensor_blow.json │ │ │ ├── alibaba_interact_sensor_calendar.json │ │ │ ├── alibaba_interact_sensor_favorites.json │ │ │ ├── alibaba_interact_sensor_gcanvas.json │ │ │ ├── alibaba_interact_sensor_glue.json │ │ │ ├── alibaba_interact_sensor_gmedia.json │ │ │ ├── alibaba_interact_sensor_gravity.json │ │ │ ├── alibaba_interact_sensor_gutil.json │ │ │ ├── alibaba_interact_sensor_gyro.json │ │ │ ├── alibaba_interact_sensor_login.json │ │ │ ├── alibaba_interact_sensor_ma.json │ │ │ ├── alibaba_interact_sensor_makeup.json │ │ │ ├── alibaba_interact_sensor_networkstatus.json │ │ │ ├── alibaba_interact_sensor_openwindow.json │ │ │ ├── alibaba_interact_sensor_popwindow.json │ │ │ ├── alibaba_interact_sensor_shake.json │ │ │ ├── alibaba_interact_sensor_share.json │ │ │ ├── alibaba_interact_sensor_takephoto.json │ │ │ ├── alibaba_interact_sensor_titlebarhide.json │ │ │ ├── alibaba_interact_sensor_toast.json │ │ │ ├── alibaba_interact_sensor_vibrate.json │ │ │ ├── alibaba_interact_sensor_wangwang.json │ │ │ ├── alibaba_interact_shop_favor.json │ │ │ ├── alibaba_interact_ump_meal_query.json │ │ │ ├── alibaba_interact_user_islogin.json │ │ │ ├── alibaba_interact_wireless_draw.json │ │ │ ├── catelog.json │ │ │ ├── taobao_mixnick_playtowe.json │ │ │ ├── taobao_mixnick_wetoplay.json │ │ │ ├── taobao_weitao_feed_cancel.json │ │ │ ├── taobao_weitao_feed_synchronize.json │ │ │ └── taobao_weitao_feed_synchronize_new.json │ │ ├── interactvip │ │ │ ├── alibaba_interact_vip_get.json │ │ │ └── catelog.json │ │ ├── inventory │ │ │ ├── alibaba_retail_device_inventory_sync.json │ │ │ ├── catelog.json │ │ │ ├── taobao_inventory_merchant_adjust.json │ │ │ ├── taobao_inventory_plan_edit.json │ │ │ ├── taobao_inventory_plan_invalid.json │ │ │ ├── taobao_inventory_plan_quantity_increase.json │ │ │ ├── taobao_inventory_plan_query.json │ │ │ ├── taobao_location_relation_edit.json │ │ │ └── taobao_location_relation_query.json │ │ ├── iot │ │ │ ├── alibaba_ailabs_aligenie_albums_get.json │ │ │ ├── alibaba_ailabs_aligenie_albums_search.json │ │ │ ├── alibaba_ailabs_aligenie_iot_device_control_result.json │ │ │ ├── alibaba_ailabs_aligenie_tracks_search.json │ │ │ ├── alibaba_ailabs_iot_business_recipe_getdetail.json │ │ │ ├── alibaba_ailabs_iot_business_recipe_getpage.json │ │ │ ├── alibaba_ailabs_iot_business_recipe_insertorupdate.json │ │ │ ├── alibaba_ailabs_iot_business_recipestep_insertorupdate.json │ │ │ ├── alibaba_retail_device_payUrl_get.json │ │ │ ├── catelog.json │ │ │ ├── taobao_ailab_aicloud_smarthome_top_genielink_reportdevice.json │ │ │ ├── taobao_ailab_aicloud_top_auth_get.json │ │ │ ├── taobao_ailab_aicloud_top_auth_logout.json │ │ │ ├── taobao_ailab_aicloud_top_device_authcode_get.json │ │ │ ├── taobao_ailab_aicloud_top_device_authresult_get.json │ │ │ ├── taobao_ailab_aicloud_top_device_control_childlock.json │ │ │ ├── taobao_ailab_aicloud_top_device_control_custom.json │ │ │ ├── taobao_ailab_aicloud_top_device_control_hibernation.json │ │ │ ├── taobao_ailab_aicloud_top_device_control_lamp.json │ │ │ ├── taobao_ailab_aicloud_top_device_control_pauseandresume.json │ │ │ ├── taobao_ailab_aicloud_top_device_control_playbyid.json │ │ │ ├── taobao_ailab_aicloud_top_device_control_playurl.json │ │ │ ├── taobao_ailab_aicloud_top_device_control_volume.json │ │ │ ├── taobao_ailab_aicloud_top_device_detailinfo_get.json │ │ │ ├── taobao_ailab_aicloud_top_device_deviceid_convert.json │ │ │ ├── taobao_ailab_aicloud_top_device_extinfo_get.json │ │ │ ├── taobao_ailab_aicloud_top_device_getstatus.json │ │ │ ├── taobao_ailab_aicloud_top_device_openid_authcode_get.json │ │ │ ├── taobao_ailab_aicloud_top_device_openid_authresult_get.json │ │ │ ├── taobao_ailab_aicloud_top_device_openid_unbind.json │ │ │ ├── taobao_ailab_aicloud_top_device_settings_reset.json │ │ │ ├── taobao_ailab_aicloud_top_device_statusinfo_get.json │ │ │ ├── taobao_ailab_aicloud_top_device_unbind.json │ │ │ ├── taobao_ailab_aicloud_top_feedlist_delete.json │ │ │ ├── taobao_ailab_aicloud_top_feedlist_get.json │ │ │ ├── taobao_ailab_aicloud_top_freelisten_childrenalbum.json │ │ │ ├── taobao_ailab_aicloud_top_like_add.json │ │ │ ├── taobao_ailab_aicloud_top_like_delete.json │ │ │ ├── taobao_ailab_aicloud_top_like_filter.json │ │ │ ├── taobao_ailab_aicloud_top_like_list.json │ │ │ ├── taobao_ailab_aicloud_top_message_addtext.json │ │ │ ├── taobao_ailab_aicloud_top_message_get_unread_count.json │ │ │ ├── taobao_ailab_aicloud_top_message_list.json │ │ │ ├── taobao_ailab_aicloud_top_message_send.json │ │ │ ├── tmall_device_carturl_get.json │ │ │ ├── tmall_device_item_promotion_get.json │ │ │ └── tmall_device_store_followurl_get.json │ │ ├── ioti │ │ │ ├── alibaba_it_album_device_sendimage.json │ │ │ ├── alibaba_it_esl_eslimage_sendimage.json │ │ │ ├── alibaba_it_esl_eslimage_showimagecommon.json │ │ │ ├── alibaba_it_esl_eslinfo_geteslinfo.json │ │ │ ├── alibaba_it_esl_sendled.json │ │ │ ├── alibaba_it_esl_sendota.json │ │ │ └── catelog.json │ │ ├── iotticket │ │ │ ├── cainiao_iot_ticket_detail_query.json │ │ │ ├── cainiao_iot_ticket_sp_comment.json │ │ │ ├── cainiao_iot_ticket_sp_mail_sign_upload.json │ │ │ ├── cainiao_iot_ticket_sp_mail_voucher_upload.json │ │ │ ├── cainiao_iot_ticket_sp_maintain_update.json │ │ │ ├── cainiao_iot_ticket_sp_maintain_vtwo_create.json │ │ │ ├── cainiao_iot_ticket_sp_vtwo_accept.json │ │ │ └── catelog.json │ │ ├── itpolicy │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_it_fare_addow.json │ │ │ ├── taobao_alitrip_it_fare_addrt.json │ │ │ ├── taobao_alitrip_it_fare_batchadd.json │ │ │ ├── taobao_alitrip_it_fare_batchdelete.json │ │ │ ├── taobao_alitrip_it_fare_delete.json │ │ │ ├── taobao_alitrip_it_fare_get.json │ │ │ ├── taobao_alitrip_it_fare_querytask.json │ │ │ ├── taobao_alitrip_it_fare_update.json │ │ │ ├── taobao_alitrip_it_policy_add.json │ │ │ ├── taobao_alitrip_it_policy_batchdelete.json │ │ │ ├── taobao_alitrip_it_policy_delete.json │ │ │ ├── taobao_alitrip_it_policy_get.json │ │ │ └── taobao_alitrip_it_policy_update.json │ │ ├── jae │ │ │ ├── catelog.json │ │ │ └── taobao_aplatform_weakget.json │ │ ├── jipiao │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_buyer_get.json │ │ │ ├── taobao_alitrip_seller_modify_list.json │ │ │ ├── taobao_alitrip_seller_refund_confirmreturn.json │ │ │ ├── taobao_alitrip_seller_refund_fillfee.json │ │ │ ├── taobao_alitrip_seller_refund_get.json │ │ │ ├── taobao_alitrip_seller_refund_refusereturn.json │ │ │ ├── taobao_alitrip_seller_refund_search.json │ │ │ ├── taobao_alitrip_seller_refundmoney_confirm.json │ │ │ ├── taobao_alitrip_seller_refundorderlist_fetch.json │ │ │ └── taobao_jipiao_agent_order_bdetail.json │ │ ├── jms │ │ │ ├── catelog.json │ │ │ ├── taobao_jushita_jms_group_get.json │ │ │ ├── taobao_jushita_jms_topics_get.json │ │ │ ├── taobao_jushita_jms_user_add.json │ │ │ ├── taobao_jushita_jms_user_delete.json │ │ │ └── taobao_jushita_jms_user_get.json │ │ ├── jst │ │ │ ├── alibaba_modifyaddress_isv_bindseller_check.json │ │ │ ├── catelog.json │ │ │ ├── taobao_jds_hluser_get.json │ │ │ ├── taobao_jds_hluser_update.json │ │ │ ├── taobao_jds_refund_traces_get.json │ │ │ ├── taobao_jds_trade_traces_get.json │ │ │ ├── taobao_jds_trades_statistics_diff.json │ │ │ ├── taobao_jds_trades_statistics_get.json │ │ │ ├── taobao_jst_miniapp_crowd_create.json │ │ │ ├── taobao_jst_miniapp_openid_message_send.json │ │ │ ├── taobao_jst_sms_message_direct_batchsend.json │ │ │ ├── taobao_jst_sms_message_send.json │ │ │ ├── taobao_jst_sms_message_shorturl_create.json │ │ │ ├── taobao_jst_sms_message_shorturl_query.json │ │ │ ├── taobao_jst_sms_oaid_message_send.json │ │ │ ├── taobao_jst_sms_signname_create.json │ │ │ ├── taobao_jst_sms_signname_delete.json │ │ │ ├── taobao_jst_sms_signname_modify.json │ │ │ ├── taobao_jst_sms_signname_query.json │ │ │ ├── taobao_jst_sms_signname_report.json │ │ │ ├── taobao_jst_sms_task_create.json │ │ │ ├── taobao_jst_sms_template_create.json │ │ │ ├── taobao_jst_sms_template_delete.json │ │ │ ├── taobao_jst_sms_template_modify.json │ │ │ ├── taobao_jst_sms_template_query.json │ │ │ ├── taobao_jst_sms_template_report.json │ │ │ ├── taobao_jushita_jdp_user_add.json │ │ │ ├── taobao_jushita_jdp_user_delete.json │ │ │ ├── taobao_jushita_jdp_users_get.json │ │ │ ├── taobao_modifyaddress_open.json │ │ │ ├── taobao_modifyorder_order_check.json │ │ │ ├── taobao_modifysku_query_status.json │ │ │ ├── taobao_oc_ap_contractsigned_get.json │ │ │ ├── taobao_oc_ap_contracturl_get.json │ │ │ ├── taobao_oc_trades_bytag_get.json │ │ │ ├── taobao_oc_tradetag_attach.json │ │ │ ├── taobao_oc_tradetags_get.json │ │ │ ├── taobao_oc_tradetrace_alerts_get.json │ │ │ ├── taobao_qimen_orderstatus_update.json │ │ │ ├── taobao_rds_db_create.json │ │ │ ├── taobao_rds_db_createaccount.json │ │ │ ├── taobao_rds_db_delete.json │ │ │ ├── taobao_rds_db_get.json │ │ │ ├── taobao_rds_db_getdb.json │ │ │ └── taobao_top_biz_seller_sign.json │ │ ├── jstinteractive │ │ │ ├── catelog.json │ │ │ ├── taobao_jst_interactive_activity_create.json │ │ │ ├── taobao_jst_interactive_activity_query.json │ │ │ ├── taobao_jst_interactive_activity_update.json │ │ │ ├── taobao_jst_interactive_assets_config.json │ │ │ ├── taobao_jst_interactive_assets_configured_query.json │ │ │ ├── taobao_jst_interactive_assets_query.json │ │ │ ├── taobao_jst_interactive_point_decrease.json │ │ │ ├── taobao_jst_interactive_point_increase.json │ │ │ ├── taobao_jst_interactive_point_query.json │ │ │ ├── taobao_jst_interactive_task_query.json │ │ │ └── taobao_jst_interactive_task_register.json │ │ ├── jstsecret │ │ │ ├── catelog.json │ │ │ └── taobao_jst_secret_get.json │ │ ├── ju │ │ │ ├── alibaba_jhs_community_activity_details.json │ │ │ ├── alibaba_jhs_community_activity_list.json │ │ │ ├── alibaba_jhs_community_activity_reservation.json │ │ │ ├── alibaba_jhs_community_identity_store.json │ │ │ ├── alibaba_jhs_community_submitting_text.json │ │ │ ├── alibaba_jhs_community_user_statistics.json │ │ │ ├── alibaba_jhs_community_wechat_login.json │ │ │ └── catelog.json │ │ ├── jym │ │ │ ├── alibaba_jym_goods_external_goods_vmos_offon_game.json │ │ │ ├── alibaba_jym_industry_outsidegamepropertysync_querypropertyinfo.json │ │ │ ├── alibaba_jym_industry_outsidegamepropertysync_syncpropertyinfo.json │ │ │ ├── alibaba_jym_industry_recommend_goods_get.json │ │ │ ├── alibaba_jym_industry_taskswitch_save.json │ │ │ ├── alibaba_jym_industry_trade_max_price_get.json │ │ │ ├── alibaba_jym_industry_vmos_common_callback.json │ │ │ ├── alibaba_jym_item_external_goods_batch_synoffsale.json │ │ │ ├── alibaba_jym_steam_fulfillment_update.json │ │ │ ├── alibaba_jym_steam_refund_audit.json │ │ │ ├── alibaba_jym_steam_shadowuser_get.json │ │ │ ├── catelog.json │ │ │ └── taobao_jym_member_realname_verify_withoutuid.json │ │ ├── kbalgo │ │ │ ├── alibaba_kbalgo_alscpois_get.json │ │ │ └── catelog.json │ │ ├── kclub │ │ │ ├── alibaba_kclub_kc_getcategorytree.json │ │ │ ├── alibaba_kclub_kc_qa_get.json │ │ │ ├── alibaba_kclub_kc_qa_search.json │ │ │ ├── alibaba_kclub_kc_qa_search_page.json │ │ │ ├── alibaba_kclub_kc_queryknowledge.json │ │ │ └── catelog.json │ │ ├── koubeimall │ │ │ ├── catelog.json │ │ │ ├── taobao_koubei_mall_common_item_detail_query.json │ │ │ ├── taobao_koubei_mall_common_item_shelf_page.json │ │ │ ├── taobao_koubei_mall_common_item_super_discount_list.json │ │ │ ├── taobao_koubei_mall_common_mall_auth_page.json │ │ │ ├── taobao_koubei_mall_common_mall_detail_get.json │ │ │ ├── taobao_koubei_mall_common_mall_near_list.json │ │ │ ├── taobao_koubei_mall_common_store_comment_page.json │ │ │ ├── taobao_koubei_mall_common_store_detail_query.json │ │ │ ├── taobao_koubei_mall_common_store_display_goods_list.json │ │ │ └── taobao_koubei_mall_common_store_page.json │ │ ├── larkiot │ │ │ ├── catelog.json │ │ │ ├── taobao_lark_iot_order_confirmorder.json │ │ │ ├── taobao_lark_iot_order_getcinemas.json │ │ │ ├── taobao_lark_iot_order_getgoodslist.json │ │ │ └── taobao_lark_pos_basedata_getworkstation.json │ │ ├── lbs │ │ │ ├── catelog.json │ │ │ └── taobao_lbs_message_upload.json │ │ ├── legalcase │ │ │ ├── alibaba_legal_case_common_enumdata.json │ │ │ ├── alibaba_legal_case_common_notice.json │ │ │ ├── alibaba_legal_case_court_time_update.json │ │ │ ├── alibaba_legal_case_entrust_callback.json │ │ │ ├── alibaba_legal_case_entrust_get.json │ │ │ ├── alibaba_legal_case_mediate_record_save.json │ │ │ ├── alibaba_legal_case_querystandpoint_save.json │ │ │ ├── alibaba_legal_case_standpoint_feedback.json │ │ │ ├── alibaba_legal_case_standpoint_queryref.json │ │ │ ├── alibaba_legal_case_standpoint_querystandpoint.json │ │ │ ├── alibaba_legal_case_standpoint_savestandpoint.json │ │ │ ├── alibaba_legal_suit_file_upload.json │ │ │ └── catelog.json │ │ ├── legalsuit │ │ │ ├── alibaba_legal_newdraftstandpoint_query.json │ │ │ ├── alibaba_legal_standpoint_collectionstandpoint_query.json │ │ │ ├── alibaba_legal_standpoint_delete.json │ │ │ ├── alibaba_legal_standpoint_derivestandpoint_query.json │ │ │ ├── alibaba_legal_standpoint_draftstandpoint_insert.json │ │ │ ├── alibaba_legal_standpoint_getref.json │ │ │ ├── alibaba_legal_standpoint_insertdraft.json │ │ │ ├── alibaba_legal_standpoint_query.json │ │ │ ├── alibaba_legal_standpoint_scene_query.json │ │ │ ├── alibaba_legal_standpoint_standpoint_collection.json │ │ │ ├── alibaba_legal_standpoint_standpoint_query.json │ │ │ ├── alibaba_legal_standpoint_standpoint_queryall.json │ │ │ ├── alibaba_legal_standpoint_standpointtree_query.json │ │ │ ├── alibaba_legal_stanpoint_accept.json │ │ │ ├── alibaba_legal_suit_case_get.json │ │ │ ├── alibaba_legal_suit_court_after_push.json │ │ │ ├── alibaba_legal_suit_court_before_push.json │ │ │ ├── alibaba_legal_suit_court_entrust_get.json │ │ │ ├── alibaba_legal_suit_court_lawyer_push.json │ │ │ ├── alibaba_legal_suit_court_open_push.json │ │ │ ├── alibaba_legal_suit_courttime_push.json │ │ │ ├── alibaba_legal_suit_domination_get.json │ │ │ ├── alibaba_legal_suit_domination_push.json │ │ │ ├── alibaba_legal_suit_judgement_get.json │ │ │ ├── alibaba_legal_suit_judgement_push.json │ │ │ ├── alibaba_legal_suit_payment_push.json │ │ │ ├── alibaba_legal_suit_seal_push.json │ │ │ ├── alibaba_standpoint_historykey_get.json │ │ │ └── catelog.json │ │ ├── lifeservice │ │ │ ├── catelog.json │ │ │ └── taobao_place_store_relation_add.json │ │ ├── logistic │ │ │ ├── .json │ │ │ ├── alibaba_alink_message_history_action.json │ │ │ ├── alibaba_ascp_logistics_cp_get.json │ │ │ ├── alibaba_ele_fengniao_cancel_merchant.json │ │ │ ├── alibaba_ele_fengniao_carrier_capacity_query.json │ │ │ ├── alibaba_ele_fengniao_carrierdriver_location.json │ │ │ ├── alibaba_ele_fengniao_chainstore_contract_cancel.json │ │ │ ├── alibaba_ele_fengniao_chainstore_contract_change.json │ │ │ ├── alibaba_ele_fengniao_chainstore_ranges.json │ │ │ ├── alibaba_ele_fengniao_chainstore_update.json │ │ │ ├── alibaba_ele_fengniao_merchant_contract_cancel.json │ │ │ ├── alibaba_ele_fengniao_order_push.json │ │ │ ├── alibaba_ele_fengniao_order_query.json │ │ │ ├── alibaba_ele_fengniao_service_package_query.json │ │ │ ├── alibaba_ele_fengniao_shippingorder_event.json │ │ │ ├── alibaba_ele_fengniao_trade_update.json │ │ │ ├── alibaba_tcls_fulfill_qa_order_create.json │ │ │ ├── aliexpress_local_logistic_label_print.json │ │ │ ├── aliexpress_local_logistics_label_print.json │ │ │ ├── aliexpress_local_logistics_order_create.json │ │ │ ├── aliexpress_local_logistics_order_info_query.json │ │ │ ├── aliexpress_local_logistics_report_shipped.json │ │ │ ├── aliexpress_local_logistics_shipping_method_query.json │ │ │ ├── aliexpress_logistics_createwarehouseorder.json │ │ │ ├── cainiao_cboss_workplatform_biztype_querybyid.json │ │ │ ├── cainiao_cboss_workplatform_logistics_iscainiaoorder.json │ │ │ ├── cainiao_data_logistics_cp_delivery_aging_predict.json │ │ │ ├── cainiao_data_logistics_delivery_aging_predict.json │ │ │ ├── cainiao_member_courier_cpresign.json │ │ │ ├── cainiao_reachable_batchjudge.json │ │ │ ├── cainiao_waybill_cloudprint_netprint_bind.json │ │ │ ├── cainiao_waybill_cloudprint_netprint_verifycode.json │ │ │ ├── catelog.json │ │ │ ├── taobao_logistics_address_add.json │ │ │ ├── taobao_logistics_address_modify.json │ │ │ ├── taobao_logistics_address_remove.json │ │ │ ├── taobao_logistics_address_search.json │ │ │ ├── taobao_logistics_consign_resend.json │ │ │ ├── taobao_logistics_erp_delivery_cut.json │ │ │ ├── taobao_logistics_express_collect_sync.json │ │ │ ├── taobao_logistics_express_courier_sync.json │ │ │ ├── taobao_logistics_express_delivery_cut_notify.json │ │ │ ├── taobao_logistics_express_modify_appoint.json │ │ │ ├── taobao_logistics_express_order_pay_tms_query.json │ │ │ ├── taobao_logistics_express_order_tms_cancel.json │ │ │ ├── taobao_logistics_express_order_tms_update.json │ │ │ ├── taobao_logistics_express_packageweight_sync.json │ │ │ ├── taobao_logistics_express_pickcode_check.json │ │ │ ├── taobao_logistics_express_service_sync.json │ │ │ ├── taobao_logistics_offline_send.json │ │ │ ├── taobao_logistics_wms_goods_info_sync.json │ │ │ ├── taobao_logistics_wms_order_material_sync.json │ │ │ ├── taobao_nextone_logistics_sign_update.json │ │ │ ├── taobao_nextone_logistics_warehouse_update.json │ │ │ ├── taobao_open_seller_biz_logistic_seller_bind.json │ │ │ ├── taobao_open_seller_biz_logistic_time_rule.json │ │ │ ├── taobao_rdc_aligenius_logistics_packages_notice.json │ │ │ ├── taobao_rdc_aligenius_warehouse_resend_logistics_msg_post.json │ │ │ ├── taobao_rdc_aligenius_warehouse_resend_update.json │ │ │ ├── taobao_rdc_aligenius_warehouse_reverse_event_update.json │ │ │ ├── taobao_rdc_aligenius_warehouse_reverse_uploading.json │ │ │ ├── taobao_wlb_import_threepl_offline_consign.json │ │ │ ├── taobao_wlb_import_threepl_resource_get.json │ │ │ ├── taobao_wms_order_warehouse_route_get.json │ │ │ ├── wdk_logistic_network_resource_group_query.json │ │ │ ├── wdk_logistic_network_warehouse_delivery_relation_query.json │ │ │ ├── wdk_logistic_network_warehouse_resource_relation_query_from.json │ │ │ └── wdk_logistic_network_warehouse_resource_relation_query_to_codes.json │ │ ├── lstbm │ │ │ ├── alibaba_lst_bm_store_add.json │ │ │ ├── alibaba_lst_bm_store_emp_save.json │ │ │ ├── alibaba_lst_bm_store_update.json │ │ │ └── catelog.json │ │ ├── lstfundbill │ │ │ ├── alibaba_lst_trade_order_fundbill_query.json │ │ │ ├── alibaba_lst_trade_seller_order_fundbill_list_query.json │ │ │ └── catelog.json │ │ ├── lsticitem │ │ │ ├── alibaba_lst_ic_item_info_query.json │ │ │ └── catelog.json │ │ ├── lstlogistics │ │ │ ├── alibaba_lst_logistics_notrace_send.json │ │ │ ├── alibaba_lst_logistics_sendinfo_query.json │ │ │ ├── alibaba_lst_logistics_thirdpart_company_list.json │ │ │ ├── alibaba_lst_logistics_thirdpart_send.json │ │ │ ├── alibaba_lst_logistics_trace_query.json │ │ │ ├── alibaba_lst_shiporder_cancel.json │ │ │ ├── alibaba_lst_shiporder_create.json │ │ │ ├── alibaba_lst_shiporder_query.json │ │ │ └── catelog.json │ │ ├── lstlogistics2 │ │ │ ├── alibaba_lst_trade_seller_offline_order_cancel.json │ │ │ ├── alibaba_lst_trade_seller_offline_order_query.json │ │ │ ├── alibaba_lst_trade_seller_offline_order_upload.json │ │ │ └── catelog.json │ │ ├── lstmarketing │ │ │ ├── alibaba_lst_marketing_querybyorderid.json │ │ │ └── catelog.json │ │ ├── lstpos │ │ │ ├── alibaba_lst_pos_open_account_checkissettled.json │ │ │ ├── alibaba_lst_pos_open_cashier_synccashierdata.json │ │ │ ├── alibaba_lst_pos_open_goods_getgoodsbybarcode.json │ │ │ ├── alibaba_lst_pos_open_goods_syncgoodsdata.json │ │ │ ├── alibaba_lst_pos_open_inventory_getinventorydata.json │ │ │ ├── alibaba_lst_pos_open_inventory_syncinventorydata.json │ │ │ └── catelog.json │ │ ├── lstspeacker │ │ │ ├── alibaba_lst_speaker_configure.json │ │ │ ├── alibaba_lst_speaker_configure_adjustvolume.json │ │ │ ├── alibaba_lst_speaker_configure_setpaytime.json │ │ │ ├── alibaba_lst_speaker_configure_syncaudio.json │ │ │ ├── alibaba_lst_speaker_configure_syncaudioadvert.json │ │ │ ├── alibaba_lst_speaker_file_upload.json │ │ │ ├── alibaba_lst_speaker_status_get.json │ │ │ └── catelog.json │ │ ├── lsttrade │ │ │ ├── alibaba_lst_trade_fastrefund_goodsstatus_sync.json │ │ │ ├── alibaba_lst_trade_order_get.json │ │ │ ├── alibaba_lst_trade_order_querychange.json │ │ │ ├── alibaba_lst_trade_order_refund_list_query.json │ │ │ ├── alibaba_lst_trade_refund_order_get.json │ │ │ ├── alibaba_lst_trade_seller_order_detail_query.json │ │ │ ├── alibaba_lst_trade_seller_order_list_query.json │ │ │ ├── alibaba_lst_trade_shiporder_query.json │ │ │ └── catelog.json │ │ ├── lstvending │ │ │ ├── alibaba_lst_vending_cargospace_save.json │ │ │ ├── alibaba_lst_vending_equipment_query.json │ │ │ ├── alibaba_lst_vending_goods_save.json │ │ │ ├── alibaba_lst_vending_order_update.json │ │ │ ├── alibaba_lst_vending_shipping_callback.json │ │ │ ├── alibaba_lst_vending_tradeflow_query.json │ │ │ ├── alibaba_lst_vending_tradeflow_save.json │ │ │ ├── alibaba_lst_vendng_image_upload.json │ │ │ └── catelog.json │ │ ├── lstwarehouse │ │ │ ├── alibaba_lst_branddatashare_stockdata_query.json │ │ │ ├── alibaba_lst_branddatashare_suppliers_list_query.json │ │ │ ├── alibaba_lst_ic_stock_items_update.json │ │ │ ├── alibaba_lst_trade_seller_warehouse_query.json │ │ │ └── catelog.json │ │ ├── ma │ │ │ ├── catelog.json │ │ │ ├── taobao_ma_qrcode_common_create.json │ │ │ └── taobao_wireless_xcode_create.json │ │ ├── maitix │ │ │ ├── alibaba_damai_maitix_distribution_cmb_paramencrypt.json │ │ │ ├── alibaba_damai_maitix_distribution_cmb_querypayresult.json │ │ │ ├── alibaba_damai_maitix_distribution_delivery_calculate.json │ │ │ ├── alibaba_damai_maitix_distribution_delivery_query.json │ │ │ ├── alibaba_damai_maitix_distribution_exchangepoint_query.json │ │ │ ├── alibaba_damai_maitix_eticket_distribution_query.json │ │ │ ├── alibaba_damai_maitix_opengateway_perform_status_query.json │ │ │ ├── alibaba_damai_maitix_opengateway_project_status_query.json │ │ │ ├── alibaba_damai_maitix_opengateway_ticketItem_status_query.json │ │ │ ├── alibaba_damai_maitix_order_cancel.json │ │ │ ├── alibaba_damai_maitix_order_confirm.json │ │ │ ├── alibaba_damai_maitix_order_distribution_create.json │ │ │ ├── alibaba_damai_maitix_order_query.json │ │ │ ├── alibaba_damai_maitix_project_distribution_detail_query.json │ │ │ ├── alibaba_damai_maitix_project_distribution_query.json │ │ │ ├── alibaba_damai_maitix_project_distribution_querybypage.json │ │ │ ├── alibaba_damai_maitix_project_distribution_querylist.json │ │ │ ├── alibaba_damai_maitix_seat_info_query.json │ │ │ ├── alibaba_damai_maitix_seat_token_query.json │ │ │ └── catelog.json │ │ ├── mc │ │ │ ├── aliyun_unimkt_task_charge_launch.json │ │ │ ├── catelog.json │ │ │ ├── tmall_mc_device_circle_check.json │ │ │ ├── tmall_mc_record_order_sync.json │ │ │ └── tmall_mc_task_charge_launch.json │ │ ├── media │ │ │ ├── alibaba_tjb_picture_folder_create.json │ │ │ ├── alibaba_tjb_picture_folder_query.json │ │ │ ├── alibaba_tjb_picture_upload.json │ │ │ ├── alibaba_tjb_picture_userstorage_query.json │ │ │ ├── alibaba_video_publish.json │ │ │ ├── alibaba_video_query.json │ │ │ ├── alibaba_video_token_get.json │ │ │ ├── catelog.json │ │ │ ├── taobao_interactive_list_getbyuser.json │ │ │ ├── taobao_media_video_list.json │ │ │ ├── taobao_miniapp_cloud_picture_token.json │ │ │ ├── taobao_picture_category_add.json │ │ │ ├── taobao_picture_category_get.json │ │ │ ├── taobao_picture_category_update.json │ │ │ ├── taobao_picture_changecategory.json │ │ │ ├── taobao_picture_delete.json │ │ │ ├── taobao_picture_get.json │ │ │ ├── taobao_picture_isreferenced_get.json │ │ │ ├── taobao_picture_pictures_count.json │ │ │ ├── taobao_picture_pictures_get.json │ │ │ ├── taobao_picture_update.json │ │ │ ├── taobao_picture_upload.json │ │ │ ├── taobao_picture_userinfo_get.json │ │ │ └── taobao_vas_service_getServTimes.json │ │ ├── medicalbase │ │ │ ├── alibaba_alihealth_medicalbase_order_status_sync.json │ │ │ └── catelog.json │ │ ├── mei │ │ │ ├── catelog.json │ │ │ ├── tmall_crm_member_front_unbind.json │ │ │ ├── tmall_crm_member_front_unbind_privy.json │ │ │ ├── tmall_crm_member_point_change.json │ │ │ ├── tmall_mei_crm_callback_point_change.json │ │ │ ├── tmall_mei_crm_member_getbypaycode.json │ │ │ ├── tmall_mei_crm_member_sync.json │ │ │ └── tmall_mei_crm_member_sync_privy.json │ │ ├── middleclaims │ │ │ ├── alibaba_middle_claimsaccept_receive.json │ │ │ ├── alibaba_middle_claimsbill_receive.json │ │ │ ├── alibaba_middle_claimsresult_receive.json │ │ │ └── catelog.json │ │ ├── miniapp │ │ │ ├── catelog.json │ │ │ ├── taobao_coin_award_delivery.json │ │ │ ├── taobao_miniapp_cloud_function_invoke.json │ │ │ ├── taobao_miniapp_cloud_store_relation_add.json │ │ │ ├── taobao_miniapp_ext_delivery_app_channel_configs_query.json │ │ │ ├── taobao_miniapp_ext_delivery_app_channel_sync.json │ │ │ ├── taobao_miniapp_ext_delivery_sell_channel_config_sync.json │ │ │ ├── taobao_miniapp_ext_delivery_sell_channel_configs_query.json │ │ │ ├── taobao_miniapp_ext_delivery_seller_task_sync.json │ │ │ ├── taobao_smartapp_smartform_data_write.json │ │ │ ├── taobao_smartapp_table_add.json │ │ │ ├── taobao_smartapp_table_fulldata_get.json │ │ │ ├── taobao_smartapp_table_get.json │ │ │ ├── taobao_smartapp_table_list_get.json │ │ │ ├── taobao_smartapp_table_meta_get.json │ │ │ └── taobao_smartapp_table_update.json │ │ ├── miniappcloud │ │ │ ├── catelog.json │ │ │ ├── taobao_miniapp_cloud_mongo_insert.json │ │ │ ├── taobao_miniapp_cloud_mongo_update.json │ │ │ └── taobao_miniapp_cloud_store_listfile.json │ │ ├── miniappopen │ │ │ ├── catelog.json │ │ │ ├── taobao_miniapp_app_seller_config_complete.json │ │ │ ├── taobao_miniapp_distribution_items_bind.json │ │ │ ├── taobao_miniapp_distribution_material_create.json │ │ │ ├── taobao_miniapp_distribution_material_delete.json │ │ │ ├── taobao_miniapp_distribution_material_get.json │ │ │ ├── taobao_miniapp_distribution_material_update.json │ │ │ ├── taobao_miniapp_distribution_order_create.json │ │ │ ├── taobao_miniapp_distribution_order_get.json │ │ │ ├── taobao_miniapp_distribution_order_items_all_bind.json │ │ │ ├── taobao_miniapp_distribution_order_items_bind.json │ │ │ ├── taobao_miniapp_distribution_order_precreate.json │ │ │ ├── taobao_miniapp_interact_benefit_item_get.json │ │ │ ├── taobao_miniapp_shorturl_create.json │ │ │ ├── taobao_miniapp_template_instantiate.json │ │ │ ├── taobao_miniapp_template_offlineapp.json │ │ │ ├── taobao_miniapp_template_onlineapp.json │ │ │ ├── taobao_miniapp_template_queryapp.json │ │ │ ├── taobao_miniapp_template_rollback.json │ │ │ ├── taobao_miniapp_template_update.json │ │ │ ├── taobao_miniapp_template_updateapp.json │ │ │ ├── taobao_miniapp_virtual_item_get.json │ │ │ ├── taobao_miniapp_widget_template_instance_query.json │ │ │ ├── taobao_miniapp_widget_template_instance_update.json │ │ │ ├── taobao_miniapp_widget_template_instantiate.json │ │ │ └── taobao_miniappp_template_instantiate.json │ │ ├── mirage │ │ │ ├── catelog.json │ │ │ └── youku_mirage_query_permission.json │ │ ├── mos │ │ │ ├── alibaba_mj_member_bindmember.json │ │ │ ├── alibaba_mj_member_hasbind.json │ │ │ ├── alibaba_mj_mos_fund_cancelbill.json │ │ │ ├── alibaba_mj_mos_fund_createbill.json │ │ │ ├── alibaba_mj_mos_fund_modifybillbankaccount.json │ │ │ ├── alibaba_mj_moscarnival_receivecoupon.json │ │ │ ├── alibaba_mj_moscarnival_receiveencrypt.json │ │ │ ├── alibaba_mj_oc_bigpos_banksale_adjustment_apply.json │ │ │ ├── alibaba_mj_oc_bigpos_banksale_query.json │ │ │ ├── alibaba_mj_oc_calldispatcher.json │ │ │ ├── alibaba_mj_oc_confpickupgoods.json │ │ │ ├── alibaba_mj_oc_getproductbyscancode.json │ │ │ ├── alibaba_mj_oc_offline_maxticketno_get.json │ │ │ ├── alibaba_mj_oc_online_ticketno_get.json │ │ │ ├── alibaba_mj_oc_outbound.json │ │ │ ├── alibaba_mj_oc_pay.json │ │ │ ├── alibaba_mj_oc_writesaleslip.json │ │ │ ├── alibaba_mj_presale_settlement_addlist.json │ │ │ ├── alibaba_mj_presale_settlement_statistics.json │ │ │ ├── alibaba_mos_brand_coproduct_group_user_count.json │ │ │ ├── alibaba_mos_brand_coproduct_group_user_query.json │ │ │ ├── alibaba_mos_bunk_bunkinfo_querybunk.json │ │ │ ├── alibaba_mos_common_auth_operator_info.json │ │ │ ├── alibaba_mos_finance_bankinfo_querybank.json │ │ │ ├── alibaba_mos_hr_background_report_notify.json │ │ │ ├── alibaba_mos_oc_trade_syncbanksale.json │ │ │ ├── alibaba_mos_onsite_trade_isnewpayorder.json │ │ │ ├── alibaba_mos_onsite_trade_oldrefund.json │ │ │ ├── alibaba_mos_onsite_trade_pay.json │ │ │ ├── alibaba_mos_onsite_trade_query.json │ │ │ ├── alibaba_mos_onsite_trade_queryrefund.json │ │ │ ├── alibaba_mos_onsite_trade_refund.json │ │ │ ├── alibaba_mos_pos_alarm.json │ │ │ ├── alibaba_mos_store_getcloudshelfversion.json │ │ │ ├── alibaba_mos_store_getdefautitems.json │ │ │ ├── alibaba_mos_store_getstorelist.json │ │ │ ├── alibaba_mos_store_recordscreenpointinfo.json │ │ │ ├── alibaba_mos_supplier_basis_getsupplierinfo.json │ │ │ ├── alibaba_mos_tmc_sms_send.json │ │ │ ├── alibaba_mosflow_work_queryvariables.json │ │ │ ├── alibaba_mosflow_work_startprocess.json │ │ │ └── catelog.json │ │ ├── moscm │ │ │ ├── alibaba_mos_delivery_send.json │ │ │ ├── alibaba_mos_goods_adjust.json │ │ │ ├── alibaba_mos_goods_bulkinputcspu.json │ │ │ ├── alibaba_mos_goods_inventory_getinventorys.json │ │ │ ├── alibaba_mos_goods_searchcspu.json │ │ │ ├── alibaba_mos_goods_setprice.json │ │ │ ├── alibaba_mos_goods_synchinventorybycounting.json │ │ │ ├── alibaba_mos_isv_inventory_scrollquery.json │ │ │ ├── alibaba_mos_order_list_get.json │ │ │ ├── alibaba_mos_order_query.json │ │ │ ├── alibaba_mos_order_refund_list_get.json │ │ │ └── catelog.json │ │ ├── mozi │ │ │ ├── alibaba_mozi_buc_account_list_accountids.json │ │ │ ├── alibaba_mozi_buc_account_pageall.json │ │ │ ├── alibaba_mozi_fusion_addorupdate_employee_account.json │ │ │ ├── alibaba_mozi_fusion_create_employee_account.json │ │ │ ├── alibaba_mozi_fusion_dimission_employee_account.json │ │ │ ├── alibaba_mozi_fusion_reentry_employee_account.json │ │ │ ├── alibaba_mozi_fusion_update_employee_account.json │ │ │ ├── alibaba_mozi_vds_tenant_api_service_dismiss.json │ │ │ ├── alibaba_mozi_vds_tenant_api_service_getadmin.json │ │ │ ├── alibaba_mozi_vds_tenant_api_service_matchempcodes.json │ │ │ ├── alibaba_mozi_vds_tenant_api_service_pagesubadmins.json │ │ │ ├── alibaba_mozi_vds_tenant_api_service_tenantbyid.json │ │ │ └── catelog.json │ │ ├── moziacl │ │ │ ├── alibaba_mozi_acl_app_getpermisspkgs.json │ │ │ ├── alibaba_mozi_acl_grant_grantrole.json │ │ │ ├── alibaba_mozi_acl_permission_page_rolepermission.json │ │ │ ├── alibaba_mozi_acl_permissionpkg_add_permissions.json │ │ │ ├── alibaba_mozi_acl_permissionpkg_add_roles.json │ │ │ ├── alibaba_mozi_acl_role_add.json │ │ │ ├── alibaba_mozi_acl_role_add_permissions.json │ │ │ ├── alibaba_mozi_acl_role_remove.json │ │ │ ├── alibaba_mozi_acl_role_remove_permissions.json │ │ │ ├── alibaba_mozi_acl_userpermissions_revoke.json │ │ │ ├── alibaba_mozi_acl_userroles_revoke.json │ │ │ └── catelog.json │ │ ├── mozivds │ │ │ ├── alibaba_mozi_vds_tenant_api_service_addadmin.json │ │ │ ├── alibaba_mozi_vds_tenant_api_service_removeadmin.json │ │ │ └── catelog.json │ │ ├── msgamp │ │ │ ├── catelog.json │ │ │ ├── taobao_bc_chat_message_send.json │ │ │ └── taobao_message_send.json │ │ ├── mtop │ │ │ ├── catelog.json │ │ │ └── taobao_mtop_upload_token_get.json │ │ ├── mtopopen │ │ │ ├── alibaba_interact_allsparkisv_draw.json │ │ │ ├── alibaba_interact_aopdata_register.json │ │ │ ├── alibaba_interact_lotteryactivity_register.json │ │ │ ├── alibaba_interact_media_artwork.json │ │ │ ├── alibaba_interact_media_audio.json │ │ │ ├── alibaba_interact_sensor_social.json │ │ │ ├── alibaba_interact_sensor_trade.json │ │ │ ├── alibaba_interact_sensor_trade_buy.json │ │ │ ├── catelog.json │ │ │ ├── taobao_logistics_applet_modifydata_save.json │ │ │ ├── taobao_logistics_applet_package_query.json │ │ │ ├── taobao_logistics_fengchao_msg_send.json │ │ │ ├── taobao_logistics_openalibity_write.json │ │ │ ├── taobao_logistics_shunfeng_modifydata_save.json │ │ │ ├── taobao_logistics_taowai_msg_send.json │ │ │ ├── taobao_oauth_code_create.json │ │ │ ├── taobao_weitao_feed_isrelation.json │ │ │ ├── taobao_weitao_follow_isrelation.json │ │ │ └── taobao_wireless_bunting_shop_shorturl_create.json │ │ ├── mydata │ │ │ ├── alibaba_mydata_overview_date_get.json │ │ │ ├── alibaba_mydata_overview_indicator_basic_get.json │ │ │ ├── alibaba_mydata_overview_industry_get.json │ │ │ ├── alibaba_mydata_self_product_date_get.json │ │ │ ├── alibaba_mydata_self_product_get.json │ │ │ └── catelog.json │ │ ├── nazca │ │ │ ├── alibaba_infodept_lassen_casestatistics_get.json │ │ │ ├── alibaba_nazca_auth_authapply_callback.json │ │ │ ├── alibaba_nazca_auth_changeauthapply_callback.json │ │ │ ├── alibaba_nazca_auth_issueauthapply_callback.json │ │ │ ├── alibaba_nazca_token_authapply_get.json │ │ │ ├── alibaba_nazca_token_changeauthapply_get.json │ │ │ ├── alibaba_nazca_token_filesecret_get.json │ │ │ ├── alibaba_nazca_token_issuecertapply_get.json │ │ │ └── catelog.json │ │ ├── newretail │ │ │ ├── alibaba_it_ap_address_get.json │ │ │ ├── alibaba_it_ap_address_set.json │ │ │ └── catelog.json │ │ ├── nlife │ │ │ ├── alibaba_nlife_b2c_code_convert.json │ │ │ ├── alibaba_nlife_b2c_item_detail_get.json │ │ │ ├── alibaba_nlife_b2c_member_discountrule_get.json │ │ │ ├── alibaba_nlife_b2c_trade_cancel.json │ │ │ ├── alibaba_nlife_b2c_trade_download.json │ │ │ ├── alibaba_nlife_b2c_trade_get.json │ │ │ ├── alibaba_nlife_b2c_trade_pay.json │ │ │ ├── alibaba_nlife_b2c_trade_refund.json │ │ │ ├── alibaba_nlife_b2c_tradestatus_drive.json │ │ │ └── catelog.json │ │ ├── nlp │ │ │ ├── catelog.json │ │ │ ├── taobao_nlp_preprocess.json │ │ │ ├── taobao_nlp_similarity.json │ │ │ └── taobao_nlp_word.json │ │ ├── normalvisa │ │ │ ├── alitrip_travel_visa_applicant_import.json │ │ │ ├── alitrip_travel_visa_applicant_query.json │ │ │ ├── alitrip_travel_visa_sign_send.json │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_travel_normalvisa_get.json │ │ │ ├── taobao_alitrip_travel_normalvisa_getcompany.json │ │ │ ├── taobao_alitrip_travel_normalvisa_getdetail.json │ │ │ ├── taobao_alitrip_travel_normalvisa_storeuser.json │ │ │ ├── taobao_alitrip_travel_normalvisa_updatepersonstauts.json │ │ │ └── taobao_alitrip_travel_normalvisa_uploadfile.json │ │ ├── nropen │ │ │ ├── alibaba_ascp_industry_disivison_query.json │ │ │ └── catelog.json │ │ ├── nrpos │ │ │ ├── alibaba_mos_commdy_offline_getfileurl.json │ │ │ ├── alibaba_mos_commdy_posmerchandise_getmerchandise.json │ │ │ └── catelog.json │ │ ├── nrt │ │ │ ├── alibaba_retail_device_vending_register.json │ │ │ ├── catelog.json │ │ │ ├── tmall_nrt_asset_authorization_add.json │ │ │ ├── tmall_nrt_asset_authorization_delete.json │ │ │ ├── tmall_nrt_branddetail_query.json │ │ │ ├── tmall_nrt_brandinfo_query.json │ │ │ ├── tmall_nrt_coupon_send.json │ │ │ ├── tmall_nrt_coupon_template_syn.json │ │ │ ├── tmall_nrt_coupontemplate_query.json │ │ │ ├── tmall_nrt_item_get.json │ │ │ ├── tmall_nrt_item_main_synchronize.json │ │ │ ├── tmall_nrt_member_openid.json │ │ │ ├── tmall_nrt_member_synchronize.json │ │ │ ├── tmall_nrt_miaoling_third_login.json │ │ │ ├── tmall_nrt_pay_merchant_fundstype_modify.json │ │ │ ├── tmall_nrt_pay_merchant_stall_signing_modify.json │ │ │ ├── tmall_nrt_scene_activity_query.json │ │ │ ├── tmall_nrt_sms_code_send.json │ │ │ ├── tmall_nrt_stall_payratio_synchronize.json │ │ │ ├── tmall_nrt_stall_synchronize.json │ │ │ ├── tmall_nrt_store_contract_query.json │ │ │ ├── tmall_nrt_store_contract_syn.json │ │ │ ├── tmall_nrt_store_item_from_online_item.json │ │ │ └── tmall_nrt_store_relation_query.json │ │ ├── omniorder │ │ │ ├── alibaba_retail_commission_order_query.json │ │ │ ├── alibaba_retail_commission_order_sync.json │ │ │ ├── alibaba_retail_commission_result_query.json │ │ │ ├── alibaba_retail_commission_status_change.json │ │ │ ├── catelog.json │ │ │ ├── taobao_jst_astrolabe_orderstatus_sync.json │ │ │ ├── taobao_jst_astrolabe_storeinventory_adjust.json │ │ │ ├── taobao_jst_astrolabe_storeinventory_initial.json │ │ │ ├── taobao_jst_astrolabe_storeinventory_itemadjust.json │ │ │ ├── taobao_jst_astrolabe_storeinventory_iteminitial.json │ │ │ ├── taobao_jst_astrolabe_storeinventory_itemquery.json │ │ │ ├── taobao_jst_astrolabe_storeinventory_itemupdate.json │ │ │ ├── taobao_jst_astrolabe_storeinventory_query.json │ │ │ ├── taobao_jst_astrolabe_storeinventory_update.json │ │ │ ├── taobao_omni_dealer_oders_get.json │ │ │ ├── taobao_omni_dealer_oders_list.json │ │ │ ├── taobao_omni_dealer_oders_refund_address.json │ │ │ ├── taobao_omni_order_detail.json │ │ │ ├── taobao_omni_order_goods_ready.json │ │ │ ├── taobao_omniitem_category_get.json │ │ │ ├── taobao_omniitem_item_delete.json │ │ │ ├── taobao_omniitem_item_fullupdate.json │ │ │ ├── taobao_omniitem_item_get.json │ │ │ ├── taobao_omniitem_item_publish.json │ │ │ ├── taobao_omniitem_sku_get.json │ │ │ ├── taobao_omniorder_allocatedinfo_sync.json │ │ │ ├── taobao_omniorder_dtd_consign.json │ │ │ ├── taobao_omniorder_dtd_consume.json │ │ │ ├── taobao_omniorder_dtd_query.json │ │ │ ├── taobao_omniorder_dtd_resend.json │ │ │ ├── taobao_omniorder_guide_data_get.json │ │ │ ├── taobao_omniorder_item_tag_operate.json │ │ │ ├── taobao_omniorder_print_sale_judge.json │ │ │ ├── taobao_omniorder_store_accpeted.json │ │ │ ├── taobao_omniorder_store_collectconfig_get.json │ │ │ ├── taobao_omniorder_store_collectconfig_update.json │ │ │ ├── taobao_omniorder_store_consigned.json │ │ │ ├── taobao_omniorder_store_deliverconfig_get.json │ │ │ ├── taobao_omniorder_store_deliverconfig_update.json │ │ │ ├── taobao_omniorder_store_reallocate.json │ │ │ ├── taobao_omniorder_store_refused.json │ │ │ ├── taobao_omniorder_store_sdtquerystation.json │ │ │ ├── taobao_omniorder_store_sdtstatus.json │ │ │ ├── taobao_omniorder_store_switchstatus_get.json │ │ │ ├── taobao_omniorder_store_switchstatus_update.json │ │ │ ├── taobao_omniorder_storecollect_consume.json │ │ │ ├── taobao_omniorder_storecollect_query.json │ │ │ ├── taobao_qimen_items_marking.json │ │ │ ├── taobao_qimen_items_tag_query.json │ │ │ └── taobao_qimen_tag_items_query.json │ │ ├── openim │ │ │ ├── catelog.json │ │ │ ├── taobao_openim_app_chatlogs_get.json │ │ │ ├── taobao_openim_chatlogs_get.json │ │ │ ├── taobao_openim_chatlogs_import.json │ │ │ ├── taobao_openim_ioscert_sandbox_set.json │ │ │ ├── taobao_openim_relations_get.json │ │ │ ├── taobao_openim_snfilterword_setfilter.json │ │ │ ├── taobao_openim_tribe_create.json │ │ │ ├── taobao_openim_tribe_dismiss.json │ │ │ ├── taobao_openim_tribe_expel.json │ │ │ ├── taobao_openim_tribe_getalltribes.json │ │ │ ├── taobao_openim_tribe_getmembers.json │ │ │ ├── taobao_openim_tribe_gettribeinfo.json │ │ │ ├── taobao_openim_tribe_invite.json │ │ │ ├── taobao_openim_tribe_join.json │ │ │ ├── taobao_openim_tribe_modifytribeinfo.json │ │ │ ├── taobao_openim_tribe_quit.json │ │ │ ├── taobao_openim_tribe_sendmsg.json │ │ │ ├── taobao_openim_tribe_setmanager.json │ │ │ ├── taobao_openim_tribe_setmembernick.json │ │ │ ├── taobao_openim_tribe_unsetmanager.json │ │ │ ├── taobao_openim_tribelogs_get.json │ │ │ └── taobao_openim_tribelogs_import.json │ │ ├── openmall │ │ │ ├── catelog.json │ │ │ ├── taobao_openmall_item_get.json │ │ │ ├── taobao_openmall_item_salearea_get.json │ │ │ ├── taobao_openmall_items_query.json │ │ │ ├── taobao_openmall_refund_batch_get.json │ │ │ ├── taobao_openmall_refund_close.json │ │ │ ├── taobao_openmall_refund_create.json │ │ │ ├── taobao_openmall_refund_get.json │ │ │ ├── taobao_openmall_refund_image_upload.json │ │ │ ├── taobao_openmall_refund_message_get.json │ │ │ ├── taobao_openmall_refund_message_submit.json │ │ │ ├── taobao_openmall_refund_modify.json │ │ │ ├── taobao_openmall_refund_submit.json │ │ │ ├── taobao_openmall_trace_search.json │ │ │ ├── taobao_openmall_trade_address_parse.json │ │ │ ├── taobao_openmall_trade_agreepay.json │ │ │ ├── taobao_openmall_trade_batch_get.json │ │ │ ├── taobao_openmall_trade_close.json │ │ │ ├── taobao_openmall_trade_confirm.json │ │ │ ├── taobao_openmall_trade_create.json │ │ │ ├── taobao_openmall_trade_get.json │ │ │ ├── taobao_openmall_trade_render.json │ │ │ └── taobao_openmall_trade_shipaddress_update.json │ │ ├── opentrade │ │ │ ├── catelog.json │ │ │ ├── taobao_miniapp_advanced_tradeinfo_price_modify.json │ │ │ ├── taobao_opentrade_activity_query.json │ │ │ ├── taobao_opentrade_activity_sync.json │ │ │ ├── taobao_opentrade_queue_query.json │ │ │ ├── taobao_opentrade_queue_users_mark.json │ │ │ ├── taobao_opentrade_special_items_bind.json │ │ │ ├── taobao_opentrade_special_items_query.json │ │ │ ├── taobao_opentrade_special_items_unbind.json │ │ │ ├── taobao_opentrade_special_rule_update.json │ │ │ ├── taobao_opentrade_special_users_mark.json │ │ │ ├── taobao_opentrade_special_users_query.json │ │ │ ├── taobao_opentrade_tools_items_bind.json │ │ │ ├── taobao_opentrade_tools_items_query.json │ │ │ └── taobao_opentrade_tools_items_unbind.json │ │ ├── ott │ │ │ ├── catelog.json │ │ │ ├── youku_ott_alicb_facadeservice_getdata.json │ │ │ ├── youku_ott_playservice_getplayurl.json │ │ │ ├── yunos_tvscreen_launcher_get.json │ │ │ └── yunos_tvscreen_lge_launcher_get.json │ │ ├── ottpay │ │ │ ├── catelog.json │ │ │ ├── youku_ott_iot_devicelist_change.json │ │ │ ├── youku_ott_iot_status_push.json │ │ │ ├── youku_ott_pay_order_authpay.json │ │ │ ├── youku_ott_pay_order_authpaywithprice.json │ │ │ ├── youku_ott_pay_order_createorder.json │ │ │ ├── youku_ott_pay_order_deleteorder.json │ │ │ ├── youku_ott_pay_order_queryauthstate.json │ │ │ ├── youku_ott_pay_order_querycporder.json │ │ │ ├── youku_ott_pay_order_queryorder.json │ │ │ └── youku_ott_pay_order_queryorderbycp.json │ │ ├── oversea │ │ │ ├── alibaba_oversea_exchagerate_get.json │ │ │ ├── alibaba_oversea_translate_get.json │ │ │ └── catelog.json │ │ ├── paimai │ │ │ ├── catelog.json │ │ │ ├── taobao_auction_beike_item_sync.json │ │ │ ├── taobao_auction_vehicle_detect_report_update.json │ │ │ ├── taobao_auction_zc_merchant_user_check.json │ │ │ ├── taobao_auction_zc_update_vr_status.json │ │ │ ├── taobao_auction_zc_vehicle_detect_status_process.json │ │ │ ├── taobao_paimai_auctioncat_nft_checknftuseridentify.json │ │ │ ├── taobao_paimai_item_cooperation_sync.json │ │ │ ├── taobao_paimai_itemprops_get.json │ │ │ ├── taobao_paimai_nft_certificate_applycallback.json │ │ │ └── taobao_paimai_nft_orderinfo_query.json │ │ ├── pentraprism │ │ │ ├── catelog.json │ │ │ ├── taobao_pentaprism_task_queryitem.json │ │ │ ├── taobao_pentaprism_task_trigger.json │ │ │ └── taobao_pentaprism_task_trigger_from.json │ │ ├── perfect │ │ │ ├── alibaba_perfect_performance_item_query.json │ │ │ ├── alibaba_perfect_performance_localitem_edit.json │ │ │ ├── alibaba_perfect_performance_localitem_publish.json │ │ │ ├── alibaba_tcwms_outbound_load_boxcode_create.json │ │ │ ├── alibaba_tcwms_outbound_load_container_receive.json │ │ │ ├── alibaba_tcwms_outbound_order_cancel.json │ │ │ ├── alibaba_tcwms_outbound_pick_receive.json │ │ │ └── catelog.json │ │ ├── product │ │ │ ├── alibaba_gpu_add_schema_get.json │ │ │ ├── alibaba_gpu_schema_add.json │ │ │ ├── alibaba_gpu_schema_catsearch.json │ │ │ ├── alibaba_gpu_schema_update.json │ │ │ ├── alibaba_gpu_update_schema_get.json │ │ │ ├── alibaba_gsp_supply_image_upload.json │ │ │ ├── alibaba_jym_industry_information_callbak.json │ │ │ ├── alibaba_jym_item_external_goods_batch_delete.json │ │ │ ├── alibaba_jym_item_external_goods_batch_modifyprice.json │ │ │ ├── alibaba_jym_item_external_goods_batch_offsale.json │ │ │ ├── alibaba_jym_item_external_goods_batch_onsale.json │ │ │ ├── alibaba_jym_item_external_goods_batch_publish.json │ │ │ ├── alibaba_jym_item_external_goods_batchtask_query.json │ │ │ ├── alibaba_jym_item_external_goods_detail_query.json │ │ │ ├── alibaba_jym_item_external_goods_status_batch_query.json │ │ │ ├── alibaba_jym_item_game_sever_query.json │ │ │ ├── alibaba_jym_item_property_def_query.json │ │ │ ├── aliexpress_social_item_promotion.json │ │ │ ├── aliexpress_social_item_ranking.json │ │ │ ├── aliexpress_social_item_search.json │ │ │ ├── alitrip_travel_elements_search.json │ │ │ ├── cainiao_cntec_item_change_message.json │ │ │ ├── catelog.json │ │ │ ├── taobao_aftersale_get.json │ │ │ ├── taobao_baike_import_zhubao_data.json │ │ │ ├── taobao_baike_import_zhubao_picture.json │ │ │ ├── taobao_banamadpc_item_add.json │ │ │ ├── taobao_banamadpc_item_edit_render.json │ │ │ ├── taobao_banamadpc_item_render.json │ │ │ ├── taobao_banamadpc_item_select_prop.json │ │ │ ├── taobao_banamadpc_item_update.json │ │ │ ├── taobao_item_carturl_get.json │ │ │ ├── taobao_item_qualification_display_get.json │ │ │ ├── taobao_miniapp_items_get.json │ │ │ ├── taobao_product_add.json │ │ │ ├── taobao_product_get.json │ │ │ ├── taobao_product_img_upload.json │ │ │ ├── taobao_product_propimg_upload.json │ │ │ ├── taobao_product_update.json │ │ │ ├── taobao_products_get.json │ │ │ ├── taobao_products_search.json │ │ │ ├── taobao_ump_promotion_get.json │ │ │ ├── taobao_ump_promotion_sku_get.json │ │ │ ├── tmall_item_add_schema_get.json │ │ │ ├── tmall_item_dapei_template_query.json │ │ │ ├── tmall_item_series_itemseries_insertorupdate.json │ │ │ ├── tmall_item_series_itemseries_insertseriesitem.json │ │ │ ├── tmall_item_series_itemseries_removeitemfromseries.json │ │ │ ├── tmall_item_setscombines_edit.json │ │ │ ├── tmall_item_sizemapping_template_create.json │ │ │ ├── tmall_item_sizemapping_template_delete.json │ │ │ ├── tmall_item_sizemapping_template_get.json │ │ │ ├── tmall_item_sizemapping_template_update.json │ │ │ ├── tmall_item_sizemapping_templates_list.json │ │ │ ├── tmall_item_sku_new_get.json │ │ │ ├── tmall_item_sku_new_update.json │ │ │ ├── tmall_item_sku_sort_get.json │ │ │ ├── tmall_item_sku_sort_update.json │ │ │ ├── tmall_item_sku_status_get.json │ │ │ ├── tmall_item_sku_status_update.json │ │ │ ├── tmall_item_store_schema_update.json │ │ │ ├── tmall_item_store_update_schema_get.json │ │ │ ├── tmall_item_update_simpleschema_get.json │ │ │ ├── tmall_item_vip_add_schema_get.json │ │ │ ├── tmall_item_vip_schema_add.json │ │ │ ├── tmall_item_vip_schema_update.json │ │ │ ├── tmall_item_vip_update_schema_get.json │ │ │ ├── tmall_product_spec_add.json │ │ │ ├── tmall_product_spec_get.json │ │ │ ├── tmall_product_spec_pic_upload.json │ │ │ ├── tmall_product_specs_get.json │ │ │ ├── tmall_product_specs_ticket_get.json │ │ │ └── tmall_product_template_get.json │ │ ├── promotion │ │ │ ├── alibaba_argus_updateredrisk.json │ │ │ ├── alibaba_asr_dataservice_promotionrule_delete.json │ │ │ ├── alibaba_asr_dataservice_promotionrule_query.json │ │ │ ├── alibaba_asr_dataservice_promotionrule_write.json │ │ │ ├── alibaba_benefit_draw.json │ │ │ ├── alibaba_benefit_query.json │ │ │ ├── alibaba_lafite_seller_activity_list.json │ │ │ ├── alibaba_lafite_seller_benefit_list.json │ │ │ ├── alibaba_latour_strategy_issue.json │ │ │ ├── alibaba_latour_strategy_show.json │ │ │ ├── alibaba_wdk_coupon_abandon.json │ │ │ ├── alibaba_wdk_coupon_sku_add.json │ │ │ ├── alibaba_wdk_coupon_sku_query.json │ │ │ ├── alibaba_wdk_coupon_sku_remove.json │ │ │ ├── alibaba_wdk_coupon_spread_apply.json │ │ │ ├── alibaba_wdk_coupon_template_create.json │ │ │ ├── alibaba_wdk_coupon_template_query.json │ │ │ ├── alibaba_wdk_coupon_template_terminate.json │ │ │ ├── alibaba_wdk_coupon_template_update.json │ │ │ ├── alibaba_wdk_marketing_coupon_sendma.json │ │ │ ├── catelog.json │ │ │ ├── taobao_card_expandcard_query.json │ │ │ ├── taobao_marketing_promotion_kfc.json │ │ │ ├── taobao_mobile_promotion_benefit_activity_send.json │ │ │ ├── taobao_mobile_promotion_benefit_activity_send_share.json │ │ │ ├── taobao_mobile_promotion_coupon_apply.json │ │ │ ├── taobao_mobile_promotion_coupon_seller_search.json │ │ │ ├── taobao_promotion_activity_get.json │ │ │ ├── taobao_promotion_benefit_activity_delete.json │ │ │ ├── taobao_promotion_benefit_activity_detail_get.json │ │ │ ├── taobao_promotion_benefit_activity_relation.json │ │ │ ├── taobao_promotion_benefit_activity_send.json │ │ │ ├── taobao_promotion_benefit_activity_time_update.json │ │ │ ├── taobao_promotion_benefit_activity_update.json │ │ │ ├── taobao_promotion_benefit_selector.json │ │ │ ├── taobao_promotion_coupon_add.json │ │ │ ├── taobao_promotion_coupon_apply.json │ │ │ ├── taobao_promotion_coupon_seller_search.json │ │ │ ├── taobao_promotion_coupon_send.json │ │ │ ├── taobao_promotion_coupon_sns_send.json │ │ │ ├── taobao_promotion_coupons_get.json │ │ │ ├── taobao_promotion_limitdiscount_detail_get.json │ │ │ ├── taobao_promotion_meal_get.json │ │ │ ├── taobao_promotionmisc_activity_range_add.json │ │ │ ├── taobao_promotionmisc_activity_range_all_remove.json │ │ │ ├── taobao_promotionmisc_activity_range_list_get.json │ │ │ ├── taobao_promotionmisc_activity_range_remove.json │ │ │ ├── taobao_promotionmisc_common_item_activity_add.json │ │ │ ├── taobao_promotionmisc_common_item_activity_delete.json │ │ │ ├── taobao_promotionmisc_common_item_activity_get.json │ │ │ ├── taobao_promotionmisc_common_item_activity_list_get.json │ │ │ ├── taobao_promotionmisc_common_item_activity_update.json │ │ │ ├── taobao_promotionmisc_common_item_detail_add.json │ │ │ ├── taobao_promotionmisc_common_item_detail_delete.json │ │ │ ├── taobao_promotionmisc_common_item_detail_list_get.json │ │ │ ├── taobao_promotionmisc_common_item_detail_update.json │ │ │ ├── taobao_promotionmisc_item_activity_add.json │ │ │ ├── taobao_promotionmisc_item_activity_delete.json │ │ │ ├── taobao_promotionmisc_item_activity_get.json │ │ │ ├── taobao_promotionmisc_item_activity_list_get.json │ │ │ ├── taobao_promotionmisc_item_activity_update.json │ │ │ ├── taobao_promotionmisc_mjs_activity_add.json │ │ │ ├── taobao_promotionmisc_mjs_activity_delete.json │ │ │ ├── taobao_promotionmisc_mjs_activity_get.json │ │ │ ├── taobao_promotionmisc_mjs_activity_list_get.json │ │ │ ├── taobao_promotionmisc_mjs_activity_update.json │ │ │ ├── taobao_promotionmisc_tool_check.json │ │ │ ├── taobao_ump_activities_get.json │ │ │ ├── taobao_ump_activities_list_get.json │ │ │ ├── taobao_ump_activity_add.json │ │ │ ├── taobao_ump_activity_delete.json │ │ │ ├── taobao_ump_activity_get.json │ │ │ ├── taobao_ump_activity_update.json │ │ │ ├── taobao_ump_detail_add.json │ │ │ ├── taobao_ump_detail_delete.json │ │ │ ├── taobao_ump_detail_get.json │ │ │ ├── taobao_ump_detail_list_add.json │ │ │ ├── taobao_ump_detail_update.json │ │ │ ├── taobao_ump_details_get.json │ │ │ ├── taobao_ump_mbb_getbycode.json │ │ │ ├── taobao_ump_mbb_getbyid.json │ │ │ ├── taobao_ump_mbbs_list_get.json │ │ │ ├── taobao_ump_promotion_global_discount_get.json │ │ │ ├── taobao_ump_range_add.json │ │ │ ├── taobao_ump_range_delete.json │ │ │ ├── taobao_ump_range_get.json │ │ │ ├── taobao_ump_tool_get.json │ │ │ ├── taobao_ump_tools_get.json │ │ │ ├── tmall_ccf_crowd_activityuser_upload.json │ │ │ ├── tmall_promotag_tag_apply.json │ │ │ ├── tmall_promotag_tag_find.json │ │ │ ├── tmall_promotag_tag_removetag.json │ │ │ ├── tmall_promotag_taguser_judge.json │ │ │ ├── tmall_promotag_taguser_remove.json │ │ │ ├── tmall_promotag_taguser_save.json │ │ │ ├── tmall_promotion_coupon_query.json │ │ │ └── tmall_promotion_coupon_use.json │ │ ├── pur │ │ │ ├── alibaba_ceres_supplier_po_query.json │ │ │ ├── alibaba_ceres_supplier_po_querydetail.json │ │ │ ├── alibaba_pur_basket_merge.json │ │ │ ├── alibaba_pur_cmall_goods_status_sync.json │ │ │ ├── alibaba_pur_cmall_goods_sync.json │ │ │ ├── alibaba_pur_cmall_package_sync.json │ │ │ ├── alibaba_pur_create_do.json │ │ │ ├── alibaba_pur_media_statistics.json │ │ │ ├── alibaba_pur_pr_create.json │ │ │ ├── alibaba_pur_product_sync.json │ │ │ ├── alibaba_pur_supplier_asncreate.json │ │ │ ├── alibaba_pur_supplier_invoicecreate.json │ │ │ ├── alibaba_pur_supplier_porespcreate.json │ │ │ └── catelog.json │ │ ├── qianniu │ │ │ ├── catelog.json │ │ │ ├── taobao_daogoubao_order_statistics_total.json │ │ │ ├── taobao_qianniu_buyer_tag_get.json │ │ │ ├── taobao_qianniu_cloudkefu_onlinestatuslog_get.json │ │ │ ├── taobao_qianniu_number_put.json │ │ │ ├── taobao_qianniu_task_cancel.json │ │ │ ├── taobao_qianniu_task_create.json │ │ │ ├── taobao_qianniu_task_finish.json │ │ │ ├── taobao_qianniu_task_increase.json │ │ │ ├── taobao_qianniu_task_message_send.json │ │ │ ├── taobao_qianniu_task_remove.json │ │ │ ├── taobao_qianniu_task_update.json │ │ │ ├── taobao_qianniu_taskmeta_update.json │ │ │ ├── taobao_qianniu_taskmetas_get.json │ │ │ ├── taobao_qianniu_tasks_count.json │ │ │ ├── taobao_qianniu_tasks_get.json │ │ │ └── taobao_qncopilot_picture_audit.json │ │ ├── qimen │ │ │ ├── catelog.json │ │ │ ├── taobao_qimen_channelinventory_query.json │ │ │ ├── taobao_qimen_combineitem_delete.json │ │ │ ├── taobao_qimen_combineitem_query.json │ │ │ ├── taobao_qimen_combineitem_synchronize.json │ │ │ ├── taobao_qimen_deliveryorder_batchconfirm.json │ │ │ ├── taobao_qimen_deliveryorder_batchcreate.json │ │ │ ├── taobao_qimen_deliveryorder_batchcreate_answer.json │ │ │ ├── taobao_qimen_deliveryorder_confirm.json │ │ │ ├── taobao_qimen_deliveryorder_create.json │ │ │ ├── taobao_qimen_deliveryorder_query.json │ │ │ ├── taobao_qimen_entryorder_confirm.json │ │ │ ├── taobao_qimen_entryorder_create.json │ │ │ ├── taobao_qimen_entryorder_query.json │ │ │ ├── taobao_qimen_expressinfo_query.json │ │ │ ├── taobao_qimen_inventory_query.json │ │ │ ├── taobao_qimen_inventory_report.json │ │ │ ├── taobao_qimen_inventory_synchronize.json │ │ │ ├── taobao_qimen_inventory_synchronize_report.json │ │ │ ├── taobao_qimen_inventorybatch_query.json │ │ │ ├── taobao_qimen_inventoryreserve_cancel.json │ │ │ ├── taobao_qimen_inventoryrule_create.json │ │ │ ├── taobao_qimen_itemlack_report.json │ │ │ ├── taobao_qimen_itemmapping_create.json │ │ │ ├── taobao_qimen_itemmapping_query.json │ │ │ ├── taobao_qimen_items_synchronize.json │ │ │ ├── taobao_qimen_itemstore_banding.json │ │ │ ├── taobao_qimen_itemstore_query.json │ │ │ ├── taobao_qimen_order_callback.json │ │ │ ├── taobao_qimen_order_cancel.json │ │ │ ├── taobao_qimen_order_pending.json │ │ │ ├── taobao_qimen_order_query.json │ │ │ ├── taobao_qimen_order_sn_report.json │ │ │ ├── taobao_qimen_orderexception_report.json │ │ │ ├── taobao_qimen_orderprocess_query.json │ │ │ ├── taobao_qimen_orderprocess_report.json │ │ │ ├── taobao_qimen_presalespackage_consign.json │ │ │ ├── taobao_qimen_receiverinfo_query.json │ │ │ ├── taobao_qimen_returnorder_confirm.json │ │ │ ├── taobao_qimen_returnorder_create.json │ │ │ ├── taobao_qimen_returnpackage_report.json │ │ │ ├── taobao_qimen_shop_synchronize.json │ │ │ ├── taobao_qimen_singleitem_query.json │ │ │ ├── taobao_qimen_singleitem_synchronize.json │ │ │ ├── taobao_qimen_sn_report.json │ │ │ ├── taobao_qimen_stock_query.json │ │ │ ├── taobao_qimen_stockchange_report.json │ │ │ ├── taobao_qimen_stockout_confirm.json │ │ │ ├── taobao_qimen_stockout_create.json │ │ │ ├── taobao_qimen_store_create.json │ │ │ ├── taobao_qimen_store_delete.json │ │ │ ├── taobao_qimen_store_query.json │ │ │ ├── taobao_qimen_store_update.json │ │ │ ├── taobao_qimen_storecategory_get.json │ │ │ ├── taobao_qimen_storeitem_query.json │ │ │ ├── taobao_qimen_storeprocess_confirm.json │ │ │ ├── taobao_qimen_storeprocess_create.json │ │ │ ├── taobao_qimen_supplier_synchronize.json │ │ │ ├── taobao_qimen_transferorder_create.json │ │ │ ├── taobao_qimen_transferorder_query.json │ │ │ ├── taobao_qimen_transferorder_report.json │ │ │ ├── taobao_qimen_warehouseinfo_query.json │ │ │ ├── taobao_qimen_warehouseinfo_synchronize.json │ │ │ └── taobao_qimen_wavenum_report.json │ │ ├── qt │ │ │ ├── catelog.json │ │ │ ├── taobao_qt_report_add.json │ │ │ ├── taobao_qt_report_delete.json │ │ │ ├── taobao_qt_report_get.json │ │ │ ├── taobao_qt_report_update.json │ │ │ ├── taobao_qt_reports_get.json │ │ │ ├── taobao_ts_property_get.json │ │ │ └── taobao_ts_subscribe_get.json │ │ ├── rail │ │ │ ├── alitrip_rail_ir_carrier_get.json │ │ │ ├── alitrip_rail_ir_division_get.json │ │ │ ├── alitrip_rail_ir_service_get.json │ │ │ ├── alitrip_rail_ir_station_get.json │ │ │ ├── alitrip_rail_trade_closeticket.json │ │ │ ├── alitrip_rail_trade_issueticket.json │ │ │ └── catelog.json │ │ ├── refund │ │ │ ├── catelog.json │ │ │ ├── taobao_rdc_aligenius_identification_case_result_update.json │ │ │ ├── taobao_rdc_aligenius_identification_case_update.json │ │ │ ├── taobao_rdc_aligenius_sendgoods_cancel.json │ │ │ ├── taobao_refund_refuse.json │ │ │ └── taobao_refunds_receive_get.json │ │ ├── retail │ │ │ ├── alibaba_retail_device_road_status_reset.json │ │ │ ├── alibaba_retail_electronic_certificate_confirm.json │ │ │ ├── alibaba_retail_electronic_certificate_pre_confirm.json │ │ │ ├── alibaba_retail_vending_price_whitelist_remove.json │ │ │ ├── catelog.json │ │ │ └── tmall_store_order_create.json │ │ ├── rhino │ │ │ ├── catelog.json │ │ │ ├── taobao_rhino_crm_gateway.json │ │ │ ├── taobao_rhino_crm_review_delivery.json │ │ │ ├── taobao_rhino_supplychain_inbound_confirm.json │ │ │ └── taobao_rhino_supplychain_outbound_pickingcomplete.json │ │ ├── scbp │ │ │ ├── alibaba_scbp_account_budget_get.json │ │ │ ├── alibaba_scbp_account_daycost_get.json │ │ │ ├── alibaba_scbp_account_isarrears_get.json │ │ │ ├── alibaba_scbp_account_status_get.json │ │ │ ├── alibaba_scbp_account_status_update.json │ │ │ ├── alibaba_scbp_ad_account_balance_get.json │ │ │ ├── alibaba_scbp_ad_account_level_get.json │ │ │ ├── alibaba_scbp_ad_campaign_create.json │ │ │ ├── alibaba_scbp_ad_campaign_create_forbidden_keyword.json │ │ │ ├── alibaba_scbp_ad_campaign_delete.json │ │ │ ├── alibaba_scbp_ad_campaign_delete_forbidden_keyword.json │ │ │ ├── alibaba_scbp_ad_campaign_find_campaign_effect.json │ │ │ ├── alibaba_scbp_ad_campaign_find_campaign_page.json │ │ │ ├── alibaba_scbp_ad_campaign_find_forbidden_keyword.json │ │ │ ├── alibaba_scbp_ad_campaign_find_real_cost.json │ │ │ ├── alibaba_scbp_ad_campaign_update.json │ │ │ ├── alibaba_scbp_ad_customer_find_customer_info.json │ │ │ ├── alibaba_scbp_ad_group_count_ad_group.json │ │ │ ├── alibaba_scbp_ad_group_create_ad_group_batch.json │ │ │ ├── alibaba_scbp_ad_group_create_forbidden_product.json │ │ │ ├── alibaba_scbp_ad_group_delete_ad_group_batch.json │ │ │ ├── alibaba_scbp_ad_group_delete_forbidden_product.json │ │ │ ├── alibaba_scbp_ad_group_find_ad_group.json │ │ │ ├── alibaba_scbp_ad_group_find_forbidden_product.json │ │ │ ├── alibaba_scbp_ad_group_recommend_product.json │ │ │ ├── alibaba_scbp_ad_group_update_ad_group_batch.json │ │ │ ├── alibaba_scbp_ad_keyword_add.json │ │ │ ├── alibaba_scbp_ad_keyword_batch_query_keyword_rank_price.json │ │ │ ├── alibaba_scbp_ad_keyword_batchdelete.json │ │ │ ├── alibaba_scbp_ad_keyword_create_keyword_batch.json │ │ │ ├── alibaba_scbp_ad_keyword_delete.json │ │ │ ├── alibaba_scbp_ad_keyword_delete_keyword_batch.json │ │ │ ├── alibaba_scbp_ad_keyword_get.json │ │ │ ├── alibaba_scbp_ad_keyword_get_keyword_count_by_query.json │ │ │ ├── alibaba_scbp_ad_keyword_list_campaign_keywords.json │ │ │ ├── alibaba_scbp_ad_keyword_list_relevant_products.json │ │ │ ├── alibaba_scbp_ad_keyword_operation_preferential_product.json │ │ │ ├── alibaba_scbp_ad_keyword_price_batchupdate.json │ │ │ ├── alibaba_scbp_ad_keyword_price_update.json │ │ │ ├── alibaba_scbp_ad_keyword_query_keyword_rank_price.json │ │ │ ├── alibaba_scbp_ad_keyword_rank_get.json │ │ │ ├── alibaba_scbp_ad_keyword_rank_price_batchget.json │ │ │ ├── alibaba_scbp_ad_keyword_rank_price_get.json │ │ │ ├── alibaba_scbp_ad_keyword_recommend_word.json │ │ │ ├── alibaba_scbp_ad_keyword_status_batchupdate.json │ │ │ ├── alibaba_scbp_ad_keyword_status_update.json │ │ │ ├── alibaba_scbp_ad_keyword_tag_update.json │ │ │ ├── alibaba_scbp_ad_keyword_update_keyword_price_batch.json │ │ │ ├── alibaba_scbp_ad_keyword_update_keyword_status_batch.json │ │ │ ├── alibaba_scbp_ad_report_get_account_report.json │ │ │ ├── alibaba_scbp_ad_report_get_last_effect_date.json │ │ │ ├── alibaba_scbp_ad_report_get_product_report.json │ │ │ ├── alibaba_scbp_ad_report_get_target_report.json │ │ │ ├── alibaba_scbp_ad_report_query_keyword_effect.json │ │ │ ├── alibaba_scbp_ad_report_query_single_keyword_effect.json │ │ │ ├── alibaba_scbp_ad_target_tag_estimate_uv.json │ │ │ ├── alibaba_scbp_ad_target_tag_find_campaign_target_tag.json │ │ │ ├── alibaba_scbp_ad_target_tag_get_all_enable_tag_list.json │ │ │ ├── alibaba_scbp_ad_target_tag_list_recommend_tag.json │ │ │ ├── alibaba_scbp_ad_target_tag_merge_campaign_target_tag.json │ │ │ ├── alibaba_scbp_effect_account_date_get.json │ │ │ ├── alibaba_scbp_effect_account_list.json │ │ │ ├── alibaba_scbp_effect_keyword_list.json │ │ │ ├── alibaba_scbp_effect_keyword_single_get.json │ │ │ ├── alibaba_scbp_effect_product_report.json │ │ │ ├── alibaba_scbp_effect_product_single_get.json │ │ │ ├── alibaba_scbp_keyword_matched_products_get.json │ │ │ ├── alibaba_scbp_product_group_get.json │ │ │ ├── alibaba_scbp_product_list.json │ │ │ ├── alibaba_scbp_product_preferential_update.json │ │ │ ├── alibaba_scbp_product_status_update.json │ │ │ ├── alibaba_scbp_reckeyword_search.json │ │ │ ├── alibaba_scbp_reckeyword_sys_get.json │ │ │ ├── alibaba_scbp_tag_add.json │ │ │ ├── alibaba_scbp_tag_delete.json │ │ │ ├── alibaba_scbp_tag_list.json │ │ │ ├── alibaba_scbp_tag_rename.json │ │ │ ├── alibaba_scbp_target_ad_campaign_effect.json │ │ │ ├── alibaba_scbp_target_ad_campaign_product_effect.json │ │ │ ├── alibaba_scbp_target_ad_campaign_tag_effect.json │ │ │ ├── alibaba_scbp_target_ad_plan_add.json │ │ │ ├── alibaba_scbp_target_ad_plan_country_id_get.json │ │ │ ├── alibaba_scbp_target_ad_plan_crowd_id_get.json │ │ │ ├── alibaba_scbp_target_ad_plan_forbidden_word_modify.json │ │ │ ├── alibaba_scbp_target_ad_plan_list.json │ │ │ ├── alibaba_scbp_target_ad_plan_operation.json │ │ │ ├── alibaba_scbp_target_ad_plan_product_list_get.json │ │ │ ├── alibaba_scbp_target_ad_plan_tag_get.json │ │ │ ├── alibaba_scbp_target_ad_plan_update.json │ │ │ ├── alibaba_scbp_target_ad_plan_update_products.json │ │ │ ├── alibaba_scbp_target_ad_plan_update_tags.json │ │ │ └── catelog.json │ │ ├── scs │ │ │ ├── catelog.json │ │ │ ├── taobao_onebp_dkx_account_account_freeze.json │ │ │ ├── taobao_onebp_dkx_account_account_query.json │ │ │ ├── taobao_onebp_dkx_campaign_campaign_add.json │ │ │ ├── taobao_onebp_dkx_campaign_campaign_modify.json │ │ │ ├── taobao_onebp_dkx_campaign_campaign_noreport.json │ │ │ ├── taobao_onebp_dkx_campaign_campaign_reportpage.json │ │ │ ├── taobao_onebp_dkx_creative_creative_report_offline.json │ │ │ ├── taobao_onebp_dkx_creative_creative_report_realtime.json │ │ │ ├── taobao_onebp_dkx_crowd_crowd_coverage.json │ │ │ ├── taobao_onebp_dkx_crowd_crowd_findcrowdgroups.json │ │ │ ├── taobao_onebp_dkx_crowd_crowd_finddmpcrowd.json │ │ │ ├── taobao_onebp_dkx_crowd_crowd_list.json │ │ │ ├── taobao_onebp_dkx_crowd_crowd_template.json │ │ │ ├── taobao_onebp_dkx_material_material_findpage.json │ │ │ ├── taobao_onebp_dkx_report_report_account_daylist.json │ │ │ ├── taobao_onebp_dkx_report_report_account_offline.json │ │ │ ├── taobao_onebp_dkx_report_report_account_realtime.json │ │ │ ├── taobao_onebp_dkx_report_report_campaign_daylist.json │ │ │ ├── taobao_onebp_dkx_report_report_campaign_offline.json │ │ │ ├── taobao_onebp_dkx_report_report_campaign_realtime.json │ │ │ ├── taobao_onebp_dkx_report_report_crowd_list.json │ │ │ ├── taobao_onebp_dkx_report_report_crowd_list_expand.json │ │ │ ├── taobao_onebp_dkx_report_report_material_offline.json │ │ │ └── taobao_onebp_dkx_report_report_material_realtime.json │ │ ├── seaking │ │ │ ├── alibaba_seaking_authmachineapi.json │ │ │ ├── alibaba_seaking_diagnosistitle.json │ │ │ ├── alibaba_seaking_feedback.json │ │ │ ├── alibaba_seaking_imagetranslate_result.json │ │ │ ├── alibaba_seaking_imagetranslate_submit.json │ │ │ ├── alibaba_seaking_servicepack.json │ │ │ ├── alibaba_seaking_task_report.json │ │ │ ├── alibaba_seaking_titlerewrite_result.json │ │ │ ├── alibaba_seaking_titlerewrite_submit.json │ │ │ └── catelog.json │ │ ├── security │ │ │ ├── alibaba_diafi_token_check.json │ │ │ ├── alibaba_security_jaq_afs_check.json │ │ │ ├── alibaba_security_jaq_app_official_apply.json │ │ │ ├── alibaba_security_jaq_app_official_verify.json │ │ │ ├── alibaba_security_jaq_app_risk_scan.json │ │ │ ├── alibaba_security_jaq_app_risk_scanbatch.json │ │ │ ├── alibaba_security_jaq_app_riskdetail_get.json │ │ │ ├── alibaba_security_jaq_app_riskdetailbatch_get.json │ │ │ ├── alibaba_security_jaq_app_risksummary_get.json │ │ │ ├── alibaba_security_jaq_app_shield.json │ │ │ ├── alibaba_security_jaq_app_shieldresult_get.json │ │ │ ├── alibaba_security_jaq_campaignprevention_result_fetch.json │ │ │ ├── alibaba_security_jaq_captcha_send.json │ │ │ ├── alibaba_security_jaq_captcha_verify.json │ │ │ ├── alibaba_security_jaq_captcha_verify_result_fetch.json │ │ │ ├── alibaba_security_jaq_loginprevention_result_fetch.json │ │ │ ├── alibaba_security_jaq_ocr_image_async_detect_results_fetch.json │ │ │ ├── alibaba_security_jaq_ocr_image_sync_detect.json │ │ │ ├── alibaba_security_jaq_porn_image_sync_detect.json │ │ │ ├── alibaba_security_jaq_resource_fetch.json │ │ │ ├── alibaba_security_jaq_rp_cloud_event.json │ │ │ ├── alibaba_security_jaq_rp_cloud_ocr_check.json │ │ │ ├── alibaba_security_jaq_rp_cloud_realname_check.json │ │ │ ├── alibaba_security_jaq_rp_cloud_rphit.json │ │ │ ├── alibaba_security_jaq_rp_cloud_start.json │ │ │ ├── alibaba_security_jaq_rp_cloud_submit.json │ │ │ ├── alibaba_security_jaq_rp_cloud_upload.json │ │ │ ├── alibaba_security_jaq_rp_fetchmaterial.json │ │ │ ├── alibaba_security_jaq_rp_getverifytoken.json │ │ │ ├── alibaba_security_jaq_rp_ocr.json │ │ │ ├── alibaba_security_jaq_rp_ocr_check.json │ │ │ ├── alibaba_security_jaq_rp_query.json │ │ │ ├── alibaba_security_jaq_rp_rphit.json │ │ │ ├── alibaba_security_jaq_rp_start.json │ │ │ ├── alibaba_security_jaq_rp_status.json │ │ │ ├── alibaba_security_jaq_rp_submit.json │ │ │ ├── alibaba_security_jaq_rp_upload.json │ │ │ ├── alibaba_security_jaq_spamregisterprevention_feedback.json │ │ │ ├── alibaba_security_jaq_spamregisterprevention_result_fetch.json │ │ │ ├── alibaba_security_jaq_spamregisterprevention_result_fetch_new.json │ │ │ ├── alibaba_security_jaq_url_scan.json │ │ │ ├── alibaba_security_jaq_wsgriskdata_report.json │ │ │ └── catelog.json │ │ ├── servicecenter │ │ │ ├── catelog.json │ │ │ ├── taobao_fuwu_purchase_order_confirm.json │ │ │ ├── taobao_fuwu_purchase_order_pay.json │ │ │ ├── taobao_fuwu_sale_link_gen.json │ │ │ ├── taobao_fuwu_scores_get.json │ │ │ ├── taobao_fuwu_sku_get.json │ │ │ ├── taobao_fuwu_sp_billreord_add.json │ │ │ ├── taobao_fuwu_sp_confirm_apply.json │ │ │ ├── taobao_recycle_ofnpreredpacket_get.json │ │ │ ├── taobao_recycle_ofnpreredpacket_tpdeductsuccess.json │ │ │ ├── taobao_recycle_ofnsubsidy_old_get.json │ │ │ ├── taobao_recycle_order_fulfill_sync.json │ │ │ ├── taobao_recycle_prededuct_blacklist_order_sync.json │ │ │ ├── taobao_recycle_prededuct_old_get.json │ │ │ ├── taobao_recycle_prededuct_settle_sync.json │ │ │ ├── taobao_vas_order_search.json │ │ │ ├── taobao_vas_service_validate.json │ │ │ ├── taobao_vas_subsc_search.json │ │ │ ├── taobao_vas_subscribe_get.json │ │ │ ├── taobao_weike_eservice_order_get.json │ │ │ ├── taobao_weike_eservice_schedule_get.json │ │ │ ├── taobao_weike_eservice_subusers_get.json │ │ │ ├── taobao_weike_performance_put.json │ │ │ ├── taobao_weike_subscinfo_get.json │ │ │ ├── tmall_car_contract_download.json │ │ │ ├── tmall_car_fpcar_getcar_notify.json │ │ │ ├── tmall_car_fpcar_restpay_receive.json │ │ │ ├── tmall_car_lease_consume.json │ │ │ ├── tmall_car_lease_freedownpayment_put.json │ │ │ ├── tmall_car_lease_item_activity_get.json │ │ │ ├── tmall_car_lease_itemcarinfo.json │ │ │ ├── tmall_car_lease_riskcallback.json │ │ │ ├── tmall_car_lease_tailpaymentback.json │ │ │ ├── tmall_car_leaseorder_get.json │ │ │ ├── tmall_msf_receive.json │ │ │ ├── tmall_msf_verify.json │ │ │ ├── tmall_service_settleadjustment_search.json │ │ │ ├── tmall_servicecenter_tp_funds_recover_query.json │ │ │ └── tmall_servicecenter_tp_funds_send_query.json │ │ ├── shenjing │ │ │ ├── alibaba_ib_shenjing_visitor_pad_fetchcodeverify.json │ │ │ ├── alibaba_ib_shenjing_visitor_pad_getinfo.json │ │ │ ├── alibaba_ib_shenjing_visitor_pad_getqrcodelink.json │ │ │ ├── alibaba_ib_shenjing_visitor_pad_opendoor.json │ │ │ ├── alibaba_ib_shenjing_visitor_pad_uploadface.json │ │ │ ├── alibaba_shenjing_core_activity_getappshowlist.json │ │ │ └── catelog.json │ │ ├── ship │ │ │ ├── alitrip_ship_order_notify.json │ │ │ ├── alitrip_ship_product_syncbase.json │ │ │ ├── alitrip_ship_product_synccall.json │ │ │ ├── alitrip_ship_product_syncnunber.json │ │ │ ├── alitrip_ship_return_notify.json │ │ │ └── catelog.json │ │ ├── shop │ │ │ ├── alibaba_data_coupon_get.json │ │ │ ├── alibaba_data_item_get.json │ │ │ ├── alibaba_interact_sensor_clipbroad.json │ │ │ ├── alibaba_koubeishops_property_get.json │ │ │ ├── alibaba_shop_category_all_get.json │ │ │ ├── alibaba_shop_category_get.json │ │ │ ├── alibaba_shop_coupon_apply.json │ │ │ ├── catelog.json │ │ │ ├── taobao_mcn_shopcats_list_get.json │ │ │ ├── taobao_sellercats_list_add.json │ │ │ ├── taobao_sellercats_list_get.json │ │ │ ├── taobao_sellercats_list_update.json │ │ │ ├── taobao_shop_seller_get.json │ │ │ ├── taobao_shop_update.json │ │ │ ├── taobao_shopcats_list_get.json │ │ │ └── taobao_store_followurl_get.json │ │ ├── simba │ │ │ ├── catelog.json │ │ │ ├── taobao_simba_account_balance_get.json │ │ │ ├── taobao_simba_adgroup_add.json │ │ │ ├── taobao_simba_adgroup_delete.json │ │ │ ├── taobao_simba_adgroup_mobilediscount_delete.json │ │ │ ├── taobao_simba_adgroup_mobilediscount_update.json │ │ │ ├── taobao_simba_adgroup_onlineitemsvon_get.json │ │ │ ├── taobao_simba_adgroup_update.json │ │ │ ├── taobao_simba_adgroupids_changed_get.json │ │ │ ├── taobao_simba_adgroupids_deleted_get.json │ │ │ ├── taobao_simba_adgroups_changed_get.json │ │ │ ├── taobao_simba_adgroups_item_exist.json │ │ │ ├── taobao_simba_adgroupsbyadgroupids_get.json │ │ │ ├── taobao_simba_adgroupsbycampaignid_get.json │ │ │ ├── taobao_simba_bidword_pricetools.json │ │ │ ├── taobao_simba_campaign_add.json │ │ │ ├── taobao_simba_campaign_area_get.json │ │ │ ├── taobao_simba_campaign_area_update.json │ │ │ ├── taobao_simba_campaign_areaoptions_get.json │ │ │ ├── taobao_simba_campaign_budget_get.json │ │ │ ├── taobao_simba_campaign_budget_update.json │ │ │ ├── taobao_simba_campaign_platform_get.json │ │ │ ├── taobao_simba_campaign_platform_update.json │ │ │ ├── taobao_simba_campaign_schedule_get.json │ │ │ ├── taobao_simba_campaign_schedule_update.json │ │ │ ├── taobao_simba_campaign_timetemplate_find.json │ │ │ ├── taobao_simba_campaign_update.json │ │ │ ├── taobao_simba_campaigns_get.json │ │ │ ├── taobao_simba_creative_add.json │ │ │ ├── taobao_simba_creative_delete.json │ │ │ ├── taobao_simba_creative_update.json │ │ │ ├── taobao_simba_creativeids_deleted_get.json │ │ │ ├── taobao_simba_creatives_changed_get.json │ │ │ ├── taobao_simba_creatives_get.json │ │ │ ├── taobao_simba_customers_authorized_get.json │ │ │ ├── taobao_simba_customers_sid_get.json │ │ │ ├── taobao_simba_hour_report_account_get.json │ │ │ ├── taobao_simba_hour_report_adgroup_get.json │ │ │ ├── taobao_simba_hour_report_campaign_get.json │ │ │ ├── taobao_simba_insight_catsdata_get.json │ │ │ ├── taobao_simba_insight_catsforecastnew_get.json │ │ │ ├── taobao_simba_insight_catsinfo_get.json │ │ │ ├── taobao_simba_insight_catstopwordnew_get.json │ │ │ ├── taobao_simba_insight_catsworddata_get.json │ │ │ ├── taobao_simba_insight_relatedwords_get.json │ │ │ ├── taobao_simba_insight_wordsareadata_get.json │ │ │ ├── taobao_simba_insight_wordsdata_get.json │ │ │ ├── taobao_simba_insight_wordspricedata_get.json │ │ │ ├── taobao_simba_insight_wordssubdata_get.json │ │ │ ├── taobao_simba_keyword_add.json │ │ │ ├── taobao_simba_keyword_findbyadgroupid.json │ │ │ ├── taobao_simba_keyword_findbyids.json │ │ │ ├── taobao_simba_keyword_update.json │ │ │ ├── taobao_simba_keywordids_changed_get.json │ │ │ ├── taobao_simba_keywordids_deleted_get.json │ │ │ ├── taobao_simba_keywords_changed_get.json │ │ │ ├── taobao_simba_keywords_delete.json │ │ │ ├── taobao_simba_keywords_pricevon_set.json │ │ │ ├── taobao_simba_keywords_qscore_get.json │ │ │ ├── taobao_simba_keywords_qscore_split_get.json │ │ │ ├── taobao_simba_keywords_realtime_ranking_batch_get.json │ │ │ ├── taobao_simba_keywords_recommend_get.json │ │ │ ├── taobao_simba_keywordsbyadgroupid_get.json │ │ │ ├── taobao_simba_keywordsbykeywordids_get.json │ │ │ ├── taobao_simba_keywordscat_qscore_get.json │ │ │ ├── taobao_simba_keywordsvon_add.json │ │ │ ├── taobao_simba_login_authsign_get.json │ │ │ ├── taobao_simba_report_city_get.json │ │ │ ├── taobao_simba_rpt_adgroupbase_get.json │ │ │ ├── taobao_simba_rpt_adgroupcreativebase_get.json │ │ │ ├── taobao_simba_rpt_adgroupcreativeeffect_get.json │ │ │ ├── taobao_simba_rpt_adgroupeffect_get.json │ │ │ ├── taobao_simba_rpt_adgroupkeywordbase_get.json │ │ │ ├── taobao_simba_rpt_adgroupkeywordeffect_get.json │ │ │ ├── taobao_simba_rpt_campadgroupbase_get.json │ │ │ ├── taobao_simba_rpt_campadgroupeffect_get.json │ │ │ ├── taobao_simba_rpt_campaignbase_get.json │ │ │ ├── taobao_simba_rpt_campaigneffect_get.json │ │ │ ├── taobao_simba_rpt_custbase_get.json │ │ │ ├── taobao_simba_rpt_custeffect_get.json │ │ │ ├── taobao_simba_rpt_targetingtag_get.json │ │ │ ├── taobao_simba_rpt_targetingtagbase_get.json │ │ │ ├── taobao_simba_rpt_targetingtageffect_get.json │ │ │ ├── taobao_simba_rtrpt_adgroup_get.json │ │ │ ├── taobao_simba_rtrpt_bidword_get.json │ │ │ ├── taobao_simba_rtrpt_campaign_get.json │ │ │ ├── taobao_simba_rtrpt_creative_get.json │ │ │ ├── taobao_simba_rtrpt_cust_get.json │ │ │ ├── taobao_simba_rtrpt_targetingtag_get.json │ │ │ ├── taobao_simba_salestar_adgroup_add.json │ │ │ ├── taobao_simba_salestar_adgroup_delete.json │ │ │ ├── taobao_simba_salestar_adgroup_findbycampid.json │ │ │ ├── taobao_simba_salestar_adgroup_update.json │ │ │ ├── taobao_simba_salestar_campaign_budget_update.json │ │ │ ├── taobao_simba_salestar_creative_add.json │ │ │ ├── taobao_simba_salestar_creative_delete.json │ │ │ ├── taobao_simba_salestar_creative_update.json │ │ │ ├── taobao_simba_salestar_creatives_get.json │ │ │ ├── taobao_simba_salestar_keywords_delete.json │ │ │ ├── taobao_simba_salestar_keywords_qscore_split_get.json │ │ │ ├── taobao_simba_salestar_keywords_recommend_get.json │ │ │ ├── taobao_simba_searchcrowd_batch_add.json │ │ │ ├── taobao_simba_searchtagtemplate_get.json │ │ │ ├── taobao_simba_serchcrowd_batch_delete.json │ │ │ ├── taobao_simba_serchcrowd_get.json │ │ │ ├── taobao_simba_serchcrowd_price_batch_update.json │ │ │ ├── taobao_simba_serchcrowd_state_batch_update.json │ │ │ ├── taobao_simba_tools_items_top_get.json │ │ │ ├── taobao_subway_account_offline_find.json │ │ │ ├── taobao_subway_account_offline_layeredfind.json │ │ │ ├── taobao_subway_adgroup_offline_find.json │ │ │ ├── taobao_subway_adgroup_offline_layeredfind.json │ │ │ ├── taobao_subway_automatch_rpt_get.json │ │ │ ├── taobao_subway_campaign_offline_find.json │ │ │ ├── taobao_subway_campaign_offline_layeredfind.json │ │ │ ├── taobao_subway_cia_get.json │ │ │ ├── taobao_subway_cia_update.json │ │ │ ├── taobao_subway_creative_offline_layeredfind.json │ │ │ ├── taobao_subway_creative_video_bind.json │ │ │ ├── taobao_subway_creative_video_unbind.json │ │ │ ├── taobao_subway_creativeoffline_find.json │ │ │ ├── taobao_subway_crowd_offline_layeredfind.json │ │ │ ├── taobao_subway_crowdofflinenew_find.json │ │ │ ├── taobao_subway_item_video_upload.json │ │ │ ├── taobao_subway_keyword_offline_find.json │ │ │ ├── taobao_subway_keyword_offline_layeredfind.json │ │ │ ├── taobao_subway_marsh_land_rpt_get.json │ │ │ ├── taobao_subway_video_state_get.json │ │ │ ├── taobao_subway_wordpackage_get.json │ │ │ ├── taobao_subway_wordpackage_update.json │ │ │ ├── taobao_universalbp_account_get_balance.json │ │ │ ├── taobao_universalbp_account_get_can_use_bizcode.json │ │ │ ├── taobao_universalbp_account_is_universal_user.json │ │ │ ├── taobao_universalbp_adgroup_horizontal_findpage.json │ │ │ ├── taobao_universalbp_adzone_findconfiglist.json │ │ │ ├── taobao_universalbp_adzone_horizontal_findpage.json │ │ │ ├── taobao_universalbp_bidword_findlist.json │ │ │ ├── taobao_universalbp_bidword_suggestdefaultlist.json │ │ │ ├── taobao_universalbp_bidword_suggestkrlist.json │ │ │ ├── taobao_universalbp_campaign_findlist.json │ │ │ ├── taobao_universalbp_campaign_findpage.json │ │ │ ├── taobao_universalbp_campaign_findsubcampaignid.json │ │ │ ├── taobao_universalbp_campaign_get.json │ │ │ ├── taobao_universalbp_campaigngroup_findlist.json │ │ │ ├── taobao_universalbp_creative_horizontal_findpage.json │ │ │ ├── taobao_universalbp_creative_manage_findmanagepage.json │ │ │ ├── taobao_universalbp_creative_preadd.json │ │ │ ├── taobao_universalbp_crowd_findlist.json │ │ │ ├── taobao_universalbp_crowd_findrecommendcrowd.json │ │ │ ├── taobao_universalbp_label_dmp_finddmpmoduleconfig.json │ │ │ ├── taobao_universalbp_label_findconfiglist.json │ │ │ ├── taobao_universalbp_material_accessallowed.json │ │ │ ├── taobao_universalbp_material_item_findpage.json │ │ │ ├── taobao_universalbp_material_shop_get.json │ │ │ ├── taobao_universalbp_member_findbrandinfolist.json │ │ │ ├── taobao_universalbp_report_async_create_download_task.json │ │ │ ├── taobao_universalbp_report_query_account.json │ │ │ ├── taobao_universalbp_report_query_adgroup.json │ │ │ ├── taobao_universalbp_report_query_area.json │ │ │ ├── taobao_universalbp_report_query_bidword.json │ │ │ ├── taobao_universalbp_report_query_campaign.json │ │ │ ├── taobao_universalbp_report_query_creative.json │ │ │ ├── taobao_universalbp_report_query_crowd.json │ │ │ ├── taobao_universalbp_report_query_item_promotion.json │ │ │ ├── taobao_universalbp_report_query_not_item_promotion.json │ │ │ ├── taobao_universalbp_report_query_realtime.json │ │ │ ├── taobao_universalbp_shopcategory_findlist.json │ │ │ ├── taobao_universalbp_stdcategory_findcategorycondition.json │ │ │ ├── taobao_universalbp_stdcategory_findlist.json │ │ │ ├── taobao_universalbp_wordpackage_findlist.json │ │ │ ├── taobao_universalbp_wordpackage_suggestdefaultlist.json │ │ │ └── taobao_universalbp_wordpackage_suggestkrlist.json │ │ ├── singletreasure │ │ │ ├── catelog.json │ │ │ ├── taobao_singletreasure_activity_create.json │ │ │ ├── taobao_singletreasure_activity_delete.json │ │ │ ├── taobao_singletreasure_activity_item_batchadd.json │ │ │ ├── taobao_singletreasure_activity_item_batchupdate.json │ │ │ ├── taobao_singletreasure_activity_item_delete.json │ │ │ ├── taobao_singletreasure_activity_item_query.json │ │ │ ├── taobao_singletreasure_activity_item_update.json │ │ │ ├── taobao_singletreasure_activity_name_query.json │ │ │ ├── taobao_singletreasure_activity_query.json │ │ │ └── taobao_singletreasure_activity_update.json │ │ ├── smartstore │ │ │ ├── catelog.json │ │ │ ├── taobao_istore_areas_get.json │ │ │ ├── taobao_smartstore_device_status_feedback.json │ │ │ ├── tmall_popupstore_activity_device_query.json │ │ │ ├── tmall_popupstore_activity_query.json │ │ │ └── tmall_popupstore_item_discount_price.json │ │ ├── store │ │ │ ├── catelog.json │ │ │ ├── taobao_place_store_extend_update.json │ │ │ ├── taobao_place_store_itemstore_band.json │ │ │ ├── taobao_place_store_query.json │ │ │ ├── taobao_place_store_relation_query.json │ │ │ ├── taobao_place_store_update_label.json │ │ │ ├── taobao_place_storegroup_create.json │ │ │ ├── taobao_place_storegroup_delete.json │ │ │ ├── taobao_place_storegroup_update.json │ │ │ ├── taobao_place_storerelatesub_add.json │ │ │ ├── taobao_place_storerelatesub_delete.json │ │ │ └── taobao_place_storerelatesub_get.json │ │ ├── subuser │ │ │ ├── catelog.json │ │ │ ├── taobao_sellercenter_role_add.json │ │ │ ├── taobao_sellercenter_roles_get.json │ │ │ ├── taobao_sellercenter_subuser_permissions_roles_get.json │ │ │ ├── taobao_sellercenter_subusers_get.json │ │ │ ├── taobao_sellercenter_subusers_page.json │ │ │ ├── taobao_sellercenter_user_permissions_get.json │ │ │ ├── taobao_subuser_departments_get.json │ │ │ ├── taobao_subuser_dutys_get.json │ │ │ ├── taobao_subuser_fullinfo_get.json │ │ │ ├── taobao_subuser_info_update.json │ │ │ ├── taobao_subusers_get.json │ │ │ ├── taobao_subusers_info_query.json │ │ │ ├── taobao_subusers_page.json │ │ │ └── taobao_subusers_subaccount_search.json │ │ ├── sungari │ │ │ ├── catelog.json │ │ │ ├── taobao_cloudbridge_caseinvest_execute.json │ │ │ ├── taobao_sungari_dispose_query.json │ │ │ ├── taobao_sungari_dispose_submit.json │ │ │ └── taobao_sungari_inspection_submit.json │ │ ├── tanx │ │ │ ├── catelog.json │ │ │ ├── taobao_tanx_audit_creative_add.json │ │ │ ├── taobao_tanx_audit_creative_modify.json │ │ │ ├── taobao_tanx_audit_depositcreative_add.json │ │ │ ├── taobao_tanx_biddingrefuses_get.json │ │ │ ├── taobao_tanx_creative_get.json │ │ │ ├── taobao_tanx_creatives_get.json │ │ │ ├── taobao_tanx_deal_get.json │ │ │ ├── taobao_tanx_nativetemplates_get.json │ │ │ ├── taobao_tanx_qualification_find.json │ │ │ └── taobao_tanx_qualification_solid_find.json │ │ ├── taotv │ │ │ ├── catelog.json │ │ │ ├── taobao_taotv_carousel_category_list.json │ │ │ ├── taobao_taotv_carousel_channel_all.json │ │ │ ├── taobao_taotv_carousel_playlist_get.json │ │ │ ├── taobao_taotv_video_playlist_all.json │ │ │ ├── taobao_taotv_video_playlist_get.json │ │ │ ├── taobao_taotv_video_playlist_ottnav_get.json │ │ │ ├── taobao_taotv_video_playlist_page.json │ │ │ └── youku_tv_desktop_toyou_recommend.json │ │ ├── tax │ │ │ ├── alibaba_tax_invoice_sync.json │ │ │ └── catelog.json │ │ ├── tbitem │ │ │ ├── alibaba_item_edit_fastupdate.json │ │ │ ├── alibaba_item_edit_schema_get.json │ │ │ ├── alibaba_item_edit_submit.json │ │ │ ├── alibaba_item_operate_delete.json │ │ │ ├── alibaba_item_operate_downshelf.json │ │ │ ├── alibaba_item_operate_upshelf.json │ │ │ ├── alibaba_item_publish_market_get.json │ │ │ ├── alibaba_item_publish_props_get.json │ │ │ ├── alibaba_item_publish_schema_get.json │ │ │ ├── alibaba_item_publish_submit.json │ │ │ ├── catelog.json │ │ │ ├── taobao_item_anchor_get.json │ │ │ ├── taobao_item_barcode_update.json │ │ │ ├── taobao_item_delete.json │ │ │ ├── taobao_item_img_delete.json │ │ │ ├── taobao_item_img_upload.json │ │ │ ├── taobao_item_joint_img.json │ │ │ ├── taobao_item_joint_propimg.json │ │ │ ├── taobao_item_promotion_rule_get.json │ │ │ ├── taobao_item_propimg_delete.json │ │ │ ├── taobao_item_propimg_upload.json │ │ │ ├── taobao_item_quantity_update.json │ │ │ ├── taobao_item_seller_get.json │ │ │ ├── taobao_item_sku_add.json │ │ │ ├── taobao_item_sku_delete.json │ │ │ ├── taobao_item_sku_get.json │ │ │ ├── taobao_item_sku_price_update.json │ │ │ ├── taobao_item_sku_update.json │ │ │ ├── taobao_item_skus_get.json │ │ │ ├── taobao_item_templates_get.json │ │ │ ├── taobao_item_update_delisting.json │ │ │ ├── taobao_item_update_delisting_tmall.json │ │ │ ├── taobao_item_update_listing.json │ │ │ ├── taobao_item_update_listing_tmall.json │ │ │ ├── taobao_items_custom_get.json │ │ │ ├── taobao_items_inventory_get.json │ │ │ ├── taobao_items_onsale_get.json │ │ │ ├── taobao_items_seller_list_get.json │ │ │ ├── taobao_skus_custom_get.json │ │ │ ├── taobao_skus_quantity_update.json │ │ │ ├── tmall_item_add_simpleschema_get.json │ │ │ ├── tmall_item_calculate_hscode_get.json │ │ │ ├── tmall_item_combine_get.json │ │ │ ├── tmall_item_desc_modules_get.json │ │ │ ├── tmall_item_hscode_audit_results_query.json │ │ │ ├── tmall_item_hscode_detail_get.json │ │ │ ├── tmall_item_increment_update_schema_get.json │ │ │ ├── tmall_item_outerid_update.json │ │ │ ├── tmall_item_price_update.json │ │ │ ├── tmall_item_quantity_update.json │ │ │ ├── tmall_item_schema_add.json │ │ │ ├── tmall_item_schema_increment_update.json │ │ │ ├── tmall_item_schema_update.json │ │ │ ├── tmall_item_shiptime_update.json │ │ │ ├── tmall_item_simpleschema_add.json │ │ │ ├── tmall_item_simpleschema_update.json │ │ │ ├── tmall_item_update_schema_get.json │ │ │ ├── tmall_product_add_schema_get.json │ │ │ ├── tmall_product_match_schema_get.json │ │ │ ├── tmall_product_schema_add.json │ │ │ ├── tmall_product_schema_get.json │ │ │ ├── tmall_product_schema_match.json │ │ │ ├── tmall_product_schema_update.json │ │ │ └── tmall_product_update_schema_get.json │ │ ├── tbk │ │ │ ├── catelog.json │ │ │ ├── taobao_tbk_activity_info_get.json │ │ │ ├── taobao_tbk_cart_coupon_expire_user_query.json │ │ │ ├── taobao_tbk_coupon_get.json │ │ │ ├── taobao_tbk_dg_cpa_activity_detail.json │ │ │ ├── taobao_tbk_dg_cpa_activity_report.json │ │ │ ├── taobao_tbk_dg_material_optional.json │ │ │ ├── taobao_tbk_dg_newuser_order_get.json │ │ │ ├── taobao_tbk_dg_newuser_order_sum.json │ │ │ ├── taobao_tbk_dg_optimus_material.json │ │ │ ├── taobao_tbk_dg_optimus_promotion.json │ │ │ ├── taobao_tbk_dg_punish_order_get.json │ │ │ ├── taobao_tbk_dg_tpwd_report_get.json │ │ │ ├── taobao_tbk_dg_tpwd_risk_report.json │ │ │ ├── taobao_tbk_dg_vegas_send_report.json │ │ │ ├── taobao_tbk_dg_vegas_send_status.json │ │ │ ├── taobao_tbk_dg_vegas_tlj_create.json │ │ │ ├── taobao_tbk_dg_vegas_tlj_report.json │ │ │ ├── taobao_tbk_dg_vegas_tlj_stop.json │ │ │ ├── taobao_tbk_item_info_get.json │ │ │ ├── taobao_tbk_privilege_get.json │ │ │ ├── taobao_tbk_rta_consumer_match.json │ │ │ ├── taobao_tbk_sc_activity_info_get.json │ │ │ ├── taobao_tbk_sc_adzone_create.json │ │ │ ├── taobao_tbk_sc_invitecode_get.json │ │ │ ├── taobao_tbk_sc_material_optional.json │ │ │ ├── taobao_tbk_sc_membergroup_optional.json │ │ │ ├── taobao_tbk_sc_optimus_material.json │ │ │ ├── taobao_tbk_sc_optimus_promotion.json │ │ │ ├── taobao_tbk_sc_order_details_get.json │ │ │ ├── taobao_tbk_sc_publisher_info_get.json │ │ │ ├── taobao_tbk_sc_publisher_info_save.json │ │ │ ├── taobao_tbk_sc_punish_order_get.json │ │ │ ├── taobao_tbk_sc_relation_record.json │ │ │ ├── taobao_tbk_sc_relation_refund.json │ │ │ ├── taobao_tbk_sc_shop_convert.json │ │ │ ├── taobao_tbk_sc_tpwd_convert.json │ │ │ ├── taobao_tbk_sc_ucrowd_create.json │ │ │ ├── taobao_tbk_sc_ucrowd_delete.json │ │ │ ├── taobao_tbk_sc_ucrowd_get.json │ │ │ ├── taobao_tbk_sc_ucrowd_member_add.json │ │ │ ├── taobao_tbk_sc_ucrowd_report_get.json │ │ │ ├── taobao_tbk_sc_vegas_send_report.json │ │ │ ├── taobao_tbk_sc_vegas_send_status.json │ │ │ ├── taobao_tbk_shop_get.json │ │ │ ├── taobao_tbk_shop_recommend_get.json │ │ │ ├── taobao_tbk_sku_best_coupon.json │ │ │ ├── taobao_tbk_spread_get.json │ │ │ └── taobao_tbk_tpwd_create.json │ │ ├── tblogistics │ │ │ ├── alibaba_ascp_logistics_consign_modify.json │ │ │ ├── alibaba_ascp_logistics_consign_resend.json │ │ │ ├── alibaba_ascp_logistics_instantsonline_calldelivery.json │ │ │ ├── alibaba_ascp_logistics_instantsonline_canceldelivery.json │ │ │ ├── alibaba_ascp_logistics_instantsonline_checkdeliveryauth.json │ │ │ ├── alibaba_ascp_logistics_instantsonline_deliveryorder_get.json │ │ │ ├── alibaba_ascp_logistics_instantsonline_priorcalldelivery.json │ │ │ ├── alibaba_ascp_logistics_offline_send.json │ │ │ ├── alibaba_ascp_logistics_seller_orders_get.json │ │ │ ├── alibaba_ascp_logistics_seller_send.json │ │ │ ├── alibaba_ascp_logistics_seller_writelogisticsnode.json │ │ │ ├── alibaba_ascp_logistics_seller_writeoff.json │ │ │ ├── catelog.json │ │ │ ├── taobao_areas_get.json │ │ │ ├── taobao_delivery_template_add.json │ │ │ ├── taobao_delivery_template_delete.json │ │ │ ├── taobao_delivery_template_get.json │ │ │ ├── taobao_delivery_template_update.json │ │ │ ├── taobao_delivery_templates_get.json │ │ │ ├── taobao_logistics_companies_get.json │ │ │ ├── taobao_logistics_consign_order_createandsend.json │ │ │ ├── taobao_logistics_dummy_send.json │ │ │ ├── taobao_logistics_instant_trace_search.json │ │ │ ├── taobao_logistics_online_cancel.json │ │ │ ├── taobao_logistics_online_confirm.json │ │ │ ├── taobao_logistics_online_send.json │ │ │ ├── taobao_logistics_order_create.json │ │ │ ├── taobao_logistics_orders_detail_get.json │ │ │ ├── taobao_logistics_orders_get.json │ │ │ ├── taobao_logistics_partners_get.json │ │ │ ├── taobao_logistics_trace_get.json │ │ │ ├── taobao_logistics_trace_search.json │ │ │ ├── taobao_logistics_wms_packagedeliveryorder_confirm.json │ │ │ ├── taobao_logistics_wms_packagedeliveryorder_pull.json │ │ │ ├── taobao_logistics_wms_packageentryorder_confirm.json │ │ │ ├── taobao_logistics_wms_packageentryorder_pull.json │ │ │ ├── taobao_logistics_wms_packageexception_report.json │ │ │ ├── taobao_wlb_order_jz_consign.json │ │ │ ├── taobao_wlb_order_jz_query.json │ │ │ └── taobao_wlb_stores_baseinfo_get.json │ │ ├── tbrefund │ │ │ ├── catelog.json │ │ │ ├── taobao_refund_detail_get.json │ │ │ ├── taobao_refund_get.json │ │ │ ├── taobao_refund_message_add.json │ │ │ ├── taobao_refund_messages_get.json │ │ │ ├── taobao_refund_negotiatereturn.json │ │ │ ├── taobao_refund_negotiatereturn_render.json │ │ │ ├── taobao_refund_refusereason_get.json │ │ │ ├── taobao_refund_status_get.json │ │ │ ├── taobao_refunds_apply_get.json │ │ │ ├── taobao_rp_refund_intercept.json │ │ │ ├── taobao_rp_refund_review.json │ │ │ ├── taobao_rp_refunds_agree.json │ │ │ ├── taobao_rp_returngoods_agree.json │ │ │ ├── taobao_rp_returngoods_refill.json │ │ │ ├── taobao_rp_returngoods_refuse.json │ │ │ ├── taobao_special_refund_get.json │ │ │ ├── taobao_special_refunds_receive_get.json │ │ │ └── tmall_dispute_receive_get.json │ │ ├── tbtrade │ │ │ ├── catelog.json │ │ │ ├── taobao_fulfillment_order_assemble.json │ │ │ ├── taobao_top_oaid_client_decrypt.json │ │ │ ├── taobao_top_oaid_decrypt.json │ │ │ ├── taobao_top_oaid_merge.json │ │ │ ├── taobao_top_once_token_get.json │ │ │ ├── taobao_top_secret_appkey_bill_detail.json │ │ │ ├── taobao_top_secret_bill_detail.json │ │ │ ├── taobao_top_secret_extend.json │ │ │ ├── taobao_trade_amount_get.json │ │ │ ├── taobao_trade_close.json │ │ │ ├── taobao_trade_confirmfee_get.json │ │ │ ├── taobao_trade_fullinfo_get.json │ │ │ ├── taobao_trade_invoice_amount_get.json │ │ │ ├── taobao_trade_memo_add.json │ │ │ ├── taobao_trade_memo_update.json │ │ │ ├── taobao_trade_ordersku_update.json │ │ │ ├── taobao_trade_postage_update.json │ │ │ ├── taobao_trade_receivetime_delay.json │ │ │ ├── taobao_trade_shippingaddress_update.json │ │ │ ├── taobao_trades_sold_get.json │ │ │ ├── taobao_trades_sold_increment_get.json │ │ │ ├── taobao_trades_sold_incrementv_get.json │ │ │ └── taobao_trades_sold_query.json │ │ ├── tbuser │ │ │ ├── catelog.json │ │ │ ├── taobao_user_avatar_get.json │ │ │ ├── taobao_user_buyer_get.json │ │ │ ├── taobao_user_openuid_getbynick.json │ │ │ ├── taobao_user_openuid_getbyorder.json │ │ │ └── taobao_user_seller_get.json │ │ ├── ticket │ │ │ ├── alitrip_ticket_product_query.json │ │ │ ├── alitrip_ticket_product_upload.json │ │ │ ├── alitrip_ticket_rule_query.json │ │ │ ├── alitrip_ticket_rule_upload.json │ │ │ ├── alitrip_ticket_scenic_bind.json │ │ │ ├── alitrip_ticket_scenic_query.json │ │ │ ├── alitrip_ticket_skus_batch_upload.json │ │ │ ├── alitrip_ticket_skus_upload.json │ │ │ └── catelog.json │ │ ├── tmallcampus │ │ │ ├── catelog.json │ │ │ └── tmall_campus_authstatus_query.json │ │ ├── tmallcar │ │ │ ├── catelog.json │ │ │ ├── taobao_car_vehicleinfo_register.json │ │ │ ├── tmall_aliauto_autofinance_credit_receive.json │ │ │ ├── tmall_aliauto_autofinance_loan_receive.json │ │ │ ├── tmall_aliauto_eticket_consume.json │ │ │ ├── tmall_aliauto_eticket_status.json │ │ │ ├── tmall_aliauto_eticket_store_get.json │ │ │ ├── tmall_aliauto_fulfillment_auth_check.json │ │ │ ├── tmall_aliauto_fulfillment_contract_sign.json │ │ │ ├── tmall_aliauto_fulfillment_delivery_syn.json │ │ │ ├── tmall_aliauto_meta_receive.json │ │ │ ├── tmall_aliauto_order_qrcode.json │ │ │ ├── tmall_aliauto_receipt_order_check.json │ │ │ ├── tmall_aliauto_receipt_state_update.json │ │ │ ├── tmall_aliauto_service_item_get.json │ │ │ ├── tmall_aliauto_service_receipt_get.json │ │ │ ├── tmall_aliauto_trade_car_eticket_available_check.json │ │ │ ├── tmall_aliauto_trade_car_eticket_consume.json │ │ │ ├── tmall_aliauto_trade_car_order_get.json │ │ │ ├── tmall_aliauto_trade_restpayfee_modify.json │ │ │ ├── tmall_aliauto_wisdomdata_omid_recieve.json │ │ │ ├── tmall_car_carefree_detail_get.json │ │ │ ├── tmall_car_finance_detail_get.json │ │ │ ├── tmall_car_finance_status_sync.json │ │ │ ├── tmall_car_lease_citysynchronize.json │ │ │ ├── tmall_car_lease_contractdownload.json │ │ │ ├── tmall_car_lease_exceptionflowsynchronize.json │ │ │ ├── tmall_car_lease_orderid_get.json │ │ │ ├── tmall_car_lease_payforcustomer.json │ │ │ ├── tmall_car_lease_postsynchronize.json │ │ │ ├── tmall_car_lease_queryloanplans.json │ │ │ ├── tmall_car_lease_statussynchronize.json │ │ │ ├── tmall_car_order_query.json │ │ │ ├── tmall_car_xcar_synchronize_car_line_data.json │ │ │ ├── tmall_car_xcar_synchronize_car_line_pics_data.json │ │ │ └── tmall_car_xcar_synchronize_car_model_data.json │ │ ├── tmallcarenter │ │ │ ├── catelog.json │ │ │ ├── tmall_carcenter_vehicle_chasis_insert.json │ │ │ ├── tmall_carcenter_vehicle_cvmapping_insert.json │ │ │ ├── tmall_carcenter_vehicle_version_insert.json │ │ │ └── tmall_carcenter_vehicleinfo_register.json │ │ ├── tmallchannel │ │ │ ├── catelog.json │ │ │ ├── taobao_channel_trade_prepay_offline_add.json │ │ │ ├── taobao_channel_trade_prepay_offline_reduce.json │ │ │ ├── tmall_channel_products_query.json │ │ │ ├── tmall_channel_trade_order_get.json │ │ │ ├── tmall_channel_trade_order_gets.json │ │ │ └── tmall_channel_trade_refundorder_gets.json │ │ ├── tmallcms │ │ │ ├── catelog.json │ │ │ └── tmall_marketing_liuliangbao_spreadlink_create.json │ │ ├── tmallfcbox │ │ │ ├── catelog.json │ │ │ └── tmall_fcbox_notify.json │ │ ├── tmallgenie │ │ │ ├── alibaba_ai_content_business_get_third_cycle_vip_status.json │ │ │ ├── alibaba_ai_content_business_send_plan_query.json │ │ │ ├── alibaba_ai_content_business_send_plan_receive.json │ │ │ ├── alibaba_ai_content_business_supply_charge.json │ │ │ ├── alibaba_ai_user_quick_bind.json │ │ │ ├── alibaba_ai_user_quick_register.json │ │ │ ├── alibaba_ai_user_quick_token_bind.json │ │ │ ├── alibaba_ailabs_aligenie_device_register.json │ │ │ ├── alibaba_ailabs_aligenie_opencontent_push.json │ │ │ ├── alibaba_ailabs_aligenie_opencontent_scenepush.json │ │ │ ├── alibaba_ailabs_aligenie_openvideo_push.json │ │ │ ├── alibaba_ailabs_aligenie_openvideo_scenepush.json │ │ │ ├── alibaba_ailabs_aligenie_openvideoalbum_scenepush.json │ │ │ ├── alibaba_ailabs_aligenie_skill_entity_import.json │ │ │ ├── alibaba_ailabs_aligenie_skill_message_push.json │ │ │ ├── alibaba_ailabs_aligenie_videoalbum_push.json │ │ │ ├── alibaba_ailabs_bots_skils_list.json │ │ │ ├── alibaba_ailabs_iot_cloud_device_report.json │ │ │ ├── alibaba_ailabs_iot_device_control_notify.json │ │ │ ├── alibaba_ailabs_iot_device_list_get.json │ │ │ ├── alibaba_ailabs_iot_device_mesh_event_invoke.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_device_getcode.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_device_qrcode_staticbind.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_device_validauthcode.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_device_withmac_qrcode_get.json │ │ │ ├── alibaba_ailabs_tmallgenie_auth_device_withshort_qrcode_get.json │ │ │ ├── alibaba_ailabs_tmallgenie_sdk_device_issupportsdk.json │ │ │ ├── alibaba_ailabs_tmallgenie_third_telecom_autoauth.json │ │ │ ├── alibaba_ailabs_tmallgenie_third_telecom_pushrender.json │ │ │ ├── alibaba_ailabs_tmallgenie_third_unicom_shenyan_oper.json │ │ │ ├── alibaba_aliyun_aicloud_iot_vision_saas_ctcc_jiangsu_cloud_watcher_status_update.json │ │ │ ├── alibaba_aliyun_aicloud_iot_vision_saas_ctcc_jiangsu_key_secret_update.json │ │ │ ├── alibaba_iot_device_corpus_get.json │ │ │ ├── catelog.json │ │ │ ├── taobao_ailab_aicloud_top_earthquake_send.json │ │ │ ├── taobao_ailab_aicloud_top_id_list_converter.json │ │ │ ├── taobao_ailab_aicloud_top_memo_alarm_create.json │ │ │ ├── taobao_ailab_aicloud_top_memo_alarm_delete.json │ │ │ ├── taobao_ailab_aicloud_top_memo_alarm_list.json │ │ │ ├── taobao_ailab_aicloud_top_memo_meeting_delete.json │ │ │ ├── taobao_ailab_aicloud_top_memo_meeting_list.json │ │ │ ├── taobao_ailab_aicloud_top_memo_note_delete.json │ │ │ ├── taobao_ailab_aicloud_top_memo_note_list.json │ │ │ ├── taobao_ailab_aicloud_top_message_push.json │ │ │ ├── taobao_ailab_aicloud_top_message_push_unicast.json │ │ │ ├── taobao_ailab_aicloud_top_message_sendaudio.json │ │ │ ├── taobao_ailab_aicloud_top_message_sendtext.json │ │ │ ├── taobao_ailab_aicloud_top_music_search.json │ │ │ ├── taobao_ailab_aicloud_top_skils_list.json │ │ │ ├── taobao_tmallgenie_hotelplayerpause.json │ │ │ ├── taobao_tmallgenie_hotelwelcome.json │ │ │ └── tmall_tmjlapp_sap_serviceorder_cancel.json │ │ ├── tmallgeniescp │ │ │ ├── alibaba_tmallgenie_scp_location_get.json │ │ │ ├── alibaba_tmallgenie_scp_plan_bom_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_channel_get.json │ │ │ ├── alibaba_tmallgenie_scp_plan_channel_quote_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_consensus_demand_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_correct_supplier_quote_raw_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_correct_supplier_quote_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_ctom_consensus_demand_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_current_po_get.json │ │ │ ├── alibaba_tmallgenie_scp_plan_current_rawpo_get.json │ │ │ ├── alibaba_tmallgenie_scp_plan_feedback_oem_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_feedback_raw_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_forecast_oem_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_forecast_raw_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_inventor_qty_get.json │ │ │ ├── alibaba_tmallgenie_scp_plan_location_quote_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_material_purchase_attr_get.json │ │ │ ├── alibaba_tmallgenie_scp_plan_materiel_get.json │ │ │ ├── alibaba_tmallgenie_scp_plan_mouthfour_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_netdemand_raw_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_netdemand_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_rawpo_gap_return.json │ │ │ ├── alibaba_tmallgenie_scp_plan_sale_qty_get.json │ │ │ ├── alibaba_tmallgenie_scp_plan_saleforcast_pm_month_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_saleforcast_pm_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_saleforcast_saler_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_sku_supplier_quote_upload.json │ │ │ ├── alibaba_tmallgenie_scp_plan_summary_sale_qty_get.json │ │ │ └── catelog.json │ │ ├── tmallhk │ │ │ ├── catelog.json │ │ │ ├── taobao_cco_self_coordinate_break_order.json │ │ │ ├── taobao_cco_self_coordinate_handle_finish.json │ │ │ ├── tmall_hk_clearance_certification_get.json │ │ │ ├── tmall_hk_clearance_distribution_get.json │ │ │ ├── tmall_hk_clearance_get.json │ │ │ ├── tmall_hk_clearance_info_send.json │ │ │ ├── tmall_hk_clearance_order_get.json │ │ │ ├── tmall_traceplatform_awdc_info_upload.json │ │ │ ├── tmall_traceplatform_ccic_tracecode_check.json │ │ │ ├── tmall_traceplatform_cts_info_upload.json │ │ │ ├── tmall_traceplatform_cts_order_stop.json │ │ │ ├── tmall_traceplatform_ticket_order_upload.json │ │ │ └── tmall_traceplatform_ticket_picture_upload.json │ │ ├── tmallitem │ │ │ ├── catelog.json │ │ │ └── tmall_items_extend_search.json │ │ ├── tmallnr │ │ │ ├── alibaba_lsy_crm_activity_data_update.json │ │ │ ├── alibaba_lsy_crm_activity_get.json │ │ │ ├── alibaba_lsy_crm_activity_getbaseinfo.json │ │ │ ├── alibaba_lsy_crm_activity_page_update.json │ │ │ ├── alibaba_lsy_crm_activity_sellerinfo.json │ │ │ ├── alibaba_lsy_crm_activity_store_getstorelist.json │ │ │ ├── alibaba_lsy_crm_activity_update.json │ │ │ ├── alibaba_lsy_crm_customer_add.json │ │ │ ├── alibaba_lsy_crm_customer_add_new.json │ │ │ ├── alibaba_lsy_crm_customer_appoint.json │ │ │ ├── catelog.json │ │ │ ├── tmall_nr_fulfill_cancel.json │ │ │ ├── tmall_nr_fulfill_cancel_reason_query.json │ │ │ ├── tmall_nr_fulfill_logistics_consign.json │ │ │ ├── tmall_nr_fulfill_logistics_query.json │ │ │ ├── tmall_nr_fulfill_logistics_sync.json │ │ │ ├── tmall_nr_fulfill_order_query.json │ │ │ ├── tmall_nr_fulfill_sold_orderlist_query.json │ │ │ ├── tmall_nr_inventory_initial.json │ │ │ ├── tmall_nr_inventory_update.json │ │ │ ├── tmall_nr_item_tag_ops.json │ │ │ ├── tmall_nr_notice_goods_ready.json │ │ │ ├── tmall_nr_order_logis_info.json │ │ │ ├── tmall_nr_order_query_jst.json │ │ │ ├── tmall_nr_seller_storerange_read.json │ │ │ ├── tmall_nr_seller_storerange_sync.json │ │ │ ├── tmall_nr_sold_orderlist_query_jst.json │ │ │ ├── tmall_nr_zqs_plan_query.json │ │ │ ├── tmall_nrt_certificate_query.json │ │ │ ├── tmall_nrt_certificate_send.json │ │ │ ├── tmall_nrt_coupon_instance_query.json │ │ │ ├── tmall_nrt_coupon_template_query.json │ │ │ └── tmall_nrt_newcoupon_send.json │ │ ├── tmallsc │ │ │ ├── alibaba_dchain_miaoshifu_customer_complaints_put.json │ │ │ ├── alibaba_msfservice_audits_update.json │ │ │ ├── alibaba_msfservice_worker_queryid.json │ │ │ ├── alibaba_service_settlement_query.json │ │ │ ├── alibaba_servicecenter_workcard_confirmedsku_query.json │ │ │ ├── alibaba_servicecenter_workcard_evaluate.json │ │ │ ├── alibaba_servicecenter_workcard_relatedsku_query.json │ │ │ ├── alibaba_servicecenter_workcard_servicesku_suggest.json │ │ │ ├── alibaba_ssc_business_serviceprice_query.json │ │ │ ├── alibaba_ssc_purchase_product_query.json │ │ │ ├── alibaba_ssc_purchase_servicedefinition_param_query.json │ │ │ ├── alibaba_tmall_spareparts_details_create.json │ │ │ ├── catelog.json │ │ │ ├── tmall_fuwu_rate_get.json │ │ │ ├── tmall_serivcecenter_servicerorder_insurance_callback.json │ │ │ ├── tmall_serivcecenter_workcard_insurance_claim.json │ │ │ ├── tmall_servicecenter_anomalyrecourse_close.json │ │ │ ├── tmall_servicecenter_anomalyrecourse_homedecoration_admit.json │ │ │ ├── tmall_servicecenter_anomalyrecourse_homedecoration_appeal.json │ │ │ ├── tmall_servicecenter_anomalyrecourse_homedecoration_close.json │ │ │ ├── tmall_servicecenter_anomalyrecourse_homedecoration_create.json │ │ │ ├── tmall_servicecenter_anomalyrecourse_homedecoration_questioncode_query.json │ │ │ ├── tmall_servicecenter_anomalyrecourse_homedecoration_response.json │ │ │ ├── tmall_servicecenter_anomalyrecourse_remark_update.json │ │ │ ├── tmall_servicecenter_anomalyrecourse_search.json │ │ │ ├── tmall_servicecenter_callrecord_query.json │ │ │ ├── tmall_servicecenter_reservecond_create.json │ │ │ ├── tmall_servicecenter_reservecond_delete.json │ │ │ ├── tmall_servicecenter_reservecond_update.json │ │ │ ├── tmall_servicecenter_servicestore_createservicestorecapacity.json │ │ │ ├── tmall_servicecenter_servicestore_createservicestorecoverservice.json │ │ │ ├── tmall_servicecenter_servicestore_deleteservicestorecapacity.json │ │ │ ├── tmall_servicecenter_servicestore_updateservicestorecapacity.json │ │ │ ├── tmall_servicecenter_servicestore_updateservicestorecoverservice.json │ │ │ ├── tmall_servicecenter_workcard_delivery.json │ │ │ ├── tmall_servicecenter_workcard_logisticsinfo_create.json │ │ │ ├── tmall_servicecenter_workcard_logisticsinfo_update.json │ │ │ ├── tmall_servicecenter_workcard_refuse.json │ │ │ ├── tmall_servicecenter_workcard_serviceprogress_update.json │ │ │ ├── tmall_servicecenter_workcard_tpconfirm.json │ │ │ └── tmall_workcard_identify.json │ │ ├── tmallservice │ │ │ ├── alibaba_mallitemcenter_entitledservice_supplier_query.json │ │ │ ├── alibaba_servicecenter_fulfiltask_buyeraddress_change.json │ │ │ ├── alibaba_servicecenter_fulfiltask_create.json │ │ │ ├── alibaba_servicecenter_fulfiltask_query.json │ │ │ ├── alibaba_servicecenter_identifytask_create.json │ │ │ ├── alibaba_servicecenter_spserviceorder_query.json │ │ │ ├── alibaba_servicecenter_spserviceorder_update.json │ │ │ ├── alibaba_servicecenter_workcard_cancel.json │ │ │ ├── alibaba_servicecenter_workcard_create.json │ │ │ ├── alibaba_servicecenter_workcard_serviceprogress_update.json │ │ │ ├── alibaba_ssc_servicecenter_servicestore_query.json │ │ │ ├── alibaba_ssc_supplyplatform_service_inventory_edit.json │ │ │ ├── alibaba_ssc_supplyplatform_service_inventory_query.json │ │ │ ├── alibaba_ssc_supplyplatform_serviceability_delete.json │ │ │ ├── alibaba_ssc_supplyplatform_serviceability_save.json │ │ │ ├── alibaba_ssc_supplyplatform_servicecapacity_delete.json │ │ │ ├── alibaba_ssc_supplyplatform_servicecapacity_save.json │ │ │ ├── alibaba_ssc_supplyplatform_servicedefinition_querysku.json │ │ │ ├── alibaba_ssc_supplyplatform_servicestore_offline.json │ │ │ ├── alibaba_ssc_supplyplatform_servicestore_save.json │ │ │ ├── alibaba_ssc_supplyplatform_serviceworker_availableworker.json │ │ │ ├── alibaba_ssc_supplyplatform_serviceworker_cancelleave.json │ │ │ ├── alibaba_ssc_supplyplatform_serviceworker_quitservicestore.json │ │ │ ├── alibaba_ssc_supplyplatform_serviceworker_register.json │ │ │ ├── alibaba_ssc_supplyplatform_serviceworker_save.json │ │ │ ├── alibaba_ssc_supplyplatform_serviceworker_wokrerleave.json │ │ │ ├── catelog.json │ │ │ ├── tmall_fuwu_homedecoration_supplyrule_categoryworkerlist.json │ │ │ ├── tmall_fuwu_homedecoration_supplyrule_list.json │ │ │ ├── tmall_fuwu_homedecoration_workerlevel_list.json │ │ │ ├── tmall_fuwu_serviceitem_list.json │ │ │ ├── tmall_mallitemcenter_serviceproduct_query.json │ │ │ ├── tmall_mallitemcenter_subscribe_query.json │ │ │ ├── tmall_mallitemcenter_supplier_ability_update.json │ │ │ ├── tmall_mallitemcenter_supplier_price_upload.json │ │ │ ├── tmall_msd_claim_query.json │ │ │ ├── tmall_msf_identify_status_query.json │ │ │ ├── tmall_msf_reservation.json │ │ │ ├── tmall_service_code_consume.json │ │ │ ├── tmall_service_settleadjustment_cancel.json │ │ │ ├── tmall_service_settleadjustment_get.json │ │ │ ├── tmall_service_settleadjustment_operate.json │ │ │ ├── tmall_service_settleadjustment_request.json │ │ │ ├── tmall_service_settlement_billinfo_query.json │ │ │ ├── tmall_service_settlement_fb_bill_detail_query.json │ │ │ ├── tmall_service_settlement_fb_bill_query.json │ │ │ ├── tmall_servicecenter_anomalyrecourse_homedecoration_querybyid.json │ │ │ ├── tmall_servicecenter_anomalyrecourse_querybyid.json │ │ │ ├── tmall_servicecenter_contracts_search.json │ │ │ ├── tmall_servicecenter_fulfiltask_insurance_action.json │ │ │ ├── tmall_servicecenter_identifytask_create.json │ │ │ ├── tmall_servicecenter_msf_tasks_update.json │ │ │ ├── tmall_servicecenter_picture_upload.json │ │ │ ├── tmall_servicecenter_service_type_queryall.json │ │ │ ├── tmall_servicecenter_servicemonitormessage_info.json │ │ │ ├── tmall_servicecenter_servicemonitormessage_search.json │ │ │ ├── tmall_servicecenter_servicemonitormessage_update.json │ │ │ ├── tmall_servicecenter_servicestore_create.json │ │ │ ├── tmall_servicecenter_servicestore_createservicestore.json │ │ │ ├── tmall_servicecenter_servicestore_deleteservicestore.json │ │ │ ├── tmall_servicecenter_servicestore_deleteservicestorecoverservice.json │ │ │ ├── tmall_servicecenter_servicestore_update.json │ │ │ ├── tmall_servicecenter_servicestore_updateservicestore.json │ │ │ ├── tmall_servicecenter_servicestore_updatestatus.json │ │ │ ├── tmall_servicecenter_settlement_storetransfer_audit.json │ │ │ ├── tmall_servicecenter_spserviceorder_create.json │ │ │ ├── tmall_servicecenter_spserviceorder_epoc_receive.json │ │ │ ├── tmall_servicecenter_spserviceorder_epoc_transfer.json │ │ │ ├── tmall_servicecenter_spserviceorder_epoc_upload.json │ │ │ ├── tmall_servicecenter_spserviceorder_query.json │ │ │ ├── tmall_servicecenter_task_feedbacknoneedservice.json │ │ │ ├── tmall_servicecenter_task_get.json │ │ │ ├── tmall_servicecenter_task_queryrefund.json │ │ │ ├── tmall_servicecenter_tasks_search.json │ │ │ ├── tmall_servicecenter_workcard_assignworker.json │ │ │ ├── tmall_servicecenter_workcard_call_record.json │ │ │ ├── tmall_servicecenter_workcard_collect.json │ │ │ ├── tmall_servicecenter_workcard_complete.json │ │ │ ├── tmall_servicecenter_workcard_confirm.json │ │ │ ├── tmall_servicecenter_workcard_desensitization_query.json │ │ │ ├── tmall_servicecenter_workcard_evaluate.json │ │ │ ├── tmall_servicecenter_workcard_expressorder_consign.json │ │ │ ├── tmall_servicecenter_workcard_expressorder_create.json │ │ │ ├── tmall_servicecenter_workcard_extracharge_create.json │ │ │ ├── tmall_servicecenter_workcard_logisticsorder_query.json │ │ │ ├── tmall_servicecenter_workcard_logisticsorder_tpcancel.json │ │ │ ├── tmall_servicecenter_workcard_logisticsorder_update.json │ │ │ ├── tmall_servicecenter_workcard_push.json │ │ │ ├── tmall_servicecenter_workcard_query.json │ │ │ ├── tmall_servicecenter_workcard_querybyseller.json │ │ │ ├── tmall_servicecenter_workcard_reassign.json │ │ │ ├── tmall_servicecenter_workcard_repairprogress_update.json │ │ │ ├── tmall_servicecenter_workcard_reserve.json │ │ │ ├── tmall_servicecenter_workcard_reservefail.json │ │ │ ├── tmall_servicecenter_workcard_signin.json │ │ │ ├── tmall_servicecenter_workcard_status_update.json │ │ │ ├── tmall_servicecenter_workcard_suspend.json │ │ │ ├── tmall_servicecenter_workcard_updatelogistics.json │ │ │ ├── tmall_servicecenter_workcard_verifycode_resend.json │ │ │ ├── tmall_servicecenter_workcard_virtualphone_bind.json │ │ │ ├── tmall_servicecenter_worker_create.json │ │ │ ├── tmall_servicecenter_worker_delete.json │ │ │ ├── tmall_servicecenter_worker_query.json │ │ │ ├── tmall_servicecenter_worker_querycapacitytask.json │ │ │ ├── tmall_servicecenter_worker_querypage.json │ │ │ ├── tmall_servicecenter_worker_taglist_get.json │ │ │ ├── tmall_servicecenter_worker_update.json │ │ │ ├── tmall_ssc_supplyplatform_capacity_edit.json │ │ │ └── tmall_ssc_workcard_accept.json │ │ ├── tmalltrend │ │ │ ├── catelog.json │ │ │ ├── tmall_brand_item_coupon_protect.json │ │ │ ├── tmall_brand_item_upload.json │ │ │ ├── tmall_trend_style_basicinfo_upload.json │ │ │ ├── tmall_trend_style_bindinfo_upload.json │ │ │ └── tmall_trend_style_produceinfo_upload.json │ │ ├── tmc │ │ │ ├── alibaba_lsy_miniapp_msg_push.json │ │ │ ├── alipay_xiaodai_user_permit.json │ │ │ ├── catelog.json │ │ │ ├── taobao_tmc_group_add.json │ │ │ ├── taobao_tmc_group_delete.json │ │ │ ├── taobao_tmc_groups_get.json │ │ │ ├── taobao_tmc_message_produce.json │ │ │ ├── taobao_tmc_messages_confirm.json │ │ │ ├── taobao_tmc_messages_consume.json │ │ │ ├── taobao_tmc_messages_produce.json │ │ │ ├── taobao_tmc_queue_get.json │ │ │ ├── taobao_tmc_topic_group_add.json │ │ │ ├── taobao_tmc_topic_group_delete.json │ │ │ ├── taobao_tmc_user_cancel.json │ │ │ ├── taobao_tmc_user_get.json │ │ │ ├── taobao_tmc_user_permit.json │ │ │ └── taobao_tmc_user_topics_get.json │ │ ├── tmic │ │ │ ├── catelog.json │ │ │ ├── tmall_tmic_questionnaire_answer_push.json │ │ │ ├── tmall_tmic_questionnaire_answer_submit.json │ │ │ ├── tmall_tmic_questionnaire_option_get.json │ │ │ └── tmall_tmic_questionnaire_survey_get.json │ │ ├── topoaid │ │ │ ├── catelog.json │ │ │ ├── taobao_crm_history_omid_get.json │ │ │ ├── taobao_crm_history_ouid_get.json │ │ │ ├── taobao_top_package_auth_check.json │ │ │ ├── taobao_top_package_auth_info_get.json │ │ │ ├── taobao_top_package_query.json │ │ │ └── taobao_top_package_unauth_query.json │ │ ├── trade │ │ │ ├── alibaba_alicom_trade_advertiseinfo_get.json │ │ │ ├── alibaba_jym_fulfillment_card_callback.json │ │ │ ├── alibaba_jym_fulfillment_ioscharge_callback.json │ │ │ ├── alibaba_lst_vas_tradeflow_save.json │ │ │ ├── alibaba_omni_saas_order_create.json │ │ │ ├── alibaba_trade_aliance_create.json │ │ │ ├── alibaba_wdk_pos_trade_close.json │ │ │ ├── alibaba_wdk_pos_trade_create.json │ │ │ ├── alibaba_wdk_pos_trade_pay.json │ │ │ ├── alibaba_wdk_pos_trade_query.json │ │ │ ├── alibaba_wdk_pos_trade_reverse.json │ │ │ ├── alibaba_wdk_trade_discount_bill_get.json │ │ │ ├── alibaba_wdk_trade_order_cancel.json │ │ │ ├── alibaba_wdk_trade_order_create.json │ │ │ ├── alibaba_wdk_trade_order_query.json │ │ │ ├── alibaba_wdk_trade_refund_create.json │ │ │ ├── alibaba_wdk_trade_refund_inform.json │ │ │ ├── alibaba_wdk_trade_refund_query.json │ │ │ ├── aliexpress_payment_exchange_get.json │ │ │ ├── alitrip_rail_trade_refund.json │ │ │ ├── cainiao_cntec_supplier_order_service.json │ │ │ ├── cainiao_refund_refundactions_display.json │ │ │ ├── cainiao_refund_refundactions_get.json │ │ │ ├── cainiao_refund_refundactions_judgement.json │ │ │ ├── catelog.json │ │ │ ├── taobao_koubei_tribe_open_order_page.json │ │ │ ├── taobao_life_reservation_item_order_change.json │ │ │ ├── taobao_life_reservation_item_order_confirm.json │ │ │ ├── taobao_life_reservation_trade_consume_notice.json │ │ │ ├── taobao_ofn_self_recycle_auth.json │ │ │ ├── taobao_open_trade_get.json │ │ │ ├── taobao_open_trades_sold_get.json │ │ │ ├── taobao_opentrade_customization_refund_enable.json │ │ │ ├── taobao_rdc_aligenius_ordermsg_update.json │ │ │ ├── taobao_servindustry_finance_geex_order_loan.json │ │ │ ├── taobao_servindustry_finance_geex_order_update.json │ │ │ ├── taobao_servindustry_finance_insurance_agreement_sign.json │ │ │ ├── taobao_trade_get.json │ │ │ ├── taobao_trade_simple_get.json │ │ │ ├── taobao_trade_voucher_upload.json │ │ │ ├── taobao_trade_wtvertical_get.json │ │ │ ├── taobao_trades_simple_sold_get.json │ │ │ ├── taobao_trades_simple_sold_increment_get.json │ │ │ ├── taobao_trades_sold_history_get.json │ │ │ ├── taobao_wtt_trade_service_get.json │ │ │ ├── taobao_xhotel_distribution_order_detail_search.json │ │ │ └── tmall_ascp_orders_sale_create.json │ │ ├── traderate │ │ │ ├── catelog.json │ │ │ ├── taobao_fliggy_wrate_getmixratelist.json │ │ │ ├── taobao_traderate_add.json │ │ │ ├── taobao_traderate_explain_add.json │ │ │ ├── taobao_traderate_list_add.json │ │ │ ├── taobao_traderates_get.json │ │ │ ├── tmall_traderate_feeds_get.json │ │ │ └── tmall_traderate_itemtags_get.json │ │ ├── train │ │ │ ├── catelog.json │ │ │ ├── taobao_train_agent_bookorders_get_vtwo.json │ │ │ ├── taobao_train_agent_bookticket_confirm_vtwo.json │ │ │ ├── taobao_train_agent_changeissue_confirm_vtwo.json │ │ │ ├── taobao_train_agent_changeorderdetail_query_vtwo.json │ │ │ ├── taobao_train_agent_express_set.json │ │ │ ├── taobao_train_agent_express_set_vtwo.json │ │ │ ├── taobao_train_agent_freechildrendeal_confirm_vtwo.json │ │ │ ├── taobao_train_agent_freechildrendetail_query_vtwo.json │ │ │ ├── taobao_train_agent_freechildrenlist_query_vtwo.json │ │ │ ├── taobao_train_agent_get_refund.json │ │ │ ├── taobao_train_agent_handleticket_confirm_vtwo.json │ │ │ ├── taobao_train_agent_handrefund_refundfee.json │ │ │ ├── taobao_train_agent_order_confirm.json │ │ │ ├── taobao_train_agent_order_fail.json │ │ │ ├── taobao_train_agent_order_get.json │ │ │ ├── taobao_train_agent_order_get_vtwo.json │ │ │ ├── taobao_train_agent_order_ignore.json │ │ │ ├── taobao_train_agent_order_lock.json │ │ │ ├── taobao_train_agent_order_query.json │ │ │ ├── taobao_train_agent_returnorders_get_vtwo.json │ │ │ ├── taobao_train_agent_returnticket_confirm_vtwo.json │ │ │ ├── taobao_train_agent_returnticketinfo_get_vtwo.json │ │ │ ├── taobao_train_agent_ticket_status_callback.json │ │ │ ├── taobao_train_agent_tostation_confirm.json │ │ │ ├── taobao_train_agent_tostation_receive.json │ │ │ ├── taobao_train_agent_untreatedchange_query_vtwo.json │ │ │ ├── taobao_train_purchase_order_payurl.json │ │ │ └── taobao_train_stop_agent_callback.json │ │ ├── travel │ │ │ ├── alitrip_daytours_product_upload.json │ │ │ ├── alitrip_freetour_product_upload.json │ │ │ ├── alitrip_grouptour_product_upload.json │ │ │ ├── alitrip_grouptours_product_upload.json │ │ │ ├── alitrip_item_add_schema_get.json │ │ │ ├── alitrip_item_schema_add.json │ │ │ ├── alitrip_item_schema_update.json │ │ │ ├── alitrip_item_update_schema_get.json │ │ │ ├── alitrip_localplay_product_upload.json │ │ │ ├── alitrip_travel_gereralitem_update.json │ │ │ ├── alitrip_travel_gereralproduct_update.json │ │ │ ├── alitrip_travel_gereralsku_update.json │ │ │ ├── alitrip_travel_poi_search.json │ │ │ ├── alitrip_travel_product_gereralsku_update.json │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_travel_baseinfo_cities_get.json │ │ │ ├── taobao_alitrip_travel_baseinfo_cruise_get.json │ │ │ ├── taobao_alitrip_travel_baseinfo_scenics_get.json │ │ │ ├── taobao_alitrip_travel_item_element_manage.json │ │ │ ├── taobao_alitrip_travel_item_element_query.json │ │ │ ├── taobao_alitrip_travel_item_new_query.json │ │ │ ├── taobao_alitrip_travel_item_shelve.json │ │ │ ├── taobao_alitrip_travel_item_single_query.json │ │ │ ├── taobao_alitrip_travel_item_sku_override.json │ │ │ ├── taobao_alitrip_travel_item_sku_package_modify.json │ │ │ ├── taobao_alitrip_travel_item_sku_price_modify.json │ │ │ ├── taobao_alitrip_travel_product_base_add.json │ │ │ ├── taobao_alitrip_travel_product_base_modify.json │ │ │ └── taobao_alitrip_travel_product_sku_override.json │ │ ├── traveltrade │ │ │ ├── alitrip_travel_bookinfo_query.json │ │ │ ├── alitrip_travel_bookinfos_search.json │ │ │ ├── alitrip_travel_hotelticket_order_create.json │ │ │ ├── alitrip_travel_hotelticket_order_refund.json │ │ │ ├── alitrip_travel_hotelticket_order_verify.json │ │ │ ├── alitrip_travel_hotelticket_product_productupdate.json │ │ │ ├── alitrip_travel_hotelticket_product_productupdatepush.json │ │ │ ├── alitrip_travel_trade_close.json │ │ │ ├── alitrip_travel_trade_deliver.json │ │ │ ├── alitrip_travel_trade_query.json │ │ │ ├── alitrip_travel_trade_serviceinfo_write.json │ │ │ ├── alitrip_travel_trade_template_query.json │ │ │ ├── alitrip_travel_trades_search.json │ │ │ ├── alitrip_travel_visa_applicant_update.json │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_travel_trade_memo_add.json │ │ │ ├── taobao_alitrip_travel_trade_memo_update.json │ │ │ ├── taobao_travel_ticket_order_refund.json │ │ │ └── taobao_travel_ticket_order_verify.json │ │ ├── tttm │ │ │ ├── aliyun_industry_tttm_items_sync.json │ │ │ ├── aliyun_industry_tttm_order_query.json │ │ │ ├── aliyun_industry_tttm_plan_sync.json │ │ │ ├── aliyun_industry_tttm_produce_sync.json │ │ │ ├── aliyun_industry_tttm_products_sync.json │ │ │ ├── aliyun_industry_tttm_stock_sync.json │ │ │ └── catelog.json │ │ ├── tuanhotel │ │ │ ├── alitrip_tuan_hotel_adapt_store_get.json │ │ │ ├── alitrip_tuan_hotel_image_upload.json │ │ │ ├── alitrip_tuan_hotel_item_info_get.json │ │ │ ├── alitrip_tuan_hotel_item_sku_calendar_update.json │ │ │ ├── alitrip_tuan_hotel_item_sku_delete.json │ │ │ ├── alitrip_tuan_hotel_item_sku_update.json │ │ │ ├── alitrip_tuan_hotel_shop_category_get.json │ │ │ ├── catelog.json │ │ │ ├── taobao_xhotel_combo_offshelf.json │ │ │ ├── taobao_xhotel_combo_review.json │ │ │ └── taobao_xhotel_combo_status_get.json │ │ ├── tuike │ │ │ ├── alibaba_tuike_offer_get.json │ │ │ ├── alibaba_tuike_offer_zhitoken.json │ │ │ └── catelog.json │ │ ├── tvpay │ │ │ ├── catelog.json │ │ │ ├── taobao_tvpay_access_data_get.json │ │ │ ├── taobao_tvpay_appinfo_get.json │ │ │ ├── taobao_tvpay_auth_apply.json │ │ │ ├── taobao_tvpay_order_partnerpay.json │ │ │ ├── taobao_tvpay_order_precreate.json │ │ │ ├── taobao_tvpay_order_query.json │ │ │ ├── taobao_tvpay_partner_order_query.json │ │ │ └── taobao_tvpay_promotion_info_get.json │ │ ├── tvupadmin │ │ │ ├── catelog.json │ │ │ ├── yunos_osupdate_appversion_create.json │ │ │ ├── yunos_osupdate_appversion_info.json │ │ │ ├── yunos_osupdate_appversion_publish.json │ │ │ ├── yunos_osupdate_appversion_query.json │ │ │ ├── yunos_osupdate_appversion_update.json │ │ │ ├── yunos_osupdate_deviceservice_searchmodels.json │ │ │ ├── yunos_osupdate_model_search.json │ │ │ ├── yunos_osupdate_osfota_add.json │ │ │ ├── yunos_osupdate_osfota_publish.json │ │ │ ├── yunos_osupdate_osfota_query.json │ │ │ ├── yunos_osupdate_versionstatus_update.json │ │ │ ├── yunos_pubadmin_common_operation.json │ │ │ ├── yunos_trade_admin_common_operation.json │ │ │ ├── yunos_tvmbos_common_operation.json │ │ │ ├── yunos_tvpubadmin_adm_ott_audit.json │ │ │ ├── yunos_tvpubadmin_adm_ott_query.json │ │ │ ├── yunos_tvpubadmin_common_file_upload.json │ │ │ ├── yunos_tvpubadmin_content_advert_gettypes.json │ │ │ ├── yunos_tvpubadmin_content_advert_manageschedule.json │ │ │ ├── yunos_tvpubadmin_content_advert_queryschedule.json │ │ │ ├── yunos_tvpubadmin_content_app_onoffappbylicense.json │ │ │ ├── yunos_tvpubadmin_content_app_queryapp.json │ │ │ ├── yunos_tvpubadmin_content_app_querybylicence.json │ │ │ ├── yunos_tvpubadmin_content_channel_offline.json │ │ │ ├── yunos_tvpubadmin_content_channel_query.json │ │ │ ├── yunos_tvpubadmin_content_child_leafnode_get.json │ │ │ ├── yunos_tvpubadmin_content_child_nodeitem_offline.json │ │ │ ├── yunos_tvpubadmin_content_child_nodeitem_query.json │ │ │ ├── yunos_tvpubadmin_content_child_recoitem_offline.json │ │ │ ├── yunos_tvpubadmin_content_child_recoitem_query.json │ │ │ ├── yunos_tvpubadmin_content_child_rootnode_get.json │ │ │ ├── yunos_tvpubadmin_content_device_getterminaltypemap.json │ │ │ ├── yunos_tvpubadmin_content_device_getvendor.json │ │ │ ├── yunos_tvpubadmin_content_show_edit.json │ │ │ ├── yunos_tvpubadmin_content_show_getbyshowid.json │ │ │ ├── yunos_tvpubadmin_content_show_getbyshowlongid.json │ │ │ ├── yunos_tvpubadmin_content_show_getlist.json │ │ │ ├── yunos_tvpubadmin_content_show_getshowexemptauditmap.json │ │ │ ├── yunos_tvpubadmin_content_show_setexemptaudit.json │ │ │ ├── yunos_tvpubadmin_content_single_video_getlist.json │ │ │ ├── yunos_tvpubadmin_content_single_video_submitauditresult.json │ │ │ ├── yunos_tvpubadmin_content_tableaudit_offlinelauncheritem.json │ │ │ ├── yunos_tvpubadmin_content_tableaudit_querychilddesktop.json │ │ │ ├── yunos_tvpubadmin_content_tableaudit_querylauncher.json │ │ │ ├── yunos_tvpubadmin_content_tableaudit_querymetaitem.json │ │ │ ├── yunos_tvpubadmin_content_topic_offline.json │ │ │ ├── yunos_tvpubadmin_content_topic_querytopic.json │ │ │ ├── yunos_tvpubadmin_content_video_getauditlist.json │ │ │ ├── yunos_tvpubadmin_content_video_submitauditresult.json │ │ │ ├── yunos_tvpubadmin_data_query.json │ │ │ ├── yunos_tvpubadmin_device_apkinfo.json │ │ │ ├── yunos_tvpubadmin_device_apks.json │ │ │ ├── yunos_tvpubadmin_device_appupgradedetail.json │ │ │ ├── yunos_tvpubadmin_device_appupgradequery.json │ │ │ ├── yunos_tvpubadmin_device_brands.json │ │ │ ├── yunos_tvpubadmin_device_models.json │ │ │ ├── yunos_tvpubadmin_device_osupgradedetail.json │ │ │ ├── yunos_tvpubadmin_device_osupgradequery.json │ │ │ ├── yunos_tvpubadmin_device_query.json │ │ │ ├── yunos_tvpubadmin_device_stats.json │ │ │ ├── yunos_tvpubadmin_device_tvid.json │ │ │ ├── yunos_tvpubadmin_device_updateappstatus.json │ │ │ ├── yunos_tvpubadmin_device_updateosstatus.json │ │ │ ├── yunos_tvpubadmin_device_yks_bots.json │ │ │ ├── yunos_tvpubadmin_device_yks_skill_add.json │ │ │ ├── yunos_tvpubadmin_device_yks_skill_delete.json │ │ │ ├── yunos_tvpubadmin_device_yks_skill_modify.json │ │ │ ├── yunos_tvpubadmin_device_yks_skill_offline.json │ │ │ ├── yunos_tvpubadmin_device_yks_skill_online.json │ │ │ ├── yunos_tvpubadmin_device_yks_skills.json │ │ │ ├── yunos_tvpubadmin_diccontroltask_add.json │ │ │ ├── yunos_tvpubadmin_diccontroltask_getinfo.json │ │ │ ├── yunos_tvpubadmin_diccontroltask_query.json │ │ │ ├── yunos_tvpubadmin_diccontroltask_update.json │ │ │ ├── yunos_tvpubadmin_epg_desktop_operation.json │ │ │ ├── yunos_tvpubadmin_manage_dialog_add.json │ │ │ ├── yunos_tvpubadmin_manage_dialog_delete.json │ │ │ ├── yunos_tvpubadmin_manage_dialog_edit.json │ │ │ ├── yunos_tvpubadmin_manage_dialog_findbyid.json │ │ │ ├── yunos_tvpubadmin_manage_dialog_list.json │ │ │ ├── yunos_tvpubadmin_manage_topic_add.json │ │ │ ├── yunos_tvpubadmin_manage_topic_contentadd.json │ │ │ ├── yunos_tvpubadmin_manage_topic_contentdelete.json │ │ │ ├── yunos_tvpubadmin_manage_topic_contentedit.json │ │ │ ├── yunos_tvpubadmin_manage_topic_contentlist.json │ │ │ ├── yunos_tvpubadmin_manage_topic_edit.json │ │ │ ├── yunos_tvpubadmin_manage_topic_findbyid.json │ │ │ ├── yunos_tvpubadmin_manage_topic_list.json │ │ │ ├── yunos_tvpubadmin_user_orderlist.json │ │ │ ├── yunos_tvpubadmin_user_rights.json │ │ │ ├── yunos_tvpubadmin_user_suggest.json │ │ │ └── yunos_tvscreen_admin_common_operation.json │ │ ├── txcs │ │ │ ├── catelog.json │ │ │ ├── tmall_txcs_finance_bill_check.json │ │ │ ├── tmall_txcs_finance_bill_confirm.json │ │ │ ├── tmall_txcs_finance_bill_query.json │ │ │ ├── tmall_txcs_finance_invoice_input.json │ │ │ └── tmall_txcs_finance_verify_statement_bill.json │ │ ├── uscesl │ │ │ ├── catelog.json │ │ │ ├── taobao_uscesl_biz_ap_activate.json │ │ │ ├── taobao_uscesl_biz_ap_add.json │ │ │ ├── taobao_uscesl_biz_ap_delete.json │ │ │ ├── taobao_uscesl_biz_ap_search.json │ │ │ ├── taobao_uscesl_biz_brand_insert.json │ │ │ ├── taobao_uscesl_biz_esl_bind.json │ │ │ ├── taobao_uscesl_biz_esl_info_get.json │ │ │ ├── taobao_uscesl_biz_esl_unbind.json │ │ │ ├── taobao_uscesl_biz_item_light_up.json │ │ │ ├── taobao_uscesl_biz_light_up.json │ │ │ ├── taobao_uscesl_biz_store_insert.json │ │ │ ├── taobao_uscesl_iteminfo_batch_insert.json │ │ │ ├── taobao_uscesl_iteminfo_batch_put.json │ │ │ └── taobao_uscesl_iteminfo_put.json │ │ ├── user │ │ │ ├── account_aliyuncs_com_GetPubKey_2013-07-01.json │ │ │ ├── alibaba_ailabs_user_speech_guide.json │ │ │ ├── alibaba_aliqin_flow_wallet_check_balance.json │ │ │ ├── alibaba_benefit_send.json │ │ │ ├── alibaba_beneift_draw.json │ │ │ ├── alibaba_databank_open_oneservice_dataready.json │ │ │ ├── alibaba_databank_open_oneservice_getdata.json │ │ │ ├── alibaba_lsy_miniapp_user_get.json │ │ │ ├── alibaba_seller_vendor_write_client.json │ │ │ ├── catelog.json │ │ │ ├── taobao_alitrip_flightchange_add.json │ │ │ ├── taobao_appstore_subscribe_get.json │ │ │ ├── taobao_koubei_tribe_open_user_query.json │ │ │ ├── taobao_koubei_tribe_open_verify_code_apply.json │ │ │ ├── taobao_lark_pos_itemprod_findterminal.json │ │ │ ├── taobao_messageaccount_messsage_mass_send.json │ │ │ ├── taobao_messageaccount_messsage_normal_send.json │ │ │ ├── taobao_messageaccount_messsage_reply.json │ │ │ ├── taobao_miniapp_eleuser_phone_get.json │ │ │ ├── taobao_miniapp_eleuserinfo_get.json │ │ │ ├── taobao_miniapp_messsage_normal_send.json │ │ │ ├── taobao_miniapp_messsage_reply.json │ │ │ ├── taobao_miniapp_userInfo_get.json │ │ │ ├── taobao_miniapp_user_phone_get.json │ │ │ ├── taobao_newretail_division_record_list_get.json │ │ │ ├── taobao_open_account_create.json │ │ │ ├── taobao_open_account_delete.json │ │ │ ├── taobao_open_account_index_find.json │ │ │ ├── taobao_open_account_list.json │ │ │ ├── taobao_open_account_search.json │ │ │ ├── taobao_open_account_token_apply.json │ │ │ ├── taobao_open_account_token_validate.json │ │ │ ├── taobao_open_account_update.json │ │ │ ├── taobao_opensecurity_isv_uid_get.json │ │ │ ├── taobao_opensecurity_uid_get.json │ │ │ ├── taobao_rdc_aligenius_account_validate.json │ │ │ ├── taobao_user_openid_get.json │ │ │ └── tmall_service_settleadjustment_modify.json │ │ ├── usergrowth │ │ │ ├── catelog.json │ │ │ ├── taobao_growth_reaching_browser_search.json │ │ │ ├── taobao_growth_reaching_buzzword_query.json │ │ │ ├── taobao_growth_reaching_pictures_recognize.json │ │ │ ├── taobao_growth_reaching_suggestion_query.json │ │ │ ├── taobao_growth_reaching_xiniao_query.json │ │ │ ├── taobao_usergrowth_dhh_delivery_ask.json │ │ │ ├── taobao_usergrowth_dhh_delivery_batchask.json │ │ │ └── taobao_usergrowth_task_config_get.json │ │ ├── usergrowth2 │ │ │ ├── catelog.json │ │ │ ├── taobao_usergrowth_ad_material_audit.json │ │ │ ├── taobao_usergrowth_ad_material_data_sync.json │ │ │ ├── taobao_usergrowth_ad_material_query.json │ │ │ ├── taobao_usergrowth_ad_material_update.json │ │ │ └── taobao_usergrowth_ad_media_data_sync.json │ │ ├── util │ │ │ ├── alibaba_ais_assets_tag_abort.json │ │ │ ├── alibaba_ais_assets_tag_generate.json │ │ │ ├── alibaba_ais_assets_tag_get.json │ │ │ ├── alibaba_interact_sensor_ui.json │ │ │ ├── alibaba_mos_falcon_pos_counter_query.json │ │ │ ├── alibaba_retail_device_trade_ship.json │ │ │ ├── alibaba_retail_shorturl_get.json │ │ │ ├── aliexpress_social_country_get.json │ │ │ ├── aliexpress_social_currency_get.json │ │ │ ├── aliexpress_social_locale_get.json │ │ │ ├── catelog.json │ │ │ ├── taobao_appip_get.json │ │ │ ├── taobao_files_get.json │ │ │ ├── taobao_httpdns_get.json │ │ │ ├── taobao_kfc_keyword_search.json │ │ │ ├── taobao_openlink_session_get.json │ │ │ ├── taobao_openuid_get.json │ │ │ ├── taobao_openuid_get_bymixnick.json │ │ │ ├── taobao_openuid_get_bytrade.json │ │ │ ├── taobao_picture_qnaigc_upload.json │ │ │ ├── taobao_qimen_event_produce.json │ │ │ ├── taobao_qimen_events_produce.json │ │ │ ├── taobao_qimen_trade_user_add.json │ │ │ ├── taobao_qimen_trade_user_delete.json │ │ │ ├── taobao_qimen_trade_users_get.json │ │ │ ├── taobao_rdc_aligenius_refunds_check.json │ │ │ ├── taobao_streetest_session_get.json │ │ │ ├── taobao_subway_crowd_dmp_crowd_bind.json │ │ │ ├── taobao_time_get.json │ │ │ ├── taobao_tmc_auth_get.json │ │ │ ├── taobao_top_auth_token_create.json │ │ │ ├── taobao_top_auth_token_refresh.json │ │ │ ├── taobao_top_connector_event_publish.json │ │ │ ├── taobao_top_event_publish.json │ │ │ ├── taobao_top_event_subscription_query.json │ │ │ ├── taobao_top_ipout_get.json │ │ │ ├── taobao_top_openid_convert.json │ │ │ ├── taobao_top_sdk_feedback_upload.json │ │ │ ├── taobao_top_secret_get.json │ │ │ ├── taobao_top_secret_register.json │ │ │ ├── taobao_wireless_content_check.json │ │ │ ├── taobao_wireless_picture_check.json │ │ │ ├── wdk_rexout_device_info_get.json │ │ │ ├── wdk_rexout_device_iot_registerid.json │ │ │ └── wdk_rexout_resource_list_check.json │ │ ├── vaccin │ │ │ ├── alibaba_alihealth_vaccine_register_cancel.json │ │ │ ├── alibaba_alihealth_vaccine_register_submit.json │ │ │ ├── alibaba_alihealth_vaccine_trade_order_channel_get.json │ │ │ ├── alibaba_alihealth_vaccine_trade_subscribe_detail_get.json │ │ │ ├── alibaba_alihealth_vaccine_trade_subscribe_detail_save.json │ │ │ ├── alibaba_health_vaccin_appointment_result_notify.json │ │ │ ├── alibaba_health_vaccin_match_on.json │ │ │ ├── alibaba_health_vaccin_notice_announcement_publish.json │ │ │ ├── alibaba_health_vaccin_notice_order_cancel.json │ │ │ ├── alibaba_health_vaccin_notice_order_create.json │ │ │ ├── alibaba_health_vaccin_notice_order_sign.json │ │ │ ├── alibaba_health_vaccin_notice_replant_remind.json │ │ │ ├── alibaba_health_vaccin_notice_send.json │ │ │ ├── alibaba_health_vaccin_notice_timebucket_remind.json │ │ │ ├── alibaba_health_vaccin_notice_user_bind.json │ │ │ ├── alibaba_health_vaccin_notice_user_create.json │ │ │ ├── alibaba_health_vaccin_order_update.json │ │ │ ├── alibaba_health_vaccin_pov_update.json │ │ │ ├── alibaba_health_vaccin_subscribe_info_return.json │ │ │ ├── alibaba_health_vaccin_user_register_remind.json │ │ │ ├── alibaba_health_vaccin_vaccinate_complete.json │ │ │ └── catelog.json │ │ ├── viapi │ │ │ ├── aliyun_viapi_facebody_compareface.json │ │ │ ├── aliyun_viapi_facebody_detectface.json │ │ │ ├── aliyun_viapi_facebody_recognizeface.json │ │ │ ├── aliyun_viapi_goodstech_classifygoods.json │ │ │ ├── aliyun_viapi_goodstech_recognize_furniture_attribute.json │ │ │ ├── aliyun_viapi_goodstech_recognize_furniturespu.json │ │ │ ├── aliyun_viapi_imageaudit_scanimage.json │ │ │ ├── aliyun_viapi_imageaudit_scantext.json │ │ │ ├── aliyun_viapi_imageseg_segment_commonimage.json │ │ │ ├── aliyun_viapi_imageseg_segmentcomodity.json │ │ │ ├── aliyun_viapi_imageseg_segmenthdbody.json │ │ │ ├── aliyun_viapi_imageseg_segmenthead.json │ │ │ ├── aliyun_viapi_objectdet_detectobject.json │ │ │ ├── aliyun_viapi_ocr_character.json │ │ │ └── catelog.json │ │ ├── vms │ │ │ ├── cainiao_vms_service_vehicleinfo_upload.json │ │ │ └── catelog.json │ │ ├── wangwang │ │ │ ├── catelog.json │ │ │ ├── taobao_airisland_kefueval_get.json │ │ │ └── taobao_qianniu_kefueval_get.json │ │ ├── waybill │ │ │ ├── cainiao_cloudprint_clientinfo_put.json │ │ │ ├── cainiao_cloudprint_customarea_update.json │ │ │ ├── cainiao_cloudprint_customares_get.json │ │ │ ├── cainiao_cloudprint_isv_resources_get.json │ │ │ ├── cainiao_cloudprint_isvtemplates_get.json │ │ │ ├── cainiao_cloudprint_mystdtemplates_get.json │ │ │ ├── cainiao_cloudprint_single_customarea_get.json │ │ │ ├── cainiao_cloudprint_stdtemplates_get.json │ │ │ ├── cainiao_cloudprint_templates_migrate.json │ │ │ ├── cainiao_smartdelivery_strategy_warehouse_i_delete.json │ │ │ ├── cainiao_smartdelivery_strategy_warehouse_i_update.json │ │ │ ├── cainiao_waybill_address_reachable_query.json │ │ │ ├── cainiao_waybill_ii_cancel.json │ │ │ ├── cainiao_waybill_ii_confirm.json │ │ │ ├── cainiao_waybill_ii_delivery.json │ │ │ ├── cainiao_waybill_ii_get.json │ │ │ ├── cainiao_waybill_ii_logisticsdetail_url_get.json │ │ │ ├── cainiao_waybill_ii_product.json │ │ │ ├── cainiao_waybill_ii_query_by_tradecode.json │ │ │ ├── cainiao_waybill_ii_query_by_waybillcode.json │ │ │ ├── cainiao_waybill_ii_search.json │ │ │ ├── cainiao_waybill_ii_update.json │ │ │ ├── cainiao_waybill_privacy_seller_order_get.json │ │ │ ├── cainiao_waybill_privacy_subscription_get.json │ │ │ ├── catelog.json │ │ │ ├── taobao_wlb_waybill_i_cancel.json │ │ │ ├── taobao_wlb_waybill_i_fullupdate.json │ │ │ ├── taobao_wlb_waybill_i_get.json │ │ │ ├── taobao_wlb_waybill_i_print.json │ │ │ ├── taobao_wlb_waybill_i_product.json │ │ │ ├── taobao_wlb_waybill_i_querydetail.json │ │ │ └── taobao_wlb_waybill_i_search.json │ │ ├── wdk │ │ │ ├── alibaba_aelophy_order_deliverer_change.json │ │ │ ├── alibaba_aelophy_order_desensitizephone_get.json │ │ │ ├── alibaba_aelophy_order_get.json │ │ │ ├── alibaba_aelophy_order_logistics_trace_callback.json │ │ │ ├── alibaba_aelophy_order_work_callback.json │ │ │ ├── alibaba_aelophy_shop_updateinfo.json │ │ │ ├── alibaba_aelophy_shop_updaterange.json │ │ │ ├── alibaba_aelophy_shop_updatestatus.json │ │ │ ├── alibaba_ax_channel_sku_status_update.json │ │ │ ├── alibaba_ax_warehouse_inbound_callback.json │ │ │ ├── alibaba_ax_warehouse_outbound_callback.json │ │ │ ├── alibaba_hm_marketing_buygift_item_add_async.json │ │ │ ├── alibaba_hm_marketing_buygift_item_remove_async.json │ │ │ ├── alibaba_hm_marketing_coupon_createactivity.json │ │ │ ├── alibaba_hm_marketing_coupon_endactivity.json │ │ │ ├── alibaba_hm_marketing_coupon_queryitems.json │ │ │ ├── alibaba_hm_marketing_coupon_sendma.json │ │ │ ├── alibaba_hm_marketing_discount_item_add_async.json │ │ │ ├── alibaba_hm_marketing_discount_item_remove_async.json │ │ │ ├── alibaba_hm_marketing_expire_promotion_create.json │ │ │ ├── alibaba_hm_marketing_expire_promotion_delete.json │ │ │ ├── alibaba_hm_marketing_expire_promotion_query.json │ │ │ ├── alibaba_hm_marketing_fullrange_addexchangeitem.json │ │ │ ├── alibaba_hm_marketing_fullrange_createactivity.json │ │ │ ├── alibaba_hm_marketing_fullrange_deleteactivity.json │ │ │ ├── alibaba_hm_marketing_fullrange_queryactivity.json │ │ │ ├── alibaba_hm_marketing_fullrange_queryitem.json │ │ │ ├── alibaba_hm_marketing_fullrange_removeitem.json │ │ │ ├── alibaba_hm_marketing_itembuygift_additem.json │ │ │ ├── alibaba_hm_marketing_itembuygift_createactivity.json │ │ │ ├── alibaba_hm_marketing_itembuygift_deleteactivity.json │ │ │ ├── alibaba_hm_marketing_itembuygift_queryactivity.json │ │ │ ├── alibaba_hm_marketing_itembuygift_queryitems.json │ │ │ ├── alibaba_hm_marketing_itembuygift_removeitem.json │ │ │ ├── alibaba_hm_marketing_itemdiscount_additem.json │ │ │ ├── alibaba_hm_marketing_itemdiscount_createactivity.json │ │ │ ├── alibaba_hm_marketing_itemdiscount_deleteactivity.json │ │ │ ├── alibaba_hm_marketing_itemdiscount_queryactivity.json │ │ │ ├── alibaba_hm_marketing_itemdiscount_queryitems.json │ │ │ ├── alibaba_hm_marketing_itemdiscount_removeitem.json │ │ │ ├── alibaba_hm_marketing_itempool_activity_create.json │ │ │ ├── alibaba_hm_marketing_itempool_addcategory.json │ │ │ ├── alibaba_hm_marketing_itempool_additem.json │ │ │ ├── alibaba_hm_marketing_itempool_createactivity.json │ │ │ ├── alibaba_hm_marketing_itempool_deleteactivity.json │ │ │ ├── alibaba_hm_marketing_itempool_excludeskucode.json │ │ │ ├── alibaba_hm_marketing_itempool_item_add_async.json │ │ │ ├── alibaba_hm_marketing_itempool_item_remove_async.json │ │ │ ├── alibaba_hm_marketing_itempool_queryactivity.json │ │ │ ├── alibaba_hm_marketing_itempool_queryitems.json │ │ │ ├── alibaba_hm_marketing_itempool_removeitem.json │ │ │ ├── alibaba_hm_marketing_itempool_stair_additem.json │ │ │ ├── alibaba_hm_marketing_itempool_stair_queryitem.json │ │ │ ├── alibaba_hm_marketing_itempool_stair_removeitem.json │ │ │ ├── alibaba_hm_marketing_version_commit.json │ │ │ ├── alibaba_hm_marketing_version_generate.json │ │ │ ├── alibaba_ifp_fulfill_warehouse_token_query.json │ │ │ ├── alibaba_newretail_purchase_price_delete.json │ │ │ ├── alibaba_newretail_purchase_price_save.json │ │ │ ├── alibaba_pos_fund_cashier_shift_summary.json │ │ │ ├── alibaba_price_promotion_activity_delete.json │ │ │ ├── alibaba_price_promotion_activity_query.json │ │ │ ├── alibaba_price_promotion_create.json │ │ │ ├── alibaba_price_promotion_item_add.json │ │ │ ├── alibaba_price_promotion_item_delete.json │ │ │ ├── alibaba_retail_marketing_buygift_activity_create.json │ │ │ ├── alibaba_retail_marketing_buygift_activity_delete.json │ │ │ ├── alibaba_retail_marketing_buygift_activity_query.json │ │ │ ├── alibaba_retail_marketing_buygift_activity_save.json │ │ │ ├── alibaba_retail_marketing_buygift_activity_sku_add.json │ │ │ ├── alibaba_retail_marketing_buygift_activity_sku_delete.json │ │ │ ├── alibaba_retail_marketing_buygift_activity_update.json │ │ │ ├── alibaba_retail_marketing_buygift_sku_query.json │ │ │ ├── alibaba_retail_marketing_itemdiscount_activity_create.json │ │ │ ├── alibaba_retail_marketing_itemdiscount_activity_delete.json │ │ │ ├── alibaba_retail_marketing_itemdiscount_activity_query.json │ │ │ ├── alibaba_retail_marketing_itemdiscount_activity_save.json │ │ │ ├── alibaba_retail_marketing_itemdiscount_activity_sku_add.json │ │ │ ├── alibaba_retail_marketing_itemdiscount_activity_sku_delete.json │ │ │ ├── alibaba_retail_marketing_itemdiscount_activity_update.json │ │ │ ├── alibaba_retail_marketing_itemdiscount_sku_query.json │ │ │ ├── alibaba_retail_marketing_itempool_activity_create.json │ │ │ ├── alibaba_retail_marketing_itempool_activity_delete.json │ │ │ ├── alibaba_retail_marketing_itempool_activity_query.json │ │ │ ├── alibaba_retail_marketing_itempool_activity_save.json │ │ │ ├── alibaba_retail_marketing_itempool_activity_sku_add.json │ │ │ ├── alibaba_retail_marketing_itempool_activity_sku_delete.json │ │ │ ├── alibaba_retail_marketing_itempool_activity_update.json │ │ │ ├── alibaba_retail_marketing_itempool_sku_query.json │ │ │ ├── alibaba_tc_compass_warehousenetwork_query.json │ │ │ ├── alibaba_tcls_aelophy_bill_daily_query.json │ │ │ ├── alibaba_tcls_aelophy_bill_detail_query.json │ │ │ ├── alibaba_tcls_aelophy_bill_verificate_callback.json │ │ │ ├── alibaba_tcls_aelophy_merchant_channel_order_cancel.json │ │ │ ├── alibaba_tcls_aelophy_merchant_channel_order_create.json │ │ │ ├── alibaba_tcls_aelophy_merchant_channel_order_precheck.json │ │ │ ├── alibaba_tcls_aelophy_merchant_channel_order_sliceget.json │ │ │ ├── alibaba_tcls_aelophy_merchant_channel_order_updatestatus.json │ │ │ ├── alibaba_tcls_aelophy_merchant_channel_refund_apply.json │ │ │ ├── alibaba_tcls_aelophy_merchant_channel_refund_cancel.json │ │ │ ├── alibaba_tcls_aelophy_merchant_channel_refund_complete.json │ │ │ ├── alibaba_tcls_aelophy_merchant_id_mix.json │ │ │ ├── alibaba_tcls_aelophy_merchant_order_batch_upload.json │ │ │ ├── alibaba_tcls_aelophy_merchant_order_upload.json │ │ │ ├── alibaba_tcls_aelophy_merchant_user_upload.json │ │ │ ├── alibaba_tcls_aelophy_order_receipt_query.json │ │ │ ├── alibaba_tcls_aelophy_refund_agree.json │ │ │ ├── alibaba_tcls_aelophy_refund_csapply.json │ │ │ ├── alibaba_tcls_aelophy_refund_csapply_new.json │ │ │ ├── alibaba_tcls_aelophy_refund_csapplyrender.json │ │ │ ├── alibaba_tcls_aelophy_refund_disagree.json │ │ │ ├── alibaba_tcls_aelophy_refund_fetchgoods.json │ │ │ ├── alibaba_tcls_aelophy_warehouse_order_get.json │ │ │ ├── alibaba_tcls_ax_integration_account_import.json │ │ │ ├── alibaba_txcs_brandmarketing_coupon_qrcode_get.json │ │ │ ├── alibaba_txcs_brandmarketing_coupon_statistics_get.json │ │ │ ├── alibaba_wdk_ax_store_create.json │ │ │ ├── alibaba_wdk_ax_store_query.json │ │ │ ├── alibaba_wdk_ax_store_update.json │ │ │ ├── alibaba_wdk_bill_list.json │ │ │ ├── alibaba_wdk_bm_coupon_query.json │ │ │ ├── alibaba_wdk_bm_paiyang_stat_data_query.json │ │ │ ├── alibaba_wdk_bm_paiyang_stock_query.json │ │ │ ├── alibaba_wdk_bm_paiyang_supply_publish.json │ │ │ ├── alibaba_wdk_bm_stock_publish.json │ │ │ ├── alibaba_wdk_bm_trade_activity_query.json │ │ │ ├── alibaba_wdk_channel_comment_create.json │ │ │ ├── alibaba_wdk_channel_order_create.json │ │ │ ├── alibaba_wdk_channel_order_refund_confirm.json │ │ │ ├── alibaba_wdk_channel_order_status_update.json │ │ │ ├── alibaba_wdk_channel_order_usercancel.json │ │ │ ├── alibaba_wdk_channel_order_userrefund.json │ │ │ ├── alibaba_wdk_channel_user_sync.json │ │ │ ├── alibaba_wdk_coupon_contract_create.json │ │ │ ├── alibaba_wdk_coupon_template_queryumpactid.json │ │ │ ├── alibaba_wdk_eleme_bill_detail_get.json │ │ │ ├── alibaba_wdk_eleme_bill_get.json │ │ │ ├── alibaba_wdk_finance_order_backflow.json │ │ │ ├── alibaba_wdk_fulfill_batch_on_task_status_changed.json │ │ │ ├── alibaba_wdk_fulfill_batch_query_by_batchids.json │ │ │ ├── alibaba_wdk_fulfill_bill_return_warehouse_on_task_status_changed.json │ │ │ ├── alibaba_wdk_fulfill_box_post_back_box.json │ │ │ ├── alibaba_wdk_fulfill_config_read_limit_order.json │ │ │ ├── alibaba_wdk_fulfill_dms_delivery_work_order_callback.json │ │ │ ├── alibaba_wdk_fulfill_dms_ebeecake_work_order_callback.json │ │ │ ├── alibaba_wdk_fulfill_missfresh_warehouse_work_order_callback.json │ │ │ ├── alibaba_wdk_fulfill_rt_btoc_warehouse_work_order_callback.json │ │ │ ├── alibaba_wdk_fulfill_sf_btoc_fms_wms_work_order_callback.json │ │ │ ├── alibaba_wdk_fulfill_warehouse_work_order_callback.json │ │ │ ├── alibaba_wdk_fulfill_warehouse_work_order_sealbox.json │ │ │ ├── alibaba_wdk_hrworkbench_moka_entry_receipt_write.json │ │ │ ├── alibaba_wdk_item_category_update.json │ │ │ ├── alibaba_wdk_item_changeprice_query.json │ │ │ ├── alibaba_wdk_item_currentprice_query.json │ │ │ ├── alibaba_wdk_item_merchant_category_query.json │ │ │ ├── alibaba_wdk_item_serviceitem_query.json │ │ │ ├── alibaba_wdk_item_storesku_update.json │ │ │ ├── alibaba_wdk_item_trace_url_get.json │ │ │ ├── alibaba_wdk_marketing_buygift_item_add_async.json │ │ │ ├── alibaba_wdk_marketing_buygift_item_remove_async.json │ │ │ ├── alibaba_wdk_marketing_coupon_additem.json │ │ │ ├── alibaba_wdk_marketing_coupon_createactivity.json │ │ │ ├── alibaba_wdk_marketing_coupon_endactivity.json │ │ │ ├── alibaba_wdk_marketing_coupon_queryactivity.json │ │ │ ├── alibaba_wdk_marketing_coupon_queryitems.json │ │ │ ├── alibaba_wdk_marketing_discount_item_add_async.json │ │ │ ├── alibaba_wdk_marketing_discount_item_remove_async.json │ │ │ ├── alibaba_wdk_marketing_expire_promotion_create.json │ │ │ ├── alibaba_wdk_marketing_expire_promotion_delete.json │ │ │ ├── alibaba_wdk_marketing_expire_promotion_query.json │ │ │ ├── alibaba_wdk_marketing_fullrange_addexchangeitem.json │ │ │ ├── alibaba_wdk_marketing_fullrange_createactivity.json │ │ │ ├── alibaba_wdk_marketing_fullrange_deleteactivity.json │ │ │ ├── alibaba_wdk_marketing_fullrange_queryactivity.json │ │ │ ├── alibaba_wdk_marketing_fullrange_queryitem.json │ │ │ ├── alibaba_wdk_marketing_fullrange_removeitem.json │ │ │ ├── alibaba_wdk_marketing_itembuygift_additem.json │ │ │ ├── alibaba_wdk_marketing_itembuygift_createactivity.json │ │ │ ├── alibaba_wdk_marketing_itembuygift_deleteactivity.json │ │ │ ├── alibaba_wdk_marketing_itembuygift_queryactivity.json │ │ │ ├── alibaba_wdk_marketing_itembuygift_queryitems.json │ │ │ ├── alibaba_wdk_marketing_itembuygift_removeitem.json │ │ │ ├── alibaba_wdk_marketing_itemdiscount_additem.json │ │ │ ├── alibaba_wdk_marketing_itemdiscount_createactivity.json │ │ │ ├── alibaba_wdk_marketing_itemdiscount_deleteactivity.json │ │ │ ├── alibaba_wdk_marketing_itemdiscount_queryactivity.json │ │ │ ├── alibaba_wdk_marketing_itemdiscount_queryitems.json │ │ │ ├── alibaba_wdk_marketing_itemdiscount_removeitem.json │ │ │ ├── alibaba_wdk_marketing_itempool_activity_create.json │ │ │ ├── alibaba_wdk_marketing_itempool_addcategory.json │ │ │ ├── alibaba_wdk_marketing_itempool_additem.json │ │ │ ├── alibaba_wdk_marketing_itempool_createactivity.json │ │ │ ├── alibaba_wdk_marketing_itempool_deleteactivity.json │ │ │ ├── alibaba_wdk_marketing_itempool_excludeskucode.json │ │ │ ├── alibaba_wdk_marketing_itempool_item_add_async.json │ │ │ ├── alibaba_wdk_marketing_itempool_item_remove_async.json │ │ │ ├── alibaba_wdk_marketing_itempool_queryactivity.json │ │ │ ├── alibaba_wdk_marketing_itempool_queryitems.json │ │ │ ├── alibaba_wdk_marketing_itempool_removeitem.json │ │ │ ├── alibaba_wdk_marketing_itempool_stair_additem.json │ │ │ ├── alibaba_wdk_marketing_itempool_stair_queryitem.json │ │ │ ├── alibaba_wdk_marketing_itempool_stair_removeitem.json │ │ │ ├── alibaba_wdk_marketing_open_darunfa_activity_sku_sync.json │ │ │ ├── alibaba_wdk_marketing_open_darunfa_activity_sync.json │ │ │ ├── alibaba_wdk_marketing_open_data_relation_query.json │ │ │ ├── alibaba_wdk_marketing_open_heartbeat.json │ │ │ ├── alibaba_wdk_marketing_open_pos_discount_code_create.json │ │ │ ├── alibaba_wdk_marketing_open_version_apply.json │ │ │ ├── alibaba_wdk_marketing_open_version_count.json │ │ │ ├── alibaba_wdk_marketing_price.json │ │ │ ├── alibaba_wdk_marketing_version_commit.json │ │ │ ├── alibaba_wdk_marketing_version_generate.json │ │ │ ├── alibaba_wdk_member_card_get.json │ │ │ ├── alibaba_wdk_member_qrcode_identify.json │ │ │ ├── alibaba_wdk_merchant_brand_query.json │ │ │ ├── alibaba_wdk_merchant_category_query.json │ │ │ ├── alibaba_wdk_merchant_item_query.json │ │ │ ├── alibaba_wdk_merchant_routing_register.json │ │ │ ├── alibaba_wdk_merchant_storeitem_query.json │ │ │ ├── alibaba_wdk_merchantproduct_edit.json │ │ │ ├── alibaba_wdk_oldpos_order_create.json │ │ │ ├── alibaba_wdk_oldpos_refund_create.json │ │ │ ├── alibaba_wdk_order_aggregate.json │ │ │ ├── alibaba_wdk_order_finance_bill_query.json │ │ │ ├── alibaba_wdk_order_get.json │ │ │ ├── alibaba_wdk_order_list.json │ │ │ ├── alibaba_wdk_order_refund_get.json │ │ │ ├── alibaba_wdk_order_refund_list.json │ │ │ ├── alibaba_wdk_order_sync.json │ │ │ ├── alibaba_wdk_order_sync_withitem.json │ │ │ ├── alibaba_wdk_pos_afterbuy_benefit_send.json │ │ │ ├── alibaba_wdk_purchase_price.json │ │ │ ├── alibaba_wdk_refund_aggregate.json │ │ │ ├── alibaba_wdk_reverse_applyrefund.json │ │ │ ├── alibaba_wdk_reverse_createfeatch.json │ │ │ ├── alibaba_wdk_reverse_creatrefund.json │ │ │ ├── alibaba_wdk_reverse_load_featchorder.json │ │ │ ├── alibaba_wdk_reverse_refund.json │ │ │ ├── alibaba_wdk_reverse_reversedetail.json │ │ │ ├── alibaba_wdk_reverse_timeslice.json │ │ │ ├── alibaba_wdk_scm_lrp_order_predict.json │ │ │ ├── alibaba_wdk_series_create.json │ │ │ ├── alibaba_wdk_series_defaultsku_reset.json │ │ │ ├── alibaba_wdk_series_edit.json │ │ │ ├── alibaba_wdk_series_sku_add.json │ │ │ ├── alibaba_wdk_series_sku_remove.json │ │ │ ├── alibaba_wdk_series_sort.json │ │ │ ├── alibaba_wdk_shop_query.json │ │ │ ├── alibaba_wdk_sku_add.json │ │ │ ├── alibaba_wdk_sku_barcode_query.json │ │ │ ├── alibaba_wdk_sku_category_add.json │ │ │ ├── alibaba_wdk_sku_category_delete.json │ │ │ ├── alibaba_wdk_sku_category_query.json │ │ │ ├── alibaba_wdk_sku_category_update.json │ │ │ ├── alibaba_wdk_sku_channelsku_add.json │ │ │ ├── alibaba_wdk_sku_channelsku_query.json │ │ │ ├── alibaba_wdk_sku_channelsku_update.json │ │ │ ├── alibaba_wdk_sku_combinesku_add.json │ │ │ ├── alibaba_wdk_sku_combinesku_query.json │ │ │ ├── alibaba_wdk_sku_combinesku_update.json │ │ │ ├── alibaba_wdk_sku_feature.json │ │ │ ├── alibaba_wdk_sku_merchantsku_scroll_query.json │ │ │ ├── alibaba_wdk_sku_query.json │ │ │ ├── alibaba_wdk_sku_scroll_query.json │ │ │ ├── alibaba_wdk_sku_storesku_scroll_query.json │ │ │ ├── alibaba_wdk_sku_update.json │ │ │ ├── alibaba_wdk_sku_warehousesku_query.json │ │ │ ├── alibaba_wdk_sku_warehousesku_scroll_query.json │ │ │ ├── alibaba_wdk_sopo_push_trigger.json │ │ │ ├── alibaba_wdk_stock_publish.json │ │ │ ├── alibaba_wdk_stock_real_query.json │ │ │ ├── alibaba_wdk_supplier_order_get.json │ │ │ ├── alibaba_wdk_supplier_order_list.json │ │ │ ├── alibaba_wdk_supplier_refund_get.json │ │ │ ├── alibaba_wdk_supplier_refund_list.json │ │ │ ├── alibaba_wdk_syncedorder_query.json │ │ │ ├── alibaba_wdk_time_get.json │ │ │ ├── alibaba_wdk_trace_url_get.json │ │ │ ├── alibaba_wdk_trade_order_balance_bill_query.json │ │ │ ├── alibaba_wdk_trade_order_success_create.json │ │ │ ├── alibaba_wdk_trade_refund_success_create.json │ │ │ ├── alibaba_wdk_ums_handling_get.json │ │ │ ├── alibaba_wdk_ums_inbound.json │ │ │ ├── alibaba_wdk_ums_inventory_adjust_get.json │ │ │ ├── alibaba_wdk_ums_inventory_check_get.json │ │ │ ├── alibaba_wdk_ums_inventory_publish.json │ │ │ ├── alibaba_wdk_ums_order_get.json │ │ │ ├── alibaba_wdk_ums_outbound.json │ │ │ ├── alibaba_wdk_ums_outbound_process_get.json │ │ │ ├── alibaba_wdk_ums_retrieve_batch_confirm.json │ │ │ ├── alibaba_wdk_ums_returnitems_get.json │ │ │ ├── alibaba_wdk_ums_shift_get.json │ │ │ ├── alibaba_wdk_wholesale_inboundorder_commit.json │ │ │ ├── alibaba_wdk_wholesale_order_commit.json │ │ │ ├── alibaba_wdk_wholesale_outboundorder_commit.json │ │ │ ├── alibaba_wdkopen_cateorder_pull.json │ │ │ ├── alibaba_wdkopen_order_get.json │ │ │ ├── alibaba_wdkorder_sharestock_cpsorder_list.json │ │ │ ├── alibaba_wdkorder_sharestock_fulfill_get.json │ │ │ ├── alibaba_wdkorder_sharestock_insurance_callback.json │ │ │ ├── alibaba_wdkorder_sharestock_insurance_getorder.json │ │ │ ├── alibaba_wdkorder_sharestock_insurance_refundcallback.json │ │ │ ├── alibaba_wdkorder_sharestock_insurance_refundget.json │ │ │ ├── alibaba_wdkorder_sharestock_order_get.json │ │ │ ├── catelog.json │ │ │ ├── taobao_wdk_equipment_conveyor_batchconfirm.json │ │ │ ├── taobao_wdk_equipment_conveyor_containerinfo_get.json │ │ │ ├── taobao_wdk_equipment_conveyor_conveyorinfo_get.json │ │ │ ├── taobao_wdk_equipment_conveyor_exceptionslidewaylog_get.json │ │ │ ├── taobao_wdk_equipment_conveyor_hardwarestatuslog_get.json │ │ │ ├── taobao_wdk_equipment_conveyor_info_upload.json │ │ │ ├── taobao_wdk_equipment_conveyor_statusconfirm.json │ │ │ ├── taobao_wdk_equipment_conveyor_systemevent_get.json │ │ │ ├── taobao_wdk_equipment_conveyor_wcsbtoc_containerassignedtoconveyor.json │ │ │ ├── taobao_wdk_equipment_conveyor_wcsbtoc_containerscannedbyconveyor.json │ │ │ ├── taobao_wdk_equipment_deviceadmin_deviceinfo_get.json │ │ │ ├── taobao_wdk_equipment_wcs_wcsinfo_upload.json │ │ │ ├── taobao_wdk_iot_conveyor_conveyorconfig_get.json │ │ │ ├── taobao_wdk_iot_deviceadmin_mqtt_device_getwithtoken.json │ │ │ ├── taobao_wdk_iot_deviceadmin_mqtt_token_get.json │ │ │ ├── tmall_cityretail_fulfill_abnormal_center_abnormal_status_change.json │ │ │ ├── tmall_cityretail_txd_fulfill_order_unbindnum.json │ │ │ ├── tmall_cityretail_txd_fulfill_order_virtualnumber.json │ │ │ ├── wdk_meal_pos_getfetchmealcode.json │ │ │ ├── wdk_ums_outbound_sorting_callback_taskdetail.json │ │ │ ├── wdk_ums_outbound_sorting_callbackforpulltask.json │ │ │ ├── wdk_ums_outbound_sorting_cancleararea.json │ │ │ ├── wdk_ums_outbound_sorting_scancontainer.json │ │ │ ├── wdk_ums_outbound_sorting_userquery.json │ │ │ ├── wdk_ums_sorting_full_container.json │ │ │ ├── wdk_warehouse_order_cancel.json │ │ │ ├── wdk_warehouse_order_dispatch.json │ │ │ ├── wdk_wms_pick_medicine_checksell.json │ │ │ └── wdk_wms_pick_medicine_query.json │ │ ├── wdkitem │ │ │ ├── alibaba_wdk_item_brand_query.json │ │ │ ├── alibaba_wdk_item_category_query.json │ │ │ ├── alibaba_wdk_item_futureprice_query.json │ │ │ ├── alibaba_wdk_item_memberprice_update.json │ │ │ ├── alibaba_wdk_item_merchantsku_create.json │ │ │ ├── alibaba_wdk_item_merchantsku_query.json │ │ │ ├── alibaba_wdk_item_merchantsku_update.json │ │ │ ├── alibaba_wdk_item_merchantstoresku_create.json │ │ │ ├── alibaba_wdk_item_merchantstoresku_update.json │ │ │ ├── alibaba_wdk_item_morebarcode_ops.json │ │ │ ├── alibaba_wdk_item_storesku_query.json │ │ │ ├── alibaba_wdk_item_storeskustatus_update.json │ │ │ ├── alibaba_wdk_picture_upload.json │ │ │ └── catelog.json │ │ ├── wdklogistics │ │ │ ├── alibaba_wdk_logistics_pus_pickup_cararrived.json │ │ │ └── catelog.json │ │ ├── wenyuvideo │ │ │ ├── catelog.json │ │ │ ├── youku_wenyuvideo_persion_get.json │ │ │ ├── youku_wenyuvideo_persion_search.json │ │ │ └── youku_wenyuvideo_seeta_get.json │ │ ├── westcrm │ │ │ ├── alibaba_westcrm_customer_info_get.json │ │ │ ├── alibaba_westcrm_grade_get.json │ │ │ ├── alibaba_westcrm_user_consumer_get.json │ │ │ └── catelog.json │ │ ├── wirelessshare │ │ │ ├── catelog.json │ │ │ └── taobao_wireless_share_tpwd_query.json │ │ ├── wlb │ │ │ ├── cainiao_bms_order_consign_confirm.json │ │ │ ├── cainiao_merchant_inventory_adjust.json │ │ │ ├── cainiao_waybill_cloudprint_netprint_print.json │ │ │ ├── catelog.json │ │ │ ├── taobao_uop_tob_order_create.json │ │ │ ├── taobao_wlb_inventory_detail_get.json │ │ │ ├── taobao_wlb_inventorylog_query.json │ │ │ ├── taobao_wlb_item_add.json │ │ │ ├── taobao_wlb_item_batch_query.json │ │ │ ├── taobao_wlb_item_combination_get.json │ │ │ ├── taobao_wlb_item_get.json │ │ │ ├── taobao_wlb_item_map_get.json │ │ │ ├── taobao_wlb_item_query.json │ │ │ ├── taobao_wlb_item_update.json │ │ │ ├── taobao_wlb_notify_message_page_get.json │ │ │ ├── taobao_wlb_order_cancel.json │ │ │ ├── taobao_wlb_order_consign.json │ │ │ ├── taobao_wlb_order_create.json │ │ │ ├── taobao_wlb_order_jzpartner_query.json │ │ │ ├── taobao_wlb_order_jzwithins_consign.json │ │ │ ├── taobao_wlb_order_page_get.json │ │ │ ├── taobao_wlb_orderdetail_date_get.json │ │ │ ├── taobao_wlb_orderitem_page_get.json │ │ │ ├── taobao_wlb_orderstatus_get.json │ │ │ ├── taobao_wlb_out_inventory_change_notify.json │ │ │ ├── taobao_wlb_subscription_query.json │ │ │ ├── taobao_wlb_tmsorder_query.json │ │ │ ├── taobao_wlb_tradeorder_get.json │ │ │ ├── taobao_wlb_waybill_shengxian_get.json │ │ │ ├── taobao_wlb_wlborder_get.json │ │ │ └── taobao_wlb_wms_inventory_lack_upload.json │ │ ├── wlbimports │ │ │ ├── cainiao_global_im_pickup_appointment_order_cancel.json │ │ │ ├── cainiao_global_im_pickup_appointment_order_difference_detail.json │ │ │ ├── cainiao_global_im_pickup_appointment_order_info_create.json │ │ │ ├── cainiao_global_im_pickup_appointment_order_status.json │ │ │ ├── cainiao_global_im_pickup_bigbag_content_cancel.json │ │ │ ├── cainiao_global_im_pickup_bigbag_content_create.json │ │ │ ├── cainiao_global_im_pickup_bigbag_express_prequery.json │ │ │ ├── cainiao_global_im_pickup_bigbag_info.json │ │ │ ├── cainiao_global_im_pickup_bigbag_logistics_trajectory.json │ │ │ ├── cainiao_global_im_pickup_bigbag_waybill_info.json │ │ │ ├── cainiao_global_im_pickup_stores_get.json │ │ │ ├── catelog.json │ │ │ ├── taobao_wlb_crossborder_waybill_get.json │ │ │ ├── taobao_wlb_imports_general_consign.json │ │ │ ├── taobao_wlb_imports_order_cancel.json │ │ │ ├── taobao_wlb_imports_order_get.json │ │ │ ├── taobao_wlb_imports_resource_get.json │ │ │ ├── taobao_wlb_imports_resource_transferstore_get.json │ │ │ ├── taobao_wlb_imports_vas_identity_result.json │ │ │ └── taobao_wlb_imports_waybill_get.json │ │ ├── wms │ │ │ ├── cainiao_bim_tradeorder_consign.json │ │ │ ├── cainiao_crm_oms_rule_sync.json │ │ │ ├── catelog.json │ │ │ ├── taobao_wlb_wms_cainiao_bill_query.json │ │ │ ├── taobao_wlb_wms_consign_bill_get.json │ │ │ ├── taobao_wlb_wms_inventory_profitloss_get.json │ │ │ ├── taobao_wlb_wms_inventory_query.json │ │ │ ├── taobao_wlb_wms_item_combination_get.json │ │ │ ├── taobao_wlb_wms_order_cancel_notify.json │ │ │ ├── taobao_wlb_wms_return_bill_get.json │ │ │ ├── taobao_wlb_wms_return_order_notify.json │ │ │ ├── taobao_wlb_wms_sku_create.json │ │ │ ├── taobao_wlb_wms_sku_get.json │ │ │ ├── taobao_wlb_wms_sku_update.json │ │ │ ├── taobao_wlb_wms_sn_info_query.json │ │ │ ├── taobao_wlb_wms_stock_in_bill_get.json │ │ │ ├── taobao_wlb_wms_stock_in_order_notify.json │ │ │ ├── taobao_wlb_wms_stock_out_bill_get.json │ │ │ └── taobao_wlb_wms_stock_out_order_notify.json │ │ ├── xhotel │ │ │ ├── alitrip_xhotel_channel_order_create_res_query.json │ │ │ ├── catelog.json │ │ │ ├── taobao_xhotel_bnbpromo_update.json │ │ │ ├── taobao_xhotel_city_distribution_get.json │ │ │ ├── taobao_xhotel_data_service_hotel_serviceindex.json │ │ │ ├── taobao_xhotel_data_service_order_detail.json │ │ │ ├── taobao_xhotel_order_hotelsign_query.json │ │ │ ├── taobao_xhotel_order_official_qualification_get.json │ │ │ └── taobao_xhotel_order_offline_settle_cancel.json │ │ ├── xhotelcrm │ │ │ ├── catelog.json │ │ │ ├── taobao_xhotel_member_alipay_query.json │ │ │ ├── taobao_xhotel_member_derby_coupon_send.json │ │ │ ├── taobao_xhotel_member_derby_state_sync.json │ │ │ └── taobao_xhotel_potential_member_bind.json │ │ ├── xhotelitem │ │ │ ├── catelog.json │ │ │ ├── taobao_roomtype_status_update.json │ │ │ ├── taobao_xhotel_add.json │ │ │ ├── taobao_xhotel_baseinfo_get.json │ │ │ ├── taobao_xhotel_baseinfo_room_get.json │ │ │ ├── taobao_xhotel_bnbcommon_add.json │ │ │ ├── taobao_xhotel_bnbhouse_add.json │ │ │ ├── taobao_xhotel_bnbhouse_delete.json │ │ │ ├── taobao_xhotel_bnbowner_add.json │ │ │ ├── taobao_xhotel_bnbowner_delete.json │ │ │ ├── taobao_xhotel_bnbpromo_add.json │ │ │ ├── taobao_xhotel_bnbpromo_bind.json │ │ │ ├── taobao_xhotel_bnbpromo_delete.json │ │ │ ├── taobao_xhotel_bnbpromo_get.json │ │ │ ├── taobao_xhotel_bnbpromo_unbind.json │ │ │ ├── taobao_xhotel_bnbreview_add.json │ │ │ ├── taobao_xhotel_bnbroomtype_add.json │ │ │ ├── taobao_xhotel_bnbroomtype_delete.json │ │ │ ├── taobao_xhotel_city_coordinates_batch_download.json │ │ │ ├── taobao_xhotel_city_coordinates_batch_upload.json │ │ │ ├── taobao_xhotel_delete.json │ │ │ ├── taobao_xhotel_entity_config.json │ │ │ ├── taobao_xhotel_get.json │ │ │ ├── taobao_xhotel_get_entity_by_tag.json │ │ │ ├── taobao_xhotel_house_add.json │ │ │ ├── taobao_xhotel_house_roomtype_add.json │ │ │ ├── taobao_xhotel_increment_info_get.json │ │ │ ├── taobao_xhotel_item_selection_seller_stat_exposure.json │ │ │ ├── taobao_xhotel_item_selection_seller_stat_hotshid.json │ │ │ ├── taobao_xhotel_item_selection_seller_stat_summary.json │ │ │ ├── taobao_xhotel_multiplerate_delete.json │ │ │ ├── taobao_xhotel_multiplerate_get.json │ │ │ ├── taobao_xhotel_multiplerate_update.json │ │ │ ├── taobao_xhotel_multiplerates_increment.json │ │ │ ├── taobao_xhotel_multiplerates_update.json │ │ │ ├── taobao_xhotel_quota_update.json │ │ │ ├── taobao_xhotel_rate_add.json │ │ │ ├── taobao_xhotel_rate_delete.json │ │ │ ├── taobao_xhotel_rate_get.json │ │ │ ├── taobao_xhotel_rate_relationshipwithroom_get.json │ │ │ ├── taobao_xhotel_rate_relationshipwithrp_get.json │ │ │ ├── taobao_xhotel_rate_update.json │ │ │ ├── taobao_xhotel_rateplan_add.json │ │ │ ├── taobao_xhotel_rateplan_delete.json │ │ │ ├── taobao_xhotel_rateplan_get.json │ │ │ ├── taobao_xhotel_rateplan_update.json │ │ │ ├── taobao_xhotel_rates_increment.json │ │ │ ├── taobao_xhotel_rates_lite_incr_update.json │ │ │ ├── taobao_xhotel_rates_update.json │ │ │ ├── taobao_xhotel_room_get.json │ │ │ ├── taobao_xhotel_room_update.json │ │ │ ├── taobao_xhotel_rooms_increment.json │ │ │ ├── taobao_xhotel_rooms_update.json │ │ │ ├── taobao_xhotel_roomtype_add.json │ │ │ ├── taobao_xhotel_roomtype_conflict_data.json │ │ │ ├── taobao_xhotel_roomtype_delete_public.json │ │ │ ├── taobao_xhotel_roomtype_get.json │ │ │ ├── taobao_xhotel_roomtype_update.json │ │ │ ├── taobao_xhotel_servicetime_get.json │ │ │ ├── taobao_xhotel_servicetime_update.json │ │ │ ├── taobao_xhotel_status_update.json │ │ │ ├── taobao_xhotel_update.json │ │ │ ├── taobao_xhotel_xitem_delete.json │ │ │ └── taobao_xhotel_xitem_query.json │ │ ├── xhotelofficial │ │ │ ├── catelog.json │ │ │ ├── taobao_xhotel_order_official_cancel.json │ │ │ ├── taobao_xhotel_order_official_precheck.json │ │ │ ├── taobao_xhotel_order_official_settle_cancel.json │ │ │ └── taobao_xhotel_order_official_settle_put.json │ │ ├── xhoteloffline │ │ │ ├── catelog.json │ │ │ ├── taobao_xhotel_order_alipayface_cancel.json │ │ │ ├── taobao_xhotel_order_alipayface_check.json │ │ │ ├── taobao_xhotel_order_alipayface_create.json │ │ │ ├── taobao_xhotel_order_alipayface_extend.json │ │ │ └── taobao_xhotel_order_offline_settle_put.json │ │ ├── xhotelonlineorder │ │ │ ├── alitrip_xhotel_channel_notify.json │ │ │ ├── alitrip_xhotel_channel_order_create.json │ │ │ ├── alitrip_xhotel_channel_order_membertype_sync.json │ │ │ ├── catelog.json │ │ │ ├── taobao_xhotel_commoninvoice_list_vtwo.json │ │ │ ├── taobao_xhotel_commoninvoice_remove.json │ │ │ ├── taobao_xhotel_commoninvoice_update.json │ │ │ ├── taobao_xhotel_fastinvoice_complete.json │ │ │ ├── taobao_xhotel_fastinvoice_request.json │ │ │ ├── taobao_xhotel_future_softmodify.json │ │ │ ├── taobao_xhotel_intl_rate_update.json │ │ │ ├── taobao_xhotel_memberright_update.json │ │ │ ├── taobao_xhotel_order_alipayface_cancelsettle.json │ │ │ ├── taobao_xhotel_order_alipayface_settle.json │ │ │ ├── taobao_xhotel_order_alipayface_update.json │ │ │ ├── taobao_xhotel_order_detail_search.json │ │ │ ├── taobao_xhotel_order_future_facescan_put.json │ │ │ ├── taobao_xhotel_order_future_info_get.json │ │ │ ├── taobao_xhotel_order_future_info_put.json │ │ │ ├── taobao_xhotel_order_search.json │ │ │ ├── taobao_xhotel_order_statement_get.json │ │ │ ├── taobao_xhotel_order_update.json │ │ │ ├── taobao_xhotel_order_update_confirmcode.json │ │ │ └── taobao_xhotel_pms_guestbill_get_vtwo.json │ │ ├── xiami │ │ │ ├── alibaba_xiami_api_radio_myself_get.json │ │ │ └── catelog.json │ │ ├── xiamiatrist │ │ │ ├── catelog.json │ │ │ └── xiami_content_artist_info_query.json │ │ ├── xiamicontent │ │ │ ├── catelog.json │ │ │ ├── xiami_content_album_info_get.json │ │ │ ├── xiami_content_company_info_get.json │ │ │ ├── xiami_content_music_collect_get.json │ │ │ ├── xiami_content_music_info_get.json │ │ │ ├── xiami_content_music_info_query.json │ │ │ ├── xiami_content_songs_audio_get.json │ │ │ ├── xiami_content_songs_audio_getrefrain.json │ │ │ ├── xiami_content_songs_collect_get.json │ │ │ ├── xiami_content_songs_info_get.json │ │ │ └── xiami_content_songs_info_query.json │ │ ├── xiamiopen │ │ │ ├── catelog.json │ │ │ ├── xiami_api_song_detail_get.json │ │ │ └── xiami_api_song_listenfile_get.json │ │ ├── xiamitrace │ │ │ ├── catelog.json │ │ │ └── xiami_content_resource_action_report.json │ │ ├── youkudsp │ │ │ ├── catelog.json │ │ │ └── youku_dsp_delivery_resource_multiget.json │ │ ├── youkuott │ │ │ ├── catelog.json │ │ │ ├── youku_mediaapi_video_snapshot_get.json │ │ │ ├── youku_ott_kitty_commonorder_sync.json │ │ │ └── youku_tvoperator_media_page_query.json │ │ ├── yunos │ │ │ ├── aliyun_cosmo_gateway_invoke.json │ │ │ ├── catelog.json │ │ │ └── yunos_cosmo_data_push.json │ │ ├── yunosaccount │ │ │ ├── catelog.json │ │ │ └── yunos_account_callapi.json │ │ ├── yunosad │ │ │ ├── catelog.json │ │ │ ├── yunos_ad_audit_creative_add.json │ │ │ ├── yunos_ad_audit_creative_get.json │ │ │ └── yunos_ad_audit_creative_getlist.json │ │ ├── yunosappstore │ │ │ ├── catelog.json │ │ │ ├── yunos_appstore_apps_get.json │ │ │ ├── yunos_appstore_open_getads.json │ │ │ ├── yunos_appstore_open_reportad.json │ │ │ └── yunos_appstore_pad_hp_applist.json │ │ ├── yunosdm │ │ │ ├── catelog.json │ │ │ └── yunos_dm_sys_get_domain.json │ │ ├── yunosminiapp │ │ │ ├── catelog.json │ │ │ ├── yunos_miniapp_activity_call.json │ │ │ └── yunos_miniapp_datatunnel_call.json │ │ └── zqs │ │ │ ├── alibaba_zqs_fulfill_complete.json │ │ │ └── catelog.json │ ├── package.json │ └── patch │ │ ├── aecreatives │ │ ├── aliexpress_affiliate_featuredpromo_get.json │ │ └── aliexpress_affiliate_productdetail_get.json │ │ ├── aliyun │ │ ├── push_aliyuncs_com_pushMsg_2015-03-18.json │ │ ├── push_aliyuncs_com_pushNotification_2015-03-18.json │ │ └── push_aliyuncs_com_push_20150518.json │ │ ├── baichuan │ │ └── alibaba_baichuan_aso_query.json │ │ ├── btrip │ │ └── alitrip_btrip_flight_distribution_change_cancel.json │ │ ├── category │ │ └── alibaba_imap_pv_autofill.json │ │ ├── crm │ │ ├── taobao_crm_member_identity_get.json │ │ ├── taobao_crm_member_joinurl_get.json │ │ └── taobao_crm_point_available_get.json │ │ ├── idle │ │ └── alibaba_idle_consignmentii_order_get.json │ │ ├── qianniu │ │ └── taobao_qianniu_auto_task_config_check.json │ │ ├── scbp │ │ └── alibaba_scbp_ad_keyword_query_keyword_rank_price.json │ │ ├── tbk │ │ ├── taobao.tbk.coupon.convert.json │ │ ├── taobao.tbk.dg.general.link.convert.json │ │ ├── taobao.tbk.dg.general.link.parse.json │ │ ├── taobao.tbk.order.details.get.json │ │ ├── taobao.tbk.order.refund.get.json │ │ ├── taobao.tbk.relation.refund.json │ │ ├── taobao.tbk.sc.general.link.convert.json │ │ └── taobao.tbk.sc.general.link.parse.json │ │ ├── tbtrade │ │ ├── alibaba.taobao.ud.smart.monitor.url.create.json │ │ ├── alibaba.taobao.ud.smart.order.collect.cart.detail.pull.json │ │ ├── alibaba.taobao.ud.smart.order.detail.pull.json │ │ └── alibaba.ud.udsmartdata.get.json │ │ ├── tmallservice │ │ ├── alibaba_servicecenter_spserviceorder_query.json │ │ └── tmall_mallitemcenter_serviceproduct_query.json │ │ ├── travel │ │ └── alitrip_travel_poi_search.json │ │ ├── wlb │ │ └── taobao_uop_tob_order_create.json │ │ └── xhotelitem │ │ └── taobao_xhotel_get.json ├── catelog.go ├── const.go ├── doc.go ├── downloader │ ├── download.go │ └── main.go ├── generator │ ├── gen.go │ ├── main.go │ └── model.go ├── package.go ├── template │ ├── api.tpl │ ├── doc.tpl │ ├── model.tpl │ ├── pkg_api_doc.tpl │ ├── pkg_model_doc.tpl │ ├── readme.tpl │ ├── request.tpl │ └── response.tpl ├── tpl.go └── util │ ├── bytes.go │ ├── pool.go │ └── string.go ├── model ├── admarket │ ├── Ad.go │ ├── AdSlot.go │ ├── AdSlots.go │ ├── AppInfo.go │ ├── BidRequest.go │ ├── BidResponse.go │ ├── DeviceInfo.go │ ├── ExcludeDevice.go │ ├── Location.go │ ├── Monitor.go │ ├── Network.go │ ├── SdkInfo.go │ ├── SspMaterialAuditResult.go │ ├── Target.go │ ├── Udid.go │ ├── UserInfo.go │ ├── YunosAdmarketAdBidAPIRequest.go │ ├── YunosAdmarketAdBidAPIResponse.go │ ├── YunosAdmarketMaterialAuditAPIRequest.go │ ├── YunosAdmarketMaterialAuditAPIResponse.go │ ├── YunosAdmarketMaterialAuditResult.go │ └── doc.go ├── aecreatives │ ├── AliexpressAffiliateCategoryGetAPIRequest.go │ ├── AliexpressAffiliateCategoryGetAPIResponse.go │ ├── AliexpressAffiliateCategoryGetResult.go │ ├── AliexpressAffiliateFeaturedpromoGetAPIRequest.go │ ├── AliexpressAffiliateFeaturedpromoGetAPIResponse.go │ ├── AliexpressAffiliateFeaturedpromoProductsGetAPIRequest.go │ ├── AliexpressAffiliateFeaturedpromoProductsGetAPIResponse.go │ ├── AliexpressAffiliateHotproductDownloadAPIRequest.go │ ├── AliexpressAffiliateHotproductDownloadAPIResponse.go │ ├── AliexpressAffiliateHotproductQueryAPIRequest.go │ ├── AliexpressAffiliateHotproductQueryAPIResponse.go │ ├── AliexpressAffiliateImageSearchAPIRequest.go │ ├── AliexpressAffiliateImageSearchAPIResponse.go │ ├── AliexpressAffiliateImageSearchResponse.go │ ├── AliexpressAffiliateProductQueryAPIRequest.go │ ├── AliexpressAffiliateProductQueryAPIResponse.go │ ├── AliexpressAffiliateProductSmartmatchAPIRequest.go │ ├── AliexpressAffiliateProductSmartmatchAPIResponse.go │ ├── AliexpressAffiliateProductdetailGetAPIRequest.go │ ├── AliexpressAffiliateProductdetailGetAPIResponse.go │ ├── Category.go │ ├── Product.go │ ├── ProductImgRegionDto.go │ ├── Promo.go │ ├── PromoCodeDto.go │ ├── ResponseDto.go │ ├── ResponseResult.go │ ├── TrafficFeaturedPromoResultDto.go │ ├── TrafficImageSearchResultDto.go │ ├── TrafficProductResultDto.go │ └── doc.go ├── aedata │ ├── AliexpressAffiliateOrderGetAPIRequest.go │ ├── AliexpressAffiliateOrderGetAPIResponse.go │ ├── AliexpressAffiliateOrderListAPIRequest.go │ ├── AliexpressAffiliateOrderListAPIResponse.go │ ├── AliexpressAffiliateOrderListbyindexAPIRequest.go │ ├── AliexpressAffiliateOrderListbyindexAPIResponse.go │ ├── Order.go │ ├── ResponseDto.go │ ├── TrafficOrderResultDto.go │ └── doc.go ├── aedropshiper │ ├── AeChildOrderInfo.go │ ├── AeItemBaseInfoDto.go │ ├── AeItemProperty.go │ ├── AeItemQueryResultDto.go │ ├── AeItemSkuInfoDto.go │ ├── AeMultimediaInfoDto.go │ ├── AeOrderInfoResultDto.go │ ├── AeOrderLogisticsInfo.go │ ├── AeSkuPropertyDto.go │ ├── AeStoreInfo.go │ ├── AeStoreSimpleInfo.go │ ├── AeVideoDto.go │ ├── AeopAeMultimedia.go │ ├── AeopAeProductProperty.go │ ├── AeopAeProductSku.go │ ├── AeopAeVideo.go │ ├── AeopChildOrderInfo.go │ ├── AeopFindProductResultDto.go │ ├── AeopFreightCalculateForBuyerDto.go │ ├── AeopFreightCalculateResultForBuyerDto.go │ ├── AeopFreightCalculateResultListResponseForBuyer.go │ ├── AeopNationalQuoteConfiguration.go │ ├── AeopOrderInfo.go │ ├── AeopOrderLogisticsInfo.go │ ├── AeopSingleOrderQuery.go │ ├── AeopSkuProperty.go │ ├── AeopStoreInfo.go │ ├── AliexpressDsAddInfoAPIRequest.go │ ├── AliexpressDsAddInfoAPIResponse.go │ ├── AliexpressDsCommissionorderListbyindexAPIRequest.go │ ├── AliexpressDsCommissionorderListbyindexAPIResponse.go │ ├── AliexpressDsImageSearchAPIRequest.go │ ├── AliexpressDsImageSearchAPIResponse.go │ ├── AliexpressDsMemberOrderdataSubmitAPIRequest.go │ ├── AliexpressDsMemberOrderdataSubmitAPIResponse.go │ ├── AliexpressDsProductGetAPIRequest.go │ ├── AliexpressDsProductGetAPIResponse.go │ ├── AliexpressDsRecommendFeedGetAPIRequest.go │ ├── AliexpressDsRecommendFeedGetAPIResponse.go │ ├── AliexpressDsTradeOrderGetAPIRequest.go │ ├── AliexpressDsTradeOrderGetAPIResponse.go │ ├── AliexpressLogisticsBuyerFreightCalculateAPIRequest.go │ ├── AliexpressLogisticsBuyerFreightCalculateAPIResponse.go │ ├── AliexpressLogisticsDsTrackinginfoQueryAPIRequest.go │ ├── AliexpressLogisticsDsTrackinginfoQueryAPIResponse.go │ ├── AliexpressOfferDsProductSimplequeryAPIRequest.go │ ├── AliexpressOfferDsProductSimplequeryAPIResponse.go │ ├── AliexpressPostproductRedefiningFindaeproductbyidfordropshipperAPIRequest.go │ ├── AliexpressPostproductRedefiningFindaeproductbyidfordropshipperAPIResponse.go │ ├── AliexpressTradeBuyPlaceorderAPIRequest.go │ ├── AliexpressTradeBuyPlaceorderAPIResponse.go │ ├── AliexpressTradeDsOrderGetAPIRequest.go │ ├── AliexpressTradeDsOrderGetAPIResponse.go │ ├── Details.go │ ├── DropShipperReq.go │ ├── Integer.go │ ├── LogisticsInfoDto.go │ ├── MaillingAddressRequestDto.go │ ├── Money.go │ ├── PackageInfoDto.go │ ├── PlaceOrderRequest4OpenApiDto.go │ ├── PlaceOrderRes4OpenApiDto.go │ ├── ProductBaseItem.go │ ├── ProductIdConverterResultDto.go │ ├── SimpleMoney.go │ ├── TrafficImageProductDto.go │ ├── TrafficImageSearchResultDto.go │ ├── TrafficOrderEffectDto.go │ ├── TrafficOrderResultDto.go │ ├── TrafficProductResultDto.go │ └── doc.go ├── aesolution │ ├── AliexpressSolutionBatchProductDeleteAPIRequest.go │ ├── AliexpressSolutionBatchProductDeleteAPIResponse.go │ ├── AliexpressSolutionBatchProductInventoryUpdateAPIRequest.go │ ├── AliexpressSolutionBatchProductInventoryUpdateAPIResponse.go │ ├── AliexpressSolutionBatchProductPriceUpdateAPIRequest.go │ ├── AliexpressSolutionBatchProductPriceUpdateAPIResponse.go │ ├── AliexpressSolutionFeedInvalidateAPIRequest.go │ ├── AliexpressSolutionFeedInvalidateAPIResponse.go │ ├── AliexpressSolutionFeedListGetAPIRequest.go │ ├── AliexpressSolutionFeedListGetAPIResponse.go │ ├── AliexpressSolutionFeedQueryAPIRequest.go │ ├── AliexpressSolutionFeedQueryAPIResponse.go │ ├── AliexpressSolutionFeedSubmitAPIRequest.go │ ├── AliexpressSolutionFeedSubmitAPIResponse.go │ ├── AliexpressSolutionIssuePartnerRmaReverselogisticStateUpdateAPIRequest.go │ ├── AliexpressSolutionIssuePartnerRmaReverselogisticStateUpdateAPIResponse.go │ ├── AliexpressSolutionIssuePartnerRmaReverselogisticTrackinginfoCreateAPIRequest.go │ ├── AliexpressSolutionIssuePartnerRmaReverselogisticTrackinginfoCreateAPIResponse.go │ ├── AliexpressSolutionIssuePartnerRmaScreeningCreateAPIRequest.go │ ├── AliexpressSolutionIssuePartnerRmaScreeningCreateAPIResponse.go │ ├── AliexpressSolutionIssuePartnerRmaStateUpdateAPIRequest.go │ ├── AliexpressSolutionIssuePartnerRmaStateUpdateAPIResponse.go │ ├── AliexpressSolutionMerchantProfileGetAPIRequest.go │ ├── AliexpressSolutionMerchantProfileGetAPIResponse.go │ ├── AliexpressSolutionOrderFulfillAPIRequest.go │ ├── AliexpressSolutionOrderFulfillAPIResponse.go │ ├── AliexpressSolutionOrderGetAPIRequest.go │ ├── AliexpressSolutionOrderGetAPIResponse.go │ ├── AliexpressSolutionOrderInfoGetAPIRequest.go │ ├── AliexpressSolutionOrderInfoGetAPIResponse.go │ ├── AliexpressSolutionOrderReceiptinfoGetAPIRequest.go │ ├── AliexpressSolutionOrderReceiptinfoGetAPIResponse.go │ ├── AliexpressSolutionProductCategorySuggestAPIRequest.go │ ├── AliexpressSolutionProductCategorySuggestAPIResponse.go │ ├── AliexpressSolutionProductEditAPIRequest.go │ ├── AliexpressSolutionProductEditAPIResponse.go │ ├── AliexpressSolutionProductInfoGetAPIRequest.go │ ├── AliexpressSolutionProductInfoGetAPIResponse.go │ ├── AliexpressSolutionProductListGetAPIRequest.go │ ├── AliexpressSolutionProductListGetAPIResponse.go │ ├── AliexpressSolutionProductPostAPIRequest.go │ ├── AliexpressSolutionProductPostAPIResponse.go │ ├── AliexpressSolutionProductSchemaGetAPIRequest.go │ ├── AliexpressSolutionProductSchemaGetAPIResponse.go │ ├── AliexpressSolutionSchemaProductFullUpdateAPIRequest.go │ ├── AliexpressSolutionSchemaProductFullUpdateAPIResponse.go │ ├── AliexpressSolutionSchemaProductInstancePostAPIRequest.go │ ├── AliexpressSolutionSchemaProductInstancePostAPIResponse.go │ ├── AliexpressSolutionSellerCategoryTreeQueryAPIRequest.go │ ├── AliexpressSolutionSellerCategoryTreeQueryAPIResponse.go │ ├── AliexpressSolutionSkuAttributeQueryAPIRequest.go │ ├── AliexpressSolutionSkuAttributeQueryAPIResponse.go │ ├── AttributeDto.go │ ├── BaseResult.go │ ├── BatchOperationJobDto.go │ ├── CategoryInfo.go │ ├── CommonAttributeValueInfoDto.go │ ├── Currency.go │ ├── GlobalAeopAeMultimedia.go │ ├── GlobalAeopAeProductProperty.go │ ├── GlobalAeopAeProductSku.go │ ├── GlobalAeopAeVideo.go │ ├── GlobalAeopFindProductResultDto.go │ ├── GlobalAeopSkuProperty.go │ ├── GlobalAeopTpAddressDto.go │ ├── GlobalAeopTpChildOrderDto.go │ ├── GlobalAeopTpIssueInfoDto.go │ ├── GlobalAeopTpLoanInfoDto.go │ ├── GlobalAeopTpLogisticInfoDto.go │ ├── GlobalAeopTpOperationLogDto.go │ ├── GlobalAeopTpOrderDetailDto.go │ ├── GlobalAeopTpOrderMsgDto.go │ ├── GlobalAeopTpOrderProductInfoDto.go │ ├── GlobalAeopTpPersonDto.go │ ├── GlobalAeopTpRefundInfoDto.go │ ├── GlobalAeopTpSaleDiscountInfo.go │ ├── GlobalDescription.go │ ├── GlobalMoneyStr.go │ ├── GlobalSubject.go │ ├── ItemDisplayDto.go │ ├── ItemListQuery.go │ ├── ItemListResultDto.go │ ├── LogisticOrderCreationForRmaRequest.go │ ├── LogisticOrderStateUpdateRequest.go │ ├── MarketImageDto.go │ ├── MultiCountryPriceConfigurationDto.go │ ├── OrderAddressDto.go │ ├── OrderDetailQuery.go │ ├── OrderDto.go │ ├── OrderProductDto.go │ ├── OrderQuery.go │ ├── PaginationResult.go │ ├── PostItemResponseDto.go │ ├── PostProductRequestDto.go │ ├── ProductSchemaDto.go │ ├── RmaLogisticOrderState.go │ ├── RmaScreeningCreationRequest.go │ ├── RmaState.go │ ├── RmaStateUpdateRequest.go │ ├── SimpleMoney.go │ ├── SingleCountryPriceDto.go │ ├── SingleItemRequestDto.go │ ├── SingleItemResponseDto.go │ ├── SingleLanguageDescriptionDto.go │ ├── SingleLanguageTitleDto.go │ ├── SingleOrderQuery.go │ ├── SingleSkuPriceByCountryDto.go │ ├── SkuAttributeDto.go │ ├── SkuAttributeInfoQueryRequest.go │ ├── SkuAttributeInfoQueryResponse.go │ ├── SkuInfoDto.go │ ├── SkuValueSimplifiedInfoDto.go │ ├── SuggestCategory.go │ ├── SupportedCommonAttributeDto.go │ ├── SupportedSkuAttributeDto.go │ ├── SynchronizeProductRequestDto.go │ ├── SynchronizeProductResponseDto.go │ ├── SynchronizeSkuRequestDto.go │ └── doc.go ├── aetask │ ├── AliexpressInteractiveTaskCompleteAPIRequest.go │ ├── AliexpressInteractiveTaskCompleteAPIResponse.go │ ├── AliexpressInteractiveTaskCompleteResult.go │ ├── AliexpressInteractiveTaskDeliveryQueryAPIRequest.go │ ├── AliexpressInteractiveTaskDeliveryQueryAPIResponse.go │ ├── AliexpressInteractiveTaskDeliveryQueryResult.go │ ├── Materials.go │ ├── QueryDeliveryRequestDto.go │ └── doc.go ├── aetools │ ├── AliexpressAffiliateLinkGenerateAPIRequest.go │ ├── AliexpressAffiliateLinkGenerateAPIResponse.go │ ├── PromotionLink.go │ ├── PromotionLinkResultDto.go │ ├── ResponseDto.go │ └── doc.go ├── aeusergrowth │ ├── AliexpressUsergrowthRecommendItemsGetAPIRequest.go │ ├── AliexpressUsergrowthRecommendItemsGetAPIResponse.go │ ├── AliexpressUsergrowthRecommendItemsGetData.go │ ├── AliexpressUsergrowthRecommendItemsGetResult.go │ ├── AliexpressUsergrowthSearchItemsGetAPIRequest.go │ ├── AliexpressUsergrowthSearchItemsGetAPIResponse.go │ ├── AliexpressUsergrowthSearchItemsGetData.go │ ├── AliexpressUsergrowthSearchItemsGetResult.go │ ├── Ext.go │ └── doc.go ├── aiar │ ├── AlibabaAiArOpenPlatformDetectAPIRequest.go │ ├── AlibabaAiArOpenPlatformDetectAPIResponse.go │ ├── AlibabaAiArServiceDetectAPIRequest.go │ ├── AlibabaAiArServiceDetectAPIResponse.go │ ├── AlibabaAiArTmjlAppDetectAPIRequest.go │ ├── AlibabaAiArTmjlAppDetectAPIResponse.go │ └── doc.go ├── alicom │ ├── ActivityGiftInfos.go │ ├── AlibabaAlicomOrderCheckorderinfoAPIRequest.go │ ├── AlibabaAlicomOrderCheckorderinfoAPIResponse.go │ ├── AlibabaAlicomOrderPreauthorizeCreateAPIRequest.go │ ├── AlibabaAlicomOrderPreauthorizeCreateAPIResponse.go │ ├── AlibabaAlicomOrderPreauthorizeQueryFundAPIRequest.go │ ├── AlibabaAlicomOrderPreauthorizeQueryFundAPIResponse.go │ ├── AlibabaAlicomVtDistributeQueryprotocolAPIRequest.go │ ├── AlibabaAlicomVtDistributeQueryprotocolAPIResponse.go │ ├── AlibabaAlicomVtDistributeSendcodeAPIRequest.go │ ├── AlibabaAlicomVtDistributeSendcodeAPIResponse.go │ ├── AlibabaAlicomVtDistributeorderCreateAPIRequest.go │ ├── AlibabaAlicomVtDistributeorderCreateAPIResponse.go │ ├── AlibabaAlicomVtOpentradeGetproductinfoAPIRequest.go │ ├── AlibabaAlicomVtOpentradeGetproductinfoAPIResponse.go │ ├── AlibabaAlicomWttOpentradeCreateorderAPIRequest.go │ ├── AlibabaAlicomWttOpentradeCreateorderAPIResponse.go │ ├── AlibabaAlicomWttOpentradeGetproductinfoAPIRequest.go │ ├── AlibabaAlicomWttOpentradeGetproductinfoAPIResponse.go │ ├── AlibabaAliqinAxbVendorCallControlAPIRequest.go │ ├── AlibabaAliqinAxbVendorCallControlAPIResponse.go │ ├── AlibabaAliqinAxbVendorCallControlResponse.go │ ├── AlibabaAliqinAxbVendorExceptionNoSyncAPIRequest.go │ ├── AlibabaAliqinAxbVendorExceptionNoSyncAPIResponse.go │ ├── AlibabaAliqinAxbVendorExceptionNoSyncResponse.go │ ├── AlibabaAliqinAxbVendorHeartBeatAPIRequest.go │ ├── AlibabaAliqinAxbVendorHeartBeatAPIResponse.go │ ├── AlibabaAliqinAxbVendorHeartBeatResponse.go │ ├── AlibabaAliqinAxbVendorPushCallEventAPIRequest.go │ ├── AlibabaAliqinAxbVendorPushCallEventAPIResponse.go │ ├── AlibabaAliqinAxbVendorPushCallEventResponse.go │ ├── AlibabaAliqinAxbVendorPushCallReleaseAPIRequest.go │ ├── AlibabaAliqinAxbVendorPushCallReleaseAPIResponse.go │ ├── AlibabaAliqinAxbVendorPushCallReleaseResponse.go │ ├── AlibabaAliqinAxbVendorSmsInterceptAPIRequest.go │ ├── AlibabaAliqinAxbVendorSmsInterceptAPIResponse.go │ ├── AlibabaAliqinAxbVendorSmsInterceptResponse.go │ ├── AlibabaAliqinFcVoiceGetdetailAPIRequest.go │ ├── AlibabaAliqinFcVoiceGetdetailAPIResponse.go │ ├── AlibabaAliqinFcVoiceNumCancelcallAPIRequest.go │ ├── AlibabaAliqinFcVoiceNumCancelcallAPIResponse.go │ ├── AlibabaAliqinFcVoiceNumCancelcallBizResult.go │ ├── AlibabaAliqinFcVoiceRecordGeturlAPIRequest.go │ ├── AlibabaAliqinFcVoiceRecordGeturlAPIResponse.go │ ├── AlibabaAliqinFcVoiceRecordGeturlResult.go │ ├── AlibabaAliqinFlowAlipayIsbindingtbaccountAPIRequest.go │ ├── AlibabaAliqinFlowAlipayIsbindingtbaccountAPIResponse.go │ ├── AlibabaAliqinFlowAlipayPublishAPIRequest.go │ ├── AlibabaAliqinFlowAlipayPublishAPIResponse.go │ ├── AlibabaAliqinFlowPublishAPIRequest.go │ ├── AlibabaAliqinFlowPublishAPIResponse.go │ ├── AlibabaAliqinFlowWalletChargeAPIRequest.go │ ├── AlibabaAliqinFlowWalletChargeAPIResponse.go │ ├── AlibabaAliqinFlowWalletChargeRuleAPIRequest.go │ ├── AlibabaAliqinFlowWalletChargeRuleAPIResponse.go │ ├── AlibabaAliqinFlowWalletConsumeAPIRequest.go │ ├── AlibabaAliqinFlowWalletConsumeAPIResponse.go │ ├── AlibabaAliqinFlowWalletGradeAPIRequest.go │ ├── AlibabaAliqinFlowWalletGradeAPIResponse.go │ ├── AlibabaAliqinFlowWalletQueryChargeAPIRequest.go │ ├── AlibabaAliqinFlowWalletQueryChargeAPIResponse.go │ ├── AlibabaAliqinTaNumberSinglecallbyttsAPIRequest.go │ ├── AlibabaAliqinTaNumberSinglecallbyttsAPIResponse.go │ ├── AlibabaAliqinTaNumberSinglecallbyttsResult.go │ ├── AlibabaAliqinTaNumberSinglecallbyvoiceAPIRequest.go │ ├── AlibabaAliqinTaNumberSinglecallbyvoiceAPIResponse.go │ ├── AlibabaAliqinTaNumberSinglecallbyvoiceResult.go │ ├── AlibabaAliqinTaSmsNumQueryAPIRequest.go │ ├── AlibabaAliqinTaSmsNumQueryAPIResponse.go │ ├── AlibabaAliqinTaSmsNumSendAPIRequest.go │ ├── AlibabaAliqinTaSmsNumSendAPIResponse.go │ ├── AlibabaAliqinTaSmsNumSendBizResult.go │ ├── AlibabaAliqinTaVoiceNumDoublecallAPIRequest.go │ ├── AlibabaAliqinTaVoiceNumDoublecallAPIResponse.go │ ├── AlibabaAliqinTaVoiceNumDoublecallBizResult.go │ ├── AlibabaAliqinTccTradeIdentityGetAPIRequest.go │ ├── AlibabaAliqinTccTradeIdentityGetAPIResponse.go │ ├── AlibabaBaseOrderSupplierNotifyAPIRequest.go │ ├── AlibabaBaseOrderSupplierNotifyAPIResponse.go │ ├── AlibabaInteractOrderCheckuserimeiAPIRequest.go │ ├── AlibabaInteractOrderCheckuserimeiAPIResponse.go │ ├── AlibabaTianjiDistributorOrderSubmitAPIRequest.go │ ├── AlibabaTianjiDistributorOrderSubmitAPIResponse.go │ ├── AlibabaTianjiSupplierOrderQueryAPIRequest.go │ ├── AlibabaTianjiSupplierOrderQueryAPIResponse.go │ ├── AlibabaTianjiSupplierOrderResultAPIRequest.go │ ├── AlibabaTianjiSupplierOrderResultAPIResponse.go │ ├── AlibabaWtCifCoopOsstokenGetAPIRequest.go │ ├── AlibabaWtCifCoopOsstokenGetAPIResponse.go │ ├── AlibabaWttUserRegioninfoByipGetAPIRequest.go │ ├── AlibabaWttUserRegioninfoByipGetAPIResponse.go │ ├── BankCreditCheckRequest.go │ ├── BankCreditCheckResponse.go │ ├── BankCreditProcessRequest.go │ ├── BankCreditResponse.go │ ├── CatInfoVo.go │ ├── CommonResult.go │ ├── CommonRtnDo.go │ ├── ControlRespDto.go │ ├── CreateOrderResponseDto.go │ ├── CreatePhoneOrderReq.go │ ├── DistributeTradeMsgModel.go │ ├── DistributeTradeOrderInfo.go │ ├── DistributionOrderInfo.go │ ├── DistributionOrderLogisticsInfo.go │ ├── DsfSupplierSpuRequest.go │ ├── DsfSupplierSpuVo.go │ ├── EndCallIvr.go │ ├── EndCallRequest.go │ ├── EventCallRequest.go │ ├── FcPartnerSmsDetailDto.go │ ├── FlowSuppllierNotifyModel.go │ ├── Group.go │ ├── GroupRequest.go │ ├── IdCardInfo.go │ ├── IdentityInfo.go │ ├── Interface.go │ ├── OpentradCreateOrderRequestDto.go │ ├── OrderResultDto.go │ ├── OssTokenResponse.go │ ├── PhoneDistributionPhoneItemVo.go │ ├── PhoneDistributionRecommendReq.go │ ├── PhoneRecommendRes.go │ ├── PreAuthorizeModel.go │ ├── ProductActivityInfoResponseDto.go │ ├── ProtocolInfo.go │ ├── ProtocolList.go │ ├── QueryOrderReq.go │ ├── RegionInfo.go │ ├── SequceCallInfo.go │ ├── SequenceCallEvent.go │ ├── SequenceCallRule.go │ ├── SequenceCalls.go │ ├── SmsInterceptRequest.go │ ├── StartCallRequest.go │ ├── Subs.go │ ├── SupplierOrderResultModel.go │ ├── SupplierTopQueryModel.go │ ├── TaobaoPhoneBankCreditCheckAPIRequest.go │ ├── TaobaoPhoneBankCreditCheckAPIResponse.go │ ├── TaobaoPhoneBankCreditProcessAPIRequest.go │ ├── TaobaoPhoneBankCreditProcessAPIResponse.go │ ├── TaobaoPhoneItemExternalRecommendAPIRequest.go │ ├── TaobaoPhoneItemExternalRecommendAPIResponse.go │ ├── TaobaoPhoneOrderExternalCreateAPIRequest.go │ ├── TaobaoPhoneOrderExternalCreateAPIResponse.go │ ├── TaobaoPhoneOrderExternalStatusAPIRequest.go │ ├── TaobaoPhoneOrderExternalStatusAPIResponse.go │ ├── TaobaoVirtualDsfSupplierInterfaceSwitchAPIRequest.go │ ├── TaobaoVirtualDsfSupplierInterfaceSwitchAPIResponse.go │ ├── TaobaoWtTradeOrderResultcallbackAPIRequest.go │ ├── TaobaoWtTradeOrderResultcallbackAPIResponse.go │ ├── TopResultDto.go │ └── doc.go ├── alidoc │ ├── AlibabaAlihealthAlidocDrugStoreAddAPIRequest.go │ ├── AlibabaAlihealthAlidocDrugStoreAddAPIResponse.go │ ├── AlibabaAlihealthAlidocDrugStoreUpdateAPIRequest.go │ ├── AlibabaAlihealthAlidocDrugStoreUpdateAPIResponse.go │ ├── AlibabaAlihealthDrugdiseaseQueryAPIRequest.go │ ├── AlibabaAlihealthDrugdiseaseQueryAPIResponse.go │ ├── AlibabaAlihealthNrRxPrescriptionGetAPIRequest.go │ ├── AlibabaAlihealthNrRxPrescriptionGetAPIResponse.go │ ├── AlibabaAlihealthSellerRxPrescriptionDetailBatchqueryAPIRequest.go │ ├── AlibabaAlihealthSellerRxPrescriptionDetailBatchqueryAPIResponse.go │ ├── AlibabaAlihealthSellerRxPrescriptionDetailBatchqueryModel.go │ ├── AlibabaAlihealthSellerRxPrescriptionDetailBatchqueryResult.go │ ├── DiagnoseDto.go │ ├── DiseaseInfo.go │ ├── DrugDiseaseMappingDto.go │ ├── DrugDto.go │ ├── DrugStoreAddTopRequest.go │ ├── DrugStoreUpdateTopRequest.go │ ├── DrugUsageDto.go │ ├── FailedList.go │ ├── PrescriptionDetailTopDto.go │ ├── PrescriptionQueryDto.go │ ├── PrescriptionSearchResultDto.go │ ├── RxDoctorDto.go │ ├── RxPatientDiagnosticDto.go │ ├── RxPatientDto.go │ ├── SpuDiseaseQueryDto.go │ └── doc.go ├── aliexpress │ ├── AeopWarehouseAbnormalOrderResult.go │ ├── AliexpressFeedPostPublishAPIRequest.go │ ├── AliexpressFeedPostPublishAPIResponse.go │ ├── AliexpressFeedPostPublishResponse.go │ ├── AliexpressLogisticsAbnormalorderQueryAPIRequest.go │ ├── AliexpressLogisticsAbnormalorderQueryAPIResponse.go │ ├── AliexpressSocialInsDirectresultUpdateAPIRequest.go │ ├── AliexpressSocialInsDirectresultUpdateAPIResponse.go │ ├── OffsitePostImageVo.go │ ├── OffsitePostVideoVo.go │ ├── OffsitePublishPostEntity.go │ └── doc.go ├── aliexpresssumaitong │ ├── AliexpressTaxationCalculateOpenQueryAPIRequest.go │ ├── AliexpressTaxationCalculateOpenQueryAPIResponse.go │ ├── AliexpressTaxationPlatformOpenGetAPIRequest.go │ ├── AliexpressTaxationPlatformOpenGetAPIResponse.go │ ├── AliexpressTradeOrderOpenCheckAPIRequest.go │ ├── AliexpressTradeOrderOpenCheckAPIResponse.go │ ├── AliexpressTradeOrderOpenQueryAPIRequest.go │ ├── AliexpressTradeOrderOpenQueryAPIResponse.go │ ├── ClientInfo.go │ ├── Currency.go │ ├── ErrorCode.go │ ├── ExtraMap.go │ ├── HjTaxCalculateResultDto.go │ ├── Item.go │ ├── Lines.go │ ├── Order.go │ ├── OrderLine.go │ ├── OrderQueryResponse.go │ ├── PlatformParameterDto.go │ ├── PreCheckResponse.go │ ├── PreCreateOrderRequest.go │ ├── ResponseDto.go │ └── doc.go ├── aligenie │ ├── AlibabaAilabsAligenieDeviceUnbindAPIRequest.go │ ├── AlibabaAilabsAligenieDeviceUnbindAPIResponse.go │ └── doc.go ├── alihealth │ ├── AlibabaAlihealthPrescriptionAuthGetAPIRequest.go │ ├── AlibabaAlihealthPrescriptionAuthGetAPIResponse.go │ ├── PrescriptionDoctorAuthRequest.go │ ├── ServiceResult.go │ └── doc.go ├── alihealth2 │ ├── AlibabaAlihealthBcFutureStockInboundAPIRequest.go │ ├── AlibabaAlihealthBcFutureStockInboundAPIResponse.go │ ├── AlibabaAlihealthBcFutureStockOutboundAPIRequest.go │ ├── AlibabaAlihealthBcFutureStockOutboundAPIResponse.go │ ├── AlibabaAlihealthBcItemPeriodSyncAPIRequest.go │ ├── AlibabaAlihealthBcItemPeriodSyncAPIResponse.go │ ├── AlibabaAlihealthBookingReserveCancelAPIRequest.go │ ├── AlibabaAlihealthBookingReserveCancelAPIResponse.go │ ├── AlibabaAlihealthBookingReserveCheckinAPIRequest.go │ ├── AlibabaAlihealthBookingReserveCheckinAPIResponse.go │ ├── AlibabaAlihealthBookingReserveConfirmAPIRequest.go │ ├── AlibabaAlihealthBookingReserveConfirmAPIResponse.go │ ├── AlibabaAlihealthBookingReserveModifyAPIRequest.go │ ├── AlibabaAlihealthBookingReserveModifyAPIResponse.go │ ├── AlibabaAlihealthBookingReserveRiseAPIRequest.go │ ├── AlibabaAlihealthBookingReserveRiseAPIResponse.go │ ├── AlibabaAlihealthBookingReserveTreatAPIRequest.go │ ├── AlibabaAlihealthBookingReserveTreatAPIResponse.go │ ├── AlibabaAlihealthDentalBindAuditQueryAPIRequest.go │ ├── AlibabaAlihealthDentalBindAuditQueryAPIResponse.go │ ├── AlibabaAlihealthDentalBindAuditQueryMtopResult.go │ ├── AlibabaAlihealthDentalItemBindAPIRequest.go │ ├── AlibabaAlihealthDentalItemBindAPIResponse.go │ ├── AlibabaAlihealthDentalItemBindMtopResult.go │ ├── AlibabaAlihealthDentalItemListAPIRequest.go │ ├── AlibabaAlihealthDentalItemListAPIResponse.go │ ├── AlibabaAlihealthDentalItemListMtopResult.go │ ├── AlibabaAlihealthDentalItemUnbindAPIRequest.go │ ├── AlibabaAlihealthDentalItemUnbindAPIResponse.go │ ├── AlibabaAlihealthDentalItemUnbindMtopResult.go │ ├── AlibabaAlihealthDentalStatementQueryAPIRequest.go │ ├── AlibabaAlihealthDentalStatementQueryAPIResponse.go │ ├── AlibabaAlihealthDentalStatementQueryMtopResult.go │ ├── AlibabaAlihealthDentalStoreAuditQueryAPIRequest.go │ ├── AlibabaAlihealthDentalStoreAuditQueryAPIResponse.go │ ├── AlibabaAlihealthDentalStoreAuditQueryMtopResult.go │ ├── AlibabaAlihealthDentalStoreInsertorupdateAPIRequest.go │ ├── AlibabaAlihealthDentalStoreInsertorupdateAPIResponse.go │ ├── AlibabaAlihealthDentalStoreInsertorupdateMtopResult.go │ ├── AlibabaAlihealthDentalStoreInvisibleConsumeUpdateAPIRequest.go │ ├── AlibabaAlihealthDentalStoreInvisibleConsumeUpdateAPIResponse.go │ ├── AlibabaAlihealthDocbaseUserinfoAlipayidGetAPIRequest.go │ ├── AlibabaAlihealthDocbaseUserinfoAlipayidGetAPIResponse.go │ ├── AlibabaAlihealthDruguseQueryAPIRequest.go │ ├── AlibabaAlihealthDruguseQueryAPIResponse.go │ ├── AlibabaAlihealthExaminationStockQueryAPIRequest.go │ ├── AlibabaAlihealthExaminationStockQueryAPIResponse.go │ ├── AlibabaAlihealthImriskQueryAPIRequest.go │ ├── AlibabaAlihealthImriskQueryAPIResponse.go │ ├── AlibabaAlihealthMedicalDepartmentSyncAPIRequest.go │ ├── AlibabaAlihealthMedicalDepartmentSyncAPIResponse.go │ ├── AlibabaAlihealthMedicalDoctorSyncAPIRequest.go │ ├── AlibabaAlihealthMedicalDoctorSyncAPIResponse.go │ ├── AlibabaAlihealthMedicalRegistrationSyncAPIRequest.go │ ├── AlibabaAlihealthMedicalRegistrationSyncAPIResponse.go │ ├── AlibabaAlihealthMedicalRegistrationSyncnewAPIRequest.go │ ├── AlibabaAlihealthMedicalRegistrationSyncnewAPIResponse.go │ ├── AlibabaAlihealthMedicalbaseDeptStatusSyncAPIRequest.go │ ├── AlibabaAlihealthMedicalbaseDeptStatusSyncAPIResponse.go │ ├── AlibabaAlihealthMedicalbaseDeptSyncnewAPIRequest.go │ ├── AlibabaAlihealthMedicalbaseDeptSyncnewAPIResponse.go │ ├── AlibabaAlihealthMedicalbaseDoctorStatusSyncAPIRequest.go │ ├── AlibabaAlihealthMedicalbaseDoctorStatusSyncAPIResponse.go │ ├── AlibabaAlihealthMedicalbaseDoctorSyncnewAPIRequest.go │ ├── AlibabaAlihealthMedicalbaseDoctorSyncnewAPIResponse.go │ ├── AlibabaAlihealthMedicalbaseHosStatusSyncAPIRequest.go │ ├── AlibabaAlihealthMedicalbaseHosStatusSyncAPIResponse.go │ ├── AlibabaAlihealthMedicalbaseHosSyncnewAPIRequest.go │ ├── AlibabaAlihealthMedicalbaseHosSyncnewAPIResponse.go │ ├── AlibabaAlihealthMedicalbaseThirdEvaluateSyncAPIRequest.go │ ├── AlibabaAlihealthMedicalbaseThirdEvaluateSyncAPIResponse.go │ ├── AlibabaAlihealthMedicalbaseThirdEvaluateSyncResult.go │ ├── AlibabaAlihealthMedicalbaseThirdOrderSyncAPIRequest.go │ ├── AlibabaAlihealthMedicalbaseThirdOrderSyncAPIResponse.go │ ├── AlibabaAlihealthMedicalbaseThirdOrderSyncResult.go │ ├── AlibabaAlihealthMsAreaProvinceListAPIRequest.go │ ├── AlibabaAlihealthMsAreaProvinceListAPIResponse.go │ ├── AlibabaAlihealthNocovAlldiseaseinfoGetAPIRequest.go │ ├── AlibabaAlihealthNocovAlldiseaseinfoGetAPIResponse.go │ ├── AlibabaAlihealthReserveDentalBindshopanditemAPIRequest.go │ ├── AlibabaAlihealthReserveDentalBindshopanditemAPIResponse.go │ ├── AlibabaAlihealthReserveDentalBindshopanditemResult.go │ ├── AlibabaAlihealthReserveDentalMarkitemAPIRequest.go │ ├── AlibabaAlihealthReserveDentalMarkitemAPIResponse.go │ ├── AlibabaAlihealthReserveDentalModifyrestimeAPIRequest.go │ ├── AlibabaAlihealthReserveDentalModifyrestimeAPIResponse.go │ ├── AlibabaAlihealthReserveDentalModifyrestimeResult.go │ ├── AlibabaAlihealthReserveDentalStoresanditemsAPIRequest.go │ ├── AlibabaAlihealthReserveDentalStoresanditemsAPIResponse.go │ ├── AlibabaAlihealthReserveDentalUnbinditemAPIRequest.go │ ├── AlibabaAlihealthReserveDentalUnbinditemAPIResponse.go │ ├── AlibabaAlihealthReserveDentalUnbinditemResult.go │ ├── AlibabaAlihealthStoreCertificateCreateAPIRequest.go │ ├── AlibabaAlihealthStoreCertificateCreateAPIResponse.go │ ├── AlibabaAlihealthStoreCertificateCreateResult.go │ ├── AlibabaAlihealthTmsCutConfirmAPIRequest.go │ ├── AlibabaAlihealthTmsCutConfirmAPIResponse.go │ ├── AlibabaAlihealthTmsCutConfirmResult.go │ ├── AlibabaAlihealthTracecodeplatformCodeActiveAPIRequest.go │ ├── AlibabaAlihealthTracecodeplatformCodeActiveAPIResponse.go │ ├── AlibabaAlihealthTracecodeplatformCodeActiveResult.go │ ├── AlibabaAlihealthTracecodeplatformCodeEntscanAPIRequest.go │ ├── AlibabaAlihealthTracecodeplatformCodeEntscanAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerBillResultSearchAPIRequest.go │ ├── AlibabaAlihealthTracecodesellerBillResultSearchAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerBillResultSearchResult.go │ ├── AlibabaAlihealthTracecodesellerBillUploadAPIRequest.go │ ├── AlibabaAlihealthTracecodesellerBillUploadAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerChannelSearchAPIRequest.go │ ├── AlibabaAlihealthTracecodesellerChannelSearchAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerChannelSearchResult.go │ ├── AlibabaAlihealthTracecodesellerCodeActiveAPIRequest.go │ ├── AlibabaAlihealthTracecodesellerCodeActiveAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerCodeRelationCodeantiactiveAPIRequest.go │ ├── AlibabaAlihealthTracecodesellerCodeRelationCodeantiactiveAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerCodeSingleCodereplaceAPIRequest.go │ ├── AlibabaAlihealthTracecodesellerCodeSingleCodereplaceAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerEntSearchAPIRequest.go │ ├── AlibabaAlihealthTracecodesellerEntSearchAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerProductSearchAPIRequest.go │ ├── AlibabaAlihealthTracecodesellerProductSearchAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerProductSearchResult.go │ ├── AlibabaAlihealthTracecodesellerWarehouseSearchAPIRequest.go │ ├── AlibabaAlihealthTracecodesellerWarehouseSearchAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerWarehouseSearchResult.go │ ├── AlibabaHealthNrCepOrderQueryAPIRequest.go │ ├── AlibabaHealthNrCepOrderQueryAPIResponse.go │ ├── AlibabaHealthNrCepOutorderUploadAPIRequest.go │ ├── AlibabaHealthNrCepOutorderUploadAPIResponse.go │ ├── AlibabaHealthNrCepWarstqtyBatchupdateAPIRequest.go │ ├── AlibabaHealthNrCepWarstqtyBatchupdateAPIResponse.go │ ├── BaseRule.go │ ├── BindDto.go │ ├── BuyAmount.go │ ├── CommonRequest4Top.go │ ├── Conversation.go │ ├── DentalItemDto.go │ ├── DentalOuterStoreNicRequest.go │ ├── DentalOuterStoreRequest.go │ ├── DentalSellerDto.go │ ├── DentalStoreDto.go │ ├── Diag.go │ ├── DivisionDto.go │ ├── Dosage.go │ ├── DosageItem.go │ ├── Drug.go │ ├── DrugInfoDto.go │ ├── FutureInboundItem.go │ ├── FutureInboundReqDto.go │ ├── FutureOutboundItem.go │ ├── FutureOutboundReqDto.go │ ├── GoodsList.go │ ├── IMRiskCheckCommand.go │ ├── IMRule.go │ ├── Ingredients.go │ ├── IsvReserveRequest.go │ ├── IsvRiseReserveRequest.go │ ├── LifeResultDo.go │ ├── MedicalBaseTopRequestDto.go │ ├── NormalGoodsVo.go │ ├── OrderGoods.go │ ├── PageInfo.go │ ├── PageInfoDto.go │ ├── Patient.go │ ├── PrescriptionItem.go │ ├── ResponseResult.go │ ├── SafeMedicationReqCommand.go │ ├── ServiceResult.go │ ├── StatementDetailVo.go │ ├── Storage.go │ ├── StoreAuditVo.go │ ├── StoreItemRelRequest.go │ ├── StoreItemRelVo.go │ ├── TakeoutShopPage.go │ ├── TakeoutShopSummaryInfo.go │ ├── TakeoutThirdOrder.go │ ├── TaobaoDrugPriceBatchUpdateAPIRequest.go │ ├── TaobaoDrugPriceBatchUpdateAPIResponse.go │ ├── TaobaoDrugPriceBatchUpdateResult.go │ ├── TaobaoDrugPriceUpdateAPIRequest.go │ ├── TaobaoDrugPriceUpdateAPIResponse.go │ ├── TaobaoDrugPriceUpdateResult.go │ ├── TaobaoDrugQuantityBatchUpdateAPIRequest.go │ ├── TaobaoDrugQuantityBatchUpdateAPIResponse.go │ ├── TaobaoDrugQuantityBatchUpdateResult.go │ ├── TaobaoDrugQuantityUpdateAPIRequest.go │ ├── TaobaoDrugQuantityUpdateAPIResponse.go │ ├── TaobaoDrugQuantityUpdateResult.go │ ├── TaobaoDrugShopListAPIRequest.go │ ├── TaobaoDrugShopListAPIResponse.go │ ├── TaobaoTradeDrugConfirmorderAPIRequest.go │ ├── TaobaoTradeDrugConfirmorderAPIResponse.go │ ├── TaobaoTradeDrugGetAPIRequest.go │ ├── TaobaoTradeDrugGetAPIResponse.go │ ├── TaobaoTradeDrugGetResult.go │ ├── TaobaoTradeDrugOrderGetAPIRequest.go │ ├── TaobaoTradeDrugOrderGetAPIResponse.go │ ├── TaobaoTradeDrugOrderGetResultSet.go │ ├── TaobaoTradeDrugOrdersGetAPIRequest.go │ ├── TaobaoTradeDrugOrdersGetAPIResponse.go │ ├── TaobaoTradeDrugOrdersGetResult.go │ ├── TaobaoTradeDrugRefuseorderAPIRequest.go │ ├── TaobaoTradeDrugRefuseorderAPIResponse.go │ ├── TmsCutResultConfirmItem.go │ ├── TmsCutResultConfirmRequest.go │ ├── TopChannelDeptSyncDto.go │ ├── TopChannelDoctorSyncDto.go │ ├── TopGoodsDto.go │ ├── TopIsvStqtyLstDto.go │ ├── TopOrderDetailDto.go │ ├── TopOrderGoodsDto.go │ ├── TopResultModel.go │ ├── TopWarOutDto.go │ ├── UserAddress.go │ ├── ValidityPeriodItem.go │ ├── ValidityPeriodSubItem.go │ ├── ValidityPeriodSyncReqDto.go │ └── doc.go ├── alihealthalgo │ ├── AlibabaAlihealthAlgoMedicationSafetyGetAPIRequest.go │ ├── AlibabaAlihealthAlgoMedicationSafetyGetAPIResponse.go │ ├── SolutionRequestTopSupport.go │ ├── SolutionResultTopSupport.go │ └── doc.go ├── alihealthcert │ ├── AlibabaAlihealthExaminationReserveCertificateNotifyAPIRequest.go │ ├── AlibabaAlihealthExaminationReserveCertificateNotifyAPIResponse.go │ ├── ReserveStatusResultResponse.go │ ├── ServiceResult.go │ └── doc.go ├── alihealthcrm │ ├── AlibabaAlihealthAlipaypfmDietRecordAPIRequest.go │ ├── AlibabaAlihealthAlipaypfmDietRecordAPIResponse.go │ ├── AlibabaAlihealthAlipaypfmOrderSyncAPIRequest.go │ ├── AlibabaAlihealthAlipaypfmOrderSyncAPIResponse.go │ ├── AlibabaAlihealthBabyBaseinfoOrderSyncAPIRequest.go │ ├── AlibabaAlihealthBabyBaseinfoOrderSyncAPIResponse.go │ ├── AlibabaAlihealthBabyRemindBatchSendAPIRequest.go │ ├── AlibabaAlihealthBabyRemindBatchSendAPIResponse.go │ ├── AlibabaAlihealthMedicalbaseHospitalSyncAPIRequest.go │ ├── AlibabaAlihealthMedicalbaseHospitalSyncAPIResponse.go │ ├── AlibabaAlihealthPregnancyDataSyncAPIRequest.go │ ├── AlibabaAlihealthPregnancyDataSyncAPIResponse.go │ ├── AlibabaAlihealthPregnancyNavigateinfoQueryAPIRequest.go │ ├── AlibabaAlihealthPregnancyNavigateinfoQueryAPIResponse.go │ ├── AlibabaAlihealthPregnancyNavigateinfoQueryModel.go │ ├── AlibabaAlihealthPregnancyPostsDataAPIRequest.go │ ├── AlibabaAlihealthPregnancyPostsDataAPIResponse.go │ ├── AlibabaAlihealthPregnancyProductGetAPIRequest.go │ ├── AlibabaAlihealthPregnancyProductGetAPIResponse.go │ ├── AlibabaAlihealthPregnancyProductGetModel.go │ ├── AlibabaAlihealthUicUserinfoHealthidGetAPIRequest.go │ ├── AlibabaAlihealthUicUserinfoHealthidGetAPIResponse.go │ ├── AlibabaFmhealthButlerEnergySyncAPIRequest.go │ ├── AlibabaFmhealthButlerEnergySyncAPIResponse.go │ ├── AlibabaFmhealthWeightLossplanSynclossplanAPIRequest.go │ ├── AlibabaFmhealthWeightLossplanSynclossplanAPIResponse.go │ ├── BatchRemindRequestDto.go │ ├── Content.go │ ├── Contents.go │ ├── TopResultModel.go │ └── doc.go ├── alihealthlab │ ├── AlibabaAlihealthLabItemStoreRelationSyncAPIRequest.go │ ├── AlibabaAlihealthLabItemStoreRelationSyncAPIResponse.go │ ├── AlibabaAlihealthLabItemSyncAPIRequest.go │ ├── AlibabaAlihealthLabItemSyncAPIResponse.go │ ├── AlibabaAlihealthLabItemTbitemskuRelationSyncAPIRequest.go │ ├── AlibabaAlihealthLabItemTbitemskuRelationSyncAPIResponse.go │ ├── AlibabaAlihealthLabStoreSyncAPIRequest.go │ ├── AlibabaAlihealthLabStoreSyncAPIResponse.go │ ├── LabSubItemBrief.go │ └── doc.go ├── alihealthmdeer │ ├── AlibabaAlihealthMdeerScienceDeletearticleAPIRequest.go │ ├── AlibabaAlihealthMdeerScienceDeletearticleAPIResponse.go │ ├── AlibabaAlihealthMdeerScienceSynVideoAPIRequest.go │ ├── AlibabaAlihealthMdeerScienceSynVideoAPIResponse.go │ ├── AlibabaAlihealthMdeerScienceSynarticleAPIRequest.go │ ├── AlibabaAlihealthMdeerScienceSynarticleAPIResponse.go │ ├── AlibabaAlihealthMdeerVideoSyncAPIRequest.go │ ├── AlibabaAlihealthMdeerVideoSyncAPIResponse.go │ ├── SynArticleInfo.go │ ├── SynVideoInfo.go │ ├── TopResultModel.go │ └── doc.go ├── alihealthmedical │ ├── AlibabaAlihealthMedicalDoctorMsgSendAPIRequest.go │ ├── AlibabaAlihealthMedicalDoctorMsgSendAPIResponse.go │ ├── AlibabaAlihealthMedicalImDataUploadAPIRequest.go │ ├── AlibabaAlihealthMedicalImDataUploadAPIResponse.go │ ├── AlibabaAlihealthMedicalItemPublishAPIRequest.go │ ├── AlibabaAlihealthMedicalItemPublishAPIResponse.go │ ├── AlibabaAlihealthMedicalOrderQueryAPIRequest.go │ ├── AlibabaAlihealthMedicalOrderQueryAPIResponse.go │ ├── AlibabaAlihealthMedicalOrderRefuseAPIRequest.go │ ├── AlibabaAlihealthMedicalOrderRefuseAPIResponse.go │ ├── ItemInfoVo.go │ ├── ItemPublishRequest.go │ ├── MedicalInfoDto.go │ ├── OrderDetailDto.go │ ├── OrderQueryRequestDto.go │ ├── OuterMsgContent.go │ ├── OuterMsgPullRequest.go │ ├── OuterMsgPullVo.go │ ├── RefuseOrderRequestDto.go │ ├── ServiceResult.go │ ├── UploadDataRequest.go │ ├── UploadImageResponse.go │ └── doc.go ├── alihealthoutflow │ ├── AddressVo.go │ ├── AlibabaAlihealthAsyncprescribePrescriptionDetailAPIRequest.go │ ├── AlibabaAlihealthAsyncprescribePrescriptionDetailAPIResponse.go │ ├── AlibabaAlihealthAsyncprescribePrescriptionSearchAPIRequest.go │ ├── AlibabaAlihealthAsyncprescribePrescriptionSearchAPIResponse.go │ ├── AlibabaAlihealthDoctorIncomeUpdateAPIRequest.go │ ├── AlibabaAlihealthDoctorIncomeUpdateAPIResponse.go │ ├── AlibabaAlihealthDoctorLeshuiApplyNotifyAPIRequest.go │ ├── AlibabaAlihealthDoctorLeshuiApplyNotifyAPIResponse.go │ ├── AlibabaAlihealthDoctorLeshuiAuditResultAPIRequest.go │ ├── AlibabaAlihealthDoctorLeshuiAuditResultAPIResponse.go │ ├── AlibabaAlihealthDoctorLeshuiTicketValidAPIRequest.go │ ├── AlibabaAlihealthDoctorLeshuiTicketValidAPIResponse.go │ ├── AlibabaAlihealthOutflowDrugSupervisionQueryAPIRequest.go │ ├── AlibabaAlihealthOutflowDrugSupervisionQueryAPIResponse.go │ ├── AlibabaAlihealthOutflowOperationinfoSyncAPIRequest.go │ ├── AlibabaAlihealthOutflowOperationinfoSyncAPIResponse.go │ ├── AlibabaAlihealthOutflowPatientinfoSyncAPIRequest.go │ ├── AlibabaAlihealthOutflowPatientinfoSyncAPIResponse.go │ ├── AlibabaAlihealthOutflowPrescriptionCreateAPIRequest.go │ ├── AlibabaAlihealthOutflowPrescriptionCreateAPIResponse.go │ ├── AlibabaAlihealthOutflowPrescriptionHospitalVerifyAPIRequest.go │ ├── AlibabaAlihealthOutflowPrescriptionHospitalVerifyAPIResponse.go │ ├── AlibabaAlihealthOutflowPrescriptionSyncstatusAPIRequest.go │ ├── AlibabaAlihealthOutflowPrescriptionSyncstatusAPIResponse.go │ ├── AlibabaAlihealthOutflowPrescriptionUpdateAPIRequest.go │ ├── AlibabaAlihealthOutflowPrescriptionUpdateAPIResponse.go │ ├── AlibabaAlihealthOutflowVisitinfoSyncAPIRequest.go │ ├── AlibabaAlihealthOutflowVisitinfoSyncAPIResponse.go │ ├── AlibabaAlihealthRecommendCardinfoGetAPIRequest.go │ ├── AlibabaAlihealthRecommendCardinfoGetAPIResponse.go │ ├── AlibabaAlihealthRecommendMixcardinfoGetAPIRequest.go │ ├── AlibabaAlihealthRecommendMixcardinfoGetAPIResponse.go │ ├── AlibabaAlihealthRxCaDeviceSignStatusSaveAPIRequest.go │ ├── AlibabaAlihealthRxCaDeviceSignStatusSaveAPIResponse.go │ ├── AlibabaAlihealthRxCaDoctorStatusSaveAPIRequest.go │ ├── AlibabaAlihealthRxCaDoctorStatusSaveAPIResponse.go │ ├── AlibabaAlihealthRxCaPrescribeSignedStatusSaveAPIRequest.go │ ├── AlibabaAlihealthRxCaPrescribeSignedStatusSaveAPIResponse.go │ ├── ApplyTaxNoticeRequest.go │ ├── AsyncPrescribeDetailRequest.go │ ├── AsyncPrescribeSearchRequest.go │ ├── AsyncPrescribeSearchResponse.go │ ├── CaSignStatusSaveRequest.go │ ├── Diagnose.go │ ├── DiagnoseVo.go │ ├── DoctorIncomeStatusRequest.go │ ├── DoctorStatusDto.go │ ├── DrugDto.go │ ├── DrugUsageVo.go │ ├── Drugs.go │ ├── ItemInStockCardVo.go │ ├── ItemInStockVo.go │ ├── OuterDrugVo.go │ ├── Page.go │ ├── PayTaxNoticeRequest.go │ ├── PayTaxValidationRequest.go │ ├── PrescribeStatusDto.go │ ├── PrescriptionDetailVo.go │ ├── PrescriptionOutflowUpdateRequest.go │ ├── QuickAppCardInfoVo.go │ ├── QuickAppCardWrapperVo.go │ ├── QuickAppRequest.go │ ├── ServiceResult.go │ ├── SyncOperationInfoRequest.go │ ├── SyncPatientInfoRequest.go │ ├── SyncPrescriptionStatusRequest.go │ ├── SyncVisitInfoRequest.go │ ├── YwxCommonVo.go │ └── doc.go ├── alihealthpw │ ├── AlibabaAlihealthPwApplynodeUpdateAPIRequest.go │ ├── AlibabaAlihealthPwApplynodeUpdateAPIResponse.go │ ├── AlibabaAlihealthPwApplynodeUpdatenameAPIRequest.go │ ├── AlibabaAlihealthPwApplynodeUpdatenameAPIResponse.go │ ├── AlibabaAlihealthPwGmAuditAPIRequest.go │ ├── AlibabaAlihealthPwGmAuditAPIResponse.go │ ├── AlibabaAlihealthPwGmDetailAPIRequest.go │ ├── AlibabaAlihealthPwGmDetailAPIResponse.go │ ├── AlibabaAlihealthPwGmIdsListAPIRequest.go │ ├── AlibabaAlihealthPwGmIdsListAPIResponse.go │ ├── AlibabaAlihealthPwGmPendingListAPIRequest.go │ ├── AlibabaAlihealthPwGmPendingListAPIResponse.go │ ├── AlibabaAlihealthPwSpecialSynchronodeAPIRequest.go │ ├── AlibabaAlihealthPwSpecialSynchronodeAPIResponse.go │ ├── AlibabaAlihealthPwSpecialSynchropatientnameAPIRequest.go │ ├── AlibabaAlihealthPwSpecialSynchropatientnameAPIResponse.go │ ├── AlibabaAlihealthPwSpecialSynchrosmsAPIRequest.go │ ├── AlibabaAlihealthPwSpecialSynchrosmsAPIResponse.go │ ├── ApplyDetailResp.go │ ├── ApplyInfo.go │ ├── AuditReq.go │ ├── AuditRollbackRo.go │ ├── DetailForBReq.go │ ├── HospitalInfoDto.go │ ├── ListByApplyIdsForBReq.go │ ├── ListByApplyIdsForBResp.go │ ├── ModifyNameRo.go │ ├── PatientInfo.go │ ├── PendingListDto.go │ ├── PendingListReq.go │ ├── PendingListResp.go │ ├── ResponseMessage.go │ ├── SNodeDto.go │ ├── SynchroPatientNameDto.go │ ├── SynchroSmsDto.go │ ├── TreatInfo.go │ ├── WriterInfo.go │ └── doc.go ├── alihouse │ ├── AccountDivisionRuleDto.go │ ├── ActivityCustomerErrHandlerResultDto.go │ ├── ActivityCustomerInfoDto.go │ ├── ActivityCustomerSaveDto.go │ ├── ActivityQueryInfoDto.go │ ├── AlibabaAlihouseAdminThemeCreateAPIRequest.go │ ├── AlibabaAlihouseAdminThemeCreateAPIResponse.go │ ├── AlibabaAlihouseAdminThemeCreateResult.go │ ├── AlibabaAlihouseAdminThemeHotUpdateAPIRequest.go │ ├── AlibabaAlihouseAdminThemeHotUpdateAPIResponse.go │ ├── AlibabaAlihouseAdminThemeHotUpdateResult.go │ ├── AlibabaAlihouseAdminThemeUpdateAPIRequest.go │ ├── AlibabaAlihouseAdminThemeUpdateAPIResponse.go │ ├── AlibabaAlihouseAdminThemeUpdateResult.go │ ├── AlibabaAlihouseAdminThemeUpdateStatusAPIRequest.go │ ├── AlibabaAlihouseAdminThemeUpdateStatusAPIResponse.go │ ├── AlibabaAlihouseAdminThemeUpdateStatusResult.go │ ├── AlibabaAlihouseBusinessActivityDeleteAPIRequest.go │ ├── AlibabaAlihouseBusinessActivityDeleteAPIResponse.go │ ├── AlibabaAlihouseBusinessActivityDeleteResult.go │ ├── AlibabaAlihouseBusinessActivityQueryAPIRequest.go │ ├── AlibabaAlihouseBusinessActivityQueryAPIResponse.go │ ├── AlibabaAlihouseBusinessActivityQueryResult.go │ ├── AlibabaAlihouseCategoryControlQueryAPIRequest.go │ ├── AlibabaAlihouseCategoryControlQueryAPIResponse.go │ ├── AlibabaAlihouseCategoryControlSyncAPIRequest.go │ ├── AlibabaAlihouseCategoryControlSyncAPIResponse.go │ ├── AlibabaAlihouseChangeStoreTypeAPIRequest.go │ ├── AlibabaAlihouseChangeStoreTypeAPIResponse.go │ ├── AlibabaAlihouseExistinghomeActivityQueryAPIRequest.go │ ├── AlibabaAlihouseExistinghomeActivityQueryAPIResponse.go │ ├── AlibabaAlihouseExistinghomeActivityQueryResult.go │ ├── AlibabaAlihouseExistinghomeAgreementSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeAgreementSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeAgreementSyncResult.go │ ├── AlibabaAlihouseExistinghomeBankcardSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeBankcardSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeBankcardSyncResult.go │ ├── AlibabaAlihouseExistinghomeBrandSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeBrandSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeBrandSyncResult.go │ ├── AlibabaAlihouseExistinghomeBrandcitySyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeBrandcitySyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeBrandcitySyncResult.go │ ├── AlibabaAlihouseExistinghomeBrokerMigrateAPIRequest.go │ ├── AlibabaAlihouseExistinghomeBrokerMigrateAPIResponse.go │ ├── AlibabaAlihouseExistinghomeBrokerPointsSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeBrokerPointsSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeBrokerPointsSyncResult.go │ ├── AlibabaAlihouseExistinghomeBrokerQueryAPIRequest.go │ ├── AlibabaAlihouseExistinghomeBrokerQueryAPIResponse.go │ ├── AlibabaAlihouseExistinghomeBrokerQueryResult.go │ ├── AlibabaAlihouseExistinghomeBrokerSubmitAPIRequest.go │ ├── AlibabaAlihouseExistinghomeBrokerSubmitAPIResponse.go │ ├── AlibabaAlihouseExistinghomeBrokerSubmitResult.go │ ├── AlibabaAlihouseExistinghomeCommunityBrokerSubmitAPIRequest.go │ ├── AlibabaAlihouseExistinghomeCommunityBrokerSubmitAPIResponse.go │ ├── AlibabaAlihouseExistinghomeCommunityBrokerSubmitResult.go │ ├── AlibabaAlihouseExistinghomeCompanySyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeCompanySyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeCompanySyncResult.go │ ├── AlibabaAlihouseExistinghomeCompanyinfoSubmitAPIRequest.go │ ├── AlibabaAlihouseExistinghomeCompanyinfoSubmitAPIResponse.go │ ├── AlibabaAlihouseExistinghomeCompanyinfoSubmitResult.go │ ├── AlibabaAlihouseExistinghomeEntrustsellingQueryAPIRequest.go │ ├── AlibabaAlihouseExistinghomeEntrustsellingQueryAPIResponse.go │ ├── AlibabaAlihouseExistinghomeEntrustsellingQueryResult.go │ ├── AlibabaAlihouseExistinghomeEntrustsellingUpdateAPIRequest.go │ ├── AlibabaAlihouseExistinghomeEntrustsellingUpdateAPIResponse.go │ ├── AlibabaAlihouseExistinghomeEntrustsellingUpdateResult.go │ ├── AlibabaAlihouseExistinghomeHouseChangeCommunityAPIRequest.go │ ├── AlibabaAlihouseExistinghomeHouseChangeCommunityAPIResponse.go │ ├── AlibabaAlihouseExistinghomeHouseChangeCommunityResult.go │ ├── AlibabaAlihouseExistinghomeHouseChangeStandardAPIRequest.go │ ├── AlibabaAlihouseExistinghomeHouseChangeStandardAPIResponse.go │ ├── AlibabaAlihouseExistinghomeHouseChangeStandardResult.go │ ├── AlibabaAlihouseExistinghomeHouseCooperateBrandUpdateAPIRequest.go │ ├── AlibabaAlihouseExistinghomeHouseCooperateBrandUpdateAPIResponse.go │ ├── AlibabaAlihouseExistinghomeHouseCooperateBrandUpdateResult.go │ ├── AlibabaAlihouseExistinghomeHouseDeleteHouseAPIRequest.go │ ├── AlibabaAlihouseExistinghomeHouseDeleteHouseAPIResponse.go │ ├── AlibabaAlihouseExistinghomeHouseDeleteHouseResult.go │ ├── AlibabaAlihouseExistinghomeHouseDownselfAPIRequest.go │ ├── AlibabaAlihouseExistinghomeHouseDownselfAPIResponse.go │ ├── AlibabaAlihouseExistinghomeHouseDownselfResult.go │ ├── AlibabaAlihouseExistinghomeHouseFeaturesSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeHouseFeaturesSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeHouseFeaturesSyncResult.go │ ├── AlibabaAlihouseExistinghomeHouseStoreentrustQueryAPIRequest.go │ ├── AlibabaAlihouseExistinghomeHouseStoreentrustQueryAPIResponse.go │ ├── AlibabaAlihouseExistinghomeHouseStoreentrustQueryResult.go │ ├── AlibabaAlihouseExistinghomeHouseSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeHouseSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeHouseSyncResult.go │ ├── AlibabaAlihouseExistinghomeHouseTradeQueryStatusAPIRequest.go │ ├── AlibabaAlihouseExistinghomeHouseTradeQueryStatusAPIResponse.go │ ├── AlibabaAlihouseExistinghomeHouseTradeQueryStatusResult.go │ ├── AlibabaAlihouseExistinghomeHouseUpselfAPIRequest.go │ ├── AlibabaAlihouseExistinghomeHouseUpselfAPIResponse.go │ ├── AlibabaAlihouseExistinghomeHouseUpselfResult.go │ ├── AlibabaAlihouseExistinghomeIdentifyingSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeIdentifyingSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeIdentifyingSyncResult.go │ ├── AlibabaAlihouseExistinghomeMianUserBindAPIRequest.go │ ├── AlibabaAlihouseExistinghomeMianUserBindAPIResponse.go │ ├── AlibabaAlihouseExistinghomeMianUserBindResult.go │ ├── AlibabaAlihouseExistinghomePosApplySubmitAPIRequest.go │ ├── AlibabaAlihouseExistinghomePosApplySubmitAPIResponse.go │ ├── AlibabaAlihouseExistinghomePosApplySubmitResult.go │ ├── AlibabaAlihouseExistinghomePosOpenSubmitAPIRequest.go │ ├── AlibabaAlihouseExistinghomePosOpenSubmitAPIResponse.go │ ├── AlibabaAlihouseExistinghomePosOpenSubmitResult.go │ ├── AlibabaAlihouseExistinghomeQueryHouseBaseInfoAPIRequest.go │ ├── AlibabaAlihouseExistinghomeQueryHouseBaseInfoAPIResponse.go │ ├── AlibabaAlihouseExistinghomeQueryHouseBaseInfoResult.go │ ├── AlibabaAlihouseExistinghomeQueryHouseTagInfoAPIRequest.go │ ├── AlibabaAlihouseExistinghomeQueryHouseTagInfoAPIResponse.go │ ├── AlibabaAlihouseExistinghomeQueryHouseTagInfoResult.go │ ├── AlibabaAlihouseExistinghomeQuotationSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeQuotationSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeQuotationSyncResult.go │ ├── AlibabaAlihouseExistinghomeRegionInfoSubmitAPIRequest.go │ ├── AlibabaAlihouseExistinghomeRegionInfoSubmitAPIResponse.go │ ├── AlibabaAlihouseExistinghomeRegionInfoSubmitResult.go │ ├── AlibabaAlihouseExistinghomeRentTradeBindItemAPIRequest.go │ ├── AlibabaAlihouseExistinghomeRentTradeBindItemAPIResponse.go │ ├── AlibabaAlihouseExistinghomeRentTradeBindItemResult.go │ ├── AlibabaAlihouseExistinghomeSignatureSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeSignatureSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeSignatureSyncResult.go │ ├── AlibabaAlihouseExistinghomeStoreBailSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeStoreBailSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeStoreExtendsSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeStoreExtendsSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeStoreLevelQueryAPIRequest.go │ ├── AlibabaAlihouseExistinghomeStoreLevelQueryAPIResponse.go │ ├── AlibabaAlihouseExistinghomeStoreLevelQueryResult.go │ ├── AlibabaAlihouseExistinghomeStoreStatusChangeSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeStoreStatusChangeSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeStoreSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeStoreSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeStoreSyncResult.go │ ├── AlibabaAlihouseExistinghomeSubAccountBindAPIRequest.go │ ├── AlibabaAlihouseExistinghomeSubAccountBindAPIResponse.go │ ├── AlibabaAlihouseExistinghomeSubAccountBindResult.go │ ├── AlibabaAlihouseExistinghomeSyncBrokerIsReceiveCustomerAPIRequest.go │ ├── AlibabaAlihouseExistinghomeSyncBrokerIsReceiveCustomerAPIResponse.go │ ├── AlibabaAlihouseExistinghomeThreedimensionSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeThreedimensionSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeThreedimensionSyncResult.go │ ├── AlibabaAlihouseExistinghomeTradeEntrustSubmitAPIRequest.go │ ├── AlibabaAlihouseExistinghomeTradeEntrustSubmitAPIResponse.go │ ├── AlibabaAlihouseExistinghomeTradeEntrustSubmitResult.go │ ├── AlibabaAlihouseExistinghomeVirtualshopSyncAPIRequest.go │ ├── AlibabaAlihouseExistinghomeVirtualshopSyncAPIResponse.go │ ├── AlibabaAlihouseExistinghomeVirtualshopSyncResult.go │ ├── AlibabaAlihouseExistinghouseHouseBaseAPIRequest.go │ ├── AlibabaAlihouseExistinghouseHouseBaseAPIResponse.go │ ├── AlibabaAlihouseExistinghouseHouseBaseResult.go │ ├── AlibabaAlihouseImReceiveModelSyncAPIRequest.go │ ├── AlibabaAlihouseImReceiveModelSyncAPIResponse.go │ ├── AlibabaAlihouseImReceiveModelSyncResult.go │ ├── AlibabaAlihouseMerchantEnterpriseEntryAPIRequest.go │ ├── AlibabaAlihouseMerchantEnterpriseEntryAPIResponse.go │ ├── AlibabaAlihouseMerchantEnterpriseEntryResult.go │ ├── AlibabaAlihouseMerchantOpenUpdateAPIRequest.go │ ├── AlibabaAlihouseMerchantOpenUpdateAPIResponse.go │ ├── AlibabaAlihouseMerchantOpenUpdateResult.go │ ├── AlibabaAlihouseMerchantTradeConfigBindAPIRequest.go │ ├── AlibabaAlihouseMerchantTradeConfigBindAPIResponse.go │ ├── AlibabaAlihouseMerchantTradeConfigBindResult.go │ ├── AlibabaAlihouseMessageWorkorderPushAPIRequest.go │ ├── AlibabaAlihouseMessageWorkorderPushAPIResponse.go │ ├── AlibabaAlihouseMessageWorkorderPushResult.go │ ├── AlibabaAlihouseNewhomeActivityCustomerSaveAPIRequest.go │ ├── AlibabaAlihouseNewhomeActivityCustomerSaveAPIResponse.go │ ├── AlibabaAlihouseNewhomeActivityCustomerSaveResult.go │ ├── AlibabaAlihouseNewhomeActivityDepositBindAPIRequest.go │ ├── AlibabaAlihouseNewhomeActivityDepositBindAPIResponse.go │ ├── AlibabaAlihouseNewhomeActivityDepositBindResult.go │ ├── AlibabaAlihouseNewhomeActivityDepositUnbindAPIRequest.go │ ├── AlibabaAlihouseNewhomeActivityDepositUnbindAPIResponse.go │ ├── AlibabaAlihouseNewhomeActivityDepositUnbindResult.go │ ├── AlibabaAlihouseNewhomeActivitySaveAPIRequest.go │ ├── AlibabaAlihouseNewhomeActivitySaveAPIResponse.go │ ├── AlibabaAlihouseNewhomeActivitySaveResult.go │ ├── AlibabaAlihouseNewhomeActivitySubscriptionBindAPIRequest.go │ ├── AlibabaAlihouseNewhomeActivitySubscriptionBindAPIResponse.go │ ├── AlibabaAlihouseNewhomeActivitySubscriptionBindResult.go │ ├── AlibabaAlihouseNewhomeAdviserMessageNoticeAPIRequest.go │ ├── AlibabaAlihouseNewhomeAdviserMessageNoticeAPIResponse.go │ ├── AlibabaAlihouseNewhomeAdviserMessageNoticeResult.go │ ├── AlibabaAlihouseNewhomeAdviserSubmitAccountAPIRequest.go │ ├── AlibabaAlihouseNewhomeAdviserSubmitAccountAPIResponse.go │ ├── AlibabaAlihouseNewhomeAdviserSubmitAccountResult.go │ ├── AlibabaAlihouseNewhomeAgreementPreshowAPIRequest.go │ ├── AlibabaAlihouseNewhomeAgreementPreshowAPIResponse.go │ ├── AlibabaAlihouseNewhomeAgreementPreshowResult.go │ ├── AlibabaAlihouseNewhomeApartmentLineAPIRequest.go │ ├── AlibabaAlihouseNewhomeApartmentLineAPIResponse.go │ ├── AlibabaAlihouseNewhomeApartmentLineResult.go │ ├── AlibabaAlihouseNewhomeApartmentOuteridAPIRequest.go │ ├── AlibabaAlihouseNewhomeApartmentOuteridAPIResponse.go │ ├── AlibabaAlihouseNewhomeApartmentOuteridResult.go │ ├── AlibabaAlihouseNewhomeBaseLabelSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeBaseLabelSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeBaseLabelSubmitResult.go │ ├── AlibabaAlihouseNewhomeBusinessSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeBusinessSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeBusinessSyncResult.go │ ├── AlibabaAlihouseNewhomeCasefieldActivityProjectSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeCasefieldActivityProjectSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeCasefieldActivityProjectSubmitResult.go │ ├── AlibabaAlihouseNewhomeCasefieldActivitySubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeCasefieldActivitySubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeCasefieldActivitySubmitResult.go │ ├── AlibabaAlihouseNewhomeCommunityLineAPIRequest.go │ ├── AlibabaAlihouseNewhomeCommunityLineAPIResponse.go │ ├── AlibabaAlihouseNewhomeCommunityLineResult.go │ ├── AlibabaAlihouseNewhomeCommunitySubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeCommunitySubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeCommunitySubmitResult.go │ ├── AlibabaAlihouseNewhomeCouponSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeCouponSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeCouponSubmitResult.go │ ├── AlibabaAlihouseNewhomeDepositPublishAPIRequest.go │ ├── AlibabaAlihouseNewhomeDepositPublishAPIResponse.go │ ├── AlibabaAlihouseNewhomeDepositPublishResult.go │ ├── AlibabaAlihouseNewhomeDynamicdataSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeDynamicdataSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeDynamicdataSubmitResult.go │ ├── AlibabaAlihouseNewhomeEcodeUpdateAPIRequest.go │ ├── AlibabaAlihouseNewhomeEcodeUpdateAPIResponse.go │ ├── AlibabaAlihouseNewhomeEcodeUpdateResult.go │ ├── AlibabaAlihouseNewhomeItemTagSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeItemTagSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeItemTagSubmitResult.go │ ├── AlibabaAlihouseNewhomeLayoutEcodeUpdateAPIRequest.go │ ├── AlibabaAlihouseNewhomeLayoutEcodeUpdateAPIResponse.go │ ├── AlibabaAlihouseNewhomeLayoutEcodeUpdateResult.go │ ├── AlibabaAlihouseNewhomeLayoutSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeLayoutSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeLayoutSyncResult.go │ ├── AlibabaAlihouseNewhomeLineSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeLineSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeLineSyncResult.go │ ├── AlibabaAlihouseNewhomeLinkInfoObtainAPIRequest.go │ ├── AlibabaAlihouseNewhomeLinkInfoObtainAPIResponse.go │ ├── AlibabaAlihouseNewhomeLinkInfoObtainResult.go │ ├── AlibabaAlihouseNewhomeMetroSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeMetroSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeMetroSyncResult.go │ ├── AlibabaAlihouseNewhomeNewReviewSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeNewReviewSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeNewReviewSyncResult.go │ ├── AlibabaAlihouseNewhomeNewRichReviewSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeNewRichReviewSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeNewRichReviewSyncResult.go │ ├── AlibabaAlihouseNewhomePaymentMethodSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomePaymentMethodSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomePaymentMethodSyncResult.go │ ├── AlibabaAlihouseNewhomePictureSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomePictureSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomePictureSyncResult.go │ ├── AlibabaAlihouseNewhomeProjectAdviserBindAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectAdviserBindAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectAdviserBindResult.go │ ├── AlibabaAlihouseNewhomeProjectAdviserDeleteAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectAdviserDeleteAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectAdviserDeleteResult.go │ ├── AlibabaAlihouseNewhomeProjectAdviserSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectAdviserSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectAdviserSubmitResult.go │ ├── AlibabaAlihouseNewhomeProjectBuildingAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectBuildingAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectBuildingEcodeUpdateAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectBuildingEcodeUpdateAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectBuildingEcodeUpdateResult.go │ ├── AlibabaAlihouseNewhomeProjectBuildingResult.go │ ├── AlibabaAlihouseNewhomeProjectChannelphoneAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectChannelphoneAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectChannelphoneResult.go │ ├── AlibabaAlihouseNewhomeProjectCooperationSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectCooperationSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectCooperationSubmitResult.go │ ├── AlibabaAlihouseNewhomeProjectDynamicDeleteAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectDynamicDeleteAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectDynamicDeleteResult.go │ ├── AlibabaAlihouseNewhomeProjectDynamicSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectDynamicSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectDynamicSubmitResult.go │ ├── AlibabaAlihouseNewhomeProjectEcodeAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectEcodeAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectEcodeResult.go │ ├── AlibabaAlihouseNewhomeProjectKanameQueryAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectKanameQueryAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectKanameQueryResult.go │ ├── AlibabaAlihouseNewhomeProjectLineAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectLineAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectLineResult.go │ ├── AlibabaAlihouseNewhomeProjectLotteryResultSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectLotteryResultSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectLotteryResultSubmitResult.go │ ├── AlibabaAlihouseNewhomeProjectPhoneSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectPhoneSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectPhoneSubmitResult.go │ ├── AlibabaAlihouseNewhomeProjectPresalepermitDeleteAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectPresalepermitDeleteAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectPresalepermitDeleteResult.go │ ├── AlibabaAlihouseNewhomeProjectPresalepermitSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectPresalepermitSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectPresalepermitSubmitResult.go │ ├── AlibabaAlihouseNewhomeProjectQueryAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectQueryAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectQueryResult.go │ ├── AlibabaAlihouseNewhomeProjectSalestimeAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectSalestimeAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectSalestimeResult.go │ ├── AlibabaAlihouseNewhomeProjectSortnoAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectSortnoAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectSortnoResult.go │ ├── AlibabaAlihouseNewhomeProjectSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectSubmitResult.go │ ├── AlibabaAlihouseNewhomeProjectTicketQueryAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectTicketQueryAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectTicketQueryResult.go │ ├── AlibabaAlihouseNewhomeProjectTradeOrderAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectTradeOrderAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectTradeOrderResult.go │ ├── AlibabaAlihouseNewhomeProjectTradeitemAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectTradeitemAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectTradeitemResult.go │ ├── AlibabaAlihouseNewhomeProjectUpdateItemInfoAPIRequest.go │ ├── AlibabaAlihouseNewhomeProjectUpdateItemInfoAPIResponse.go │ ├── AlibabaAlihouseNewhomeProjectUpdateItemInfoResult.go │ ├── AlibabaAlihouseNewhomeRcChangestatusAPIRequest.go │ ├── AlibabaAlihouseNewhomeRcChangestatusAPIResponse.go │ ├── AlibabaAlihouseNewhomeRcChangestatusResult.go │ ├── AlibabaAlihouseNewhomeRcSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeRcSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeRcSyncResult.go │ ├── AlibabaAlihouseNewhomeRegionSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeRegionSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeRegionSyncResult.go │ ├── AlibabaAlihouseNewhomeReviewChangestatusAPIRequest.go │ ├── AlibabaAlihouseNewhomeReviewChangestatusAPIResponse.go │ ├── AlibabaAlihouseNewhomeReviewChangestatusResult.go │ ├── AlibabaAlihouseNewhomeReviewIndexSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeReviewIndexSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeReviewIndexSyncResult.go │ ├── AlibabaAlihouseNewhomeReviewSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeReviewSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeReviewSyncResult.go │ ├── AlibabaAlihouseNewhomeRightBindBackAPIRequest.go │ ├── AlibabaAlihouseNewhomeRightBindBackAPIResponse.go │ ├── AlibabaAlihouseNewhomeRightBindBackResult.go │ ├── AlibabaAlihouseNewhomeRightUnbindBackAPIRequest.go │ ├── AlibabaAlihouseNewhomeRightUnbindBackAPIResponse.go │ ├── AlibabaAlihouseNewhomeRightUnbindBackResult.go │ ├── AlibabaAlihouseNewhomeShopcityconfigDetailSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeShopcityconfigDetailSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeShopcityconfigDetailSubmitResult.go │ ├── AlibabaAlihouseNewhomeShopconfigAstorePreviewAPIRequest.go │ ├── AlibabaAlihouseNewhomeShopconfigAstorePreviewAPIResponse.go │ ├── AlibabaAlihouseNewhomeShopconfigAstorePreviewResult.go │ ├── AlibabaAlihouseNewhomeShopconfigAstoreSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeShopconfigAstoreSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeShopconfigAstoreSyncResult.go │ ├── AlibabaAlihouseNewhomeShopconfigDetailSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeShopconfigDetailSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeShopconfigDetailSubmitResult.go │ ├── AlibabaAlihouseNewhomeSupportSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeSupportSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeSupportSyncResult.go │ ├── AlibabaAlihouseNewhomeSystemSellerAPIRequest.go │ ├── AlibabaAlihouseNewhomeSystemSellerAPIResponse.go │ ├── AlibabaAlihouseNewhomeSystemSellerResult.go │ ├── AlibabaAlihouseNewhomeTalentBindStoreAPIRequest.go │ ├── AlibabaAlihouseNewhomeTalentBindStoreAPIResponse.go │ ├── AlibabaAlihouseNewhomeTradeToolBindAPIRequest.go │ ├── AlibabaAlihouseNewhomeTradeToolBindAPIResponse.go │ ├── AlibabaAlihouseNewhomeTradeToolBindResult.go │ ├── AlibabaAlihouseNewhomeTradeToolSubmitAPIRequest.go │ ├── AlibabaAlihouseNewhomeTradeToolSubmitAPIResponse.go │ ├── AlibabaAlihouseNewhomeTradeToolSubmitResult.go │ ├── AlibabaAlihouseNewhomeTradeitemFeaturesSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeTradeitemFeaturesSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeTradeitemFeaturesSyncResult.go │ ├── AlibabaAlihouseNewhomeTradeitemRelationAPIRequest.go │ ├── AlibabaAlihouseNewhomeTradeitemRelationAPIResponse.go │ ├── AlibabaAlihouseNewhomeTradeitemRelationResult.go │ ├── AlibabaAlihouseNewhomeVideoChangestatusAPIRequest.go │ ├── AlibabaAlihouseNewhomeVideoChangestatusAPIResponse.go │ ├── AlibabaAlihouseNewhomeVideoChangestatusResult.go │ ├── AlibabaAlihouseNewhomeVideoSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeVideoSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeVideoSyncResult.go │ ├── AlibabaAlihouseNewhomeVrSyncAPIRequest.go │ ├── AlibabaAlihouseNewhomeVrSyncAPIResponse.go │ ├── AlibabaAlihouseNewhomeVrSyncResult.go │ ├── AlibabaAlihouseProjectActivitySyncAPIRequest.go │ ├── AlibabaAlihouseProjectActivitySyncAPIResponse.go │ ├── AlibabaAlihouseProjectActivitySyncResult.go │ ├── AlibabaAlihouseStoreCheckAPIRequest.go │ ├── AlibabaAlihouseStoreCheckAPIResponse.go │ ├── AlibabaAlihouseStoreCheckResult.go │ ├── AlibabaAlihouseStorePunishInfoQueryAPIRequest.go │ ├── AlibabaAlihouseStorePunishInfoQueryAPIResponse.go │ ├── AlibabaAlihouseStorePunishInfoQueryResult.go │ ├── AlibabaAlihouseVrfactoryProductionSyncAPIRequest.go │ ├── AlibabaAlihouseVrfactoryProductionSyncAPIResponse.go │ ├── AlibabaAlihouseVrfactoryProductionSyncResult.go │ ├── ApartmentManagementDto.go │ ├── AstoreRespDto.go │ ├── AstoreSceneInfoDto.go │ ├── AstoreSceneRespInfoDto.go │ ├── AstoreShopConfigDto.go │ ├── AuditOrderDto.go │ ├── BaseBusinessDto.go │ ├── BaseLabelDto.go │ ├── BaseLoopLineDto.go │ ├── BaseMetroLineDto.go │ ├── BaseRegionDto.go │ ├── BaseSupportingDto.go │ ├── BrokerMigrateDto.go │ ├── BrokerPointResultDto.go │ ├── BrokerSortDto.go │ ├── BuildingDto.go │ ├── BusinessActivityAgreementDto.go │ ├── BusinessActivityBankCardDto.go │ ├── BusinessActivityDataDto.go │ ├── BusinessActivityPackageDto.go │ ├── BusinessActivitySignatureDto.go │ ├── CaseFieldActivityDto.go │ ├── CaseFieldActivityProjectDto.go │ ├── CaseFieldActivityProjectsDto.go │ ├── CategoryControlDto.go │ ├── CategoryControlResultDto.go │ ├── CommunityAgentRelationDto.go │ ├── CompanyBrandCityDto.go │ ├── CompanyBrandDto.go │ ├── CompanyDto.go │ ├── CompanyStoreDto.go │ ├── CompanyStoreForCheckDto.go │ ├── CompanyVirtualShopDto.go │ ├── CouponOrderQuery.go │ ├── CouponOrderStatusDto.go │ ├── CouponRefundOrderStatusDto.go │ ├── CustomerEntrustSellingDto.go │ ├── CustomerEntrustSellingReq.go │ ├── DeleteHouseDto.go │ ├── DynamicDataDto.go │ ├── EbbasCommunityDto.go │ ├── EbbasCommunitySubmitVo.go │ ├── EbbasItemDto.go │ ├── EbbasProjectDto.go │ ├── EbbasProjectSubmitVo.go │ ├── ElectricSignatureDto.go │ ├── EntrustChangeStandardDto.go │ ├── EntrustSellingQuery.go │ ├── EtcThemeDetailExcelDto.go │ ├── EtcThemeDto.go │ ├── ExchangeCodeDto.go │ ├── ExistingHomeBankCardDto.go │ ├── ExistingHomeElectricAgreementDto.go │ ├── ExistingHouseQuotationReqDto.go │ ├── FeatureDto.go │ ├── GoodsDto.go │ ├── GoodsHouseDto.go │ ├── GoodsLayoutDto.go │ ├── GoodsLimitDto.go │ ├── GoodsRelationDto.go │ ├── GradeItemDTOList.go │ ├── HouseBaseDto.go │ ├── HouseFeaturesDto.go │ ├── IMReceiveModelReqDto.go │ ├── IdentityInfoDto.go │ ├── ItemTagRequestDto.go │ ├── ItemTagResultDto.go │ ├── LevelDTOList.go │ ├── LinkInfoReqDto.go │ ├── LotteryRatioDto.go │ ├── MainAccountReqDto.go │ ├── MarketingCouponDto.go │ ├── MessageInfoDto.go │ ├── ModuleTypeOrderDto.go │ ├── OuterBindParamDto.go │ ├── PaymentModeReqDto.go │ ├── PointsFactorDto.go │ ├── PreDepositGoldDto.go │ ├── PreDepositGoldSaveParam.go │ ├── PreDepositGoldUnbindDto.go │ ├── PreSalePermitDto.go │ ├── ProjectAdviserAttachDto.go │ ├── ProjectAdviserBindDto.go │ ├── ProjectAdviserBindResultDto.go │ ├── ProjectAdviserDto.go │ ├── ProjectCardDataDto.go │ ├── ProjectChannelPhoneDto.go │ ├── ProjectCooperationDto.go │ ├── ProjectDetailInfoDto.go │ ├── ProjectDynamicDto.go │ ├── ProjectLotteryResultDto.go │ ├── ProjectLotteryResultParam.go │ ├── ProjectOrderDto.go │ ├── ProjectPhoneDto.go │ ├── ProjectPictureDto.go │ ├── ProjectReviewDraftDto.go │ ├── ProjectSalesTimeDto.go │ ├── ProjectSalesTimePrePermitDto.go │ ├── ProjectTradeItemOrderDto.go │ ├── ProjectTradeOrderDto.go │ ├── ProjectUpdateItemInfoDto.go │ ├── ProjectVerifyTicketDto.go │ ├── ProjectVerifyTicketQueryDto.go │ ├── ProjectVrBuildDataDto.go │ ├── PunishDto.go │ ├── QueryStorePunishDto.go │ ├── RegionExpertDto.go │ ├── RegionExpertInfoDto.go │ ├── RegionExpertResultDto.go │ ├── RelationBindingDto.go │ ├── RichContentDraftDto.go │ ├── ShopCityConfigDto.go │ ├── ShopConfigDetailDto.go │ ├── ShopConfigDto.go │ ├── StoreBailDto.go │ ├── StoreEntrustDto.go │ ├── StoreExtendsInfoDto.go │ ├── StoreLevelSubItemDto.go │ ├── StorePunishDto.go │ ├── StoreStatusDto.go │ ├── StoreTalentBindingResponseDto.go │ ├── StoreTalentDto.go │ ├── StsCredentialsDto.go │ ├── SubAccountReqDto.go │ ├── SubmitCommunityAgentRelationDto.go │ ├── SubscriptionItemDto.go │ ├── SyncBrokerPointsDto.go │ ├── SyncChangeHouseInfoDto.go │ ├── SyncExistingHouseDto.go │ ├── SyncExistingHouseEntrustDto.go │ ├── SyncExistingHouseThreeDimensionalDto.go │ ├── SyncHouseBaseInfoDto.go │ ├── SyncHouseFeaturesDto.go │ ├── SyncHouseResultDto.go │ ├── SyncHouseStatusDto.go │ ├── SyncHouseTagFeatureDto.go │ ├── SyncHouseTradeItemDto.go │ ├── SyncProjectLayoutDto.go │ ├── SyncProjectNewReviewDraftDto.go │ ├── SyncProjectNewReviewIndexDto.go │ ├── SyncRichReviewDto.go │ ├── SyncTradePosApplyDto.go │ ├── SyncTradePosOpenDto.go │ ├── SyncUpdateCooperateBrand.go │ ├── SyncUpdateTradeEntrustDto.go │ ├── TagsRequestDto.go │ ├── TmallAlihouseTradeCouponOrderAuditRefundAPIRequest.go │ ├── TmallAlihouseTradeCouponOrderAuditRefundAPIResponse.go │ ├── TmallAlihouseTradeCouponOrderAuditRefundResult.go │ ├── TmallAlihouseTradeCouponOrderCodeExchangeAPIRequest.go │ ├── TmallAlihouseTradeCouponOrderCodeExchangeAPIResponse.go │ ├── TmallAlihouseTradeCouponOrderCodeExchangeResult.go │ ├── TmallAlihouseTradeCouponOrderContractCredentialsQueryAPIRequest.go │ ├── TmallAlihouseTradeCouponOrderContractCredentialsQueryAPIResponse.go │ ├── TmallAlihouseTradeCouponOrderContractCredentialsQueryResult.go │ ├── TmallAlihouseTradeCouponOrderContractKeyQueryAPIRequest.go │ ├── TmallAlihouseTradeCouponOrderContractKeyQueryAPIResponse.go │ ├── TmallAlihouseTradeCouponOrderContractKeyQueryResult.go │ ├── TmallAlihouseTradeCouponOrderStatusQueryAPIRequest.go │ ├── TmallAlihouseTradeCouponOrderStatusQueryAPIResponse.go │ ├── TmallAlihouseTradeCouponOrderStatusQueryResult.go │ ├── TmallAlihouseTradeCouponRefundOrderQueryAPIRequest.go │ ├── TmallAlihouseTradeCouponRefundOrderQueryAPIResponse.go │ ├── TmallAlihouseTradeCouponRefundOrderQueryResult.go │ ├── TokenCreateDto.go │ ├── TradeMerchantOpenDto.go │ ├── TradeMerchantProofDto.go │ ├── TradeSceneAddInfoDto.go │ ├── TradeToolBindParamDto.go │ ├── TradeToolBindResultDto.go │ ├── TradeToolDto.go │ ├── UpdateECodeBuildingDto.go │ ├── UpdateNewHomeECodeInfoDto.go │ ├── UpdateProjectLayoutECodeDto.go │ ├── UpdateSortNoDto.go │ ├── UserPermissionInfoDto.go │ ├── VideoDataDto.go │ ├── VideoDraftDto.go │ └── doc.go ├── alilabs │ ├── AlibabaAilabTbUserSkillOauthAPIRequest.go │ ├── AlibabaAilabTbUserSkillOauthAPIResponse.go │ ├── AlibabaAilabUserAuthorizedCancelAPIRequest.go │ ├── AlibabaAilabUserAuthorizedCancelAPIResponse.go │ ├── AlibabaAilabUserAuthorizedQueryAPIRequest.go │ ├── AlibabaAilabUserAuthorizedQueryAPIResponse.go │ ├── AlibabaAilabUserOpenUidGetAPIRequest.go │ ├── AlibabaAilabUserOpenUidGetAPIResponse.go │ ├── AlibabaAilabUserProfileGetAPIRequest.go │ ├── AlibabaAilabUserProfileGetAPIResponse.go │ ├── AlibabaAilabUserProfileGetResult.go │ ├── AlibabaAilabUserTokenGetAPIRequest.go │ ├── AlibabaAilabUserTokenGetAPIResponse.go │ ├── AlibabaAilabsIotDeviceListUpdateNotifyAPIRequest.go │ ├── AlibabaAilabsIotDeviceListUpdateNotifyAPIResponse.go │ ├── AlibabaAilabsIotDeviceListUpdateNotifyResult.go │ ├── AlibabaAilabsIotDeviceStatusUpdateAPIRequest.go │ ├── AlibabaAilabsIotDeviceStatusUpdateAPIResponse.go │ ├── AlibabaAilabsIotDeviceStatusUpdateResult.go │ ├── AlibabaAilabsTmallgenieAuthDeviceGetAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthDeviceGetAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthDeviceGetResult.go │ ├── AlibabaAilabsTmallgenieAuthDeviceListAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthDeviceListAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthDeviceListResult.go │ ├── AlibabaAilabsTmallgenieAuthDeviceQrcodeActivateAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthDeviceQrcodeActivateAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthDeviceStatusGetAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthDeviceStatusGetAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthDeviceStatusGetResult.go │ ├── AlibabaAilabsTmallgenieAuthDeviceStatusGetbycteiAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthDeviceStatusGetbycteiAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthDeviceStatusGetbycteiResult.go │ ├── AlibabaAilabsTmallgenieAuthDeviceUnbindAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthDeviceUnbindAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthDeviceUnbindResult.go │ ├── AlibabaAilabsTmallgenieAuthDeviceWithdeviceidGetAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthDeviceWithdeviceidGetAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthDeviceWithdeviceidGetResult.go │ ├── AlibabaAilabsTmallgenieAuthGetcodeAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthGetcodeAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthGettokenAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthGettokenAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthRefreshAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthRefreshAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthSwitchuserAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthSwitchuserAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthSwitchuserResult.go │ ├── AlibabaAilabsTmallgenieAuthTaobaoauthAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthTaobaoauthAPIResponse.go │ ├── AlibabaAilabsTvsDeviceListAPIRequest.go │ ├── AlibabaAilabsTvsDeviceListAPIResponse.go │ ├── AlibabaAilabsTvsDeviceListData.go │ ├── BaseResult.go │ ├── BasicUserInfo.go │ ├── DeviceInfo.go │ ├── DeviceSkillDetailInfo.go │ ├── DeviceStatusDto.go │ ├── DeviceStatusVo.go │ ├── DeviceTokenVo.go │ ├── HashMap.go │ ├── HotWordsContent.go │ ├── IotCommonHeader.go │ ├── PageResult.go │ ├── Payload.go │ ├── RegisterInfoVo.go │ ├── SCanQrCodeResultVo.go │ ├── ServiceProvider.go │ ├── Status.go │ ├── TaobaoAilabAicloudTopHotwordsGetAPIRequest.go │ ├── TaobaoAilabAicloudTopHotwordsGetAPIResponse.go │ ├── TaobaoAilabAicloudTopHotwordsUpdateAPIRequest.go │ ├── TaobaoAilabAicloudTopHotwordsUpdateAPIResponse.go │ ├── TaobaoAilabAicloudTopSkilsListNewAPIRequest.go │ ├── TaobaoAilabAicloudTopSkilsListNewAPIResponse.go │ ├── TopAuthReqDto.go │ ├── TopDeviceReqDto.go │ ├── TopRefreshReqDto.go │ └── doc.go ├── alime │ ├── TaobaoAlimeUserTokenAdvanceGetAPIRequest.go │ ├── TaobaoAlimeUserTokenAdvanceGetAPIResponse.go │ ├── TaobaoAlimeUserTokenGetAPIRequest.go │ ├── TaobaoAlimeUserTokenGetAPIResponse.go │ └── doc.go ├── alimember │ ├── AlibabaMemberCheckmerchantAPIRequest.go │ ├── AlibabaMemberCheckmerchantAPIResponse.go │ ├── AlibabaMemberExitAPIRequest.go │ ├── AlibabaMemberExitAPIResponse.go │ ├── AlibabaMemberExitResult.go │ ├── AlibabaMemberIdentityRescindfinishAPIRequest.go │ ├── AlibabaMemberIdentityRescindfinishAPIResponse.go │ ├── AlibabaMemberIdentityRescindfinishTopResult.go │ ├── AlibabaMemberIdentitySignfinishAPIRequest.go │ ├── AlibabaMemberIdentitySignfinishAPIResponse.go │ ├── AlibabaMemberIdentitySignfinishTopResult.go │ ├── AlibabaMemberIdentitySyncAPIRequest.go │ ├── AlibabaMemberIdentitySyncAPIResponse.go │ ├── AlibabaMemberIdentitySyncTopResult.go │ ├── AlibabaMemberIsvPageQueryAPIRequest.go │ ├── AlibabaMemberIsvPageQueryAPIResponse.go │ ├── AlibabaMemberMerchantLevelSettingSyncAPIRequest.go │ ├── AlibabaMemberMerchantLevelSettingSyncAPIResponse.go │ ├── AlibabaMemberPointChangeSyncAPIRequest.go │ ├── AlibabaMemberPointChangeSyncAPIResponse.go │ ├── AlibabaMemberPointOperateAPIRequest.go │ ├── AlibabaMemberPointOperateAPIResponse.go │ ├── AlibabaMemberPointOperateTopResult.go │ ├── AlibabaMemberSyncAPIRequest.go │ ├── AlibabaMemberSyncAPIResponse.go │ ├── AlibabaMemberSyncResult.go │ ├── ExitMemberDto.go │ ├── IdentityModel.go │ ├── OrderModel.go │ ├── PageQueryIsvCustomerRequest.go │ ├── PageQueryIsvCustomerRes.go │ ├── PointOperateDto.go │ ├── PointOperateResponseDto.go │ ├── RescindIdentityFinishRequest.go │ ├── SaasCustomerInfo.go │ ├── SignIdentityFinishRequest.go │ ├── SyncLevelSettingDto.go │ ├── SyncMemberDto.go │ ├── SyncMemberIdentityDto.go │ ├── SyncMemberPointChangeDto.go │ └── doc.go ├── alimsg │ ├── AlibabaIdleOrderMsgSendAPIRequest.go │ ├── AlibabaIdleOrderMsgSendAPIResponse.go │ ├── AlibabaLegMsgPostAPIRequest.go │ ├── AlibabaLegMsgPostAPIResponse.go │ ├── SendTemplateMsgResponse.go │ ├── ServiceResult.go │ └── doc.go ├── alink │ ├── AlibabaAlinkDeviceBindAPIRequest.go │ ├── AlibabaAlinkDeviceBindAPIResponse.go │ ├── AlibabaAlinkDeviceDetailGetAPIRequest.go │ ├── AlibabaAlinkDeviceDetailGetAPIResponse.go │ ├── AlibabaAlinkDeviceInfoUpdateAPIRequest.go │ ├── AlibabaAlinkDeviceInfoUpdateAPIResponse.go │ ├── AlibabaAlinkDeviceUnbindAPIRequest.go │ ├── AlibabaAlinkDeviceUnbindAPIResponse.go │ ├── AlibabaAlinkDeviceUnifyStatusGetAPIRequest.go │ ├── AlibabaAlinkDeviceUnifyStatusGetAPIResponse.go │ ├── AlibabaAlinkDeviceUnifyStatusSetAPIRequest.go │ ├── AlibabaAlinkDeviceUnifyStatusSetAPIResponse.go │ ├── AlibabaAlinkMessageConfigListAPIRequest.go │ ├── AlibabaAlinkMessageConfigListAPIResponse.go │ ├── AlibabaAlinkMessageConfigSetAPIRequest.go │ ├── AlibabaAlinkMessageConfigSetAPIResponse.go │ ├── AlibabaAlinkMessageHistoryCountAPIRequest.go │ ├── AlibabaAlinkMessageHistoryCountAPIResponse.go │ ├── AlibabaAlinkMessageHistoryListAPIRequest.go │ ├── AlibabaAlinkMessageHistoryListAPIResponse.go │ ├── AliyunAlinkDataStatReportAPIRequest.go │ ├── AliyunAlinkDataStatReportAPIResponse.go │ ├── AliyunAlinkOpendataUrlQueryAPIRequest.go │ ├── AliyunAlinkOpendataUrlQueryAPIResponse.go │ ├── OuterDataBean.go │ ├── TopServiceResult.go │ └── doc.go ├── aliospay │ ├── AliOSPayResponse.go │ ├── AliyunAliosPayPeriodAgreementPayAPIRequest.go │ ├── AliyunAliosPayPeriodAgreementPayAPIResponse.go │ ├── AliyunAliosPayPeriodAgreementStatusGetAPIRequest.go │ ├── AliyunAliosPayPeriodAgreementStatusGetAPIResponse.go │ ├── AliyunAliosPayPeriodAgreementUnsignAPIRequest.go │ ├── AliyunAliosPayPeriodAgreementUnsignAPIResponse.go │ ├── AliyunAliosPayRecordListAPIRequest.go │ ├── AliyunAliosPayRecordListAPIResponse.go │ ├── AliyunAliosPayRefundAPIRequest.go │ ├── AliyunAliosPayRefundAPIResponse.go │ ├── AliyunAliosPayTokenGetAPIRequest.go │ ├── AliyunAliosPayTokenGetAPIResponse.go │ ├── AliyunAliosPayTradeQueryAPIRequest.go │ ├── AliyunAliosPayTradeQueryAPIResponse.go │ ├── GetPeriodAgreementStatusRequest.go │ ├── GetPeriodAgreementStatusResponse.go │ ├── GetTokenRequest.go │ ├── GetTokenResponse.go │ ├── PayRecordData.go │ ├── PeriodAgreementPayRequest.go │ ├── PeriodAgreementPayResponse.go │ ├── PeriodAgreementUnsignRequest.go │ ├── QueryTradeRequest.go │ ├── QueryTradeResponse.go │ ├── RefundRequest.go │ ├── SearchRecordRequest.go │ ├── SearchRecordResponse.go │ └── doc.go ├── aliqin │ ├── AlibabaAliqinFcDigitalsmsCreatetemplateAPIRequest.go │ ├── AlibabaAliqinFcDigitalsmsCreatetemplateAPIResponse.go │ ├── AlibabaAliqinFcDigitalsmsCreatetemplateResult.go │ ├── AlibabaAliqinFcIotCardInfoAPIRequest.go │ ├── AlibabaAliqinFcIotCardInfoAPIResponse.go │ ├── AlibabaAliqinFcIotCardInfoResult.go │ ├── AlibabaAliqinFcIotCardStatusAPIRequest.go │ ├── AlibabaAliqinFcIotCardStatusAPIResponse.go │ ├── AlibabaAliqinFcIotCardStatusResult.go │ ├── AlibabaAliqinFcIotCardofferAPIRequest.go │ ├── AlibabaAliqinFcIotCardofferAPIResponse.go │ ├── AlibabaAliqinFcIotCardofferModel.go │ ├── AlibabaAliqinFcIotCardofferResult.go │ ├── AlibabaAliqinFcIotDeviceIsexistAPIRequest.go │ ├── AlibabaAliqinFcIotDeviceIsexistAPIResponse.go │ ├── AlibabaAliqinFcIotDeviceIsexistResult.go │ ├── AlibabaAliqinFcIotDevicePostAPIRequest.go │ ├── AlibabaAliqinFcIotDevicePostAPIResponse.go │ ├── AlibabaAliqinFcIotDevicePostResult.go │ ├── AlibabaAliqinFcIotModbindAPIRequest.go │ ├── AlibabaAliqinFcIotModbindAPIResponse.go │ ├── AlibabaAliqinFcIotModbindResult.go │ ├── AlibabaAliqinFcIotQryPersoninfoAPIRequest.go │ ├── AlibabaAliqinFcIotQryPersoninfoAPIResponse.go │ ├── AlibabaAliqinFcIotQryPersoninfoResult.go │ ├── AlibabaAliqinFcIotQrycardAPIRequest.go │ ├── AlibabaAliqinFcIotQrycardAPIResponse.go │ ├── AlibabaAliqinFcIotQrycardModel.go │ ├── AlibabaAliqinFcIotQrycardResult.go │ ├── AlibabaAliqinFcIotRechargeCardAPIRequest.go │ ├── AlibabaAliqinFcIotRechargeCardAPIResponse.go │ ├── AlibabaAliqinFcIotRechargeCardResult.go │ ├── AlibabaAliqinFcIotSmsSendAPIRequest.go │ ├── AlibabaAliqinFcIotSmsSendAPIResponse.go │ ├── AlibabaAliqinFcIotSmsSendBizResult.go │ ├── AlibabaAliqinFcIotUseroscontrolAPIRequest.go │ ├── AlibabaAliqinFcIotUseroscontrolAPIResponse.go │ ├── AlibabaAliqinFcIotUseroscontrolResult.go │ ├── AlibabaAliqinFcIvrNumCallAPIRequest.go │ ├── AlibabaAliqinFcIvrNumCallAPIResponse.go │ ├── AlibabaAliqinFcIvrNumCallResult.go │ ├── AlibabaAliqinFcSmsNumQueryAPIRequest.go │ ├── AlibabaAliqinFcSmsNumQueryAPIResponse.go │ ├── AlibabaAliqinFcSmsNumSendAPIRequest.go │ ├── AlibabaAliqinFcSmsNumSendAPIResponse.go │ ├── AlibabaAliqinFcSmsNumSendBizResult.go │ ├── AlibabaAliqinFcTtsNumSinglecallAPIRequest.go │ ├── AlibabaAliqinFcTtsNumSinglecallAPIResponse.go │ ├── AlibabaAliqinFcTtsNumSinglecallBizResult.go │ ├── AlibabaAliqinFcVoiceNumDoublecallAPIRequest.go │ ├── AlibabaAliqinFcVoiceNumDoublecallAPIResponse.go │ ├── AlibabaAliqinFcVoiceNumDoublecallBizResult.go │ ├── AlibabaAliqinFcVoiceNumSinglecallAPIRequest.go │ ├── AlibabaAliqinFcVoiceNumSinglecallAPIResponse.go │ ├── AlibabaAliqinFcVoiceNumSinglecallBizResult.go │ ├── AlibabaAliyunindepDigitalsmsCreatetemplateAPIRequest.go │ ├── AlibabaAliyunindepDigitalsmsCreatetemplateAPIResponse.go │ ├── AlibabaAliyunindepDigitalsmsCreatetemplateResult.go │ ├── AlibabaIsvDigitalsmsCreatetemplateAPIRequest.go │ ├── AlibabaIsvDigitalsmsCreatetemplateAPIResponse.go │ ├── AlibabaIsvDigitalsmsCreatetemplateResult.go │ ├── DigitalSmsTemplateContentDto.go │ ├── FcPartnerSmsDetailDto.go │ └── doc.go ├── alisports │ ├── AlibabaAlisportsDataSportsSyncsleepdataAPIRequest.go │ ├── AlibabaAlisportsDataSportsSyncsleepdataAPIResponse.go │ ├── AlibabaAlisportsDataSportsSyncsportsdataAPIRequest.go │ ├── AlibabaAlisportsDataSportsSyncsportsdataAPIResponse.go │ ├── AlibabaAlisportsDataSportsSyncstatdataAPIRequest.go │ ├── AlibabaAlisportsDataSportsSyncstatdataAPIResponse.go │ ├── AlibabaAlisportsDataSportsSyncuserdataAPIRequest.go │ ├── AlibabaAlisportsDataSportsSyncuserdataAPIResponse.go │ ├── AlibabaAlisportsDatacenterDatasyncTreadmillAPIRequest.go │ ├── AlibabaAlisportsDatacenterDatasyncTreadmillAPIResponse.go │ ├── AlibabaAlisportsPassportAccountBindthirdidAPIRequest.go │ ├── AlibabaAlisportsPassportAccountBindthirdidAPIResponse.go │ ├── AlibabaAlisportsPassportAccountCheckmobileAPIRequest.go │ ├── AlibabaAlisportsPassportAccountCheckmobileAPIResponse.go │ ├── AlibabaAlisportsPassportAccountDelrelationAPIRequest.go │ ├── AlibabaAlisportsPassportAccountDelrelationAPIResponse.go │ ├── AlibabaAlisportsPassportAccountGetaccountinfoAPIRequest.go │ ├── AlibabaAlisportsPassportAccountGetaccountinfoAPIResponse.go │ ├── AlibabaAlisportsPassportAccountSsotokenrefreshAPIRequest.go │ ├── AlibabaAlisportsPassportAccountSsotokenrefreshAPIResponse.go │ ├── AlibabaAlisportsPassportAccountSsotokenvalidateAPIRequest.go │ ├── AlibabaAlisportsPassportAccountSsotokenvalidateAPIResponse.go │ ├── AlibabaAlisportsPassportAccountTokenvalidateAPIRequest.go │ ├── AlibabaAlisportsPassportAccountTokenvalidateAPIResponse.go │ ├── AlibabaAlisportsPassportAuthAccountinfoAPIRequest.go │ ├── AlibabaAlisportsPassportAuthAccountinfoAPIResponse.go │ ├── AlibabaAlisportsPassportAuthBindAPIRequest.go │ ├── AlibabaAlisportsPassportAuthBindAPIResponse.go │ ├── AlibabaAlisportsPassportAuthUnbindAPIRequest.go │ ├── AlibabaAlisportsPassportAuthUnbindAPIResponse.go │ ├── AlibabaAlisportsPassportOauthAlipaygrantAPIRequest.go │ ├── AlibabaAlisportsPassportOauthAlipaygrantAPIResponse.go │ ├── AlibabaAlisportsPassportOauthTokenvalidateAPIRequest.go │ ├── AlibabaAlisportsPassportOauthTokenvalidateAPIResponse.go │ ├── AlibabaAlisportsPassportParterSynccardAPIRequest.go │ ├── AlibabaAlisportsPassportParterSynccardAPIResponse.go │ ├── AlispData.go │ ├── AlispResult.go │ ├── AuthAccountInfoDto.go │ └── doc.go ├── alitripbp │ ├── AdResult.go │ ├── AlitripBpChannelCrowQueryAPIRequest.go │ ├── AlitripBpChannelCrowQueryAPIResponse.go │ ├── AlitripBpCouponinfoSyncAPIRequest.go │ ├── AlitripBpCouponinfoSyncAPIResponse.go │ ├── ChannelExamineResultDto.go │ ├── CouponDataRequest.go │ ├── ExamineOuterUserRequest.go │ └── doc.go ├── alitripcar │ ├── AlitripCarInvoiceConfirmAPIRequest.go │ ├── AlitripCarInvoiceConfirmAPIResponse.go │ ├── OrderCancel.go │ ├── OrderRefund.go │ ├── ReceiptDo.go │ ├── TaobaoAlitripCarOrderAgentCancelAPIRequest.go │ ├── TaobaoAlitripCarOrderAgentCancelAPIResponse.go │ ├── TaobaoAlitripCarOrderRefundAPIRequest.go │ ├── TaobaoAlitripCarOrderRefundAPIResponse.go │ └── doc.go ├── alitripdivisions │ ├── AlitripPlatformDivisionsGetdivisionbynameAPIRequest.go │ ├── AlitripPlatformDivisionsGetdivisionbynameAPIResponse.go │ ├── AlitripPlatformDivisionsQuerybyparentidAPIRequest.go │ ├── AlitripPlatformDivisionsQuerybyparentidAPIResponse.go │ ├── AlitripPlatformDivisionsQuerybyparentidResult.go │ ├── TrdiDivisionBasicListVo.go │ ├── TrdiDivisionBasicVo.go │ └── doc.go ├── alitripmerchant │ ├── ActivityDrawGoodsPostInfoVo.go │ ├── ActivityDrawPopupVo.go │ ├── ActivityDrawUserGoodsVo.go │ ├── ActivityGoodsList.go │ ├── ActivityLuckyDrawVo.go │ ├── ActivityParticipateNumberVo.go │ ├── ActivityParticipateVo.go │ ├── AddressLetterDto.go │ ├── AddressListSearchDto.go │ ├── AddressSearchDto.go │ ├── AddressSearchVo.go │ ├── AddressVo.go │ ├── AlitripMerchantGalaxyActivityAddressAddAPIRequest.go │ ├── AlitripMerchantGalaxyActivityAddressAddAPIResponse.go │ ├── AlitripMerchantGalaxyActivityAddressAddResponse.go │ ├── AlitripMerchantGalaxyActivityCouponListAPIRequest.go │ ├── AlitripMerchantGalaxyActivityCouponListAPIResponse.go │ ├── AlitripMerchantGalaxyActivityCouponListResponse.go │ ├── AlitripMerchantGalaxyActivityDrawParticipateAPIRequest.go │ ├── AlitripMerchantGalaxyActivityDrawParticipateAPIResponse.go │ ├── AlitripMerchantGalaxyActivityDrawParticipateResponse.go │ ├── AlitripMerchantGalaxyActivityFatigueAPIRequest.go │ ├── AlitripMerchantGalaxyActivityFatigueAPIResponse.go │ ├── AlitripMerchantGalaxyActivityFatigueResponse.go │ ├── AlitripMerchantGalaxyActivityGoodsQueryAPIRequest.go │ ├── AlitripMerchantGalaxyActivityGoodsQueryAPIResponse.go │ ├── AlitripMerchantGalaxyActivityGoodsQueryResponse.go │ ├── AlitripMerchantGalaxyActivityMarketingPopupAPIRequest.go │ ├── AlitripMerchantGalaxyActivityMarketingPopupAPIResponse.go │ ├── AlitripMerchantGalaxyActivityMarketingPopupResponse.go │ ├── AlitripMerchantGalaxyActivityPopupControlAPIRequest.go │ ├── AlitripMerchantGalaxyActivityPopupControlAPIResponse.go │ ├── AlitripMerchantGalaxyActivityPopupControlResponse.go │ ├── AlitripMerchantGalaxyActivityPopupQueryAPIRequest.go │ ├── AlitripMerchantGalaxyActivityPopupQueryAPIResponse.go │ ├── AlitripMerchantGalaxyActivityPopupQueryResponse.go │ ├── AlitripMerchantGalaxyBrandSearchAPIRequest.go │ ├── AlitripMerchantGalaxyBrandSearchAPIResponse.go │ ├── AlitripMerchantGalaxyBrandSearchResult.go │ ├── AlitripMerchantGalaxyCardInfoAPIRequest.go │ ├── AlitripMerchantGalaxyCardInfoAPIResponse.go │ ├── AlitripMerchantGalaxyCardInfoResponse.go │ ├── AlitripMerchantGalaxyCityLikeAPIRequest.go │ ├── AlitripMerchantGalaxyCityLikeAPIResponse.go │ ├── AlitripMerchantGalaxyCityLikeResponse.go │ ├── AlitripMerchantGalaxyCityListAPIRequest.go │ ├── AlitripMerchantGalaxyCityListAPIResponse.go │ ├── AlitripMerchantGalaxyCityListResponse.go │ ├── AlitripMerchantGalaxyCommonBindMerchantIdAPIRequest.go │ ├── AlitripMerchantGalaxyCommonBindMerchantIdAPIResponse.go │ ├── AlitripMerchantGalaxyCommonBindMerchantIdResponse.go │ ├── AlitripMerchantGalaxyCommonGetEnumsbynameAPIRequest.go │ ├── AlitripMerchantGalaxyCommonGetEnumsbynameAPIResponse.go │ ├── AlitripMerchantGalaxyCommonGetEnumsbynameResponse.go │ ├── AlitripMerchantGalaxyCouponInvalidListAPIRequest.go │ ├── AlitripMerchantGalaxyCouponInvalidListAPIResponse.go │ ├── AlitripMerchantGalaxyCouponInvalidListResponse.go │ ├── AlitripMerchantGalaxyCouponValidListAPIRequest.go │ ├── AlitripMerchantGalaxyCouponValidListAPIResponse.go │ ├── AlitripMerchantGalaxyCouponValidListResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberGenerateSellerQrcodeAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberGenerateSellerQrcodeAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberGenerateSellerQrcodeResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardActiveAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardActiveAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardActiveResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardApsRefundAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardApsRefundAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardApsRefundResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardChangeCallbackAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardChangeCallbackAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardChangeCallbackResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrderCancelAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrderCancelAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrderCancelResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrderDetailsQueryAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrderDetailsQueryAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrderDetailsQueryResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrderPlaceAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrderPlaceAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrderPlaceResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrdersQueryAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrdersQueryAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardOrdersQueryResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardPurchasableQueryAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardPurchasableQueryAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardPurchasableQueryResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardQueryAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardQueryAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardQueryResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardRedeemAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardRedeemAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardRedeemHistoryAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardRedeemHistoryAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardRedeemHistoryResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardRedeemResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardShowQrcodeAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardShowQrcodeAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherCardShowQrcodeResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherOfflineQrcodeAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherOfflineQrcodeAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherOfflineQrcodeResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherQueryAmountAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherQueryAmountAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherQueryAmountResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptAutoAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptAutoAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptAutoResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptDetailsApplyAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptDetailsApplyAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptDetailsApplyResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptDetailsAutoAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptDetailsAutoAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptDetailsAutoResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptDetailsQueryAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptDetailsQueryAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptDetailsQueryResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptShowAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptShowAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherReceiptShowResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherUpdateStatusAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherUpdateStatusAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyMemberVoucherUpdateStatusResponse.go │ ├── AlitripMerchantGalaxyDerbyVoucherCardUnlimitedChangeCallbackAPIRequest.go │ ├── AlitripMerchantGalaxyDerbyVoucherCardUnlimitedChangeCallbackAPIResponse.go │ ├── AlitripMerchantGalaxyDerbyVoucherCardUnlimitedChangeCallbackResponse.go │ ├── AlitripMerchantGalaxyFavoriteListAPIRequest.go │ ├── AlitripMerchantGalaxyFavoriteListAPIResponse.go │ ├── AlitripMerchantGalaxyFavoriteListResponse.go │ ├── AlitripMerchantGalaxyFavoriteQueryAPIRequest.go │ ├── AlitripMerchantGalaxyFavoriteQueryAPIResponse.go │ ├── AlitripMerchantGalaxyFavoriteQueryResponse.go │ ├── AlitripMerchantGalaxyFavoriteSaveAPIRequest.go │ ├── AlitripMerchantGalaxyFavoriteSaveAPIResponse.go │ ├── AlitripMerchantGalaxyFavoriteSaveResponse.go │ ├── AlitripMerchantGalaxyHotelDetailSearchAPIRequest.go │ ├── AlitripMerchantGalaxyHotelDetailSearchAPIResponse.go │ ├── AlitripMerchantGalaxyHotelDetailSearchDataAPIRequest.go │ ├── AlitripMerchantGalaxyHotelDetailSearchDataAPIResponse.go │ ├── AlitripMerchantGalaxyHotelDetailSearchDataResponse.go │ ├── AlitripMerchantGalaxyHotelDetailSearchResult.go │ ├── AlitripMerchantGalaxyHotelListSearchAPIRequest.go │ ├── AlitripMerchantGalaxyHotelListSearchAPIResponse.go │ ├── AlitripMerchantGalaxyMemberAddAgreementAPIRequest.go │ ├── AlitripMerchantGalaxyMemberAddAgreementAPIResponse.go │ ├── AlitripMerchantGalaxyMemberAddAgreementResponse.go │ ├── AlitripMerchantGalaxyMemberCardAPIRequest.go │ ├── AlitripMerchantGalaxyMemberCardAPIResponse.go │ ├── AlitripMerchantGalaxyMemberCardResponse.go │ ├── AlitripMerchantGalaxyMemberCompleteSwitchAPIRequest.go │ ├── AlitripMerchantGalaxyMemberCompleteSwitchAPIResponse.go │ ├── AlitripMerchantGalaxyMemberCompleteSwitchResponse.go │ ├── AlitripMerchantGalaxyMemberLoginDerbyAPIRequest.go │ ├── AlitripMerchantGalaxyMemberLoginDerbyAPIResponse.go │ ├── AlitripMerchantGalaxyMemberLoginDerbyResponse.go │ ├── AlitripMerchantGalaxyMemberLogoutAPIRequest.go │ ├── AlitripMerchantGalaxyMemberLogoutAPIResponse.go │ ├── AlitripMerchantGalaxyMemberLogoutResponse.go │ ├── AlitripMerchantGalaxyMemberPopupAgreementAPIRequest.go │ ├── AlitripMerchantGalaxyMemberPopupAgreementAPIResponse.go │ ├── AlitripMerchantGalaxyMemberPopupAgreementResponse.go │ ├── AlitripMerchantGalaxyMemberProviderRegisterAPIRequest.go │ ├── AlitripMerchantGalaxyMemberProviderRegisterAPIResponse.go │ ├── AlitripMerchantGalaxyMemberProviderRegisterResponse.go │ ├── AlitripMerchantGalaxyMemberQueryAPIRequest.go │ ├── AlitripMerchantGalaxyMemberQueryAPIResponse.go │ ├── AlitripMerchantGalaxyMemberQueryResponse.go │ ├── AlitripMerchantGalaxyMemberRegisterAPIRequest.go │ ├── AlitripMerchantGalaxyMemberRegisterAPIResponse.go │ ├── AlitripMerchantGalaxyMemberRegisterDerbyAPIRequest.go │ ├── AlitripMerchantGalaxyMemberRegisterDerbyAPIResponse.go │ ├── AlitripMerchantGalaxyMemberRegisterDerbyResponse.go │ ├── AlitripMerchantGalaxyMemberRegisterResponse.go │ ├── AlitripMerchantGalaxyMemberTokenAPIRequest.go │ ├── AlitripMerchantGalaxyMemberTokenAPIResponse.go │ ├── AlitripMerchantGalaxyMemberTokenResponse.go │ ├── AlitripMerchantGalaxyMessageSubscriptionQueryAPIRequest.go │ ├── AlitripMerchantGalaxyMessageSubscriptionQueryAPIResponse.go │ ├── AlitripMerchantGalaxyMessageSubscriptionQueryResponse.go │ ├── AlitripMerchantGalaxyMessageSubscriptionStorageAPIRequest.go │ ├── AlitripMerchantGalaxyMessageSubscriptionStorageAPIResponse.go │ ├── AlitripMerchantGalaxyMessageSubscriptionStorageResponse.go │ ├── AlitripMerchantGalaxyOfferQueryAPIRequest.go │ ├── AlitripMerchantGalaxyOfferQueryAPIResponse.go │ ├── AlitripMerchantGalaxyOfferQueryResponse.go │ ├── AlitripMerchantGalaxyOrderBookAPIRequest.go │ ├── AlitripMerchantGalaxyOrderBookAPIResponse.go │ ├── AlitripMerchantGalaxyOrderBookResponse.go │ ├── AlitripMerchantGalaxyOrderCancelAPIRequest.go │ ├── AlitripMerchantGalaxyOrderCancelAPIResponse.go │ ├── AlitripMerchantGalaxyOrderCancelResponse.go │ ├── AlitripMerchantGalaxyOrderCouponValidateAPIRequest.go │ ├── AlitripMerchantGalaxyOrderCouponValidateAPIResponse.go │ ├── AlitripMerchantGalaxyOrderCouponValidateResponse.go │ ├── AlitripMerchantGalaxyOrderFillAPIRequest.go │ ├── AlitripMerchantGalaxyOrderFillAPIResponse.go │ ├── AlitripMerchantGalaxyOrderFillResponse.go │ ├── AlitripMerchantGalaxyOrderListQueryAPIRequest.go │ ├── AlitripMerchantGalaxyOrderListQueryAPIResponse.go │ ├── AlitripMerchantGalaxyOrderListQueryResponse.go │ ├── AlitripMerchantGalaxyOrderQueryAPIRequest.go │ ├── AlitripMerchantGalaxyOrderQueryAPIResponse.go │ ├── AlitripMerchantGalaxyOrderQueryInfoAPIRequest.go │ ├── AlitripMerchantGalaxyOrderQueryInfoAPIResponse.go │ ├── AlitripMerchantGalaxyOrderQueryInfoResponse.go │ ├── AlitripMerchantGalaxyOrderQueryOrderCountAPIRequest.go │ ├── AlitripMerchantGalaxyOrderQueryOrderCountAPIResponse.go │ ├── AlitripMerchantGalaxyOrderQueryOrderCountResponse.go │ ├── AlitripMerchantGalaxyOrderQueryResponse.go │ ├── AlitripMerchantGalaxyOrderValidateAPIRequest.go │ ├── AlitripMerchantGalaxyOrderValidateAPIResponse.go │ ├── AlitripMerchantGalaxyOrderValidateResponse.go │ ├── AlitripMerchantGalaxyPaymentParamQueryAPIRequest.go │ ├── AlitripMerchantGalaxyPaymentParamQueryAPIResponse.go │ ├── AlitripMerchantGalaxyPaymentParamQueryResponse.go │ ├── AlitripMerchantGalaxyProviderMemberQueryAPIRequest.go │ ├── AlitripMerchantGalaxyProviderMemberQueryAPIResponse.go │ ├── AlitripMerchantGalaxyProviderMemberQueryResponse.go │ ├── AlitripMerchantGalaxyQueryDrawSummaryAPIRequest.go │ ├── AlitripMerchantGalaxyQueryDrawSummaryAPIResponse.go │ ├── AlitripMerchantGalaxyQueryDrawSummaryResponse.go │ ├── AlitripMerchantGalaxyQueryParticipateNumberAPIRequest.go │ ├── AlitripMerchantGalaxyQueryParticipateNumberAPIResponse.go │ ├── AlitripMerchantGalaxyQueryParticipateNumberResponse.go │ ├── AlitripMerchantGalaxyReceiveCouponByActivityAPIRequest.go │ ├── AlitripMerchantGalaxyReceiveCouponByActivityAPIResponse.go │ ├── AlitripMerchantGalaxyReceiveCouponByActivityResult.go │ ├── AlitripMerchantGalaxyShareGetAPIRequest.go │ ├── AlitripMerchantGalaxyShareGetAPIResponse.go │ ├── AlitripMerchantGalaxyShareGetResponse.go │ ├── AlitripMerchantGalaxyTriggerEventAPIRequest.go │ ├── AlitripMerchantGalaxyTriggerEventAPIResponse.go │ ├── AlitripMerchantGalaxyTriggerEventResponse.go │ ├── AlitripMerchantGalaxyUserRiskAPIRequest.go │ ├── AlitripMerchantGalaxyUserRiskAPIResponse.go │ ├── AlitripMerchantGalaxyUserRiskResponse.go │ ├── AlitripMerchantGalaxyVerifySignatureAPIRequest.go │ ├── AlitripMerchantGalaxyVerifySignatureAPIResponse.go │ ├── AlitripMerchantGalaxyVerifySignatureResponse.go │ ├── AlitripMerchantGalaxyVoucherGenerateSchemeLinkAPIRequest.go │ ├── AlitripMerchantGalaxyVoucherGenerateSchemeLinkAPIResponse.go │ ├── AlitripMerchantGalaxyVoucherGenerateSchemeLinkResponse.go │ ├── AlitripMerchantGalaxyVoucherQueryAPIRequest.go │ ├── AlitripMerchantGalaxyVoucherQueryAPIResponse.go │ ├── AlitripMerchantGalaxyVoucherQueryListAPIRequest.go │ ├── AlitripMerchantGalaxyVoucherQueryListAPIResponse.go │ ├── AlitripMerchantGalaxyVoucherQueryListResponse.go │ ├── AlitripMerchantGalaxyVoucherQueryResponse.go │ ├── AlitripMerchantGalaxyWechatAddCouponRecordAPIRequest.go │ ├── AlitripMerchantGalaxyWechatAddCouponRecordAPIResponse.go │ ├── AlitripMerchantGalaxyWechatAddCouponRecordResponse.go │ ├── AlitripMerchantGalaxyWechatAddOperationRecordAPIRequest.go │ ├── AlitripMerchantGalaxyWechatAddOperationRecordAPIResponse.go │ ├── AlitripMerchantGalaxyWechatAddOperationRecordResponse.go │ ├── AlitripMerchantGalaxyWechatCardParmQueryAPIRequest.go │ ├── AlitripMerchantGalaxyWechatCardParmQueryAPIResponse.go │ ├── AlitripMerchantGalaxyWechatCardParmQueryResponse.go │ ├── AlitripMerchantGalaxyWechatCardQueryRecordAPIRequest.go │ ├── AlitripMerchantGalaxyWechatCardQueryRecordAPIResponse.go │ ├── AlitripMerchantGalaxyWechatCardQueryRecordResponse.go │ ├── AlitripMerchantGalaxyWechatDataLotteryQueryAPIRequest.go │ ├── AlitripMerchantGalaxyWechatDataLotteryQueryAPIResponse.go │ ├── AlitripMerchantGalaxyWechatInfoAPIRequest.go │ ├── AlitripMerchantGalaxyWechatInfoAPIResponse.go │ ├── AlitripMerchantGalaxyWechatInfoResponse.go │ ├── AlitripMerchantGalaxyWechatLoginAPIRequest.go │ ├── AlitripMerchantGalaxyWechatLoginAPIResponse.go │ ├── AlitripMerchantGalaxyWechatLoginResponse.go │ ├── AlitripMerchantGalaxyWechatPayCallbackAPIRequest.go │ ├── AlitripMerchantGalaxyWechatPayCallbackAPIResponse.go │ ├── AlitripMerchantGalaxyWechatPayCallbackResponse.go │ ├── AlitripMerchantGalaxyWechatUserAuthorizeLoginAPIRequest.go │ ├── AlitripMerchantGalaxyWechatUserAuthorizeLoginAPIResponse.go │ ├── AlitripMerchantGalaxyWechatUserAuthorizeLoginResponse.go │ ├── AlitripMerchantGalaxyWechatUserLoginAPIRequest.go │ ├── AlitripMerchantGalaxyWechatUserLoginAPIResponse.go │ ├── AlitripMerchantGalaxyWechatUserLoginResponse.go │ ├── AlitripMerchantGalaxyWechatUserModifyPhoneAPIRequest.go │ ├── AlitripMerchantGalaxyWechatUserModifyPhoneAPIResponse.go │ ├── AlitripMerchantGalaxyWechatUserModifyPhoneResponse.go │ ├── BaseDescVo.go │ ├── BindingMerchantIdUserDto.go │ ├── BrandListDto.go │ ├── CancelPolicy.go │ ├── CardBaseInfoDto.go │ ├── CardSystemVo.go │ ├── CityAddressDetail.go │ ├── Content.go │ ├── CouponActivity.go │ ├── CouponActivityPopUpVo.go │ ├── CouponInfo.go │ ├── CouponInfoVo.go │ ├── CouponParam.go │ ├── CouponValidateOrderDto.go │ ├── CreateOrderParam.go │ ├── DailyInfo.go │ ├── DailyMarkupPrice.go │ ├── DailyPrice.go │ ├── DerbyAuthenticationParam.go │ ├── DerbyMemberVo.go │ ├── DerbySpecialField.go │ ├── DerbyVoucherCardActiveVo.go │ ├── DerbyVoucherCardApplyReceiptDto.go │ ├── DerbyVoucherCardCancelDto.go │ ├── DerbyVoucherCardOrderDetailsVo.go │ ├── DerbyVoucherCardOrdersVo.go │ ├── DerbyVoucherCardPayDto.go │ ├── DerbyVoucherCardPurchasableVo.go │ ├── DerbyVoucherCardRedeemDto.go │ ├── DerbyVoucherCardRedeemHistoryVo.go │ ├── DerbyVoucherCardRedeemVo.go │ ├── DerbyVoucherCardVo.go │ ├── DerbyVoucherCountVo.go │ ├── DerbyVoucherIdentityQrcodeVo.go │ ├── DerbyVoucherInfo.go │ ├── DerbyVoucherPolymerizationVo.go │ ├── DerbyVoucherReceiptApplyVo.go │ ├── DerbyVoucherReceiptAutoResponse.go │ ├── DerbyVoucherReceiptAutoVo.go │ ├── DerbyVoucherReceiptQueryVo.go │ ├── DerbyVoucherUniversalDto.go │ ├── DerbyVoucherVo.go │ ├── DisplayCouponTemplateVo.go │ ├── DrawOfferSummaryVo.go │ ├── EnumVo.go │ ├── EventCoupon.go │ ├── EventParam.go │ ├── FacilityDto.go │ ├── FacilityListVo.go │ ├── FacilityVo.go │ ├── FavoriteHotelList.go │ ├── FavoriteStatusVo.go │ ├── FillOrderParam.go │ ├── FillPageVo.go │ ├── ForeignCurrencyDto.go │ ├── ForeignCurrencyInfo.go │ ├── GuestByRoomDto.go │ ├── HotelAddressDetail.go │ ├── HotelContentDto.go │ ├── HotelDetailInfoDto.go │ ├── HotelDetailInfoVo.go │ ├── HotelDetailsGroupParam.go │ ├── HotelDetailsParam.go │ ├── HotelDinamicLabelDto.go │ ├── HotelFeatureVo.go │ ├── HotelListSearchDto.go │ ├── HotelPictureDto.go │ ├── HotelVo.go │ ├── JoinBrandDto.go │ ├── ListSearchParam.go │ ├── LoginParam.go │ ├── LotteryDataVo.go │ ├── MarkupInfoVo.go │ ├── MemberBaseInfoDto.go │ ├── MemberCardDetailVo.go │ ├── MemberCardDto.go │ ├── MemberCardParamVo.go │ ├── MemberDto.go │ ├── MemberParam.go │ ├── MemberRight.go │ ├── MemberRightCarouselVo.go │ ├── MemberRightVo.go │ ├── MemberRights.go │ ├── NewUserInfo.go │ ├── OfferDetailsDto.go │ ├── OrderCountDetailVo.go │ ├── OrderCountVo.go │ ├── OrderDetailDto.go │ ├── OrderDto.go │ ├── OrderPayDto.go │ ├── PageableResponse.go │ ├── PayParamResult.go │ ├── PointsDetailDto.go │ ├── PopUpInfo.go │ ├── PopUpInfoVo.go │ ├── PopUpVo.go │ ├── PriceDetailDto.go │ ├── PriceGroupSummaryVo.go │ ├── PriceInfoDto.go │ ├── PrizeDisplay.go │ ├── ProviderMemberParam.go │ ├── ProviderMemberVo.go │ ├── QueryLotteryDataDto.go │ ├── QueryMemberParam.go │ ├── RegisterProgressVo.go │ ├── ReplaceRpCode.go │ ├── Room.go │ ├── RoomDetailDto.go │ ├── RoomDetailVo.go │ ├── RoomPropertiesDto.go │ ├── RoomProperty.go │ ├── RoomSummaryVo.go │ ├── RoomTypeBedInfoDto.go │ ├── SendCouponParams.go │ ├── ShareMaterialVo.go │ ├── UserAgreementVo.go │ ├── UserCurrentStatus.go │ ├── UserRiskRankVo.go │ ├── ValidateOrderParam.go │ ├── ValidateOrderVo.go │ ├── ValidateResultVo.go │ ├── VoucherHotelVo.go │ ├── VoucherInfoVo.go │ ├── VoucherOrderDetailVo.go │ ├── VoucherOrderVo.go │ ├── VoucherParameter.go │ ├── VoucherVo.go │ ├── WeChatCouponVo.go │ ├── WechatCallbackResponse.go │ ├── WechatCodeResponse.go │ └── doc.go ├── alitrippoi │ ├── AlitripPlatformContentRawAddAPIRequest.go │ ├── AlitripPlatformContentRawAddAPIResponse.go │ ├── AlitripPlatformPoiRawFeedAPIRequest.go │ ├── AlitripPlatformPoiRawFeedAPIResponse.go │ ├── AlitripPlatformPoiRawFeedResult.go │ ├── AlitripPlatformPoiRawPoioutAPIRequest.go │ ├── AlitripPlatformPoiRawPoioutAPIResponse.go │ ├── AlitripPlatformPoiRawPoioutData.go │ ├── AlitripPlatformPoiRawPoioutResult.go │ ├── AlitripPlatformPoiRawPoioutbypoiidsAPIRequest.go │ ├── AlitripPlatformPoiRawPoioutbypoiidsAPIResponse.go │ ├── AlitripPlatformPoiRawPoioutbypoiidsData.go │ ├── AlitripPlatformPoiRawPoioutbypoiidsResult.go │ ├── AlitripPlatformPoiRawSaverawpoiAPIRequest.go │ ├── AlitripPlatformPoiRawSaverawpoiAPIResponse.go │ ├── AlitripPlatformPoiRawSaverawpoiResult.go │ ├── BaseResult.go │ ├── FliggyContentRequest.go │ ├── FliggyPoiIdParam.go │ ├── FliggyPoiOutParam.go │ ├── StructureBrandInfo.go │ ├── StructureServiceInfo.go │ ├── TripPoiRawSaveParam.go │ ├── TripPoiRawSaveParamV2.go │ └── doc.go ├── alitripreceipt │ ├── AlitripReceiptIssueresultNotifyAPIRequest.go │ ├── AlitripReceiptIssueresultNotifyAPIResponse.go │ ├── AlitripReceiptSellerInvoiceRedAPIRequest.go │ ├── AlitripReceiptSellerInvoiceRedAPIResponse.go │ ├── AlitripReceiptSellerInvoiceReturnAPIRequest.go │ ├── AlitripReceiptSellerInvoiceReturnAPIResponse.go │ ├── IssueResultNotifyCmd.go │ ├── ReceiptDo.go │ ├── RedReceiptParam.go │ └── doc.go ├── aliyun │ ├── AccountaliyuncscomcreateAliyunAccount20130701APIRequest.go │ ├── AccountaliyuncscomcreateAliyunAccount20130701APIResponse.go │ ├── AccountaliyuncscomcreateAliyunAccountForBid20130701APIRequest.go │ ├── AccountaliyuncscomcreateAliyunAccountForBid20130701APIResponse.go │ ├── AccountaliyuncscomcreateApp20130701APIRequest.go │ ├── AccountaliyuncscomcreateApp20130701APIResponse.go │ ├── AccountaliyuncscomcreateAppForBid20130701APIRequest.go │ ├── AccountaliyuncscomcreateAppForBid20130701APIResponse.go │ ├── AccountaliyuncscomdeleteAppForBid20130701APIRequest.go │ ├── AccountaliyuncscomdeleteAppForBid20130701APIResponse.go │ ├── AccountaliyuncscomlistAppkeyByOwnerAndBid20130701APIRequest.go │ ├── AccountaliyuncscomlistAppkeyByOwnerAndBid20130701APIResponse.go │ ├── BackendServerHealth.go │ ├── Listener.go │ ├── OdpsaliyuncscomdescribeOdpsService20141215APIRequest.go │ ├── OdpsaliyuncscomdescribeOdpsService20141215APIResponse.go │ ├── PushAliyuncsComPush20150518APIRequest.go │ ├── PushAliyuncsComPush20150518APIResponse.go │ ├── PushaliyuncscompushMsg20150318APIRequest.go │ ├── PushaliyuncscompushMsg20150318APIResponse.go │ ├── PushaliyuncscompushNotification20150318APIRequest.go │ ├── PushaliyuncscompushNotification20150318APIResponse.go │ ├── SlbaliyuncscomdeleteLoadBalancerListener20130221APIRequest.go │ ├── SlbaliyuncscomdeleteLoadBalancerListener20130221APIResponse.go │ ├── SlbaliyuncscomdescribeBackendServers20130221APIRequest.go │ ├── SlbaliyuncscomdescribeBackendServers20130221APIResponse.go │ ├── SlbaliyuncscomsetLoadBalancerName20130221APIRequest.go │ ├── SlbaliyuncscomsetLoadBalancerName20130221APIResponse.go │ └── doc.go ├── aliyunocs │ ├── AliyunOcsRegion.go │ ├── MKvstorealiyuncscomcreateInstance20150301APIRequest.go │ ├── MKvstorealiyuncscomcreateInstance20150301APIResponse.go │ ├── MKvstorealiyuncscomdescribeRegions20150301APIRequest.go │ ├── MKvstorealiyuncscomdescribeRegions20150301APIResponse.go │ └── doc.go ├── alsc │ ├── AccountOpenInfo.go │ ├── ActionOpenInfo.go │ ├── ActiveCardOpenReq.go │ ├── AlibabaAlscChudaTemplateSendAPIRequest.go │ ├── AlibabaAlscChudaTemplateSendAPIResponse.go │ ├── AlibabaAlscConsumerecordSyncAPIRequest.go │ ├── AlibabaAlscConsumerecordSyncAPIResponse.go │ ├── AlibabaAlscCrmCardActiveAPIRequest.go │ ├── AlibabaAlscCrmCardActiveAPIResponse.go │ ├── AlibabaAlscCrmCardBatchActiveAPIRequest.go │ ├── AlibabaAlscCrmCardBatchActiveAPIResponse.go │ ├── AlibabaAlscCrmCardBatchSellAPIRequest.go │ ├── AlibabaAlscCrmCardBatchSellAPIResponse.go │ ├── AlibabaAlscCrmCardBindcardAPIRequest.go │ ├── AlibabaAlscCrmCardBindcardAPIResponse.go │ ├── AlibabaAlscCrmCardBindcustomerAPIRequest.go │ ├── AlibabaAlscCrmCardBindcustomerAPIResponse.go │ ├── AlibabaAlscCrmCardOpenAPIRequest.go │ ├── AlibabaAlscCrmCardOpenAPIResponse.go │ ├── AlibabaAlscCrmCardPagetmpAPIRequest.go │ ├── AlibabaAlscCrmCardPagetmpAPIResponse.go │ ├── AlibabaAlscCrmCardQryAPIRequest.go │ ├── AlibabaAlscCrmCardQryAPIResponse.go │ ├── AlibabaAlscCrmCardQryphysicalAPIRequest.go │ ├── AlibabaAlscCrmCardQryphysicalAPIResponse.go │ ├── AlibabaAlscCrmCardQueryTemplateAPIRequest.go │ ├── AlibabaAlscCrmCardQueryTemplateAPIResponse.go │ ├── AlibabaAlscCrmCardSearchcardAPIRequest.go │ ├── AlibabaAlscCrmCardSearchcardAPIResponse.go │ ├── AlibabaAlscCrmCustomerCheckppwAPIRequest.go │ ├── AlibabaAlscCrmCustomerCheckppwAPIResponse.go │ ├── AlibabaAlscCrmCustomerCreateAPIRequest.go │ ├── AlibabaAlscCrmCustomerCreateAPIResponse.go │ ├── AlibabaAlscCrmCustomerGetAPIRequest.go │ ├── AlibabaAlscCrmCustomerGetAPIResponse.go │ ├── AlibabaAlscCrmCustomerResetppwAPIRequest.go │ ├── AlibabaAlscCrmCustomerResetppwAPIResponse.go │ ├── AlibabaAlscCrmCustomerUpdateAPIRequest.go │ ├── AlibabaAlscCrmCustomerUpdateAPIResponse.go │ ├── AlibabaAlscCrmCustomerUpdateppwAPIRequest.go │ ├── AlibabaAlscCrmCustomerUpdateppwAPIResponse.go │ ├── AlibabaAlscCrmCustomerVoucherListAPIRequest.go │ ├── AlibabaAlscCrmCustomerVoucherListAPIResponse.go │ ├── AlibabaAlscCrmMarketingEncryptAPIRequest.go │ ├── AlibabaAlscCrmMarketingEncryptAPIResponse.go │ ├── AlibabaAlscCrmMarketingIssueVoucherAPIRequest.go │ ├── AlibabaAlscCrmMarketingIssueVoucherAPIResponse.go │ ├── AlibabaAlscCrmMarketingShareCustomerInfoAPIRequest.go │ ├── AlibabaAlscCrmMarketingShareCustomerInfoAPIResponse.go │ ├── AlibabaAlscCrmMenuListAPIRequest.go │ ├── AlibabaAlscCrmMenuListAPIResponse.go │ ├── AlibabaAlscCrmOpenAssertRefundAPIRequest.go │ ├── AlibabaAlscCrmOpenAssertRefundAPIResponse.go │ ├── AlibabaAlscCrmOpenAssertVerifyAPIRequest.go │ ├── AlibabaAlscCrmOpenAssertVerifyAPIResponse.go │ ├── AlibabaAlscCrmOpenCustomerGetAPIRequest.go │ ├── AlibabaAlscCrmOpenCustomerGetAPIResponse.go │ ├── AlibabaAlscCrmOpenCustomerSaveAPIRequest.go │ ├── AlibabaAlscCrmOpenCustomerSaveAPIResponse.go │ ├── AlibabaAlscCrmOpenOrderBackflowAPIRequest.go │ ├── AlibabaAlscCrmOpenOrderBackflowAPIResponse.go │ ├── AlibabaAlscCrmOpenPointOperateAPIRequest.go │ ├── AlibabaAlscCrmOpenPointOperateAPIResponse.go │ ├── AlibabaAlscCrmOpenRechargeOperateAPIRequest.go │ ├── AlibabaAlscCrmOpenRechargeOperateAPIResponse.go │ ├── AlibabaAlscCrmOpenRuleGetAPIRequest.go │ ├── AlibabaAlscCrmOpenRuleGetAPIResponse.go │ ├── AlibabaAlscCrmPointCalAPIRequest.go │ ├── AlibabaAlscCrmPointCalAPIResponse.go │ ├── AlibabaAlscCrmPointChkpntbypayAPIRequest.go │ ├── AlibabaAlscCrmPointChkpntbypayAPIResponse.go │ ├── AlibabaAlscCrmPointConsumepointAPIRequest.go │ ├── AlibabaAlscCrmPointConsumepointAPIResponse.go │ ├── AlibabaAlscCrmPointExtraConsumeAPIRequest.go │ ├── AlibabaAlscCrmPointExtraConsumeAPIResponse.go │ ├── AlibabaAlscCrmPointExtrachargeAPIRequest.go │ ├── AlibabaAlscCrmPointExtrachargeAPIResponse.go │ ├── AlibabaAlscCrmPointQuerypointflowAPIRequest.go │ ├── AlibabaAlscCrmPointQuerypointflowAPIResponse.go │ ├── AlibabaAlscCrmPointReversepointAPIRequest.go │ ├── AlibabaAlscCrmPointReversepointAPIResponse.go │ ├── AlibabaAlscCrmPointRuleGetAPIRequest.go │ ├── AlibabaAlscCrmPointRuleGetAPIResponse.go │ ├── AlibabaAlscCrmPromotionListAPIRequest.go │ ├── AlibabaAlscCrmPromotionListAPIResponse.go │ ├── AlibabaAlscCrmRechargeAccountFlowdetailGetAPIRequest.go │ ├── AlibabaAlscCrmRechargeAccountFlowdetailGetAPIResponse.go │ ├── AlibabaAlscCrmRechargeAccountGetAPIRequest.go │ ├── AlibabaAlscCrmRechargeAccountGetAPIResponse.go │ ├── AlibabaAlscCrmRechargeAccountflowsGetAPIRequest.go │ ├── AlibabaAlscCrmRechargeAccountflowsGetAPIResponse.go │ ├── AlibabaAlscCrmRechargeChargeUpdateAPIRequest.go │ ├── AlibabaAlscCrmRechargeChargeUpdateAPIResponse.go │ ├── AlibabaAlscCrmRechargeChargeprecheckGetAPIRequest.go │ ├── AlibabaAlscCrmRechargeChargeprecheckGetAPIResponse.go │ ├── AlibabaAlscCrmRechargeDedutUpdateAPIRequest.go │ ├── AlibabaAlscCrmRechargeDedutUpdateAPIResponse.go │ ├── AlibabaAlscCrmRechargeDedutprecheckGetAPIRequest.go │ ├── AlibabaAlscCrmRechargeDedutprecheckGetAPIResponse.go │ ├── AlibabaAlscCrmRechargeQryruleAPIRequest.go │ ├── AlibabaAlscCrmRechargeQryruleAPIResponse.go │ ├── AlibabaAlscCrmRechargeUnchargeUpdateAPIRequest.go │ ├── AlibabaAlscCrmRechargeUnchargeUpdateAPIResponse.go │ ├── AlibabaAlscCrmRechargeUnchargecheckGetAPIRequest.go │ ├── AlibabaAlscCrmRechargeUnchargecheckGetAPIResponse.go │ ├── AlibabaAlscCrmRechargeUndedutUpdateAPIRequest.go │ ├── AlibabaAlscCrmRechargeUndedutUpdateAPIResponse.go │ ├── AlibabaAlscCrmRuleLevelQuerylevelruleAPIRequest.go │ ├── AlibabaAlscCrmRuleLevelQuerylevelruleAPIResponse.go │ ├── AlibabaAlscCrmRuleQuerydishruleAPIRequest.go │ ├── AlibabaAlscCrmRuleQuerydishruleAPIResponse.go │ ├── AlibabaAlscCrmRuleQuerygrowruleAPIRequest.go │ ├── AlibabaAlscCrmRuleQuerygrowruleAPIResponse.go │ ├── AlibabaAlscCrmRuleQueryjoinmruleAPIRequest.go │ ├── AlibabaAlscCrmRuleQueryjoinmruleAPIResponse.go │ ├── AlibabaAlscCrmRuleQuerymdayeruleAPIRequest.go │ ├── AlibabaAlscCrmRuleQuerymdayeruleAPIResponse.go │ ├── AlibabaAlscCrmRuleQuerympriceruleAPIRequest.go │ ├── AlibabaAlscCrmRuleQuerympriceruleAPIResponse.go │ ├── AlibabaAlscCrmRuleQueryoptplanAPIRequest.go │ ├── AlibabaAlscCrmRuleQueryoptplanAPIResponse.go │ ├── AlibabaAlscCrmRuleQuerytaglistAPIRequest.go │ ├── AlibabaAlscCrmRuleQuerytaglistAPIResponse.go │ ├── AlibabaAlscCrmVoucherSendAPIRequest.go │ ├── AlibabaAlscCrmVoucherSendAPIResponse.go │ ├── AlibabaAlscCrmVoucherStatusChangeAPIRequest.go │ ├── AlibabaAlscCrmVoucherStatusChangeAPIResponse.go │ ├── AlibabaAlscCrmVoucherTemplateListAPIRequest.go │ ├── AlibabaAlscCrmVoucherTemplateListAPIResponse.go │ ├── AlibabaAlscGrowthInteractiveLinkGenshortlinkAPIRequest.go │ ├── AlibabaAlscGrowthInteractiveLinkGenshortlinkAPIResponse.go │ ├── AlibabaAlscGrowthInteractiveSnsConverturlAPIRequest.go │ ├── AlibabaAlscGrowthInteractiveSnsConverturlAPIResponse.go │ ├── AlibabaAlscGrowthInteractiveTaskPageviewtriggerAPIRequest.go │ ├── AlibabaAlscGrowthInteractiveTaskPageviewtriggerAPIResponse.go │ ├── AlibabaAlscGrowthInteractiveTaskReceivetaskAPIRequest.go │ ├── AlibabaAlscGrowthInteractiveTaskReceivetaskAPIResponse.go │ ├── AlibabaAlscGrowthInteractiveTaskReceivetaskprizeAPIRequest.go │ ├── AlibabaAlscGrowthInteractiveTaskReceivetaskprizeAPIResponse.go │ ├── AlibabaAlscKmsAccessAPIRequest.go │ ├── AlibabaAlscKmsAccessAPIResponse.go │ ├── AlibabaAlscOrderOrderUploadAPIRequest.go │ ├── AlibabaAlscOrderOrderUploadAPIResponse.go │ ├── AlibabaAlscRightTokenCheckAPIRequest.go │ ├── AlibabaAlscRightTokenCheckAPIResponse.go │ ├── AlibabaAlscSaasCodecCodeAttrsQueryAPIRequest.go │ ├── AlibabaAlscSaasCodecCodeAttrsQueryAPIResponse.go │ ├── AlibabaAlscSaasCodecCodeAttrsQueryResult.go │ ├── AlibabaAlscUserCenterInfoQueryAPIRequest.go │ ├── AlibabaAlscUserCenterInfoQueryAPIResponse.go │ ├── AlscConsumeRecordOpenInfo.go │ ├── AlscUserQueryOpenRequest.go │ ├── AttachInfo.go │ ├── AttributeValueTopDto.go │ ├── BackflowRequest.go │ ├── BaseResponse.go │ ├── BaseResult.go │ ├── BatchActiveCardOpenInfo.go │ ├── BatchActiveCardOpenReq.go │ ├── BatchOpenCardOpenInfo.go │ ├── BatchOpenCardOpenReq.go │ ├── BindCustomerOpenReq.go │ ├── BindPhysicalCardOpenReq.go │ ├── CalculateDeductedMoneyOpenReq.go │ ├── CardOpenInfo.go │ ├── CardTemplateOpenInfo.go │ ├── ChargePreCheckOpenReq.go │ ├── CheckPayPasswdReq.go │ ├── CodeBizAttributeDto.go │ ├── ComboInfo.go │ ├── CommonPageResult.go │ ├── CommonResult.go │ ├── ConsumePointByPayOpenReq.go │ ├── ConsumePointOpenReq.go │ ├── CrmTagOpenInfo.go │ ├── CustomerAggOpenInfo.go │ ├── CustomerCreateOpenReq.go │ ├── CustomerGetOpenInfo.go │ ├── CustomerGetOpenReq.go │ ├── CustomerIdQueryOpenReq.go │ ├── CustomerOpenInfo.go │ ├── CustomerOutInfo.go │ ├── CustomerSaveOpenReq.go │ ├── CustomerUpdateOpenReq.go │ ├── CustomerVoucherFullOpenInfo.go │ ├── CustomerVoucherFullOpenReq.go │ ├── DeductPreCheckOpenReq.go │ ├── DedutOpenReq.go │ ├── DeliveryOpenInfo.go │ ├── DeviceInfo.go │ ├── DishGrowOpenRuleInfo.go │ ├── DuductedMoneyOpenInfo.go │ ├── EntityPrizeTokenResp.go │ ├── ExtendTypeValueTopDto.go │ ├── Extinfo.go │ ├── ExtraChargePointOpenReq.go │ ├── ExtraConsumePointOpenReq.go │ ├── FcUrlDto.go │ ├── FcUrlRequest.go │ ├── FeeDetail.go │ ├── FundOpenInfo.go │ ├── GenShortLinkRequest.go │ ├── GrowRuleOpenInfo.go │ ├── InvoiceInfo.go │ ├── InvoiceInsuranceNoTopReq.go │ ├── InvoiceResultFeedbackTopReq.go │ ├── IssueVoucherReq.go │ ├── Item.go │ ├── ItemSelectedOpenInfo.go │ ├── ItemSelectedOpenInfoList.go │ ├── JoinMemRuleOpenInfo.go │ ├── LevelConsumeGrowRuleOpenInfo.go │ ├── LevelMenuOpenInfo.go │ ├── LevelPointOpenInfo.go │ ├── LevelRuleOpenInfo.go │ ├── LocationInfo.go │ ├── LogisticalInfo.go │ ├── MemDayRuleOpenInfo.go │ ├── MemPriceRuleOpenInfo.go │ ├── MemberPointAdditionRuleOpenInfo.go │ ├── MemberPointDeductionRuleOpenInfo.go │ ├── MenuDetailOpenInfo.go │ ├── MenuOpenInfo.go │ ├── MenuOpenReq.go │ ├── MissionReceiveQuery.go │ ├── OpenCardStandardOpenReq.go │ ├── OpenGiftVoucherOpenInfo.go │ ├── OptPlanOpenInfo.go │ ├── OrderAttributeInfo.go │ ├── OrderBackflowOpenReq.go │ ├── OrderInfo.go │ ├── OrderOpenInfo.go │ ├── OrderUser.go │ ├── PageQueryAccountFlowsOpenInfo.go │ ├── PageQueryAccountFlowsOpenReq.go │ ├── PageQueryPointFlowOpenReq.go │ ├── PageViewRequest.go │ ├── PayDetailInfo.go │ ├── PayMethodPointAdditionRuleOpenInfo.go │ ├── PaymentInfo.go │ ├── PaymentOpenInfo.go │ ├── PhysicalCardOpenInfo.go │ ├── PlanRuleQueryOpenReq.go │ ├── PointAccountOpenInfo.go │ ├── PointAdditionRuleOpenInfo.go │ ├── PointClearRuleOpenInfo.go │ ├── PointDeductionRuleOpenInfo.go │ ├── PointFlowOpenInfo.go │ ├── PointOperateOpenReq.go │ ├── PointRuleOpenInfo.go │ ├── PrizeInfo.go │ ├── PrizeItemInfo.go │ ├── PromoDetailInfo.go │ ├── PromotionFacadeOpenInfoList.go │ ├── PromotionFacadeOpenReq.go │ ├── PropertyRefundOpenInfo.go │ ├── PropertyRefundOpenReq.go │ ├── PropertyValueTopDto.go │ ├── PropertyVerifyOpenInfo.go │ ├── PropertyVerifyOpenReq.go │ ├── PullCardTemplateOpenReq.go │ ├── PullRechargeRuleByShopReq.go │ ├── QueryCardOpenReq.go │ ├── QueryCardTemplateOpenReq.go │ ├── QueryCodeBizAttrRequest.go │ ├── QueryPhyCardOpenReq.go │ ├── QueryPointRuleOpenReq.go │ ├── QueryRechargeAccountFlowOpenReq.go │ ├── QueryRechargeAccountOpenReq.go │ ├── RechargeAccountFlowDetailOpenInfo.go │ ├── RechargeAccountOpenInfo.go │ ├── RechargeAccountPropertyOpenInfo.go │ ├── RechargeOpenReq.go │ ├── RechargeOperateOpenReq.go │ ├── RechargeRuleDetailOpenInfo.go │ ├── RechargeRuleOpenInfo.go │ ├── RecordOpenSyncRequest.go │ ├── RefundFundDetailInfo.go │ ├── RefundInfo.go │ ├── RefundItemDetailInfo.go │ ├── RefundOpenInfo.go │ ├── RefundOrderInfo.go │ ├── ResetPayPasswdOpenReq.go │ ├── ReverseConsumePointOpenReq.go │ ├── RewardInfoDto.go │ ├── RewardReceiveQuery.go │ ├── RewardResp.go │ ├── RuleOpenInfo.go │ ├── RuleOpenReq.go │ ├── SearchCardOpenReq.go │ ├── ServiceFeeInfo.go │ ├── ShareMarketingCustomerVoucherInfo.go │ ├── ShopGroupOpenInfo.go │ ├── ShopOpenInfo.go │ ├── ShopSelectedOpenInfo.go │ ├── ShopSelectedOpenInfoList.go │ ├── SingleDataResult.go │ ├── Stage.go │ ├── StoreAdressDto.go │ ├── StoreKeeperDto.go │ ├── StoreUpdateTopDto.go │ ├── SubOrderInfo.go │ ├── SubOrderOpenInfo.go │ ├── TaobaoKoubeiSaasBaseOperationConfigSyncAPIRequest.go │ ├── TaobaoKoubeiSaasBaseOperationConfigSyncAPIResponse.go │ ├── TaobaoPlaceStoreCreateAPIRequest.go │ ├── TaobaoPlaceStoreCreateAPIResponse.go │ ├── TaobaoPlaceStoreDeleteAPIRequest.go │ ├── TaobaoPlaceStoreDeleteAPIResponse.go │ ├── TaobaoPlaceStoreExtendAddAPIRequest.go │ ├── TaobaoPlaceStoreExtendAddAPIResponse.go │ ├── TaobaoPlaceStoreModifyAPIRequest.go │ ├── TaobaoPlaceStoreModifyAPIResponse.go │ ├── TaobaoPlaceStorecategoryGetAPIRequest.go │ ├── TaobaoPlaceStorecategoryGetAPIResponse.go │ ├── TaobaoServindustryFinanceInsuranceInvoiceFeedbackAPIRequest.go │ ├── TaobaoServindustryFinanceInsuranceInvoiceFeedbackAPIResponse.go │ ├── TaobaoServindustryFinanceInsuranceInvoiceFeedbackResult.go │ ├── TaobaoServindustryFinanceInsuranceInvoiceInsurancenosAPIRequest.go │ ├── TaobaoServindustryFinanceInsuranceInvoiceInsurancenosAPIResponse.go │ ├── TaobaoServindustryFinanceInsuranceInvoiceInsurancenosResult.go │ ├── TemplateNotifyRequest.go │ ├── TopInvoiceInsuranceNoDto.go │ ├── TribeError.go │ ├── UnchargeCheckOpenReq.go │ ├── UnchargeOpenReq.go │ ├── UndedutOpenReq.go │ ├── UpdatePayPasswdReq.go │ ├── UserInfo.go │ ├── VoucherItemInfo.go │ ├── VoucherOpenInfo.go │ ├── VoucherSendOpenReq.go │ ├── VoucherShopInfo.go │ ├── VoucherStatus.go │ ├── VoucherStatusChangeOpenReq.go │ ├── VoucherStatusInfo.go │ ├── VoucherTemplateOpenInfo.go │ ├── VoucherTemplateOpenReq.go │ ├── VoucherTemplateSettingOpenInfo.go │ ├── VoucherUsingOpenInfo.go │ ├── WxCardOpenExt.go │ ├── WxLevelBgOpenInfo.go │ └── doc.go ├── alscmerchant │ ├── AlibabaAlscDaodianTicketConsultAPIRequest.go │ ├── AlibabaAlscDaodianTicketConsultAPIResponse.go │ ├── AlibabaAlscDaodianTicketConsultResult.go │ ├── AlibabaAlscDaodianTicketReserveAPIRequest.go │ ├── AlibabaAlscDaodianTicketReserveAPIResponse.go │ ├── AlibabaAlscDaodianTicketReserveResult.go │ ├── AlibabaAlscMerchantExtTicketcodeSendAPIRequest.go │ ├── AlibabaAlscMerchantExtTicketcodeSendAPIResponse.go │ ├── AlibabaAlscMerchantExtTicketcodeUseAPIRequest.go │ ├── AlibabaAlscMerchantExtTicketcodeUseAPIResponse.go │ ├── ExternalTicketCode.go │ ├── ExternalTicketSendRequest.go │ ├── ExternalTicketUseRequest.go │ ├── MerchantTicketUseDetail.go │ ├── TicketConsultResponse.go │ ├── TicketConsultTopRequest.go │ ├── TicketInfo.go │ ├── TicketReverseTopRequest.go │ └── doc.go ├── antifraud │ ├── AccountRiskDetail.go │ ├── CollinadataContext.go │ ├── CollinadataQueryResult.go │ ├── ParamAccountQuery.go │ ├── ResultWrapper.go │ ├── SigAuthenticateContext.go │ ├── SigAuthenticateResult.go │ ├── TaobaoAntifraudRiskassessmentGetAPIRequest.go │ ├── TaobaoAntifraudRiskassessmentGetAPIResponse.go │ ├── TaobaoAntifraudRiskuserGetAPIRequest.go │ ├── TaobaoAntifraudRiskuserGetAPIResponse.go │ ├── TaobaoCollinafacadeNocaptchaSigAuthenticateAPIRequest.go │ ├── TaobaoCollinafacadeNocaptchaSigAuthenticateAPIResponse.go │ └── doc.go ├── ascm │ ├── AlibabaAscmSettlementInvoiceSynchronizationImAPIRequest.go │ ├── AlibabaAscmSettlementInvoiceSynchronizationImAPIResponse.go │ ├── SettlementGatewayResult.go │ └── doc.go ├── ascp │ ├── AddressBlacklistDeleteRequest.go │ ├── AddressBlacklistDeleteResponse.go │ ├── AddressBlacklistRequest.go │ ├── AddressBlacklistResponse.go │ ├── AddressIdResults.go │ ├── AddressName.go │ ├── AddressNameResults.go │ ├── AddressNames.go │ ├── Addresse.go │ ├── AlibabaAscpIndustryAnomalyRecourseStatusModifyAPIRequest.go │ ├── AlibabaAscpIndustryAnomalyRecourseStatusModifyAPIResponse.go │ ├── AlibabaAscpIndustryInquiryExtrachargeCancelAPIRequest.go │ ├── AlibabaAscpIndustryInquiryExtrachargeCancelAPIResponse.go │ ├── AlibabaAscpIndustryInquiryResultCallbackAPIRequest.go │ ├── AlibabaAscpIndustryInquiryResultCallbackAPIResponse.go │ ├── AlibabaAscpIndustryWorkerModifyAPIRequest.go │ ├── AlibabaAscpIndustryWorkerModifyAPIResponse.go │ ├── AlibabaAscpSuborderEstcontimeModifyAPIRequest.go │ ├── AlibabaAscpSuborderEstcontimeModifyAPIResponse.go │ ├── AlibabaAscpSuborderEstcontimeModifyResult.go │ ├── AlibabaDchainAoxiangChannelInventoryBatchUploadAPIRequest.go │ ├── AlibabaDchainAoxiangChannelInventoryBatchUploadAPIResponse.go │ ├── AlibabaDchainAoxiangCombineitemBatchUpdateAsyncAPIRequest.go │ ├── AlibabaDchainAoxiangCombineitemBatchUpdateAsyncAPIResponse.go │ ├── AlibabaDchainAoxiangCombinescitemBatchCreateAPIRequest.go │ ├── AlibabaDchainAoxiangCombinescitemBatchCreateAPIResponse.go │ ├── AlibabaDchainAoxiangCombinescitemBatchUpdateAPIRequest.go │ ├── AlibabaDchainAoxiangCombinescitemBatchUpdateAPIResponse.go │ ├── AlibabaDchainAoxiangConsignorderBatchQueryAPIRequest.go │ ├── AlibabaDchainAoxiangConsignorderBatchQueryAPIResponse.go │ ├── AlibabaDchainAoxiangConsignorderCancelAPIRequest.go │ ├── AlibabaDchainAoxiangConsignorderCancelAPIResponse.go │ ├── AlibabaDchainAoxiangConsignorderGiftBindingAPIRequest.go │ ├── AlibabaDchainAoxiangConsignorderGiftBindingAPIResponse.go │ ├── AlibabaDchainAoxiangConsignorderGiftReverseAPIRequest.go │ ├── AlibabaDchainAoxiangConsignorderGiftReverseAPIResponse.go │ ├── AlibabaDchainAoxiangCooperateDistributorQueryAPIRequest.go │ ├── AlibabaDchainAoxiangCooperateDistributorQueryAPIResponse.go │ ├── AlibabaDchainAoxiangDeliveryCreateUpdateAPIRequest.go │ ├── AlibabaDchainAoxiangDeliveryCreateUpdateAPIResponse.go │ ├── AlibabaDchainAoxiangDeliveryDecisionQueryAPIRequest.go │ ├── AlibabaDchainAoxiangDeliveryDecisionQueryAPIResponse.go │ ├── AlibabaDchainAoxiangDeliveryStatusUpdateAPIRequest.go │ ├── AlibabaDchainAoxiangDeliveryStatusUpdateAPIResponse.go │ ├── AlibabaDchainAoxiangDeliverytemplateQueryAPIRequest.go │ ├── AlibabaDchainAoxiangDeliverytemplateQueryAPIResponse.go │ ├── AlibabaDchainAoxiangIndustryWaybillCreateAPIRequest.go │ ├── AlibabaDchainAoxiangIndustryWaybillCreateAPIResponse.go │ ├── AlibabaDchainAoxiangIndustryWaybillEditAPIRequest.go │ ├── AlibabaDchainAoxiangIndustryWaybillEditAPIResponse.go │ ├── AlibabaDchainAoxiangIndustryWaybillLogisticstatusChangeAPIRequest.go │ ├── AlibabaDchainAoxiangIndustryWaybillLogisticstatusChangeAPIResponse.go │ ├── AlibabaDchainAoxiangIndustryWaybillLogisticstatusRemarkAddAPIRequest.go │ ├── AlibabaDchainAoxiangIndustryWaybillLogisticstatusRemarkAddAPIResponse.go │ ├── AlibabaDchainAoxiangInventoryBatchQueryAPIRequest.go │ ├── AlibabaDchainAoxiangInventoryBatchQueryAPIResponse.go │ ├── AlibabaDchainAoxiangInventoryFutureplanAPIRequest.go │ ├── AlibabaDchainAoxiangInventoryFutureplanAPIResponse.go │ ├── AlibabaDchainAoxiangItemBatchDeleteAsyncAPIRequest.go │ ├── AlibabaDchainAoxiangItemBatchDeleteAsyncAPIResponse.go │ ├── AlibabaDchainAoxiangItemBatchUpdateAsyncAPIRequest.go │ ├── AlibabaDchainAoxiangItemBatchUpdateAsyncAPIResponse.go │ ├── AlibabaDchainAoxiangItemDistributionBatchCancelAPIRequest.go │ ├── AlibabaDchainAoxiangItemDistributionBatchCancelAPIResponse.go │ ├── AlibabaDchainAoxiangItemDistributionCreateAPIRequest.go │ ├── AlibabaDchainAoxiangItemDistributionCreateAPIResponse.go │ ├── AlibabaDchainAoxiangItemDistributionDescribeAPIRequest.go │ ├── AlibabaDchainAoxiangItemDistributionDescribeAPIResponse.go │ ├── AlibabaDchainAoxiangItemDistributionSpecifyCreateAPIRequest.go │ ├── AlibabaDchainAoxiangItemDistributionSpecifyCreateAPIResponse.go │ ├── AlibabaDchainAoxiangItemDistributionSpecifyUpdateAPIRequest.go │ ├── AlibabaDchainAoxiangItemDistributionSpecifyUpdateAPIResponse.go │ ├── AlibabaDchainAoxiangItemDistributionUpdateAPIRequest.go │ ├── AlibabaDchainAoxiangItemDistributionUpdateAPIResponse.go │ ├── AlibabaDchainAoxiangItemmappingBatchCreateAPIRequest.go │ ├── AlibabaDchainAoxiangItemmappingBatchCreateAPIResponse.go │ ├── AlibabaDchainAoxiangItemmappingDeleteAPIRequest.go │ ├── AlibabaDchainAoxiangItemmappingDeleteAPIResponse.go │ ├── AlibabaDchainAoxiangItemmappingUnbundleAPIRequest.go │ ├── AlibabaDchainAoxiangItemmappingUnbundleAPIResponse.go │ ├── AlibabaDchainAoxiangItemmappingUpdateAsyncAPIRequest.go │ ├── AlibabaDchainAoxiangItemmappingUpdateAsyncAPIResponse.go │ ├── AlibabaDchainAoxiangOrderprocessReportAPIRequest.go │ ├── AlibabaDchainAoxiangOrderprocessReportAPIResponse.go │ ├── AlibabaDchainAoxiangPhysicsInventoryBatchUploadAsyncAPIRequest.go │ ├── AlibabaDchainAoxiangPhysicsInventoryBatchUploadAsyncAPIResponse.go │ ├── AlibabaDchainAoxiangReceiverinfoQueryAPIRequest.go │ ├── AlibabaDchainAoxiangReceiverinfoQueryAPIResponse.go │ ├── AlibabaDchainAoxiangScitemBatchCreateAPIRequest.go │ ├── AlibabaDchainAoxiangScitemBatchCreateAPIResponse.go │ ├── AlibabaDchainAoxiangScitemBatchUpdateAPIRequest.go │ ├── AlibabaDchainAoxiangScitemBatchUpdateAPIResponse.go │ ├── AlibabaDchainAoxiangScitemDeleteAPIRequest.go │ ├── AlibabaDchainAoxiangScitemDeleteAPIResponse.go │ ├── AlibabaDchainAoxiangScitemQueryAPIRequest.go │ ├── AlibabaDchainAoxiangScitemQueryAPIResponse.go │ ├── AlibabaDchainAoxiangWarehouseCreateUpdateAPIRequest.go │ ├── AlibabaDchainAoxiangWarehouseCreateUpdateAPIResponse.go │ ├── AlibabaDchainAoxiangWarehouseStatusUpdateAPIRequest.go │ ├── AlibabaDchainAoxiangWarehouseStatusUpdateAPIResponse.go │ ├── AlibabaDchainAoxiangWmsDeliveryorderConfirmAPIRequest.go │ ├── AlibabaDchainAoxiangWmsDeliveryorderConfirmAPIResponse.go │ ├── AlibabaDchainAoxiangWmsDeliveryorderConfirmBatch.go │ ├── AlibabaDchainAoxiangWmsDeliveryorderConfirmDetail.go │ ├── AlibabaDchainAoxiangWmsDeliveryorderCreateAPIRequest.go │ ├── AlibabaDchainAoxiangWmsDeliveryorderCreateAPIResponse.go │ ├── AlibabaDchainAoxiangWmsDeliveryorderCreateDetail.go │ ├── AlibabaDchainAoxiangWmsOrderCancelAPIRequest.go │ ├── AlibabaDchainAoxiangWmsOrderCancelAPIResponse.go │ ├── AlibabaDchainAoxiangWmsOrderprocessReportAPIRequest.go │ ├── AlibabaDchainAoxiangWmsOrderprocessReportAPIResponse.go │ ├── AlibabaDchainIsvWmsOrderprocessBatchReportAPIRequest.go │ ├── AlibabaDchainIsvWmsOrderprocessBatchReportAPIResponse.go │ ├── AlibabaDchainIsvWmsOrderprocessReportAPIRequest.go │ ├── AlibabaDchainIsvWmsOrderprocessReportAPIResponse.go │ ├── AlibabaTianmaoCangpeiUopCreateAPIRequest.go │ ├── AlibabaTianmaoCangpeiUopCreateAPIResponse.go │ ├── AlibabaTianmaoInventoryModifyAPIRequest.go │ ├── AlibabaTianmaoInventoryModifyAPIResponse.go │ ├── AlibabaTianmaoInventoryQueryAPIRequest.go │ ├── AlibabaTianmaoInventoryQueryAPIResponse.go │ ├── AlibabaTianmaoLanpeiLogisticsMailnoAPIRequest.go │ ├── AlibabaTianmaoLanpeiLogisticsMailnoAPIResponse.go │ ├── AlibabaTianmaoLanpeiUopCreateAPIRequest.go │ ├── AlibabaTianmaoLanpeiUopCreateAPIResponse.go │ ├── AlibabaTianmaoUopCancelAPIRequest.go │ ├── AlibabaTianmaoUopCancelAPIResponse.go │ ├── AlibabaTianmaoUopConsignAPIRequest.go │ ├── AlibabaTianmaoUopConsignAPIResponse.go │ ├── AlibabaTianmaoUopInterceptAPIRequest.go │ ├── AlibabaTianmaoUopInterceptAPIResponse.go │ ├── BaseResult.go │ ├── BatchCreateCombineScItemRequest.go │ ├── BatchCreateCombineScItemResponse.go │ ├── BatchCreateCombineScItemResult.go │ ├── BatchCreateItemMappingRequest.go │ ├── BatchCreateItemMappingResponse.go │ ├── BatchCreateItemMappingResult.go │ ├── BatchCreateScItemRequest.go │ ├── BatchCreateScItemResponse.go │ ├── BatchCreateScItemResult.go │ ├── BatchQueryConsignOrderResponse.go │ ├── BatchQueryConsignorderRequest.go │ ├── BatchQueryInventoryRequest.go │ ├── BatchQueryInventoryResponse.go │ ├── BatchQueryInventoryResult.go │ ├── BatchUpdateCombineScItemRequest.go │ ├── BatchUpdateCombineScItemResponse.go │ ├── BatchUpdateCombineScItemResult.go │ ├── BatchUpdateScItemRequest.go │ ├── BatchUpdateScItemResponse.go │ ├── BatchUpdateScItemResult.go │ ├── BatchUploadChannelInventoryRequest.go │ ├── BatchUploadChannelInventoryResponse.go │ ├── BatchUploadChannelInventoryResult.go │ ├── BindingConsignOrderGiftRequest.go │ ├── BindingConsignOrderGiftResult.go │ ├── Blacklist.go │ ├── CancelConsignOrderRequest.go │ ├── CancelConsignOrderResponse.go │ ├── CancelDistributeDetail.go │ ├── CancelDistributeInfo.go │ ├── CancelDistributeRequest.go │ ├── CancelDistributeResponse.go │ ├── CapacityInfo.go │ ├── CapacityRequest.go │ ├── CapacityResponse.go │ ├── CapacityRuleUpdateRequest.go │ ├── CapacityRuleUpdateResponse.go │ ├── ChannelInventory.go │ ├── CollectResourceDeleteRequest.go │ ├── CollectResourceDeleteResponse.go │ ├── CollectResourceRequest.go │ ├── CollectResourceResponse.go │ ├── CombineItemBatchUpsertAsyncRequest.go │ ├── CombineItemUpsertAsyncResponse.go │ ├── CombineScItem.go │ ├── ConfirmOrderLines.go │ ├── ConfirmPackages.go │ ├── ConsignOrder.go │ ├── ConsignRuleResultDetail.go │ ├── ContactInfo.go │ ├── CooperationWarehouse.go │ ├── CooperationWarehouses.go │ ├── CourierInfos.go │ ├── CreateItemDistributionRequest.go │ ├── DataDetail.go │ ├── DataDetails.go │ ├── DataItem.go │ ├── DeleteScItemRequest.go │ ├── DeleteScItemResponse.go │ ├── DeliveryDecision.go │ ├── DeliveryDecisionQueryRequest.go │ ├── DeliveryDecisionQueryResponse.go │ ├── DeliveryInfo.go │ ├── DeliveryLineBatchDeleteRequest.go │ ├── DeliveryLineBatchDeleteResponse.go │ ├── DeliveryLineBatchUpdateRequest.go │ ├── DeliveryLineBatchUpdateResponse.go │ ├── DeliveryOrder.go │ ├── DeliveryOrderConfirmReportRequest.go │ ├── DeliveryOrderConfirmReportResponse.go │ ├── DeliveryOrderReportRequest.go │ ├── DeliveryOrderReportResponse.go │ ├── DeliveryRequirement.go │ ├── DeliveryResourceCreateRequest.go │ ├── DeliveryResourceCreateResponse.go │ ├── DeliverySendAbilityRequest.go │ ├── DeliverySendAblitiyAsyncResponse.go │ ├── DeliveryStatusUpdateRequest.go │ ├── DeliveryStatusUpdateResponse.go │ ├── DeliveryTemplateModel.go │ ├── DeliveryUpsertRequest.go │ ├── DeliveryUpsertResponse.go │ ├── DetailItem.go │ ├── DistributionResponse.go │ ├── EstConTimeModifyDto.go │ ├── ExtendInfo.go │ ├── ExtendMessage.go │ ├── FuturePlanDetail.go │ ├── FuturePlanItemResult.go │ ├── FuturePlanResponse.go │ ├── GiftOrder.go │ ├── HiErpCloseDto.go │ ├── HiErpCloseResp.go │ ├── HiErpDeliverResp.go │ ├── HiErpIntOperateResp.go │ ├── HiErpItemDto.go │ ├── HiErpItemInfo.go │ ├── HiErpModifyInventoryReq.go │ ├── HiErpModifyInventoryResp.go │ ├── HiErpOrderDto.go │ ├── HiErpOrderEvent.go │ ├── HiErpOrderResp.go │ ├── HiErpQueryInventoryReq.go │ ├── HiErpQueryInventoryResp.go │ ├── HiErpReceiverDto.go │ ├── HiErpTakeMailNoResp.go │ ├── IcItemDto.go │ ├── InquiryResult.go │ ├── Insurance.go │ ├── Integer.go │ ├── InventoryBatchUploadAsyncRequest.go │ ├── InventoryUploadAsyncResponse.go │ ├── Invoice.go │ ├── Item.go │ ├── ItemBatchDeleteAsyncRequest.go │ ├── ItemBatchUpdateAsyncRequest.go │ ├── ItemDeleteAsyncResponse.go │ ├── ItemMapping.go │ ├── ItemMappingDeleteRequest.go │ ├── ItemMappingDeleteResponse.go │ ├── ItemMappingUpdateAsyncRequest.go │ ├── ItemMappingUpdateAsyncResponse.go │ ├── ItemSkuCost.go │ ├── ItemUpdateAsnycResponse.go │ ├── ListResult.go │ ├── Long.go │ ├── LspTopResponse.go │ ├── MaterialChangeResponse.go │ ├── MaterialRequest.go │ ├── MediaResourceDto.go │ ├── ModifyEstConTimeRequest.go │ ├── NormalSignLineRule.go │ ├── NormalWarehouseTimingRule.go │ ├── OmsCancelExtraChargeParameter.go │ ├── OmsComplaintWorkCardStatusModifyParameter.go │ ├── OmsServiceModifyWorkerParameter.go │ ├── Order.go │ ├── OrderCancelReportRequest.go │ ├── OrderCancelReportResponse.go │ ├── OrderItemEdit.go │ ├── OrderLine.go │ ├── OrderPrivacyReceiverQuery.go │ ├── OrderProcessReportReponse.go │ ├── OrderProcessReportRequest.go │ ├── OrderProcessReportResponse.go │ ├── OrderProcessReports.go │ ├── OrderRdcCreate.go │ ├── OrderReceiverCreate.go │ ├── OrderReceiverEdit.go │ ├── OrderReceiverPrivacyData.go │ ├── OrderReceiverPrivacyResponse.go │ ├── OrderSenderCreate.go │ ├── OrderSenderEdit.go │ ├── Package.go │ ├── PackageMaterial.go │ ├── PageData.go │ ├── Period.go │ ├── PhysicsInventory.go │ ├── Process.go │ ├── PromiseDesRule.go │ ├── PublicFuturePlanRequest.go │ ├── PurchasePrice.go │ ├── QueryDeliveryTemplateRequest.go │ ├── QueryDeliveryTemplateResponse.go │ ├── QueryDistributorRequest.go │ ├── QueryDistributorResponse.go │ ├── QueryScItemRequest.go │ ├── QueryScItemResponse.go │ ├── ReceiverInfo.go │ ├── RegionId.go │ ├── RegionIdResults.go │ ├── RegionIds.go │ ├── ResultWrapper.go │ ├── ReverseConsignOrderGiftRequest.go │ ├── SaveItemDistributionResponse.go │ ├── ScItem.go │ ├── ScItemInfo.go │ ├── ScItemModel.go │ ├── ScItems.go │ ├── SenderInfo.go │ ├── SignRuleDeleteResultDetail.go │ ├── SignRuleResultDetail.go │ ├── SiteUpsetRequest.go │ ├── SiteUpsetResponse.go │ ├── SnList.go │ ├── SpecialDateCapacity.go │ ├── SpecialSignLineRules.go │ ├── SpecialTimeCapacity.go │ ├── SpecialWarehouseTimingRules.go │ ├── SpecifyCapacityInfo.go │ ├── SpecifyDateWorkAbility.go │ ├── SpecifyDistributionRequest.go │ ├── SpecifyDistributionResponse.go │ ├── SpecifyDistributionResponseDetail.go │ ├── SubScItem.go │ ├── SubScItemModel.go │ ├── SubSourceOrder.go │ ├── SubTradeOrder.go │ ├── TaobaoLogisticsDeliveryLineBatchDeleteAPIRequest.go │ ├── TaobaoLogisticsDeliveryLineBatchDeleteAPIResponse.go │ ├── TaobaoLogisticsDeliveryLineBatchUpdateAPIRequest.go │ ├── TaobaoLogisticsDeliveryLineBatchUpdateAPIResponse.go │ ├── TaobaoLogisticsExpressAddressBlacklistTmsAsyncAPIRequest.go │ ├── TaobaoLogisticsExpressAddressBlacklistTmsAsyncAPIResponse.go │ ├── TaobaoLogisticsExpressAddressBlacklistTmsDeleteAPIRequest.go │ ├── TaobaoLogisticsExpressAddressBlacklistTmsDeleteAPIResponse.go │ ├── TaobaoLogisticsExpressCapacityTmsAsyncAPIRequest.go │ ├── TaobaoLogisticsExpressCapacityTmsAsyncAPIResponse.go │ ├── TaobaoLogisticsExpressCollectResourceTmsAsyncAPIRequest.go │ ├── TaobaoLogisticsExpressCollectResourceTmsAsyncAPIResponse.go │ ├── TaobaoLogisticsExpressCollectResourceTmsDeleteAPIRequest.go │ ├── TaobaoLogisticsExpressCollectResourceTmsDeleteAPIResponse.go │ ├── TaobaoLogisticsExpressDeliveryResourceCreateAPIRequest.go │ ├── TaobaoLogisticsExpressDeliveryResourceCreateAPIResponse.go │ ├── TaobaoLogisticsExpressDeliverySendAbilityAsyncAPIRequest.go │ ├── TaobaoLogisticsExpressDeliverySendAbilityAsyncAPIResponse.go │ ├── TaobaoLogisticsExpressSiteTmsSyncAPIRequest.go │ ├── TaobaoLogisticsExpressSiteTmsSyncAPIResponse.go │ ├── TaobaoLogisticsExpressUserBlacklistTmsSyncAPIRequest.go │ ├── TaobaoLogisticsExpressUserBlacklistTmsSyncAPIResponse.go │ ├── TaobaoLogisticsMediaResourcesUploadAPIRequest.go │ ├── TaobaoLogisticsMediaResourcesUploadAPIResponse.go │ ├── TaobaoLogisticsWarehouseCapacityRuleUpdateAPIRequest.go │ ├── TaobaoLogisticsWarehouseCapacityRuleUpdateAPIResponse.go │ ├── TaobaoLogisticsWarehouseCooperationBatchConfirmAPIRequest.go │ ├── TaobaoLogisticsWarehouseCooperationBatchConfirmAPIResponse.go │ ├── TaobaoLogisticsWarehouseCooperationQueryAPIRequest.go │ ├── TaobaoLogisticsWarehouseCooperationQueryAPIResponse.go │ ├── TaobaoLogisticsWarehouseCooperationUpdateAPIRequest.go │ ├── TaobaoLogisticsWarehouseCooperationUpdateAPIResponse.go │ ├── TaobaoLogisticsWarehouseOperationUpdateAPIRequest.go │ ├── TaobaoLogisticsWarehouseOperationUpdateAPIResponse.go │ ├── TaobaoLogisticsWarehouseResourceUpdateAPIRequest.go │ ├── TaobaoLogisticsWarehouseResourceUpdateAPIResponse.go │ ├── TmallAscpPricingScmTofAPIRequest.go │ ├── TmallAscpPricingScmTofAPIResponse.go │ ├── TmsOrderConfirmRequest.go │ ├── TmsOrderConfirmResponse.go │ ├── TmsOrderCreateRequest.go │ ├── TmsOrderCreateResponse.go │ ├── TmsOrderRemarkRequest.go │ ├── TmsOrderRemarkResponse.go │ ├── TmsOrderUpdateRequest.go │ ├── TmsOrderUpdateResponse.go │ ├── TopResponse.go │ ├── UnbundleItemmappingRequest.go │ ├── UnbundleItemmappingResponse.go │ ├── UnbundleItemmappingResult.go │ ├── UpdateItemDistributionRequest.go │ ├── UserBlacklistRequest.go │ ├── UserBlacklistResponse.go │ ├── WarehouseCooperationBatchConfirmRequest.go │ ├── WarehouseCooperationBatchConfirmResponse.go │ ├── WarehouseCooperationConfirmResultDetail.go │ ├── WarehouseCooperationQueryRequest.go │ ├── WarehouseCooperationQueryResponse.go │ ├── WarehouseCooperationQueryResultDetail.go │ ├── WarehouseCooperationResultDetail.go │ ├── WarehouseCooperationUpdateRequest.go │ ├── WarehouseCooperationUpdateResponse.go │ ├── WarehouseInfo.go │ ├── WarehouseOperationUpdateRequest.go │ ├── WarehouseOperationUpdateResponse.go │ ├── WarehouseResultDetail.go │ ├── WarehouseScItemRelation.go │ ├── WarehouseStatusUpdateRequest.go │ ├── WarehouseStatusUpdateResponse.go │ ├── WarehouseUpdateRequest.go │ ├── WarehouseUpdateResponse.go │ ├── WarehouseUpsertRequest.go │ ├── WarehouseUpsertResponse.go │ ├── WmsOrderProcessBatchReportRequest.go │ ├── WmsOrderProcessBatchReportResponse.go │ ├── WmsOrderProcessReportRequest.go │ ├── WmsOrderProcessReportResponse.go │ ├── WorkerPriceInfo.go │ └── doc.go ├── ascpchannel │ ├── Additionalinfo.go │ ├── Additionalinfodto.go │ ├── Aicinventorypublishrequest.go │ ├── Aicinventoryquerylist.go │ ├── Aicinventoryqueryrequest.go │ ├── AlibabaAscpAicSupplierAicinventoryChannelInventoryQueryAPIRequest.go │ ├── AlibabaAscpAicSupplierAicinventoryChannelInventoryQueryAPIResponse.go │ ├── AlibabaAscpAicSupplierAicinventoryNegativeSaleInvalidateAPIRequest.go │ ├── AlibabaAscpAicSupplierAicinventoryNegativeSaleInvalidateAPIResponse.go │ ├── AlibabaAscpAicSupplierAicinventoryNegativeSaleInvalidateData.go │ ├── AlibabaAscpAicSupplierAicinventoryNegativeSalePublishAPIRequest.go │ ├── AlibabaAscpAicSupplierAicinventoryNegativeSalePublishAPIResponse.go │ ├── AlibabaAscpAicSupplierAicinventoryNegativeSalePublishData.go │ ├── AlibabaAscpAicSupplierAicinventoryNegativeSaleQueryAPIRequest.go │ ├── AlibabaAscpAicSupplierAicinventoryNegativeSaleQueryAPIResponse.go │ ├── AlibabaAscpAicSupplierAicinventoryNegativeSaleQueryData.go │ ├── AlibabaAscpAicSupplierAicinventoryPublishAPIRequest.go │ ├── AlibabaAscpAicSupplierAicinventoryPublishAPIResponse.go │ ├── AlibabaAscpChannelDistributorInventoryGetAPIRequest.go │ ├── AlibabaAscpChannelDistributorInventoryGetAPIResponse.go │ ├── AlibabaAscpChannelDistributorInventoryGetResultDto.go │ ├── AlibabaAscpChannelDistributorInventoryListGetAPIRequest.go │ ├── AlibabaAscpChannelDistributorInventoryListGetAPIResponse.go │ ├── AlibabaAscpChannelDistributorInventoryListGetResultDto.go │ ├── AlibabaAscpChannelDistributorPriceGetAPIRequest.go │ ├── AlibabaAscpChannelDistributorPriceGetAPIResponse.go │ ├── AlibabaAscpChannelDistributorPriceGetResultDto.go │ ├── AlibabaAscpChannelDistributorProductDetailAPIRequest.go │ ├── AlibabaAscpChannelDistributorProductDetailAPIResponse.go │ ├── AlibabaAscpChannelDistributorProductDistributeAPIRequest.go │ ├── AlibabaAscpChannelDistributorProductDistributeAPIResponse.go │ ├── AlibabaAscpChannelDistributorProductListAPIRequest.go │ ├── AlibabaAscpChannelDistributorProductListAPIResponse.go │ ├── AlibabaAscpChannelDistributorProductListData.go │ ├── AlibabaAscpChannelDistributorProductSelectAPIRequest.go │ ├── AlibabaAscpChannelDistributorProductSelectAPIResponse.go │ ├── AlibabaAscpChannelMainRefundCreateAPIRequest.go │ ├── AlibabaAscpChannelMainRefundCreateAPIResponse.go │ ├── AlibabaAscpChannelMainRefundCreateData.go │ ├── AlibabaAscpChannelRefundCancelAPIRequest.go │ ├── AlibabaAscpChannelRefundCancelAPIResponse.go │ ├── AlibabaAscpChannelRefundCloseAPIRequest.go │ ├── AlibabaAscpChannelRefundCloseAPIResponse.go │ ├── AlibabaAscpChannelRefundGoodsWaybillAPIRequest.go │ ├── AlibabaAscpChannelRefundGoodsWaybillAPIResponse.go │ ├── AlibabaAscpChannelRefundGoodsWaybillResultDto.go │ ├── AlibabaAscpChannelSalesOrderBeforeCheckAPIRequest.go │ ├── AlibabaAscpChannelSalesOrderBeforeCheckAPIResponse.go │ ├── AlibabaAscpChannelSalesOrderConfirmAPIRequest.go │ ├── AlibabaAscpChannelSalesOrderConfirmAPIResponse.go │ ├── AlibabaAscpChannelSalesOrderCreateAPIRequest.go │ ├── AlibabaAscpChannelSalesOrderCreateAPIResponse.go │ ├── AlibabaAscpChannelSalesOrderCreateData.go │ ├── AlibabaAscpChannelSubRefundCreateAPIRequest.go │ ├── AlibabaAscpChannelSubRefundCreateAPIResponse.go │ ├── AlibabaAscpChannelSubRefundCreateData.go │ ├── AlibabaAscpChannelSubRefundCreateResultDto.go │ ├── AlibabaAscpChannelSupplierProductAuthAPIRequest.go │ ├── AlibabaAscpChannelSupplierProductAuthAPIResponse.go │ ├── AlibabaAscpChannelSupplierProductDetailAPIRequest.go │ ├── AlibabaAscpChannelSupplierProductDetailAPIResponse.go │ ├── AlibabaAscpChannelSupplierProductDetailResultDto.go │ ├── AlibabaAscpChannelSupplierProductGoodsBindAPIRequest.go │ ├── AlibabaAscpChannelSupplierProductGoodsBindAPIResponse.go │ ├── AlibabaAscpChannelSupplierProductListAPIRequest.go │ ├── AlibabaAscpChannelSupplierProductListAPIResponse.go │ ├── AlibabaAscpChannelSupplierProductPriceApplyAPIRequest.go │ ├── AlibabaAscpChannelSupplierProductPriceApplyAPIResponse.go │ ├── AlibabaAscpGlobalSupplierItemListInfoQueryAPIRequest.go │ ├── AlibabaAscpGlobalSupplierItemListInfoQueryAPIResponse.go │ ├── AlibabaAscpGlobalSupplierItemListInfoQueryData.go │ ├── AlibabaAscpIndustryIcpQueryLbxAPIRequest.go │ ├── AlibabaAscpIndustryIcpQueryLbxAPIResponse.go │ ├── AlibabaAscpIndustryIcpQueryLbxData.go │ ├── AlibabaAscpIndustryLaunchExtraChargeAPIRequest.go │ ├── AlibabaAscpIndustryLaunchExtraChargeAPIResponse.go │ ├── AlibabaAscpIndustryLaunchExtraChargeData.go │ ├── AlibabaAscpIndustryUopSupplierConsignoderAPIRequest.go │ ├── AlibabaAscpIndustryUopSupplierConsignoderAPIResponse.go │ ├── AlibabaAscpIndustryUopSupplierConsignoderData.go │ ├── AlibabaAscpIndustryWaybillAcceptAPIRequest.go │ ├── AlibabaAscpIndustryWaybillAcceptAPIResponse.go │ ├── AlibabaAscpIndustryWaybillPreAcceptAPIRequest.go │ ├── AlibabaAscpIndustryWaybillPreAcceptAPIResponse.go │ ├── AlibabaAscpIndustryWaybillPreAcceptData.go │ ├── AlibabaAscpPresalespackageConsignAPIRequest.go │ ├── AlibabaAscpPresalespackageConsignAPIResponse.go │ ├── AlibabaAscpPurchasePriceCreateAPIRequest.go │ ├── AlibabaAscpPurchasePriceCreateAPIResponse.go │ ├── AlibabaAscpPurchasePriceCreateRequest.go │ ├── AlibabaAscpSalecategoryQueryAPIRequest.go │ ├── AlibabaAscpSalecategoryQueryAPIResponse.go │ ├── AlibabaAscpUopCnReverseWarehouseorderUpdateAPIRequest.go │ ├── AlibabaAscpUopCnReverseWarehouseorderUpdateAPIResponse.go │ ├── AlibabaAscpUopSelfSupplierWaybillQueryAPIRequest.go │ ├── AlibabaAscpUopSelfSupplierWaybillQueryAPIResponse.go │ ├── AlibabaAscpUopSupplierConsignorderCancelFeedbackAPIRequest.go │ ├── AlibabaAscpUopSupplierConsignorderCancelFeedbackAPIResponse.go │ ├── AlibabaAscpUopSupplierConsignorderNotifyReceivedAPIRequest.go │ ├── AlibabaAscpUopSupplierConsignorderNotifyReceivedAPIResponse.go │ ├── AlibabaAscpUopSupplierConsignorderNotifyTmsChangeAPIRequest.go │ ├── AlibabaAscpUopSupplierConsignorderNotifyTmsChangeAPIResponse.go │ ├── AlibabaAscpUopSupplierConsignorderOutofstockCallbackAPIRequest.go │ ├── AlibabaAscpUopSupplierConsignorderOutofstockCallbackAPIResponse.go │ ├── AlibabaAscpUopSupplierConsignorderShipAPIRequest.go │ ├── AlibabaAscpUopSupplierConsignorderShipAPIResponse.go │ ├── AlibabaAscpUopSupplierReverseorderCreateAPIRequest.go │ ├── AlibabaAscpUopSupplierReverseorderCreateAPIResponse.go │ ├── AlibabaAscpUopSupplierReverseorderInstorageFeedbackAPIRequest.go │ ├── AlibabaAscpUopSupplierReverseorderInstorageFeedbackAPIResponse.go │ ├── AlibabaAscpUopSupplierReverseorderInstorageResultAPIRequest.go │ ├── AlibabaAscpUopSupplierReverseorderInstorageResultAPIResponse.go │ ├── AlibabaAscpUopTaobaoPresalesorderConsignconfirmAPIRequest.go │ ├── AlibabaAscpUopTaobaoPresalesorderConsignconfirmAPIResponse.go │ ├── AlibabaAscpUopTaobaoPresalesorderCreateAPIRequest.go │ ├── AlibabaAscpUopTaobaoPresalesorderCreateAPIResponse.go │ ├── AlibabaAscpUopTaobaoPresalesorderCreateData.go │ ├── AlibabaAscpUopTobPackageQueryAPIRequest.go │ ├── AlibabaAscpUopTobPackageQueryAPIResponse.go │ ├── AlibabaAscpUopTobPackageQueryData.go │ ├── Attribute.go │ ├── BatchChannelInventoryQuery.go │ ├── BussinessInventoryLog.go │ ├── Cancelrefundorderrequest.go │ ├── ChannelInventoryDto.go │ ├── ChannelInventoryQuery.go │ ├── ChannelProductAuthRequest.go │ ├── Closerefundorderrequest.go │ ├── Consignordercancelfeedbackrequest.go │ ├── Consignorderitemlist.go │ ├── Consignorderoutofstockcallbackrequest.go │ ├── Consignordershiprequest.go │ ├── DataMap.go │ ├── Datas.go │ ├── Detailoperationdtos.go │ ├── Detailoperationlist.go │ ├── Detailorder.go │ ├── Detailorderdto.go │ ├── ErpPresaleFinalPayResult.go │ ├── Erpnormalconsignorderrequest.go │ ├── ExtOrderCheckRequest.go │ ├── ExtOrderReceiverRequest.go │ ├── ExtSubOrderCheckRequest.go │ ├── ExternalConfirmSalesOrderRequest.go │ ├── ExternalCreateRefundOrderDetailRequest.go │ ├── ExternalCreateRefundOrderRequest.go │ ├── ExternalCreateSalesOrderRequest.go │ ├── ExternalCreateSubSalesOrderRequest.go │ ├── ExternalReceiverRequest.go │ ├── ExternalRefundGoodsWaybillRequest.go │ ├── ExternalSenderRequest.go │ ├── Futureinventorymainoperationquest.go │ ├── Futureplaninfodto.go │ ├── Instoragedetails.go │ ├── Instoragefeedbackrequest.go │ ├── Instorageresultrequest.go │ ├── Inventoryline.go │ ├── Inventorylinelist.go │ ├── Inventorymainoperation.go │ ├── Item.go │ ├── ItemDistributePublishRequest.go │ ├── Itemdolist.go │ ├── Itemdto.go │ ├── Items.go │ ├── Location.go │ ├── Locationdto.go │ ├── Logisticsacceptinforeslist.go │ ├── Mainorder.go │ ├── Mainorderdto.go │ ├── MerchantInventoryQuery.go │ ├── Modifymailnorequest.go │ ├── OmsLaunchExtraChargeParameter.go │ ├── Operateinfo.go │ ├── Orderitems.go │ ├── Orderlines.go │ ├── Outofstockitems.go │ ├── Ownerdto.go │ ├── Packagedetaillist.go │ ├── Packagedto.go │ ├── Packageitemdtos.go │ ├── Packageitemsigninfodtolist.go │ ├── Packagequeryrequest.go │ ├── Packages.go │ ├── PageData.go │ ├── Pickupinfo.go │ ├── Presalesorder.go │ ├── PresalesorderTest.go │ ├── Presalesorderconsignconfirmrequest.go │ ├── PresalesordercreaterequestTest.go │ ├── Pricerequest.go │ ├── ProductDetailDto.go │ ├── ProductDetailQueryRequestForDistributor.go │ ├── ProductDetailQueryRequestForSupplier.go │ ├── ProductDetailQueryResponseForSupplier.go │ ├── ProductLinkRequest.go │ ├── ProductList.go │ ├── ProductListQueryRequestForSupplier.go │ ├── ProductListQueryResponseForSupplier.go │ ├── ProductSkuDetailDto.go │ ├── ProductSkuLinkDto.go │ ├── Productlistrequest.go │ ├── Products.go │ ├── Receiverinfo.go │ ├── Refunderinfo.go │ ├── RemarkPicture.go │ ├── Requestparams.go │ ├── ResultDto.go │ ├── ResultWrapper.go │ ├── ReverseCreateRequest.go │ ├── SalecategoryQueryResponse.go │ ├── Senderinfo.go │ ├── SkuList.go │ ├── SkuPrice.go │ ├── Strategydto.go │ ├── Suborders.go │ ├── TaobaoInvTurnoverQueryAPIRequest.go │ ├── TaobaoInvTurnoverQueryAPIResponse.go │ ├── TaobaoInvTurnoverQueryData.go │ ├── TaobaoInvTurnoverQueryResult.go │ ├── Tmsitems.go │ ├── Tmsorders.go │ ├── TopBindProductGoodsRequest.go │ ├── TopChannelPriceDetail.go │ ├── TopChannelSkuPrice.go │ ├── TopDistributorPriceResult.go │ ├── TopPriceApplyCreateRequest.go │ ├── TopRequest.go │ ├── Transferdetaildtolist.go │ ├── Transferextendorderitemdtolist.go │ ├── Transferunitorderitemdtos.go │ ├── WaybillCloudPrintDto.go │ ├── WaybillGenInfo.go │ ├── WaybillGenItemList.go │ ├── WaybillGenReceiver.go │ ├── WaybillGenRequest.go │ ├── WaybillGenSender.go │ ├── WaybillGenServ.go │ ├── WaybillQueryPackageItem.go │ ├── WaybillQueryRequestData.go │ ├── WaybillQueryResponseData.go │ ├── Waybillqueryrequest.go │ └── doc.go ├── ascpffo │ ├── AliexpressAscpFfoItemQueryAPIRequest.go │ ├── AliexpressAscpFfoItemQueryAPIResponse.go │ ├── AliexpressAscpFfoItemQueryData.go │ ├── AliexpressAscpFfoItemQueryResult.go │ ├── AliexpressAscpFfoQueryAPIRequest.go │ ├── AliexpressAscpFfoQueryAPIResponse.go │ ├── AliexpressAscpFroItemQueryAPIRequest.go │ ├── AliexpressAscpFroItemQueryAPIResponse.go │ ├── AliexpressAscpFroItemQueryData.go │ ├── AliexpressAscpFroItemQueryResult.go │ ├── AliexpressAscpFroQueryAPIRequest.go │ ├── AliexpressAscpFroQueryAPIResponse.go │ ├── AliexpressAscpFroQueryData.go │ ├── AliexpressAscpInventoryLogQueryAPIRequest.go │ ├── AliexpressAscpInventoryLogQueryAPIResponse.go │ ├── AliexpressAscpItemQueryAPIRequest.go │ ├── AliexpressAscpItemQueryAPIResponse.go │ ├── AliexpressAscpItemQueryData.go │ ├── AliexpressAscpOnwayInventoryQueryAPIRequest.go │ ├── AliexpressAscpOnwayInventoryQueryAPIResponse.go │ ├── AliexpressAscpOnwayInventoryQueryResult.go │ ├── AliexpressAscpPoItemQueryAPIRequest.go │ ├── AliexpressAscpPoItemQueryAPIResponse.go │ ├── AliexpressAscpPoQueryAPIRequest.go │ ├── AliexpressAscpPoQueryAPIResponse.go │ ├── AliexpressAscpPoQueryResult.go │ ├── AliexpressAscpRoItemQueryAPIRequest.go │ ├── AliexpressAscpRoItemQueryAPIResponse.go │ ├── AliexpressAscpRoItemQueryData.go │ ├── AliexpressAscpRoQueryAPIRequest.go │ ├── AliexpressAscpRoQueryAPIResponse.go │ ├── AliexpressAscpRoQueryResult.go │ ├── AliexpressAscpWarehouseInventoryQueryAPIRequest.go │ ├── AliexpressAscpWarehouseInventoryQueryAPIResponse.go │ ├── ErpFulfillmentForwardDto.go │ ├── ErpOnWayInventoryDto.go │ ├── ErpPurchaseOrderDto.go │ ├── ErpPurchaseOrderItemDto.go │ ├── ErpReturnOrderDto.go │ ├── ErpWarehouseInventoryDto.go │ ├── ErpWarehouseInventoryLogDto.go │ ├── FulfillmentForwardOrderItemQueryDto.go │ ├── FulfillmentForwardOrderQueryDto.go │ ├── FulfillmentReverseOrderItemQueryDto.go │ ├── FulfillmentReverseOrderQueryDto.go │ ├── OnWayInventoryQueryDto.go │ ├── PageQueryResult.go │ ├── PurchaseOrderItemQueryDto.go │ ├── PurchaseOrderQueryDto.go │ ├── ReturnOrderItemQueryDto.go │ ├── ReturnOrderQueryDto.go │ ├── ScItemQueryDto.go │ ├── WarehouseInventoryLogQueryDto.go │ ├── WarehouseInventoryQueryDto.go │ └── doc.go ├── ascpqcc │ ├── AlibabaAscpQccSampleCancelItemRelationAPIRequest.go │ ├── AlibabaAscpQccSampleCancelItemRelationAPIResponse.go │ ├── AlibabaAscpQccSampleUpdateAPIRequest.go │ ├── AlibabaAscpQccSampleUpdateAPIResponse.go │ ├── CancelSampleRelationData.go │ ├── CancelSampleRelationRequest.go │ ├── CancelSampleRelationResponse.go │ ├── SendResult.go │ ├── UpdateSampleData.go │ ├── UpdateSampleRequest.go │ ├── UpdateSampleResponse.go │ └── doc.go ├── auction │ ├── CourtsBidStatAnnuallyList.go │ ├── CourtsBidStatMonthlyList.go │ ├── CourtsBidStatSum.go │ ├── CourtsBidStatTopnDto.go │ ├── LatestBids.go │ ├── RealTimeData.go │ ├── Result4Top.go │ ├── TaobaoAuctionGovDataAnnuallyGetAPIRequest.go │ ├── TaobaoAuctionGovDataAnnuallyGetAPIResponse.go │ ├── TaobaoAuctionGovDataMonthlyGetAPIRequest.go │ ├── TaobaoAuctionGovDataMonthlyGetAPIResponse.go │ ├── TaobaoAuctionGovDataRealtimeGetAPIRequest.go │ ├── TaobaoAuctionGovDataRealtimeGetAPIResponse.go │ ├── TaobaoAuctionGovDataTopnGetAPIRequest.go │ ├── TaobaoAuctionGovDataTopnGetAPIResponse.go │ ├── TaobaoAuctionGovGetLatestbidAPIRequest.go │ ├── TaobaoAuctionGovGetLatestbidAPIResponse.go │ ├── TaobaoAuctionVehicleReportRecieveAPIRequest.go │ ├── TaobaoAuctionVehicleReportRecieveAPIResponse.go │ ├── VehicleTestReportDto.go │ └── doc.go ├── autonavi │ ├── AlibabaAutonaviApiTrafficboardImageGetAPIRequest.go │ ├── AlibabaAutonaviApiTrafficboardImageGetAPIResponse.go │ └── doc.go ├── axindata │ ├── BaseResultApiDto.go │ ├── BedGroupDto.go │ ├── BedInfoDto.go │ ├── BreakfastDto.go │ ├── CancelPolicyDetailDto.go │ ├── CancelPolicyRuleDto.go │ ├── CancelPolicyVo.go │ ├── DawnBookingDto.go │ ├── DawnBookingVo.go │ ├── DivisionDto.go │ ├── FlightInfoApiDto.go │ ├── FscBusinessAreaApiDto.go │ ├── FscBusinessAreaApiResponse.go │ ├── FscBusinessAreaQueryRequest.go │ ├── FscDivisionApplyApiDto.go │ ├── FscDivisionApplyRequest.go │ ├── FscDivisionQueryRequest.go │ ├── FscPoiApiDto.go │ ├── FscPoiApiResponse.go │ ├── FscPoiApplyApiDto.go │ ├── FscPoiApplyRequest.go │ ├── FscPoiQueryRequest.go │ ├── FscProductCancelDeductApiDto.go │ ├── FscProductCancelPolicyApiDto.go │ ├── FscProductLabelApiDto.go │ ├── FscProductLabelApiResponse.go │ ├── FscProductLabelQueryRequest.go │ ├── FscProductMediaApiDto.go │ ├── FscProductOfflineRequest.go │ ├── FscProductOnlineRequest.go │ ├── FscProductRuleApiDto.go │ ├── FscProjectAddApiResponse.go │ ├── FscProjectCloseRequest.go │ ├── FscProjectInventoryUpdateRequest.go │ ├── FscProjectMapDto.go │ ├── FscProjectModifyRequest.go │ ├── FscProjectOpenRequest.go │ ├── FscRouteInfoApiDto.go │ ├── FscRouteJourneyApiDto.go │ ├── FscRouteProductAddRequest.go │ ├── FscRouteProductAddResponse.go │ ├── FscRouteProductUpdateRequest.go │ ├── FscRouteProjectApiDto.go │ ├── FscRouteProjectInventoryApiDto.go │ ├── FscRouteProjectPriceApiDto.go │ ├── FscRouteScheduleApiDto.go │ ├── FscRouteScheduleDetailApiDto.go │ ├── FscSaleCommissionApiDto.go │ ├── FscSalesInfoApiDto.go │ ├── FscTravellerDefineApiDto.go │ ├── FscTripDivisionApiDto.go │ ├── FscTripDivisionApiResponse.go │ ├── HotelCityVo.go │ ├── HotelDto.go │ ├── HotelMatchDto.go │ ├── HotelPriceBatchDto.go │ ├── HotelPriceBatchResultDto.go │ ├── HotelPriceDto.go │ ├── HotelPriceVo.go │ ├── HotelRoomMatchDto.go │ ├── HourRoomInfo.go │ ├── HourRoomInfoDto.go │ ├── MatchedHotelBatchResultDto.go │ ├── MatchedHotelDataDto.go │ ├── MatchedHotelRequestDto.go │ ├── MatchedHotelResultDto.go │ ├── MatchedRoomBatchResultDto.go │ ├── MatchedRoomDataDto.go │ ├── MatchedRoomRequestDto.go │ ├── MatchedRoomResultDto.go │ ├── PageDto.go │ ├── PageVo.go │ ├── PoiDetaiVo.go │ ├── PoiVo.go │ ├── PolicyVo.go │ ├── PriceStockDto.go │ ├── RateDto.go │ ├── RateVo.go │ ├── RoomPriceDto.go │ ├── RoomPriceVo.go │ ├── StdHotelDto.go │ ├── StdHotelVo.go │ ├── StdRoomDto.go │ ├── StdRoomType.go │ ├── TaobaoAlitripTravelAxinHotelCityGetAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelCityGetAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelCityGetResult.go │ ├── TaobaoAlitripTravelAxinHotelDetailQueryAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelDetailQueryAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelListGetAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelListGetAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelListGetResult.go │ ├── TaobaoAlitripTravelAxinHotelMatchAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelMatchAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelPriceBatchGetAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelPriceBatchGetAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelPriceGetAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelPriceGetAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelPriceGetResult.go │ ├── TaobaoAlitripTravelAxinHotelPriceQueryAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelPriceQueryAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelRoomListQueryAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelRoomListQueryAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelRoomMatchAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelRoomMatchAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelShidListQueryAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelShidListQueryAPIResponse.go │ ├── TaobaoAlitripTravelAxinPoiDetailQueryAPIRequest.go │ ├── TaobaoAlitripTravelAxinPoiDetailQueryAPIResponse.go │ ├── TaobaoAlitripTravelAxinPoiDetailQueryResult.go │ ├── TaobaoAlitripTravelAxinPoiSearchAPIRequest.go │ ├── TaobaoAlitripTravelAxinPoiSearchAPIResponse.go │ ├── TaobaoAlitripTravelAxinPoiSearchResult.go │ ├── TaobaoAlitripTravelFscHotelListQueryAPIRequest.go │ ├── TaobaoAlitripTravelFscHotelListQueryAPIResponse.go │ ├── TaobaoAlitripTravelFscHotelModifyIncrementAPIRequest.go │ ├── TaobaoAlitripTravelFscHotelModifyIncrementAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiBusinessAreaGetAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiBusinessAreaGetAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiBusinessAreaGetTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiDivisionApplyAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiDivisionApplyAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiDivisionApplyTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiDivisionGetAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiDivisionGetAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiDivisionGetTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiPoiApplyAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiPoiApplyAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiPoiApplyTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiPoiGetAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiPoiGetAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiPoiGetTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiProductAddAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiProductAddAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiProductAddTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiProductLabelGetAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiProductLabelGetAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiProductLabelGetTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiProductOfflineAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiProductOfflineAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiProductOfflineTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiProductOnlineAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiProductOnlineAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiProductOnlineTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiProductUpdateAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiProductUpdateAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiProductUpdateTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiProjectAddAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiProjectAddAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiProjectAddTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiProjectCloseAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiProjectCloseAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiProjectCloseTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiProjectInventoryUpdateAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiProjectInventoryUpdateAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiProjectInventoryUpdateTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiProjectOpenAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiProjectOpenAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiProjectOpenTopResult.go │ ├── TaobaoAlitripTravelFscRouteApiProjectUpdateAPIRequest.go │ ├── TaobaoAlitripTravelFscRouteApiProjectUpdateAPIResponse.go │ ├── TaobaoAlitripTravelFscRouteApiProjectUpdateTopResult.go │ └── doc.go ├── axintrade │ ├── ArrivalTimeDto.go │ ├── AttractionPackageDto.go │ ├── AxinFundConfirmResDto.go │ ├── AxinFundCreateDto.go │ ├── AxinFundCreateResDto.go │ ├── AxinFundDto.go │ ├── AxinFundListQueryDto.go │ ├── AxinFundUpdateDto.go │ ├── AxinPayCheckSignDto.go │ ├── AxinPayImgUploadDto.go │ ├── AxinPayImgUploadResDto.go │ ├── AxinPayRegisterAddress.go │ ├── AxinPayRegisterAuditDto.go │ ├── AxinPayRegisterCreateDto.go │ ├── AxinPayRegisterCreateResDto.go │ ├── AxinPayRegisterQualification.go │ ├── AxinPayRegisterSiteInfo.go │ ├── AxinRefundCreateDto.go │ ├── AxinRefundCreateResDto.go │ ├── BaseResultApiDto.go │ ├── BaseResultDto.go │ ├── Board.go │ ├── BoardDto.go │ ├── BookingPolicyDto.go │ ├── CancelPolicyDto.go │ ├── CancelPolicyInfoDto.go │ ├── ConditionRefundPolicyDto.go │ ├── ContactInfoApiDto.go │ ├── CustomerDto.go │ ├── DailyInfo.go │ ├── DailyPriceInfoDto.go │ ├── ExtUserInfoDto.go │ ├── HotelArrivalTime.go │ ├── HotelInfo.go │ ├── HotelOrderQueryRes.go │ ├── HotelOrderRefundResApiDto.go │ ├── HotelOrderValidateRes.go │ ├── HotelRateDto.go │ ├── LimitPolicyDto.go │ ├── OrderFulfillInfo.go │ ├── PackageApiResDto.go │ ├── PackageCateringInfoDto.go │ ├── PackageCateringPolicyDto.go │ ├── PackageHotelPolicyDto.go │ ├── PackageHotelRateDto.go │ ├── PackageOtherProductDto.go │ ├── PackageRefundPolicyDto.go │ ├── PackageTicketInfoDto.go │ ├── PackageTicketPolicyDto.go │ ├── ProductAreaInfoDto.go │ ├── ProductInventoryDto.go │ ├── ProductPriceDto.go │ ├── RatePlanInfoApiDto.go │ ├── RateUnitDto.go │ ├── RoomInfo.go │ ├── TaobaoAlitripAxinTransFundAddAPIRequest.go │ ├── TaobaoAlitripAxinTransFundAddAPIResponse.go │ ├── TaobaoAlitripAxinTransFundAddResult.go │ ├── TaobaoAlitripAxinTransFundConfirmAPIRequest.go │ ├── TaobaoAlitripAxinTransFundConfirmAPIResponse.go │ ├── TaobaoAlitripAxinTransFundConfirmResult.go │ ├── TaobaoAlitripAxinTransFundQueryByOrderAPIRequest.go │ ├── TaobaoAlitripAxinTransFundQueryByOrderAPIResponse.go │ ├── TaobaoAlitripAxinTransFundQueryByOrderResult.go │ ├── TaobaoAlitripAxinTransFundUpdateAPIRequest.go │ ├── TaobaoAlitripAxinTransFundUpdateAPIResponse.go │ ├── TaobaoAlitripAxinTransFundUpdateResult.go │ ├── TaobaoAlitripAxinTransPayImgUploadAPIRequest.go │ ├── TaobaoAlitripAxinTransPayImgUploadAPIResponse.go │ ├── TaobaoAlitripAxinTransPayImgUploadResult.go │ ├── TaobaoAlitripAxinTransPayRegisterAuditAPIRequest.go │ ├── TaobaoAlitripAxinTransPayRegisterAuditAPIResponse.go │ ├── TaobaoAlitripAxinTransPayRegisterCreateAPIRequest.go │ ├── TaobaoAlitripAxinTransPayRegisterCreateAPIResponse.go │ ├── TaobaoAlitripAxinTransPayRegisterCreateResult.go │ ├── TaobaoAlitripAxinTransPayRegisterReapplyAPIRequest.go │ ├── TaobaoAlitripAxinTransPayRegisterReapplyAPIResponse.go │ ├── TaobaoAlitripAxinTransPaySignCheckAPIRequest.go │ ├── TaobaoAlitripAxinTransPaySignCheckAPIResponse.go │ ├── TaobaoAlitripAxinTransRefundCreateAPIRequest.go │ ├── TaobaoAlitripAxinTransRefundCreateAPIResponse.go │ ├── TaobaoAlitripAxinTransRefundCreateResult.go │ ├── TaobaoAlitripTravelAxinHotelOrderCreateAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelOrderCreateAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelOrderCreateResult.go │ ├── TaobaoAlitripTravelAxinHotelOrderDetailAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelOrderDetailAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelOrderDetailResult.go │ ├── TaobaoAlitripTravelAxinHotelOrderPayAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelOrderPayAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelOrderPayResult.go │ ├── TaobaoAlitripTravelAxinHotelOrderRefundAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelOrderRefundAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelOrderValidateAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelOrderValidateAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelticketOrderCreateorderAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelticketOrderCreateorderAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelticketOrderQueryAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelticketOrderQueryAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelticketOrderValidateAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelticketOrderValidateAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelticketProductDetailAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelticketProductDetailAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelticketProductListAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelticketProductListAPIResponse.go │ ├── TaobaoAlitripTravelAxinHotelticketRefundOrderrefundAPIRequest.go │ ├── TaobaoAlitripTravelAxinHotelticketRefundOrderrefundAPIResponse.go │ ├── TicketInfoDto.go │ ├── TopOrderCreateApiResDto.go │ ├── TopOrderDetailApiResDto.go │ ├── TouristPolicyDto.go │ ├── TravelerDto.go │ └── doc.go ├── b2bcert │ ├── AlibabaAuthCertGetAPIRequest.go │ ├── AlibabaAuthCertGetAPIResponse.go │ ├── AlibabaAuthCertGetResponse.go │ └── doc.go ├── baichuan │ ├── AlibabaBaichuanAsoActivateAPIRequest.go │ ├── AlibabaBaichuanAsoActivateAPIResponse.go │ ├── AlibabaBaichuanAsoQueryAPIRequest.go │ ├── AlibabaBaichuanAsoQueryAPIResponse.go │ ├── AlibabaBaichuanCtgContentGetAPIRequest.go │ ├── AlibabaBaichuanCtgContentGetAPIResponse.go │ ├── AlibabaBaichuanCtgContentGetData.go │ ├── AlibabaBaichuanCtgUserRelationAPIRequest.go │ ├── AlibabaBaichuanCtgUserRelationAPIResponse.go │ ├── AlibabaBaichuanCtgUserRelationResult.go │ ├── AlibabaBaichuanCtgVideoUploadAPIRequest.go │ ├── AlibabaBaichuanCtgVideoUploadAPIResponse.go │ ├── AlibabaBaichuanTaopasswordCheckAPIRequest.go │ ├── AlibabaBaichuanTaopasswordCheckAPIResponse.go │ ├── AlibabaBaichuanTaopasswordCheckResult.go │ ├── AlibabaBaichuanTaopasswordConfigAPIRequest.go │ ├── AlibabaBaichuanTaopasswordConfigAPIResponse.go │ ├── AlibabaBaichuanTaopasswordQueryAPIRequest.go │ ├── AlibabaBaichuanTaopasswordQueryAPIResponse.go │ ├── AsoActivateDeviceResult.go │ ├── AsoDeviceCheckResult.go │ ├── AsoDeviceInfoDo.go │ ├── AsoQueryDeviceResult.go │ ├── BcTaoPasswordResult.go │ ├── Condition.go │ ├── CtgResponse.go │ ├── ErrorCode.go │ ├── IsvItemSubDo.go │ ├── ParamDto.go │ ├── PasswordRuleResultDto.go │ ├── ResultCode.go │ ├── ResultData.go │ ├── ResultMeta.go │ ├── RichClientInfo.go │ ├── ShareResult.go │ ├── TaobaoBaichuanItemSubscribeAPIRequest.go │ ├── TaobaoBaichuanItemSubscribeAPIResponse.go │ ├── TaobaoBaichuanItemSubscribeDailyLeftQueryAPIRequest.go │ ├── TaobaoBaichuanItemSubscribeDailyLeftQueryAPIResponse.go │ ├── TaobaoBaichuanItemSubscribeDailyLeftQueryResult.go │ ├── TaobaoBaichuanItemSubscribeRelationQueryAPIRequest.go │ ├── TaobaoBaichuanItemSubscribeRelationQueryAPIResponse.go │ ├── TaobaoBaichuanItemSubscribeRelationQueryResult.go │ ├── TaobaoBaichuanItemSubscribeResult.go │ ├── TaobaoBaichuanItemsSubscribeAPIRequest.go │ ├── TaobaoBaichuanItemsSubscribeAPIResponse.go │ ├── TaobaoBaichuanItemsSubscribeResult.go │ ├── TaobaoBaichuanItemsUnsubscribeAPIRequest.go │ ├── TaobaoBaichuanItemsUnsubscribeAPIResponse.go │ ├── TaobaoBaichuanItemsUnsubscribeByConditionAPIRequest.go │ ├── TaobaoBaichuanItemsUnsubscribeByConditionAPIResponse.go │ ├── TaobaoBaichuanItemsUnsubscribeByConditionResult.go │ ├── TaobaoBaichuanItemsUnsubscribeResult.go │ ├── TaobaoBaichuanOpenaccountLoginAPIRequest.go │ ├── TaobaoBaichuanOpenaccountLoginAPIResponse.go │ ├── TaobaoBaichuanOpenaccountLoginbytokenAPIRequest.go │ ├── TaobaoBaichuanOpenaccountLoginbytokenAPIResponse.go │ ├── TaobaoBaichuanOpenaccountLogindoublecheckAPIRequest.go │ ├── TaobaoBaichuanOpenaccountLogindoublecheckAPIResponse.go │ ├── TaobaoBaichuanOpenaccountNewlogindoublecheckAPIRequest.go │ ├── TaobaoBaichuanOpenaccountNewlogindoublecheckAPIResponse.go │ ├── TaobaoBaichuanOpenaccountPasswordResetAPIRequest.go │ ├── TaobaoBaichuanOpenaccountPasswordResetAPIResponse.go │ ├── TaobaoBaichuanOpenaccountRegisterAPIRequest.go │ ├── TaobaoBaichuanOpenaccountRegisterAPIResponse.go │ ├── TaobaoBaichuanOpenaccountRegistercodeCheckAPIRequest.go │ ├── TaobaoBaichuanOpenaccountRegistercodeCheckAPIResponse.go │ ├── TaobaoBaichuanOpenaccountRegistercodeSendAPIRequest.go │ ├── TaobaoBaichuanOpenaccountRegistercodeSendAPIResponse.go │ ├── TaobaoBaichuanOpenaccountResetcodeCheckAPIRequest.go │ ├── TaobaoBaichuanOpenaccountResetcodeCheckAPIResponse.go │ ├── TaobaoBaichuanOpenaccountResetcodeSendAPIRequest.go │ ├── TaobaoBaichuanOpenaccountResetcodeSendAPIResponse.go │ ├── TaobaoBaichuanOrderurlGetAPIRequest.go │ ├── TaobaoBaichuanOrderurlGetAPIResponse.go │ ├── TaobaoBaichuanPayresultQueryAPIRequest.go │ ├── TaobaoBaichuanPayresultQueryAPIResponse.go │ ├── TaobaoBaichuanTaokeTraceAPIRequest.go │ ├── TaobaoBaichuanTaokeTraceAPIResponse.go │ ├── TaobaoBaichuanUserLoginAPIRequest.go │ ├── TaobaoBaichuanUserLoginAPIResponse.go │ ├── TaobaoBaichuanUserLoginbytokenAPIRequest.go │ ├── TaobaoBaichuanUserLoginbytokenAPIResponse.go │ ├── TaobaoBaichuanUserLogindoublecheckAPIRequest.go │ ├── TaobaoBaichuanUserLogindoublecheckAPIResponse.go │ └── doc.go ├── baichuanctg │ ├── AlibabaBaichuanCtgToutiaoContentAPIRequest.go │ ├── AlibabaBaichuanCtgToutiaoContentAPIResponse.go │ ├── AlibabaBaichuanCtgToutiaoContentData.go │ ├── CtgRequest.go │ ├── CtgResponse.go │ └── doc.go ├── baodian │ ├── CoinUserDepositV2.go │ ├── GameGiftRecordDto.go │ ├── TaobaoBaodianDepositGetAPIRequest.go │ ├── TaobaoBaodianDepositGetAPIResponse.go │ ├── TaobaoBaodianDepositGetWithSdkversionAPIRequest.go │ ├── TaobaoBaodianDepositGetWithSdkversionAPIResponse.go │ ├── TaobaoBaodianServerDateGetAPIRequest.go │ ├── TaobaoBaodianServerDateGetAPIResponse.go │ ├── TaobaoBaodianServerSdkConfigGetAPIRequest.go │ ├── TaobaoBaodianServerSdkConfigGetAPIResponse.go │ ├── TaobaoDegUserGamegiftQueryAPIRequest.go │ ├── TaobaoDegUserGamegiftQueryAPIResponse.go │ ├── UserCoinDeposit.go │ └── doc.go ├── baoxian │ ├── AliSceneResult.go │ ├── AlipayBaoxianClaimReturngoodsstatusUpdateAPIRequest.go │ ├── AlipayBaoxianClaimReturngoodsstatusUpdateAPIResponse.go │ ├── AlipayBaoxianClaimReturngoodsstatusUpdateMtopResult.go │ ├── AlipayBaoxianClaimSurveyConclusionSubmitAPIRequest.go │ ├── AlipayBaoxianClaimSurveyConclusionSubmitAPIResponse.go │ ├── AlipayBaoxianClaimUpdateAPIRequest.go │ ├── AlipayBaoxianClaimUpdateAPIResponse.go │ ├── AlipayBaoxianClaimUpdateMtopResult.go │ ├── AlipayBaoxianClaimUploadattachmentAPIRequest.go │ ├── AlipayBaoxianClaimUploadattachmentAPIResponse.go │ ├── ClaimAttachment.go │ ├── InsAttachmentUploadVo.go │ ├── InsFacilitatorSurveyConclusionDto.go │ ├── UploadResult.go │ └── doc.go ├── beehive │ ├── TaobaoBeehiveItemCpsUrlAPIRequest.go │ ├── TaobaoBeehiveItemCpsUrlAPIResponse.go │ ├── TaobaoBeehiveItemCpsUrlResultDo.go │ └── doc.go ├── bill │ ├── Account.go │ ├── Bill.go │ ├── BillDto.go │ ├── BookBill.go │ ├── TaobaoBillAccountsGetAPIRequest.go │ ├── TaobaoBillAccountsGetAPIResponse.go │ ├── TaobaoBillBillsGetAPIRequest.go │ ├── TaobaoBillBillsGetAPIResponse.go │ ├── TaobaoBillBookBillsGetAPIRequest.go │ ├── TaobaoBillBookBillsGetAPIResponse.go │ ├── TaobaoTaeAccountsGetAPIRequest.go │ ├── TaobaoTaeAccountsGetAPIResponse.go │ ├── TaobaoTaeBillGetAPIRequest.go │ ├── TaobaoTaeBillGetAPIResponse.go │ ├── TaobaoTaeBillsGetAPIRequest.go │ ├── TaobaoTaeBillsGetAPIResponse.go │ ├── TaobaoTaeBookBillGetAPIRequest.go │ ├── TaobaoTaeBookBillGetAPIResponse.go │ ├── TaobaoTaeBookBillsGetAPIRequest.go │ ├── TaobaoTaeBookBillsGetAPIResponse.go │ ├── TopAccountDto.go │ ├── TopAcctCashJourDto.go │ └── doc.go ├── blackvip │ ├── Models.go │ ├── ResultSupport.go │ ├── TaobaoBlackvipUserinfoGetAPIRequest.go │ ├── TaobaoBlackvipUserinfoGetAPIResponse.go │ └── doc.go ├── brandhub │ ├── TaobaoBrandStarshopRptTargetGetAPIRequest.go │ ├── TaobaoBrandStarshopRptTargetGetAPIResponse.go │ ├── TaobaoBrandStarshopRptTargetGetResult.go │ ├── TaobaoBrandStartshopRptAccountGetAPIRequest.go │ ├── TaobaoBrandStartshopRptAccountGetAPIResponse.go │ ├── TaobaoBrandStartshopRptAccountGetResult.go │ ├── TaobaoBrandStartshopRptAdgroupGetAPIRequest.go │ ├── TaobaoBrandStartshopRptAdgroupGetAPIResponse.go │ ├── TaobaoBrandStartshopRptAdgroupGetResult.go │ ├── TaobaoBrandStartshopRptCampaignGetAPIRequest.go │ ├── TaobaoBrandStartshopRptCampaignGetAPIResponse.go │ ├── TaobaoBrandStartshopRptCampaignGetResult.go │ ├── TaobaoBrandStartshopRptCreativeGetAPIRequest.go │ ├── TaobaoBrandStartshopRptCreativeGetAPIResponse.go │ ├── TaobaoBrandStartshopRptCreativeGetResult.go │ ├── TaobaoBrandStartshopRptWordpackageGetAPIRequest.go │ ├── TaobaoBrandStartshopRptWordpackageGetAPIResponse.go │ ├── TaobaoBrandStartshopRptWordpackageGetResult.go │ ├── TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest.go │ ├── TaobaoBrandhubSpecialshowRptAdgroupGetAPIResponse.go │ ├── TaobaoBrandhubSpecialshowRptAdgroupGetResult.go │ └── doc.go ├── btrip │ ├── AirlineInfo.go │ ├── AirportInfo.go │ ├── AlitripBtipCostCenterQueryAPIRequest.go │ ├── AlitripBtipCostCenterQueryAPIResponse.go │ ├── AlitripBtripApplyGetAPIRequest.go │ ├── AlitripBtripApplyGetAPIResponse.go │ ├── AlitripBtripApplySearchAPIRequest.go │ ├── AlitripBtripApplySearchAPIResponse.go │ ├── AlitripBtripApprovalModifyAPIRequest.go │ ├── AlitripBtripApprovalModifyAPIResponse.go │ ├── AlitripBtripApprovalNewAPIRequest.go │ ├── AlitripBtripApprovalNewAPIResponse.go │ ├── AlitripBtripApprovalUpdateAPIRequest.go │ ├── AlitripBtripApprovalUpdateAPIResponse.go │ ├── AlitripBtripCityCarApplyAddAPIRequest.go │ ├── AlitripBtripCityCarApplyAddAPIResponse.go │ ├── AlitripBtripCityCarApplyApproveAPIRequest.go │ ├── AlitripBtripCityCarApplyApproveAPIResponse.go │ ├── AlitripBtripCityCarApplyQueryAPIRequest.go │ ├── AlitripBtripCityCarApplyQueryAPIResponse.go │ ├── AlitripBtripCorpopApplyAddAPIRequest.go │ ├── AlitripBtripCorpopApplyAddAPIResponse.go │ ├── AlitripBtripCorpopApplyApproveAPIRequest.go │ ├── AlitripBtripCorpopApplyApproveAPIResponse.go │ ├── AlitripBtripCorpopApplyGetAPIRequest.go │ ├── AlitripBtripCorpopApplyGetAPIResponse.go │ ├── AlitripBtripCorpopApplyModifyAPIRequest.go │ ├── AlitripBtripCorpopApplyModifyAPIResponse.go │ ├── AlitripBtripCorpopApplySearchAPIRequest.go │ ├── AlitripBtripCorpopApplySearchAPIResponse.go │ ├── AlitripBtripCorpopBtriptrainBillsettlementQueryAPIRequest.go │ ├── AlitripBtripCorpopBtriptrainBillsettlementQueryAPIResponse.go │ ├── AlitripBtripCorpopCarBillsettlementQueryAPIRequest.go │ ├── AlitripBtripCorpopCarBillsettlementQueryAPIResponse.go │ ├── AlitripBtripCorpopCommonapplyGetAPIRequest.go │ ├── AlitripBtripCorpopCommonapplyGetAPIResponse.go │ ├── AlitripBtripCorpopDepartSyncAPIRequest.go │ ├── AlitripBtripCorpopDepartSyncAPIResponse.go │ ├── AlitripBtripCorpopExceedapplySyncAPIRequest.go │ ├── AlitripBtripCorpopExceedapplySyncAPIResponse.go │ ├── AlitripBtripCorpopFlightBillsettlementQueryAPIRequest.go │ ├── AlitripBtripCorpopFlightBillsettlementQueryAPIResponse.go │ ├── AlitripBtripCorpopFlightExceedapplyGetAPIRequest.go │ ├── AlitripBtripCorpopFlightExceedapplyGetAPIResponse.go │ ├── AlitripBtripCorpopHotelBillsettlementQueryAPIRequest.go │ ├── AlitripBtripCorpopHotelBillsettlementQueryAPIResponse.go │ ├── AlitripBtripCorpopHotelExceedapplyGetAPIRequest.go │ ├── AlitripBtripCorpopHotelExceedapplyGetAPIResponse.go │ ├── AlitripBtripCorpopTrainExceedapplyGetAPIRequest.go │ ├── AlitripBtripCorpopTrainExceedapplyGetAPIResponse.go │ ├── AlitripBtripCorpopUserSyncAPIRequest.go │ ├── AlitripBtripCorpopUserSyncAPIResponse.go │ ├── AlitripBtripCostCenterDeleteAPIRequest.go │ ├── AlitripBtripCostCenterDeleteAPIResponse.go │ ├── AlitripBtripCostCenterEntityAddAPIRequest.go │ ├── AlitripBtripCostCenterEntityAddAPIResponse.go │ ├── AlitripBtripCostCenterEntityDeleteAPIRequest.go │ ├── AlitripBtripCostCenterEntityDeleteAPIResponse.go │ ├── AlitripBtripCostCenterEntitySetAPIRequest.go │ ├── AlitripBtripCostCenterEntitySetAPIResponse.go │ ├── AlitripBtripCostCenterGetAPIRequest.go │ ├── AlitripBtripCostCenterGetAPIResponse.go │ ├── AlitripBtripCostCenterModifyAPIRequest.go │ ├── AlitripBtripCostCenterModifyAPIResponse.go │ ├── AlitripBtripCostCenterNewAPIRequest.go │ ├── AlitripBtripCostCenterNewAPIResponse.go │ ├── AlitripBtripCostCenterTransferAPIRequest.go │ ├── AlitripBtripCostCenterTransferAPIResponse.go │ ├── AlitripBtripEmployeeQueryAPIRequest.go │ ├── AlitripBtripEmployeeQueryAPIResponse.go │ ├── AlitripBtripFlightCitySuggestAPIRequest.go │ ├── AlitripBtripFlightCitySuggestAPIResponse.go │ ├── AlitripBtripFlightDistributionAccountAPIRequest.go │ ├── AlitripBtripFlightDistributionAccountAPIResponse.go │ ├── AlitripBtripFlightDistributionChangeApplyAPIRequest.go │ ├── AlitripBtripFlightDistributionChangeApplyAPIResponse.go │ ├── AlitripBtripFlightDistributionChangeCancelAPIRequest.go │ ├── AlitripBtripFlightDistributionChangeCancelAPIResponse.go │ ├── AlitripBtripFlightDistributionChangeDetailAPIRequest.go │ ├── AlitripBtripFlightDistributionChangeDetailAPIResponse.go │ ├── AlitripBtripFlightDistributionChangeNewapplyAPIRequest.go │ ├── AlitripBtripFlightDistributionChangeNewapplyAPIResponse.go │ ├── AlitripBtripFlightDistributionChangeNewcancelAPIRequest.go │ ├── AlitripBtripFlightDistributionChangeNewcancelAPIResponse.go │ ├── AlitripBtripFlightDistributionChangeNewdetailAPIRequest.go │ ├── AlitripBtripFlightDistributionChangeNewdetailAPIResponse.go │ ├── AlitripBtripFlightDistributionChangeNewpayAPIRequest.go │ ├── AlitripBtripFlightDistributionChangeNewpayAPIResponse.go │ ├── AlitripBtripFlightDistributionChangeNewqueryAPIRequest.go │ ├── AlitripBtripFlightDistributionChangeNewqueryAPIResponse.go │ ├── AlitripBtripFlightDistributionChangePayAPIRequest.go │ ├── AlitripBtripFlightDistributionChangePayAPIResponse.go │ ├── AlitripBtripFlightDistributionChangeQueryAPIRequest.go │ ├── AlitripBtripFlightDistributionChangeQueryAPIResponse.go │ ├── AlitripBtripFlightDistributionFlightlistAPIRequest.go │ ├── AlitripBtripFlightDistributionFlightlistAPIResponse.go │ ├── AlitripBtripFlightDistributionModifyFlightsearchAPIRequest.go │ ├── AlitripBtripFlightDistributionModifyFlightsearchAPIResponse.go │ ├── AlitripBtripFlightDistributionModifyNewflightsearchAPIRequest.go │ ├── AlitripBtripFlightDistributionModifyNewflightsearchAPIResponse.go │ ├── AlitripBtripFlightDistributionNewflightlistAPIRequest.go │ ├── AlitripBtripFlightDistributionNewflightlistAPIResponse.go │ ├── AlitripBtripFlightDistributionOrderCancelAPIRequest.go │ ├── AlitripBtripFlightDistributionOrderCancelAPIResponse.go │ ├── AlitripBtripFlightDistributionOrderCreateAPIRequest.go │ ├── AlitripBtripFlightDistributionOrderCreateAPIResponse.go │ ├── AlitripBtripFlightDistributionOrderDetailAPIRequest.go │ ├── AlitripBtripFlightDistributionOrderDetailAPIResponse.go │ ├── AlitripBtripFlightDistributionOrderNewcreateAPIRequest.go │ ├── AlitripBtripFlightDistributionOrderNewcreateAPIResponse.go │ ├── AlitripBtripFlightDistributionOrderNewpayAPIRequest.go │ ├── AlitripBtripFlightDistributionOrderNewpayAPIResponse.go │ ├── AlitripBtripFlightDistributionOrderPayAPIRequest.go │ ├── AlitripBtripFlightDistributionOrderPayAPIResponse.go │ ├── AlitripBtripFlightDistributionRefundApplyAPIRequest.go │ ├── AlitripBtripFlightDistributionRefundApplyAPIResponse.go │ ├── AlitripBtripFlightDistributionRefundDetailAPIRequest.go │ ├── AlitripBtripFlightDistributionRefundDetailAPIResponse.go │ ├── AlitripBtripFlightDistributionRefundNewapplyAPIRequest.go │ ├── AlitripBtripFlightDistributionRefundNewapplyAPIResponse.go │ ├── AlitripBtripFlightDistributionRefundNewdetailAPIRequest.go │ ├── AlitripBtripFlightDistributionRefundNewdetailAPIResponse.go │ ├── AlitripBtripFlightDistributionRefundNewprecalAPIRequest.go │ ├── AlitripBtripFlightDistributionRefundNewprecalAPIResponse.go │ ├── AlitripBtripFlightDistributionRefundPrecalAPIRequest.go │ ├── AlitripBtripFlightDistributionRefundPrecalAPIResponse.go │ ├── AlitripBtripFlightOrderSearchAPIRequest.go │ ├── AlitripBtripFlightOrderSearchAPIResponse.go │ ├── AlitripBtripHotelDistributionOrderCancelAPIRequest.go │ ├── AlitripBtripHotelDistributionOrderCancelAPIResponse.go │ ├── AlitripBtripHotelDistributionOrderCreateAPIRequest.go │ ├── AlitripBtripHotelDistributionOrderCreateAPIResponse.go │ ├── AlitripBtripHotelDistributionOrderDetailAPIRequest.go │ ├── AlitripBtripHotelDistributionOrderDetailAPIResponse.go │ ├── AlitripBtripHotelDistributionOrderPayAPIRequest.go │ ├── AlitripBtripHotelDistributionOrderPayAPIResponse.go │ ├── AlitripBtripHotelDistributionOrderValidateAPIRequest.go │ ├── AlitripBtripHotelDistributionOrderValidateAPIResponse.go │ ├── AlitripBtripHotelDistributionSearchDetailAPIRequest.go │ ├── AlitripBtripHotelDistributionSearchDetailAPIResponse.go │ ├── AlitripBtripHotelDistributionSearchHotHotelAPIRequest.go │ ├── AlitripBtripHotelDistributionSearchHotHotelAPIResponse.go │ ├── AlitripBtripHotelDistributionSearchLowPriceAPIRequest.go │ ├── AlitripBtripHotelDistributionSearchLowPriceAPIResponse.go │ ├── AlitripBtripHotelDistributionSearchStaticAPIRequest.go │ ├── AlitripBtripHotelDistributionSearchStaticAPIResponse.go │ ├── AlitripBtripHotelOrderSearchAPIRequest.go │ ├── AlitripBtripHotelOrderSearchAPIResponse.go │ ├── AlitripBtripInvoiceGetAPIRequest.go │ ├── AlitripBtripInvoiceGetAPIResponse.go │ ├── AlitripBtripInvoiceSearchAPIRequest.go │ ├── AlitripBtripInvoiceSearchAPIResponse.go │ ├── AlitripBtripInvoiceSettingAddAPIRequest.go │ ├── AlitripBtripInvoiceSettingAddAPIResponse.go │ ├── AlitripBtripInvoiceSettingDeleteAPIRequest.go │ ├── AlitripBtripInvoiceSettingDeleteAPIResponse.go │ ├── AlitripBtripInvoiceSettingModifyAPIRequest.go │ ├── AlitripBtripInvoiceSettingModifyAPIResponse.go │ ├── AlitripBtripInvoiceSettingRuleAPIRequest.go │ ├── AlitripBtripInvoiceSettingRuleAPIResponse.go │ ├── AlitripBtripMonthbillUrlGetAPIRequest.go │ ├── AlitripBtripMonthbillUrlGetAPIResponse.go │ ├── AlitripBtripOpenCostCenterDeleteAPIRequest.go │ ├── AlitripBtripOpenCostCenterDeleteAPIResponse.go │ ├── AlitripBtripOpenCostCenterEntityAddAPIRequest.go │ ├── AlitripBtripOpenCostCenterEntityAddAPIResponse.go │ ├── AlitripBtripOpenCostCenterEntityDeleteAPIRequest.go │ ├── AlitripBtripOpenCostCenterEntityDeleteAPIResponse.go │ ├── AlitripBtripOpenCostCenterEntitySetAPIRequest.go │ ├── AlitripBtripOpenCostCenterEntitySetAPIResponse.go │ ├── AlitripBtripOpenCostCenterModifyAPIRequest.go │ ├── AlitripBtripOpenCostCenterModifyAPIResponse.go │ ├── AlitripBtripOpenCostCenterNewAPIRequest.go │ ├── AlitripBtripOpenCostCenterNewAPIResponse.go │ ├── AlitripBtripOpenCostCenterQueryAPIRequest.go │ ├── AlitripBtripOpenCostCenterQueryAPIResponse.go │ ├── AlitripBtripOpenCostCenterTransferAPIRequest.go │ ├── AlitripBtripOpenCostCenterTransferAPIResponse.go │ ├── AlitripBtripOpenInvoiceSearchAPIRequest.go │ ├── AlitripBtripOpenInvoiceSearchAPIResponse.go │ ├── AlitripBtripOpenSupplychainFlightTradeAPIRequest.go │ ├── AlitripBtripOpenSupplychainFlightTradeAPIResponse.go │ ├── AlitripBtripOpenSupplychainHotelTradeAPIRequest.go │ ├── AlitripBtripOpenSupplychainHotelTradeAPIResponse.go │ ├── AlitripBtripOpenSupplychainTrainTradeAPIRequest.go │ ├── AlitripBtripOpenSupplychainTrainTradeAPIResponse.go │ ├── AlitripBtripOpenSupplychainVehicleTradeAPIRequest.go │ ├── AlitripBtripOpenSupplychainVehicleTradeAPIResponse.go │ ├── AlitripBtripOpenplatformAddressGetAPIRequest.go │ ├── AlitripBtripOpenplatformAddressGetAPIResponse.go │ ├── AlitripBtripProjectAddAPIRequest.go │ ├── AlitripBtripProjectAddAPIResponse.go │ ├── AlitripBtripProjectDeleteAPIRequest.go │ ├── AlitripBtripProjectDeleteAPIResponse.go │ ├── AlitripBtripProjectModifyAPIRequest.go │ ├── AlitripBtripProjectModifyAPIResponse.go │ ├── AlitripBtripSupplychainBusIndustrySearchAPIRequest.go │ ├── AlitripBtripSupplychainBusIndustrySearchAPIResponse.go │ ├── AlitripBtripSupplychainFlightCityAPIRequest.go │ ├── AlitripBtripSupplychainFlightCityAPIResponse.go │ ├── AlitripBtripSupplychainFlightDetailSearchAPIRequest.go │ ├── AlitripBtripSupplychainFlightDetailSearchAPIResponse.go │ ├── AlitripBtripSupplychainFlightIndustrySearchAPIRequest.go │ ├── AlitripBtripSupplychainFlightIndustrySearchAPIResponse.go │ ├── AlitripBtripSupplychainFlightSearchAPIRequest.go │ ├── AlitripBtripSupplychainFlightSearchAPIResponse.go │ ├── AlitripBtripSupplychainHotelSearchAPIRequest.go │ ├── AlitripBtripSupplychainHotelSearchAPIResponse.go │ ├── AlitripBtripSupplychainTrainCityAPIRequest.go │ ├── AlitripBtripSupplychainTrainCityAPIResponse.go │ ├── AlitripBtripSupplychainTrainDetailSearchAPIRequest.go │ ├── AlitripBtripSupplychainTrainDetailSearchAPIResponse.go │ ├── AlitripBtripSupplychainTrainDetailSearchVtwoAPIRequest.go │ ├── AlitripBtripSupplychainTrainDetailSearchVtwoAPIResponse.go │ ├── AlitripBtripSupplychainTrainIndustrySearchAPIRequest.go │ ├── AlitripBtripSupplychainTrainIndustrySearchAPIResponse.go │ ├── AlitripBtripSupplychainTrainSearchAPIRequest.go │ ├── AlitripBtripSupplychainTrainSearchAPIResponse.go │ ├── AlitripBtripSupplychainVehicleSearchAPIRequest.go │ ├── AlitripBtripSupplychainVehicleSearchAPIResponse.go │ ├── AlitripBtripTrainCitySuggestAPIRequest.go │ ├── AlitripBtripTrainCitySuggestAPIResponse.go │ ├── AlitripBtripTrainOrderSearchAPIRequest.go │ ├── AlitripBtripTrainOrderSearchAPIResponse.go │ ├── AlitripBtripVehicleOrderSearchAPIRequest.go │ ├── AlitripBtripVehicleOrderSearchAPIResponse.go │ ├── ApplyIntentionInfoDo.go │ ├── BaggageItem.go │ ├── BaggageSubContentVisualizesBean.go │ ├── BaggageSubItem.go │ ├── BaggageTip.go │ ├── BcmcResult.go │ ├── BookFlightSegmentDto.go │ ├── BtmsResult.go │ ├── BtripAccountDetailRs.go │ ├── BtripAccountPrestoreRs.go │ ├── BtripAccountRq.go │ ├── BtripApplyResult.go │ ├── BtripCrediAmountRs.go │ ├── BtripDepartSyncRq.go │ ├── BtripExceedApplyRq.go │ ├── BtripFlightCancelOrderRq.go │ ├── BtripFlightCancelOrderRs.go │ ├── BtripFlightChangeDetailRs.go │ ├── BtripFlightCreateOrderRq.go │ ├── BtripFlightCreateOrderRs.go │ ├── BtripFlightModifyApplyRq.go │ ├── BtripFlightModifyApplyRs.go │ ├── BtripFlightModifyCancelRq.go │ ├── BtripFlightModifyCancelRs.go │ ├── BtripFlightModifyDetailInfoRs.go │ ├── BtripFlightModifyFlightInfoRq.go │ ├── BtripFlightModifyFlightInfoRs.go │ ├── BtripFlightModifyPayRq.go │ ├── BtripFlightModifyPayRs.go │ ├── BtripFlightModifySearchPriceRq.go │ ├── BtripFlightModifySearchPriceRs.go │ ├── BtripFlightOrderDetailRs.go │ ├── BtripFlightOrderOperateCommonRq.go │ ├── BtripFlightPayOrderRq.go │ ├── BtripFlightPayOrderRs.go │ ├── BtripFlightRefundApplyRq.go │ ├── BtripFlightRefundApplyRs.go │ ├── BtripFlightRefundDetailRs.go │ ├── BtripFlightRefundPreCalRq.go │ ├── BtripFlightRefundPreCalRs.go │ ├── BtripFlightSearchListRq.go │ ├── BtripFlightSearchListRs.go │ ├── BtripHotelBoardDto.go │ ├── BtripHotelCancelOrderRs.go │ ├── BtripHotelCancelPolicyDto.go │ ├── BtripHotelCancelPolicyInfoDto.go │ ├── BtripHotelContactDto.go │ ├── BtripHotelCreateOrderRq.go │ ├── BtripHotelCreateOrderRs.go │ ├── BtripHotelDailyPriceInfoDto.go │ ├── BtripHotelInfoDto.go │ ├── BtripHotelOrderDetailInfoRs.go │ ├── BtripHotelOrderMainInfoDto.go │ ├── BtripHotelOrderOperateRq.go │ ├── BtripHotelPromotionDetailDto.go │ ├── BtripHotelPromotionDto.go │ ├── BtripHotelRatePlanInfoDto.go │ ├── BtripHotelRateUnitDto.go │ ├── BtripHotelRoomInfoDto.go │ ├── BtripHotelValidateOrderRq.go │ ├── BtripHotelValidateOrderRs.go │ ├── BtripTrainOpenTicketDo.go │ ├── BtripUserSyncRq.go │ ├── BtriphomeResult.go │ ├── BtriphomeResultSupport.go │ ├── BusLineInfoVo.go │ ├── BusSearchRq.go │ ├── BusSearchRs.go │ ├── CabinInfo.go │ ├── CabinRs.go │ ├── CarInfoDo.go │ ├── ChangeOtaItemRuleRq.go │ ├── CityCarApplyAddRq.go │ ├── CityCarApplyApproveRq.go │ ├── CityCarApplyQueryRq.go │ ├── CityVo.go │ ├── ClientInfoDo.go │ ├── ContactInfoDto.go │ ├── CorpInfoRq.go │ ├── CostCenterDo.go │ ├── CostCenterList.go │ ├── DepartSyncRq.go │ ├── DiscountDailyPrice.go │ ├── Entity.go │ ├── ExternalUserStandard.go │ ├── ExtraContentsBean.go │ ├── FlightChangeTicketInfo.go │ ├── FlightInfo.go │ ├── FlightInfoDto.go │ ├── FlightRefundTicketInfo.go │ ├── FlightRule.go │ ├── FlightSearchListRs.go │ ├── FlightSearchRq.go │ ├── FlightSearchRs.go │ ├── FlightSegmentRs.go │ ├── FlightShoppingItemRs.go │ ├── FlightTicketInfo.go │ ├── GroupItemRs.go │ ├── HisvResult.go │ ├── HisvResultSupport.go │ ├── HotHotelIdListRs.go │ ├── HotHotelSearchListRq.go │ ├── HotelCityFee.go │ ├── HotelDetailRateDto.go │ ├── HotelDetailRoomDto.go │ ├── HotelDetailRq.go │ ├── HotelDetailRs.go │ ├── HotelDto.go │ ├── HotelInfoDo.go │ ├── HotelInfoListRs.go │ ├── HotelInfoRq.go │ ├── HotelListDto.go │ ├── HotelSearchListRq.go │ ├── HotelSearchListRs.go │ ├── HotelShareInfo.go │ ├── InsuranceInfo.go │ ├── InternalUserStandard.go │ ├── InvoiceInfo.go │ ├── InvoiceList.go │ ├── JourneyRs.go │ ├── ModifyFlightInfo.go │ ├── ModifyPrice.go │ ├── MultiCabinClassInfo.go │ ├── MultiRefundPreCalDetail.go │ ├── NameSameCityVo.go │ ├── OdInfoRq.go │ ├── OpenAccountRq.go │ ├── OpenAccountRs.go │ ├── OpenAddApplyRq.go │ ├── OpenApiApplyRq.go │ ├── OpenApiApplyRs.go │ ├── OpenApiFlightOrderDetailRs.go │ ├── OpenApiFlightOrderRs.go │ ├── OpenApiHotelOrderRs.go │ ├── OpenApiJumpInfoRq.go │ ├── OpenApiJumpInfoRs.go │ ├── OpenApiNewApplyRq.go │ ├── OpenApiNewApplyRs.go │ ├── OpenApiSearchDetailRq.go │ ├── OpenApiSearchRq.go │ ├── OpenApiSuggestRs.go │ ├── OpenApiTrainOrderDetailRSV2.go │ ├── OpenApiTrainOrderDetailRs.go │ ├── OpenApiTrainOrderRs.go │ ├── OpenApiUpdateApplyRq.go │ ├── OpenApiVehicleOrderRs.go │ ├── OpenApiZzdFlightOrderRs.go │ ├── OpenApiZzdHotelOrderRs.go │ ├── OpenApiZzdSearchRq.go │ ├── OpenApiZzdTrainOrderRs.go │ ├── OpenApiZzdVehicleOrderRs.go │ ├── OpenApplyRs.go │ ├── OpenApproveApplyRq.go │ ├── OpenApproverInfo.go │ ├── OpenCostCenterAddEntityRq.go │ ├── OpenCostCenterAddEntityRs.go │ ├── OpenCostCenterDeleteEntityRq.go │ ├── OpenCostCenterDeleteEntityRs.go │ ├── OpenCostCenterDeleteRq.go │ ├── OpenCostCenterDo.go │ ├── OpenCostCenterModifyRq.go │ ├── OpenCostCenterQueryRq.go │ ├── OpenCostCenterQueryRs.go │ ├── OpenCostCenterSaveRq.go │ ├── OpenCostCenterSaveRs.go │ ├── OpenCostCenterSetEntityRq.go │ ├── OpenCostCenterSetEntityRs.go │ ├── OpenCostCenterTransferRq.go │ ├── OpenEmployeeInfo.go │ ├── OpenEmployeeQueryRequest.go │ ├── OpenFlightInsureInfo.go │ ├── OpenFlightOrderRs.go │ ├── OpenHotelOrderRs.go │ ├── OpenInvoiceDeleteRq.go │ ├── OpenInvoiceDo.go │ ├── OpenInvoiceModifyAndNewRq.go │ ├── OpenInvoiceRq.go │ ├── OpenInvoiceRuleRq.go │ ├── OpenInvoiceRuleRs.go │ ├── OpenIsvApplyRs.go │ ├── OpenIsvBillSettlementBtripTrainRs.go │ ├── OpenIsvBillSettlementCarRs.go │ ├── OpenIsvBillSettlementFlightRs.go │ ├── OpenIsvBillSettlementHotelRs.go │ ├── OpenIsvBillSettlementRs.go │ ├── OpenIsvBillSettlementSearchRq.go │ ├── OpenIsvExceedApplyRs.go │ ├── OpenIsvSearchRq.go │ ├── OpenItineraryInfo.go │ ├── OpenOrgEntityDo.go │ ├── OpenPageInfoRs.go │ ├── OpenPriceInfo.go │ ├── OpenProjectRq.go │ ├── OpenSearchRq.go │ ├── OpenSuggestRq.go │ ├── OpenTicketDo.go │ ├── OpenTrainOrderRs.go │ ├── OpenUserAffiliateDo.go │ ├── OpenUserInfo.go │ ├── OpenVehicleOrderRs.go │ ├── OrderBaseInfo.go │ ├── OrderFlightInfo.go │ ├── OrderTicketInfo.go │ ├── OrderTravelerInfo.go │ ├── PageInfoRs.go │ ├── PagingResult.go │ ├── PassengerCabinInfo.go │ ├── PassengerFlightShoppingItemRs.go │ ├── PassengerInfo.go │ ├── PassengerQuantityRq.go │ ├── PassengerSegmentInfo.go │ ├── PriceInfo.go │ ├── RefundChangeRuleItem.go │ ├── RefundChangeRuleSubContent.go │ ├── RefundChangeRuleSubItem.go │ ├── RefundDetailShowVo.go │ ├── RefundFeeInfo.go │ ├── RefundSubItem.go │ ├── ReturnReasonDetail.go │ ├── RoomInfoDo.go │ ├── RoomTypeDto.go │ ├── RouteInfoRs.go │ ├── RouteVo.go │ ├── SearchPriceRs.go │ ├── SeatVo.go │ ├── SegmentCabinPriceRs.go │ ├── SegmentPositionRs.go │ ├── SegmentShowInfoRs.go │ ├── StationLatitudeLongitudeVo.go │ ├── SuggestRs.go │ ├── TgqNodeDo.go │ ├── TimeNodeDo.go │ ├── Tips.go │ ├── TrainChangeTicketInfo.go │ ├── TrainInfo.go │ ├── TrainInfoV2.go │ ├── TrainOrderInfo.go │ ├── TrainRefundTicketInfo.go │ ├── TrainSearchRq.go │ ├── TrainSearchRs.go │ ├── TrainStationVo.go │ ├── TrainTicketInfo.go │ ├── TrainTransferInfo.go │ ├── TransferInfo.go │ ├── TravelerInfo.go │ ├── TripPreferenceRq.go │ ├── UserInfoRq.go │ ├── UserSyncRq.go │ └── doc.go ├── bus │ ├── AccountInDetail.go │ ├── AgentConfirmBookPassengerInfo.go │ ├── AgentConfirmBookRq.go │ ├── AgentConfirmBookScheduleInfo.go │ ├── AgentConfirmRefundRq.go │ ├── AgentConfirmReturnAndRefundRq.go │ ├── AgentConfirmReturnRq.go │ ├── AgentMultipleRefundRq.go │ ├── AgentMultipleRefundTicketInfo.go │ ├── AgentQueryOrderRq.go │ ├── AlitripBusInsuranceRecommendAPIRequest.go │ ├── AlitripBusInsuranceRecommendAPIResponse.go │ ├── B2BBookOrderRq.go │ ├── B2BBusLineInfo.go │ ├── B2BBusOrderInfo.go │ ├── B2BBusSeatPriceDto.go │ ├── B2BCreateOrderRq.go │ ├── B2BFetchHolderInfo.go │ ├── B2BFetchTicket.go │ ├── B2BOrderQueryRp.go │ ├── B2BOrderQueryRq.go │ ├── B2BQueryRefundFeeRp.go │ ├── B2BRefundOrderRp.go │ ├── B2BRefundOrderRq.go │ ├── B2BTicketInfo.go │ ├── BusCityChangeDto.go │ ├── BusNumberDto.go │ ├── BusNumberInfoDto.go │ ├── BusNumberSearchRq.go │ ├── BusSeatPriceRq.go │ ├── BusoMainOrderHistoryPageVo.go │ ├── Busomainorderhistoryvolist.go │ ├── CityChangeRq.go │ ├── CityDto.go │ ├── CitySearchRp.go │ ├── InsuranceProductVo.go │ ├── InsurancePropertyVo.go │ ├── InsuranceRecommendRq.go │ ├── InsuranceRefundDetail.go │ ├── MerchantBusFetchHolderInfo.go │ ├── MerchantBusLineInfo.go │ ├── MerchantBusOrderInfo.go │ ├── MerchantBusRefundApplyInfo.go │ ├── MerchantBusRefundOrderInfo.go │ ├── MerchantBusTicketInfo.go │ ├── OfflineRefundTicketPriceRq.go │ ├── ParamLastPlaceSearchRq.go │ ├── PassengerVo.go │ ├── ReceiptDo.go │ ├── RefundAccountInDetail.go │ ├── SingleRefundInfo.go │ ├── TaobaoAlitripBusTicketsInsuranceRecommendAPIRequest.go │ ├── TaobaoAlitripBusTicketsInsuranceRecommendAPIResponse.go │ ├── TaobaoAlitripBusTicketsInsuranceRecommendResult.go │ ├── TaobaoBusAgentBookticketConfirmAPIRequest.go │ ├── TaobaoBusAgentBookticketConfirmAPIResponse.go │ ├── TaobaoBusAgentCityChangeAPIRequest.go │ ├── TaobaoBusAgentCityChangeAPIResponse.go │ ├── TaobaoBusAgentMultipleRefundConfirmAPIRequest.go │ ├── TaobaoBusAgentMultipleRefundConfirmAPIResponse.go │ ├── TaobaoBusAgentRefundConfirmAPIRequest.go │ ├── TaobaoBusAgentRefundConfirmAPIResponse.go │ ├── TaobaoBusAgentRefundticketConfirmAPIRequest.go │ ├── TaobaoBusAgentRefundticketConfirmAPIResponse.go │ ├── TaobaoBusAgentReturnticketConfirmAPIRequest.go │ ├── TaobaoBusAgentReturnticketConfirmAPIResponse.go │ ├── TaobaoBusBusnumberGetAPIRequest.go │ ├── TaobaoBusBusnumberGetAPIResponse.go │ ├── TaobaoBusBusnumberGetResultSet.go │ ├── TaobaoBusBusnumberSetAPIRequest.go │ ├── TaobaoBusBusnumberSetAPIResponse.go │ ├── TaobaoBusCancleorderSetAPIRequest.go │ ├── TaobaoBusCancleorderSetAPIResponse.go │ ├── TaobaoBusCityGetAPIRequest.go │ ├── TaobaoBusCityGetAPIResponse.go │ ├── TaobaoBusDisableqrcodeSetAPIRequest.go │ ├── TaobaoBusDisableqrcodeSetAPIResponse.go │ ├── TaobaoBusHistoryorderGetAPIRequest.go │ ├── TaobaoBusHistoryorderGetAPIResponse.go │ ├── TaobaoBusInvoiceReturnAPIRequest.go │ ├── TaobaoBusInvoiceReturnAPIResponse.go │ ├── TaobaoBusItemNotifyAPIRequest.go │ ├── TaobaoBusItemNotifyAPIResponse.go │ ├── TaobaoBusLastplaceGetAPIRequest.go │ ├── TaobaoBusLastplaceGetAPIResponse.go │ ├── TaobaoBusLastplaceGetResult.go │ ├── TaobaoBusMerchantOrderGetAPIRequest.go │ ├── TaobaoBusMerchantOrderGetAPIResponse.go │ ├── TaobaoBusNumbersStockpriceUpdateAPIRequest.go │ ├── TaobaoBusNumbersStockpriceUpdateAPIResponse.go │ ├── TaobaoBusNumbersUpdateAPIRequest.go │ ├── TaobaoBusNumbersUpdateAPIResponse.go │ ├── TaobaoBusOrderGetAPIRequest.go │ ├── TaobaoBusOrderGetAPIResponse.go │ ├── TaobaoBusOrderSetAPIRequest.go │ ├── TaobaoBusOrderSetAPIResponse.go │ ├── TaobaoBusRefundSetAPIRequest.go │ ├── TaobaoBusRefundSetAPIResponse.go │ ├── TaobaoBusRefundfeeGetAPIRequest.go │ ├── TaobaoBusRefundfeeGetAPIResponse.go │ ├── TaobaoBusRefundticketpriceSetAPIRequest.go │ ├── TaobaoBusRefundticketpriceSetAPIResponse.go │ ├── TaobaoBusSeatpriceGetAPIRequest.go │ ├── TaobaoBusSeatpriceGetAPIResponse.go │ ├── TaobaoBusSeatpriceGetResultSet.go │ ├── TaobaoBusTicketSetAPIRequest.go │ ├── TaobaoBusTicketSetAPIResponse.go │ ├── TaobaoBusTvmbookorderSetAPIRequest.go │ ├── TaobaoBusTvmbookorderSetAPIResponse.go │ ├── TaobaoBusTvmcancelorderSetAPIRequest.go │ ├── TaobaoBusTvmcancelorderSetAPIResponse.go │ ├── TaobaoBusTvmcreateorderSetAPIRequest.go │ ├── TaobaoBusTvmcreateorderSetAPIResponse.go │ ├── TaobaoBusTvmcreateqrcodeSetAPIRequest.go │ ├── TaobaoBusTvmcreateqrcodeSetAPIResponse.go │ ├── TaobaoBusTvmpayorderSetAPIRequest.go │ ├── TaobaoBusTvmpayorderSetAPIResponse.go │ ├── TaobaoBusTvmqueryorderGetAPIRequest.go │ ├── TaobaoBusTvmqueryorderGetAPIResponse.go │ ├── TaobaoBusTvmrefundorderSetAPIRequest.go │ ├── TaobaoBusTvmrefundorderSetAPIResponse.go │ ├── TopBusNumberUpdateRq.go │ ├── TopBusNumerPushRq.go │ ├── TopBusPriceAndStockUpdateRq.go │ ├── TopInsCommodityInfo.go │ ├── TopInsMerchantInfo.go │ ├── TopInsProduct.go │ ├── TopInsStationInfo.go │ ├── TopItemChangeNotifyRq.go │ ├── TopStandardInsRecommendRequest.go │ ├── TopStandardInsRecommendResponse.go │ ├── TvmBusLineInfo.go │ ├── TvmBusOrderLineInfo.go │ ├── TvmContactInfo.go │ ├── TvmCreateOrderRq.go │ ├── TvmInsuranceInfo.go │ ├── TvmPassengerVo.go │ ├── TvmRefundApply.go │ └── doc.go ├── c2m │ ├── OrganizationInviteInfoVo.go │ ├── PageInfo.go │ ├── TaobaoSebpOrganizationGetinviteinfoAPIRequest.go │ ├── TaobaoSebpOrganizationGetinviteinfoAPIResponse.go │ ├── TaobaoSebpOrganizationGetinviteinfoResultDo.go │ ├── TaobaoSebpOrganizationGetorderinfoAPIRequest.go │ ├── TaobaoSebpOrganizationGetorderinfoAPIResponse.go │ ├── TaobaoSebpOrganizationGetorderinfoResultDo.go │ └── doc.go ├── cainiaocntec │ ├── ActivityStatisticsDto.go │ ├── CainiaoCntecCompassRpaExeResultsaveAPIRequest.go │ ├── CainiaoCntecCompassRpaExeResultsaveAPIResponse.go │ ├── CainiaoCntecCompassRpaExeResultsaveResult.go │ ├── CainiaoCntecLocallifeCommunitylifeSyncorderstatusAPIRequest.go │ ├── CainiaoCntecLocallifeCommunitylifeSyncorderstatusAPIResponse.go │ ├── CainiaoCntecLocallifeCommunitylifeVerifyservicecodeAPIRequest.go │ ├── CainiaoCntecLocallifeCommunitylifeVerifyservicecodeAPIResponse.go │ ├── CainiaoCntecShopkeeperSupplyStatisticsQueryAPIRequest.go │ ├── CainiaoCntecShopkeeperSupplyStatisticsQueryAPIResponse.go │ ├── CainiaoCntecShopkeeperSupplyStatisticsQueryResult.go │ ├── QueryActivityDto.go │ ├── RpaExeResultByUuidReq.go │ └── doc.go ├── cainiaoecc │ ├── CainiaoEccExceptionsDelayCountAPIRequest.go │ ├── CainiaoEccExceptionsDelayCountAPIResponse.go │ ├── CainiaoEccExceptionsDelayGetAPIRequest.go │ ├── CainiaoEccExceptionsDelayGetAPIResponse.go │ ├── DelayExceptionCountDto.go │ ├── DelayExceptionDetailDto.go │ ├── SingleResult.go │ └── doc.go ├── cainiaohandover │ ├── AddressDto.go │ ├── AeopActualCarrierResponse.go │ ├── CainiaoGlobalCommithandovercontentUpdateAPIRequest.go │ ├── CainiaoGlobalCommithandovercontentUpdateAPIResponse.go │ ├── CainiaoGlobalHandoverCancelAPIRequest.go │ ├── CainiaoGlobalHandoverCancelAPIResponse.go │ ├── CainiaoGlobalHandoverCloudprintGetAPIRequest.go │ ├── CainiaoGlobalHandoverCloudprintGetAPIResponse.go │ ├── CainiaoGlobalHandoverCommitAPIRequest.go │ ├── CainiaoGlobalHandoverCommitAPIResponse.go │ ├── CainiaoGlobalHandoverContentQueryAPIRequest.go │ ├── CainiaoGlobalHandoverContentQueryAPIResponse.go │ ├── CainiaoGlobalHandoverContentSubbagAddAPIRequest.go │ ├── CainiaoGlobalHandoverContentSubbagAddAPIResponse.go │ ├── CainiaoGlobalHandoverParcelQueryAPIRequest.go │ ├── CainiaoGlobalHandoverParcelQueryAPIResponse.go │ ├── CainiaoGlobalHandoverPdfGetAPIRequest.go │ ├── CainiaoGlobalHandoverPdfGetAPIResponse.go │ ├── CainiaoGlobalHandoverSavedraftAPIRequest.go │ ├── CainiaoGlobalHandoverSavedraftAPIResponse.go │ ├── CainiaoGlobalHandoverUpdateAPIRequest.go │ ├── CainiaoGlobalHandoverUpdateAPIResponse.go │ ├── CainiaoGlobalLogisticOrderCreateAPIRequest.go │ ├── CainiaoGlobalLogisticOrderCreateAPIResponse.go │ ├── CainiaoGlobalLogisticsCarrierQuerylistAPIRequest.go │ ├── CainiaoGlobalLogisticsCarrierQuerylistAPIResponse.go │ ├── CainiaoGlobalSolutionInquiryAPIRequest.go │ ├── CainiaoGlobalSolutionInquiryAPIResponse.go │ ├── CainiaoGlobalSolutionServiceResourceQueryAPIRequest.go │ ├── CainiaoGlobalSolutionServiceResourceQueryAPIResponse.go │ ├── CloudPrintDataGetResponse.go │ ├── Courierlist.go │ ├── DubboResult.go │ ├── ErrorInfo.go │ ├── Features.go │ ├── GlspResponse.go │ ├── HandoverContentAddSubbagsDto.go │ ├── HandoverContentUpdateErrorParcelDto.go │ ├── HandoverContentUpdateParcelDto.go │ ├── HsfResult.go │ ├── OpenAddressParam.go │ ├── OpenFeeDetailDto.go │ ├── OpenFeeDto.go │ ├── OpenHandoverCancelResponse.go │ ├── OpenHandoverCommitResponse.go │ ├── OpenHandoverContentAddSubbagsResponse.go │ ├── OpenHandoverContentDetailResponse.go │ ├── OpenHandoverContentUpdateCommitRequest.go │ ├── OpenHandoverContentUpdateResponse.go │ ├── OpenHandoverDraftSaveResponse.go │ ├── OpenHandoverUpdateResponse.go │ ├── OpenItemParam.go │ ├── OpenOrderParam.go │ ├── OpenPackageParam.go │ ├── OpenParcelOrderDto.go │ ├── OpenParcelOrderQueryResponse.go │ ├── OpenPickupInfoParam.go │ ├── OpenReturnerParam.go │ ├── OpenSellerInfoParam.go │ ├── OpenSenderParam.go │ ├── OpenServiceParam.go │ ├── OpenSolutionDto.go │ ├── OpenSolutionInquiryResponse.go │ ├── OpenSolutionParam.go │ ├── OpenTakingOrderResponse.go │ ├── OpenTimingDto.go │ ├── OpenTradeOrderParam.go │ ├── PickupDto.go │ ├── QuerySolutionServiceResParam.go │ ├── ReceiverParam.go │ ├── ReturnerDto.go │ ├── ServiceParam.go │ ├── SolutionServiceResDto.go │ ├── SolutionServiceResQueryResponse.go │ ├── UserInfoDto.go │ └── doc.go ├── cainiaolocker │ ├── AddressDto.go │ ├── CainiaoEndpointLockerTopOrderNoticeAPIRequest.go │ ├── CainiaoEndpointLockerTopOrderNoticeAPIResponse.go │ ├── CainiaoEndpointLockerTopOrderNoticesendQueryAPIRequest.go │ ├── CainiaoEndpointLockerTopOrderNoticesendQueryAPIResponse.go │ ├── CainiaoEndpointLockerTopOrderNoticesendQueryData.go │ ├── CainiaoEndpointLockerTopOrderTrackingNewAPIRequest.go │ ├── CainiaoEndpointLockerTopOrderTrackingNewAPIResponse.go │ ├── CainiaoEndpointLockerTopOrderWithholdAPIRequest.go │ ├── CainiaoEndpointLockerTopOrderWithholdAPIResponse.go │ ├── CainiaoEndpointLockerTopStationAddorupdateAPIRequest.go │ ├── CainiaoEndpointLockerTopStationAddorupdateAPIResponse.go │ ├── CainiaoEndpointLockerTopWithholdQueryAPIRequest.go │ ├── CainiaoEndpointLockerTopWithholdQueryAPIResponse.go │ ├── CainiaoGuoguoWaybillGetAPIRequest.go │ ├── CainiaoGuoguoWaybillGetAPIResponse.go │ ├── CainiaoNbaddAppointdeliverFeedbackcodesAPIRequest.go │ ├── CainiaoNbaddAppointdeliverFeedbackcodesAPIResponse.go │ ├── CainiaoNborderfrontUserOutsideQueryoutsideuserAPIRequest.go │ ├── CainiaoNborderfrontUserOutsideQueryoutsideuserAPIResponse.go │ ├── CainiaoNborderfrontUserOutsideQueryoutsideuserStruct.go │ ├── CollectTrackingInfo.go │ ├── FeedbackCodeDto.go │ ├── Item.go │ ├── OrderInfoDto.go │ ├── PackageInfoDto.go │ ├── SingleResult.go │ ├── StationInfo.go │ ├── TradeOrderInfoDto.go │ ├── UserInfoDto.go │ ├── WaybillCloudPrintApplyNewRequest.go │ ├── WaybillCloudPrintNewResponse.go │ └── doc.go ├── cainiaoncwl │ ├── CainiaoNcwlJhorderQueryAPIRequest.go │ ├── CainiaoNcwlJhorderQueryAPIResponse.go │ ├── JhAreaInfo.go │ ├── JhFee.go │ ├── JhItemInfo.go │ ├── JhOrder.go │ ├── JhReceiverInfo.go │ ├── JhRequest.go │ └── doc.go ├── caipiao │ ├── LotteryType.go │ ├── LotteryWangcaiPresentStat.go │ ├── LotteryWangcaiSellerGoodsInfo.go │ ├── TaobaoCaipiaoGoodsInfoGetAPIRequest.go │ ├── TaobaoCaipiaoGoodsInfoGetAPIResponse.go │ ├── TaobaoCaipiaoGoodsInfoInputAPIRequest.go │ ├── TaobaoCaipiaoGoodsInfoInputAPIResponse.go │ ├── TaobaoCaipiaoLotterytypesGetAPIRequest.go │ ├── TaobaoCaipiaoLotterytypesGetAPIResponse.go │ ├── TaobaoCaipiaoMarketingPutAPIRequest.go │ ├── TaobaoCaipiaoMarketingPutAPIResponse.go │ ├── TaobaoCaipiaoPresentStatGetAPIRequest.go │ ├── TaobaoCaipiaoPresentStatGetAPIResponse.go │ ├── TaobaoCaipiaoShopInfoInputAPIRequest.go │ ├── TaobaoCaipiaoShopInfoInputAPIResponse.go │ ├── TaobaoCaipiaoSignstatusCheckAPIRequest.go │ ├── TaobaoCaipiaoSignstatusCheckAPIResponse.go │ ├── WangcaiMarketingDetail.go │ └── doc.go ├── campus │ ├── AlibabaCampusAclCancelpermiitemfromroleAPIRequest.go │ ├── AlibabaCampusAclCancelpermiitemfromroleAPIResponse.go │ ├── AlibabaCampusAclCancelrolesfromuserAPIRequest.go │ ├── AlibabaCampusAclCancelrolesfromuserAPIResponse.go │ ├── AlibabaCampusAclCheckemproleAPIRequest.go │ ├── AlibabaCampusAclCheckemproleAPIResponse.go │ ├── AlibabaCampusAclGetmenubyempidAPIRequest.go │ ├── AlibabaCampusAclGetmenubyempidAPIResponse.go │ ├── AlibabaCampusAclGetpermissionbyroleidAPIRequest.go │ ├── AlibabaCampusAclGetpermissionbyroleidAPIResponse.go │ ├── AlibabaCampusAclGetrolebyempidAPIRequest.go │ ├── AlibabaCampusAclGetrolebyempidAPIResponse.go │ ├── AlibabaCampusAclGrantpermiitemstouserAPIRequest.go │ ├── AlibabaCampusAclGrantpermiitemstouserAPIResponse.go │ ├── AlibabaCampusAclGrantpermiitemtoroleAPIRequest.go │ ├── AlibabaCampusAclGrantpermiitemtoroleAPIResponse.go │ ├── AlibabaCampusAclInsertroleAPIRequest.go │ ├── AlibabaCampusAclInsertroleAPIResponse.go │ ├── AlibabaCampusAclNewCheckusermenuAPIRequest.go │ ├── AlibabaCampusAclNewCheckusermenuAPIResponse.go │ ├── AlibabaCampusAclNewCheckuserpermissionAPIRequest.go │ ├── AlibabaCampusAclNewCheckuserpermissionAPIResponse.go │ ├── AlibabaCampusAclNewCheckuserroleAPIRequest.go │ ├── AlibabaCampusAclNewCheckuserroleAPIResponse.go │ ├── AlibabaCampusAclNewDeleteuserroleAPIRequest.go │ ├── AlibabaCampusAclNewDeleteuserroleAPIResponse.go │ ├── AlibabaCampusAclNewFreezeroleAPIRequest.go │ ├── AlibabaCampusAclNewFreezeroleAPIResponse.go │ ├── AlibabaCampusAclNewGetappmenutreeAPIRequest.go │ ├── AlibabaCampusAclNewGetappmenutreeAPIResponse.go │ ├── AlibabaCampusAclNewGetrolewithmenutreenodesAPIRequest.go │ ├── AlibabaCampusAclNewGetrolewithmenutreenodesAPIResponse.go │ ├── AlibabaCampusAclNewListrolesAPIRequest.go │ ├── AlibabaCampusAclNewListrolesAPIResponse.go │ ├── AlibabaCampusAclNewListuserbymenuAPIRequest.go │ ├── AlibabaCampusAclNewListuserbymenuAPIResponse.go │ ├── AlibabaCampusAclNewListusermenuAPIRequest.go │ ├── AlibabaCampusAclNewListusermenuAPIResponse.go │ ├── AlibabaCampusAclNewListuserrolesAPIRequest.go │ ├── AlibabaCampusAclNewListuserrolesAPIResponse.go │ ├── AlibabaCampusAclNewPageuserroleAPIRequest.go │ ├── AlibabaCampusAclNewPageuserroleAPIResponse.go │ ├── AlibabaCampusAclNewRemoveroleAPIRequest.go │ ├── AlibabaCampusAclNewRemoveroleAPIResponse.go │ ├── AlibabaCampusAclNewSaverolewithmenuAPIRequest.go │ ├── AlibabaCampusAclNewSaverolewithmenuAPIResponse.go │ ├── AlibabaCampusAclNewUnfreezeroleAPIRequest.go │ ├── AlibabaCampusAclNewUnfreezeroleAPIResponse.go │ ├── AlibabaCampusAclQueryallemppermiitemAPIRequest.go │ ├── AlibabaCampusAclQueryallemppermiitemAPIResponse.go │ ├── AlibabaCampusAclQueryallroleAPIRequest.go │ ├── AlibabaCampusAclQueryallroleAPIResponse.go │ ├── AlibabaCampusAclUpdategrantroletouserAPIRequest.go │ ├── AlibabaCampusAclUpdategrantroletouserAPIResponse.go │ ├── AlibabaCampusAdminmapPoiinfoGetlistbygroupAPIRequest.go │ ├── AlibabaCampusAdminmapPoiinfoGetlistbygroupAPIResponse.go │ ├── AlibabaCampusAdminmapUserlocationinfoGetactualuserlocationinfobyidsAPIRequest.go │ ├── AlibabaCampusAdminmapUserlocationinfoGetactualuserlocationinfobyidsAPIResponse.go │ ├── AlibabaCampusAdminmapUserlocationinfoGetuserlocationinfologsAPIRequest.go │ ├── AlibabaCampusAdminmapUserlocationinfoGetuserlocationinfologsAPIResponse.go │ ├── AlibabaCampusAdminmapUserlocationinfoInsertactualuserlocationinfoAPIRequest.go │ ├── AlibabaCampusAdminmapUserlocationinfoInsertactualuserlocationinfoAPIResponse.go │ ├── AlibabaCampusCoreAppGetappusagesAPIRequest.go │ ├── AlibabaCampusCoreAppGetappusagesAPIResponse.go │ ├── AlibabaCampusCoreAppGetappusagesT.go │ ├── AlibabaCampusCoreCompanycampusGetcombycamidAPIRequest.go │ ├── AlibabaCampusCoreCompanycampusGetcombycamidAPIResponse.go │ ├── AlibabaCampusCoreEmployeeModifyemployeeAPIRequest.go │ ├── AlibabaCampusCoreEmployeeModifyemployeeAPIResponse.go │ ├── AlibabaCampusDeviceGetdeviceforqueryAPIRequest.go │ ├── AlibabaCampusDeviceGetdeviceforqueryAPIResponse.go │ ├── AlibabaCampusDeviceHistorydataGetAPIRequest.go │ ├── AlibabaCampusDeviceHistorydataGetAPIResponse.go │ ├── AlibabaCampusDeviceOpenapiFeedbackeventinfoAPIRequest.go │ ├── AlibabaCampusDeviceOpenapiFeedbackeventinfoAPIResponse.go │ ├── AlibabaCampusDeviceOpenapiGetdevicelistAPIRequest.go │ ├── AlibabaCampusDeviceOpenapiGetdevicelistAPIResponse.go │ ├── AlibabaCampusDeviceOpenapiGetdevicerealtimedataAPIRequest.go │ ├── AlibabaCampusDeviceOpenapiGetdevicerealtimedataAPIResponse.go │ ├── AlibabaCampusDeviceOpenapiGetdevicerealtimelogAPIRequest.go │ ├── AlibabaCampusDeviceOpenapiGetdevicerealtimelogAPIResponse.go │ ├── AlibabaCampusDeviceOpenapiGethistorydataAPIRequest.go │ ├── AlibabaCampusDeviceOpenapiGethistorydataAPIResponse.go │ ├── AlibabaCampusDeviceOpenapiGetsimpledeviceAPIRequest.go │ ├── AlibabaCampusDeviceOpenapiGetsimpledeviceAPIResponse.go │ ├── AlibabaCampusDeviceOpenapiGetsimpledevicelistAPIRequest.go │ ├── AlibabaCampusDeviceOpenapiGetsimpledevicelistAPIResponse.go │ ├── AlibabaCampusDeviceOpenapiGettemplatelistAPIRequest.go │ ├── AlibabaCampusDeviceOpenapiGettemplatelistAPIResponse.go │ ├── AlibabaCampusDeviceOpenapiGetuniquedeviceAPIRequest.go │ ├── AlibabaCampusDeviceOpenapiGetuniquedeviceAPIResponse.go │ ├── AlibabaCampusDeviceOpenapiOperatedeviceAPIRequest.go │ ├── AlibabaCampusDeviceOpenapiOperatedeviceAPIResponse.go │ ├── AlibabaCampusDeviceOpenapiSaveeventinfoforibosAPIRequest.go │ ├── AlibabaCampusDeviceOpenapiSaveeventinfoforibosAPIResponse.go │ ├── AlibabaCampusDevicehubOpenapiReportdataAPIRequest.go │ ├── AlibabaCampusDevicehubOpenapiReportdataAPIResponse.go │ ├── AlibabaCampusGuardControllerConfigsyncAPIRequest.go │ ├── AlibabaCampusGuardControllerConfigsyncAPIResponse.go │ ├── AlibabaCampusGuardControllerOfflinedataAPIRequest.go │ ├── AlibabaCampusGuardControllerOfflinedataAPIResponse.go │ ├── AlibabaCampusGuardControllerOfflinelogAPIRequest.go │ ├── AlibabaCampusGuardControllerOfflinelogAPIResponse.go │ ├── AlibabaCampusGuardDataSyncAPIRequest.go │ ├── AlibabaCampusGuardDataSyncAPIResponse.go │ ├── AlibabaCampusGuardTimeperiodListdatetemplateAPIRequest.go │ ├── AlibabaCampusGuardTimeperiodListdatetemplateAPIResponse.go │ ├── AlibabaCampusGuardTimeperiodListtimeruleAPIRequest.go │ ├── AlibabaCampusGuardTimeperiodListtimeruleAPIResponse.go │ ├── AlibabaCampusGuardantDataSyncAPIRequest.go │ ├── AlibabaCampusGuardantDataSyncAPIResponse.go │ ├── AlibabaCampusGuardantGateSyncAPIRequest.go │ ├── AlibabaCampusGuardantGateSyncAPIResponse.go │ ├── AlibabaCampusGuardantGatewayCallbackAPIRequest.go │ ├── AlibabaCampusGuardantGatewayCallbackAPIResponse.go │ ├── AlibabaCampusSpaceAttrSetattrAPIRequest.go │ ├── AlibabaCampusSpaceAttrSetattrAPIResponse.go │ ├── AlibabaCampusSpaceBuildingGetbycampusidAPIRequest.go │ ├── AlibabaCampusSpaceBuildingGetbycampusidAPIResponse.go │ ├── AlibabaCampusSpaceCampusGetbyidAPIRequest.go │ ├── AlibabaCampusSpaceCampusGetbyidAPIResponse.go │ ├── AlibabaCampusSpaceFloorGetbybuildingidAPIRequest.go │ ├── AlibabaCampusSpaceFloorGetbybuildingidAPIResponse.go │ ├── AlibabaCampusSpaceFloorGetbyidAPIRequest.go │ ├── AlibabaCampusSpaceFloorGetbyidAPIResponse.go │ ├── AlibabaCampusSpaceGetbyidsAPIRequest.go │ ├── AlibabaCampusSpaceGetbyidsAPIResponse.go │ ├── AlibabaCampusSpaceGroupGetbyidAPIRequest.go │ ├── AlibabaCampusSpaceGroupGetbyidAPIResponse.go │ ├── AlibabaCampusSpaceGroupGetlistAPIRequest.go │ ├── AlibabaCampusSpaceGroupGetlistAPIResponse.go │ ├── AlibabaCampusSpaceGroupGetlistbycampusandtypeAPIRequest.go │ ├── AlibabaCampusSpaceGroupGetlistbycampusandtypeAPIResponse.go │ ├── AlibabaCampusSpaceGroupGetspacegrouplistwithattrAPIRequest.go │ ├── AlibabaCampusSpaceGroupGetspacegrouplistwithattrAPIResponse.go │ ├── AlibabaCampusSpaceGroupGetspacegroupwithattrAPIRequest.go │ ├── AlibabaCampusSpaceGroupGetspacegroupwithattrAPIResponse.go │ ├── AlibabaCampusSpaceTypeGetbycodeAPIRequest.go │ ├── AlibabaCampusSpaceTypeGetbycodeAPIResponse.go │ ├── AlibabaCampusSpaceTypeGetpageresultAPIRequest.go │ ├── AlibabaCampusSpaceTypeGetpageresultAPIResponse.go │ ├── AlibabaCampusSpaceUnitGetbyidAPIRequest.go │ ├── AlibabaCampusSpaceUnitGetbyidAPIResponse.go │ ├── AlibabaCampusSpaceUnitGetlistAPIRequest.go │ ├── AlibabaCampusSpaceUnitGetlistAPIResponse.go │ ├── AlibabaCampusSpaceUnitGetlistbycampusandtypeAPIRequest.go │ ├── AlibabaCampusSpaceUnitGetlistbycampusandtypeAPIResponse.go │ ├── AlibabaCampusSpaceUnitGetlistbygroupidAPIRequest.go │ ├── AlibabaCampusSpaceUnitGetlistbygroupidAPIResponse.go │ ├── AlibabaCampusSpaceUnitGetlistmapbygroupidAPIRequest.go │ ├── AlibabaCampusSpaceUnitGetlistmapbygroupidAPIResponse.go │ ├── AlibabaCampusSpaceUnitGetlistmapbygroupidMapResult.go │ ├── AlibabaCampusSpaceUnitGetlistwithattrbygroupidAPIRequest.go │ ├── AlibabaCampusSpaceUnitGetlistwithattrbygroupidAPIResponse.go │ ├── AlibabaCampusSpaceUnitGetspaceunitlistwithattrAPIRequest.go │ ├── AlibabaCampusSpaceUnitGetspaceunitlistwithattrAPIResponse.go │ ├── AlibabaCampusSpaceUnitGetspaceunitwithattrAPIRequest.go │ ├── AlibabaCampusSpaceUnitGetspaceunitwithattrAPIResponse.go │ ├── AlibabaCampusTopologyGetallAPIRequest.go │ ├── AlibabaCampusTopologyGetallAPIResponse.go │ ├── AlibabaCampusVisitorImageUploadAPIRequest.go │ ├── AlibabaCampusVisitorImageUploadAPIResponse.go │ ├── AlibabaGuardAccessAuthAPIRequest.go │ ├── AlibabaGuardAccessAuthAPIResponse.go │ ├── AlibabaIworkCoreHrsGetpersonAPIRequest.go │ ├── AlibabaIworkCoreHrsGetpersonAPIResponse.go │ ├── AlibabaIworkMcMsgSenddefaultAPIRequest.go │ ├── AlibabaIworkMcMsgSenddefaultAPIResponse.go │ ├── AlibabaIworkMcMsgSendmobileAPIRequest.go │ ├── AlibabaIworkMcMsgSendmobileAPIResponse.go │ ├── AlibabaUnitCampusSpaceBookinfoQueryAPIRequest.go │ ├── AlibabaUnitCampusSpaceBookinfoQueryAPIResponse.go │ ├── AlibabaVisitorGetidsbyqrcodeAPIRequest.go │ ├── AlibabaVisitorGetidsbyqrcodeAPIResponse.go │ ├── ApiReturnningWrap.go │ ├── BaseResult.go │ ├── Building.go │ ├── BuildingQuery.go │ ├── CalendarTemplateDto.go │ ├── CalenderTemplateQuery.go │ ├── Campus.go │ ├── CheckUserMenuParam.go │ ├── CheckUserPermissionParam.go │ ├── CollectionResult.go │ ├── CompanyDto.go │ ├── Content.go │ ├── Contents.go │ ├── ControllerDto.go │ ├── ControllerOfflineDataDto.go │ ├── ControllerOfflineRequestDto.go │ ├── ControllerQuery.go │ ├── DefaultMessageEvent.go │ ├── DeviceApiQuery.go │ ├── DeviceDataApiDto.go │ ├── DeviceDataApiQuery.go │ ├── DeviceHistoryBatchApiDto.go │ ├── DeviceHistoryBatchQuery.go │ ├── DeviceReportDataDto.go │ ├── DeviceReportEventDto.go │ ├── DeviceStandardApiDto.go │ ├── EmployeeDto.go │ ├── EventInfoApiDto.go │ ├── Floor.go │ ├── FloorQuery.go │ ├── GetResourceBookInfoRequest.go │ ├── Guard.go │ ├── GuardConfigDto.go │ ├── GuardDto.go │ ├── GuardOfflineDataDto.go │ ├── IdentifyAuthDto.go │ ├── IdentifyAuthResultDto.go │ ├── ListResult.go │ ├── MeatDataApiDto.go │ ├── MobileReceiverMessageEvent.go │ ├── Page.go │ ├── PageResult.go │ ├── PermissionReq.go │ ├── PermissionVo.go │ ├── PoiInfo.go │ ├── PoiType.go │ ├── PoiTypeWrap.go │ ├── Point.go │ ├── PojoResult.go │ ├── PropertyApiDto.go │ ├── RoleQueryParam.go │ ├── RoleReq.go │ ├── RoleRsp.go │ ├── RoleVo.go │ ├── RunDataDto.go │ ├── RunTimeDataDto.go │ ├── SpaceGroup.go │ ├── SpaceGroupQuery.go │ ├── SpaceIdsQuery.go │ ├── SpaceTypeQuery.go │ ├── SpaceUnitQuery.go │ ├── SubDeviceDto.go │ ├── SysRoleDto.go │ ├── SysRolePermissionsVo.go │ ├── SysRoleVo.go │ ├── TagInfoApiDto.go │ ├── TemplateApiDto.go │ ├── TemplateApiQuery.go │ ├── TimePeriodQuery.go │ ├── TimeRuleConfigDto.go │ ├── TreeNode.go │ ├── TreeNodeDto.go │ ├── TypeAttrInstance.go │ ├── TypeAttrInstanceRequest.go │ ├── UserDto.go │ ├── UserLocationInfo.go │ ├── UserLocationInfoQuery.go │ ├── UserRoleQueryParam.go │ ├── UserRolesDto.go │ ├── UsersRoleQueryParam.go │ ├── VoucherDto.go │ ├── WorkBenchContext.go │ └── doc.go ├── car │ ├── AlitripRentcarOrderDetailQueryAPIRequest.go │ ├── AlitripRentcarOrderDetailQueryAPIResponse.go │ ├── AlitripTransferOrderDetailAPIRequest.go │ ├── AlitripTransferOrderDetailAPIResponse.go │ ├── AlitripTravelCrsdriverArrangeAPIRequest.go │ ├── AlitripTravelCrsdriverArrangeAPIResponse.go │ ├── AlitripTravelCrsorderCompleteAPIRequest.go │ ├── AlitripTravelCrsorderCompleteAPIResponse.go │ ├── AlitripTravelCrsorderSearchAPIRequest.go │ ├── AlitripTravelCrsorderSearchAPIResponse.go │ ├── BuyerInfo.go │ ├── CrsDriverArrangeParam.go │ ├── CrsOrderCompleteParam.go │ ├── DetailPriceInfo.go │ ├── OrderAccept.go │ ├── OrderComplete.go │ ├── OrderConfirm.go │ ├── OrderDetailInfo.go │ ├── OrderQueryRsp.go │ ├── PriceInfo.go │ ├── RentCarDepositFlow.go │ ├── RentCarDepositInfo.go │ ├── RentCarDepositNode.go │ ├── RentCarOrderDetailCallbackReq.go │ ├── RentCarOrderDetailRsp.go │ ├── RentProviderCancelRequest.go │ ├── SellerInfo.go │ ├── TaobaoAlitripCarDriverStatusUpdateAPIRequest.go │ ├── TaobaoAlitripCarDriverStatusUpdateAPIResponse.go │ ├── TaobaoAlitripCarOrderAcceptAPIRequest.go │ ├── TaobaoAlitripCarOrderAcceptAPIResponse.go │ ├── TaobaoAlitripCarOrderAcceptApiResult.go │ ├── TaobaoAlitripCarOrderCompleteAPIRequest.go │ ├── TaobaoAlitripCarOrderCompleteAPIResponse.go │ ├── TaobaoAlitripCarOrderConfirmAPIRequest.go │ ├── TaobaoAlitripCarOrderConfirmAPIResponse.go │ ├── TaobaoAlitripCarOrderQueryAPIRequest.go │ ├── TaobaoAlitripCarOrderQueryAPIResponse.go │ ├── TaobaoAlitripCarOrderStatusAPIRequest.go │ ├── TaobaoAlitripCarOrderStatusAPIResponse.go │ ├── TaobaoAlitripCarOrderStatusApiResult.go │ ├── TaobaoAlitripCarRentOrderCancelAPIRequest.go │ ├── TaobaoAlitripCarRentOrderCancelAPIResponse.go │ ├── TaobaoAlitripDomesticRentCarStatusUpdateAPIRequest.go │ ├── TaobaoAlitripDomesticRentCarStatusUpdateAPIResponse.go │ ├── TransferBuyerInfo.go │ ├── TransferDriveInfo.go │ ├── TransferFlightInfo.go │ ├── TransferInvoiceInfo.go │ ├── TransferOrderAmountInfo.go │ ├── TransferOrderDetailCallbackRsp.go │ ├── TransferOrderInfo.go │ ├── TransferUseCarInfo.go │ └── doc.go ├── category │ ├── AlibabaImapCategoryPredictAPIRequest.go │ ├── AlibabaImapCategoryPredictAPIResponse.go │ ├── AlibabaImapCategoryPredictResult.go │ ├── AlibabaImapFixedmappingQueryAPIRequest.go │ ├── AlibabaImapFixedmappingQueryAPIResponse.go │ ├── AlibabaImapFixedmappingQueryResult.go │ ├── AlibabaImapPvAutofillAPIRequest.go │ ├── AlibabaImapPvAutofillAPIResponse.go │ ├── AliexpressSocialDiscategoryGetAPIRequest.go │ ├── AliexpressSocialDiscategoryGetAPIResponse.go │ ├── Brand.go │ ├── CategoryDto.go │ ├── Feature.go │ ├── FixedMappingAppInfo.go │ ├── ItemCat.go │ ├── ItemPickPagingResult.go │ ├── PropsModificationResult.go │ ├── SellerAuthorize.go │ ├── TaobaoItemCatpropsModificationGetAPIRequest.go │ ├── TaobaoItemCatpropsModificationGetAPIResponse.go │ ├── TaobaoItemcatsAuthorizeGetAPIRequest.go │ ├── TaobaoItemcatsAuthorizeGetAPIResponse.go │ ├── TaobaoItemcatsGetAPIRequest.go │ ├── TaobaoItemcatsGetAPIResponse.go │ ├── TopImapItemDo.go │ ├── TopImapResultDo.go │ ├── TopImapUnionCategoryPathDo.go │ ├── TopPVPairDo.go │ └── doc.go ├── charity │ ├── AccountCheckQuery.go │ ├── ActivityDto.go │ ├── AlibabaCharityBindCancelAPIRequest.go │ ├── AlibabaCharityBindCancelAPIResponse.go │ ├── AlibabaCharityCharitytimeCommonauthAPIRequest.go │ ├── AlibabaCharityCharitytimeCommonauthAPIResponse.go │ ├── AlibabaCharityCharitytimeListAPIRequest.go │ ├── AlibabaCharityCharitytimeListAPIResponse.go │ ├── AlibabaCharityCharitytimeQueryAPIRequest.go │ ├── AlibabaCharityCharitytimeQueryAPIResponse.go │ ├── AlibabaCharityCharitytimeQuerytimeAPIRequest.go │ ├── AlibabaCharityCharitytimeQuerytimeAPIResponse.go │ ├── AlibabaCharityCharitytimeUserCancelauthAPIRequest.go │ ├── AlibabaCharityCharitytimeUserCancelauthAPIResponse.go │ ├── AlibabaCharityCharitytimeUserQuerythirduserhasauthAPIRequest.go │ ├── AlibabaCharityCharitytimeUserQuerythirduserhasauthAPIResponse.go │ ├── AlibabaCharityCharitytimeUserQueryusercharityaccountAPIRequest.go │ ├── AlibabaCharityCharitytimeUserQueryusercharityaccountAPIResponse.go │ ├── AlibabaCharityUserBindGeturiAPIRequest.go │ ├── AlibabaCharityUserBindGeturiAPIResponse.go │ ├── AlibabaCharityUserExternalAuthAPIRequest.go │ ├── AlibabaCharityUserExternalAuthAPIResponse.go │ ├── AlibabaCharityUserExternalAuthCancelAPIRequest.go │ ├── AlibabaCharityUserExternalAuthCancelAPIResponse.go │ ├── AlibabaCharityUseractionSyncAPIRequest.go │ ├── AlibabaCharityUseractionSyncAPIResponse.go │ ├── AlibabaCsrDonateInvoiceQuerytoblockchainossAPIRequest.go │ ├── AlibabaCsrDonateInvoiceQuerytoblockchainossAPIResponse.go │ ├── AlibabaCsrDonateOrgInvoiceDrawAPIRequest.go │ ├── AlibabaCsrDonateOrgInvoiceDrawAPIResponse.go │ ├── AlibabaCsrDonateOrgInvoiceRejectAPIRequest.go │ ├── AlibabaCsrDonateOrgInvoiceRejectAPIResponse.go │ ├── AlibabaCsrDonateOrgInvoiceUndrawListAPIRequest.go │ ├── AlibabaCsrDonateOrgInvoiceUndrawListAPIResponse.go │ ├── AlibabaCsrDonateSellerInvoiceSyncinfoAPIRequest.go │ ├── AlibabaCsrDonateSellerInvoiceSyncinfoAPIResponse.go │ ├── AlibabaCsrGameDataSyncAPIRequest.go │ ├── AlibabaCsrGameDataSyncAPIResponse.go │ ├── AlibabaCsrGameDataSyncCheckAPIRequest.go │ ├── AlibabaCsrGameDataSyncCheckAPIResponse.go │ ├── AlibabaValueCoinIssueAPIRequest.go │ ├── AlibabaValueCoinIssueAPIResponse.go │ ├── AlibabaValueUserGetidAPIRequest.go │ ├── AlibabaValueUserGetidAPIResponse.go │ ├── BillDto.go │ ├── CancelAuthHsfRequest.go │ ├── ChannelUserActionDto.go │ ├── CharityTimeDto.go │ ├── CsrInvoiceAntChainSyncDto.go │ ├── CsrInvoiceApplyProjectDto.go │ ├── CsrInvoiceBillDto.go │ ├── CsrInvoiceBillNoDto.go │ ├── CsrInvoiceExternalOrgDrawDto.go │ ├── CsrInvoiceExternalOrgQueryDto.go │ ├── CsrInvoiceExternalOrgQueryResultDto.go │ ├── CsrInvoiceExternalOrgRejectDto.go │ ├── CsrInvoiceFileDto.go │ ├── CsrPage.go │ ├── CsrResult.go │ ├── ExCoinIssueParam.go │ ├── JumpAddressDto.go │ ├── JumpAddressHsfRequest.go │ ├── JumpAddressHsfResponse.go │ ├── QueryCharityTimeTopApiHsfRequest.go │ ├── QueryThirdUserHasAuthHsfRequest.go │ ├── SnakeDataCheckRequest.go │ ├── SnakeDataSyncRequest.go │ ├── SumUserCharityTimeTopApiHsfResponse.go │ ├── ThreehoursResult.go │ ├── UserActionSyncResult.go │ ├── UserChannelOpenDto.go │ └── doc.go ├── choujiang │ ├── TaobaoDeActivitySecuritytokenApplyAPIRequest.go │ ├── TaobaoDeActivitySecuritytokenApplyAPIResponse.go │ └── doc.go ├── cityretail │ ├── ChangeOrderResponseDto.go │ ├── OrderLogisticsResponseDto.go │ ├── TaobaoCityretailWmflConvertWarehouseAPIRequest.go │ ├── TaobaoCityretailWmflConvertWarehouseAPIResponse.go │ ├── TmallCityretailWmflOrderLogisticsQueryAPIRequest.go │ ├── TmallCityretailWmflOrderLogisticsQueryAPIResponse.go │ ├── WorkResult.go │ └── doc.go ├── cloudgame │ ├── AlibabaCgameAvatarUserbodyQueryAPIRequest.go │ ├── AlibabaCgameAvatarUserbodyQueryAPIResponse.go │ ├── AlibabaCgameAvatarUserbodyQueryData.go │ ├── AlibabaCgameAvatarUserbodyQueryResult.go │ ├── AlibabaCgameContentDistributionAppDeletionUpdateAPIRequest.go │ ├── AlibabaCgameContentDistributionAppDeletionUpdateAPIResponse.go │ ├── AlibabaCgameContentDistributionFileDownloadUpdateAPIRequest.go │ ├── AlibabaCgameContentDistributionFileDownloadUpdateAPIResponse.go │ ├── AlibabaCgameLiteplayAvatarBodyQueryAPIRequest.go │ ├── AlibabaCgameLiteplayAvatarBodyQueryAPIResponse.go │ ├── AlibabaCgameLiteplayAvatarBodyQueryResult.go │ ├── AlibabaCgameLiteplayAvatarRecordReportAPIRequest.go │ ├── AlibabaCgameLiteplayAvatarRecordReportAPIResponse.go │ ├── AlibabaCgameLiteplayAvatarRecordReportResult.go │ ├── AlibabaCgameMpMpprojectInitnewprojectAPIRequest.go │ ├── AlibabaCgameMpMpprojectInitnewprojectAPIResponse.go │ ├── AlibabaCgameMpMpprojectInitnewprojectResult.go │ ├── AlibabaCgameMpMpprojectLoginexistaccountAPIRequest.go │ ├── AlibabaCgameMpMpprojectLoginexistaccountAPIResponse.go │ ├── AlibabaCgameMpMpprojectLoginexistaccountResult.go │ ├── AlibabaCgameMpMpsessionSendmessagetogameAPIRequest.go │ ├── AlibabaCgameMpMpsessionSendmessagetogameAPIResponse.go │ ├── AlibabaCgameMpMpsessionSendmessagetogameResult.go │ ├── AlibabaCgameScoreReportAPIRequest.go │ ├── AlibabaCgameScoreReportAPIResponse.go │ ├── AlibabaCgameScoreReportResult.go │ ├── AlibabaCloudgameInteractiveGameGamepadGetAPIRequest.go │ ├── AlibabaCloudgameInteractiveGameGamepadGetAPIResponse.go │ ├── AlibabaCloudgameInteractiveGameGamepadGetResult.go │ ├── AlibabaCloudgameInteractiveGameHeartbeatAPIRequest.go │ ├── AlibabaCloudgameInteractiveGameHeartbeatAPIResponse.go │ ├── AlibabaCloudgameInteractiveGameHeartbeatResult.go │ ├── AlibabaCloudgameInteractiveGameJoincodeAssignAPIRequest.go │ ├── AlibabaCloudgameInteractiveGameJoincodeAssignAPIResponse.go │ ├── AlibabaCloudgameInteractiveGameJoincodeAssignResult.go │ ├── AlibabaCloudgameInteractiveGamePlayerKickoutAPIRequest.go │ ├── AlibabaCloudgameInteractiveGamePlayerKickoutAPIResponse.go │ ├── AlibabaCloudgameInteractiveGamePlayerKickoutResult.go │ ├── AlibabaCloudgameInteractiveGamePlayerStatusGetAPIRequest.go │ ├── AlibabaCloudgameInteractiveGamePlayerStatusGetAPIResponse.go │ ├── AlibabaCloudgameInteractiveGamePlayerStatusGetResult.go │ ├── AlibabaCloudgameInteractiveGamePlayerStopAPIRequest.go │ ├── AlibabaCloudgameInteractiveGamePlayerStopAPIResponse.go │ ├── AlibabaCloudgameInteractiveGamePlayerStopResult.go │ ├── AlibabaCloudgameInteractiveGameRoomCreateAPIRequest.go │ ├── AlibabaCloudgameInteractiveGameRoomCreateAPIResponse.go │ ├── AlibabaCloudgameInteractiveGameRoomCreateResult.go │ ├── AlibabaCloudgameInteractiveGameRoomShutdownAPIRequest.go │ ├── AlibabaCloudgameInteractiveGameRoomShutdownAPIResponse.go │ ├── AlibabaCloudgameInteractiveGameRoomShutdownResult.go │ ├── AlibabaCloudgameInteractiveGameStartAPIRequest.go │ ├── AlibabaCloudgameInteractiveGameStartAPIResponse.go │ ├── AlibabaCloudgameInteractiveGameStartResult.go │ ├── AlibabaCloudgameInteractiveGameStatusGetAPIRequest.go │ ├── AlibabaCloudgameInteractiveGameStatusGetAPIResponse.go │ ├── AlibabaCloudgameInteractiveGameStatusGetResult.go │ ├── AlibabaCloudgameOpenidQueryAPIRequest.go │ ├── AlibabaCloudgameOpenidQueryAPIResponse.go │ ├── AlibabaCloudgameOpenidQueryResult.go │ ├── AlibabaCloudgameUserMixuseridCheckAPIRequest.go │ ├── AlibabaCloudgameUserMixuseridCheckAPIResponse.go │ ├── AppDeletionCallbackRequest.go │ ├── CpCallbackReportDto.go │ ├── CreateRoomRequest.go │ ├── CreateRoomResponse.go │ ├── DeleteAppCommandResult.go │ ├── DownloadFileCommandResult.go │ ├── EndpointServerDto.go │ ├── FileDownloadCallbackRequest.go │ ├── GameEndPoint.go │ ├── GameStatusGetRequest.go │ ├── GameStatusGetResponse.go │ ├── GamepadGetRequest.go │ ├── GamepadGetResponse.go │ ├── GetSlotResponse.go │ ├── HavanaUserIdQueryRequest.go │ ├── HavanaUserIdQueryResponseVo.go │ ├── HeartBeatRequest.go │ ├── HeartBeatResponse.go │ ├── JoinCodeAssignRequest.go │ ├── JoinCodeAssignResponse.go │ ├── KickOutUserRequest.go │ ├── LoginSessionDto.go │ ├── Long.go │ ├── MpProjectConfigDto.go │ ├── OpenGameDto.go │ ├── OpenGamePlayerDto.go │ ├── OssDto.go │ ├── ScoreReportDto.go │ ├── ShutdownRoomRequest.go │ ├── ShutdownRoomResponse.go │ ├── StartGameRequest.go │ ├── StartGameResponse.go │ ├── StopUserGameRequest.go │ ├── StopUserGameResponse.go │ ├── TopAvatarBodyDto.go │ ├── TopQueryUserBodyDressRequest.go │ ├── TopRecordCallbackRequest.go │ ├── TopRecordCallbackResp.go │ ├── UserGameStatusGetRequest.go │ ├── VirtualGamepadList.go │ ├── YoukuCgameScoreReportAPIRequest.go │ ├── YoukuCgameScoreReportAPIResponse.go │ └── doc.go ├── cloudpush │ ├── TaobaoCloudpushMessageAndroidAPIRequest.go │ ├── TaobaoCloudpushMessageAndroidAPIResponse.go │ ├── TaobaoCloudpushMessageIosAPIRequest.go │ ├── TaobaoCloudpushMessageIosAPIResponse.go │ ├── TaobaoCloudpushNoticeAndroidAPIRequest.go │ ├── TaobaoCloudpushNoticeAndroidAPIResponse.go │ ├── TaobaoCloudpushNoticeIosAPIRequest.go │ ├── TaobaoCloudpushNoticeIosAPIResponse.go │ ├── TaobaoCloudpushPushAPIRequest.go │ ├── TaobaoCloudpushPushAPIResponse.go │ └── doc.go ├── cmns │ ├── CmnsMessage.go │ ├── DeviceResult.go │ ├── MessageAckResult.go │ ├── MessageDetailResult.go │ ├── MessageResult.go │ ├── Pagination.go │ ├── PaginationQueryResult.go │ ├── PushRequest.go │ ├── Receiver.go │ ├── YunosServiceCmnsCoaDeviceGetAPIRequest.go │ ├── YunosServiceCmnsCoaDeviceGetAPIResponse.go │ ├── YunosServiceCmnsCoaDeviceIsonlineAPIRequest.go │ ├── YunosServiceCmnsCoaDeviceIsonlineAPIResponse.go │ ├── YunosServiceCmnsCoaMessageAckAPIRequest.go │ ├── YunosServiceCmnsCoaMessageAckAPIResponse.go │ ├── YunosServiceCmnsCoaMessageAcksListAPIRequest.go │ ├── YunosServiceCmnsCoaMessageAcksListAPIResponse.go │ ├── YunosServiceCmnsCoaMessageCancelAPIRequest.go │ ├── YunosServiceCmnsCoaMessageCancelAPIResponse.go │ ├── YunosServiceCmnsCoaMessageGetAPIRequest.go │ ├── YunosServiceCmnsCoaMessageGetAPIResponse.go │ ├── YunosServiceCmnsCoaMessagePushAPIRequest.go │ ├── YunosServiceCmnsCoaMessagePushAPIResponse.go │ ├── YunosServiceCmnsCoaMessageresultGetAPIRequest.go │ ├── YunosServiceCmnsCoaMessageresultGetAPIResponse.go │ ├── YunosServiceCmnsCoaPushAPIRequest.go │ ├── YunosServiceCmnsCoaPushAPIResponse.go │ └── doc.go ├── cntms │ ├── CainiaoCntmsLogisticsOrderConsignAPIRequest.go │ ├── CainiaoCntmsLogisticsOrderConsignAPIResponse.go │ ├── CnTmsLogisticsOrderConsignContent.go │ ├── CnTmsLogisticsOrderDeliverRequirements.go │ ├── CnTmsLogisticsOrderGotService.go │ ├── CnTmsLogisticsOrderItem.go │ ├── CnTmsLogisticsOrderItemPackageInfo.go │ ├── CnTmsLogisticsOrderReceiverInfo.go │ ├── CnTmsLogisticsOrderSenderinfo.go │ └── doc.go ├── consignplatform │ ├── AddressDtoForTop.go │ ├── CainiaoConsignplatformOrderCancelAPIRequest.go │ ├── CainiaoConsignplatformOrderCancelAPIResponse.go │ ├── CainiaoConsignplatformOrderCreateAPIRequest.go │ ├── CainiaoConsignplatformOrderCreateAPIResponse.go │ ├── OrderCancelRequest.go │ ├── OrderCreateRequest.go │ ├── PersonDto.go │ ├── SubOrderDto.go │ └── doc.go ├── crm │ ├── BasicMember.go │ ├── CrmMember.go │ ├── ExchangeActivityCreateDto.go │ ├── GradePromotion.go │ ├── Group.go │ ├── HsMemberInfoDto.go │ ├── MemberAccountDto.go │ ├── TaobaoCrmExchangeActivityCreateAPIRequest.go │ ├── TaobaoCrmExchangeActivityCreateAPIResponse.go │ ├── TaobaoCrmExchangeCrowdinstanceAddPrivyAPIRequest.go │ ├── TaobaoCrmExchangeCrowdinstanceAddPrivyAPIResponse.go │ ├── TaobaoCrmGradeGetAPIRequest.go │ ├── TaobaoCrmGradeGetAPIResponse.go │ ├── TaobaoCrmGradeSetAPIRequest.go │ ├── TaobaoCrmGradeSetAPIResponse.go │ ├── TaobaoCrmGrademktMemberAddAPIRequest.go │ ├── TaobaoCrmGrademktMemberAddAPIResponse.go │ ├── TaobaoCrmGrademktMemberDetailCreateAPIRequest.go │ ├── TaobaoCrmGrademktMemberDetailCreateAPIResponse.go │ ├── TaobaoCrmGrademktMemberDetailDeleteAPIRequest.go │ ├── TaobaoCrmGrademktMemberDetailDeleteAPIResponse.go │ ├── TaobaoCrmGrademktMemberDetailQueryAPIRequest.go │ ├── TaobaoCrmGrademktMemberDetailQueryAPIResponse.go │ ├── TaobaoCrmGrademktMemberQueryAPIRequest.go │ ├── TaobaoCrmGrademktMemberQueryAPIResponse.go │ ├── TaobaoCrmGroupAddAPIRequest.go │ ├── TaobaoCrmGroupAddAPIResponse.go │ ├── TaobaoCrmGroupAppendAPIRequest.go │ ├── TaobaoCrmGroupAppendAPIResponse.go │ ├── TaobaoCrmGroupDeleteAPIRequest.go │ ├── TaobaoCrmGroupDeleteAPIResponse.go │ ├── TaobaoCrmGroupMoveAPIRequest.go │ ├── TaobaoCrmGroupMoveAPIResponse.go │ ├── TaobaoCrmGroupUpdateAPIRequest.go │ ├── TaobaoCrmGroupUpdateAPIResponse.go │ ├── TaobaoCrmGroupsGetAPIRequest.go │ ├── TaobaoCrmGroupsGetAPIResponse.go │ ├── TaobaoCrmGrouptaskCheckAPIRequest.go │ ├── TaobaoCrmGrouptaskCheckAPIResponse.go │ ├── TaobaoCrmMemberGroupGetAPIRequest.go │ ├── TaobaoCrmMemberGroupGetAPIResponse.go │ ├── TaobaoCrmMemberGroupGetPrivyAPIRequest.go │ ├── TaobaoCrmMemberGroupGetPrivyAPIResponse.go │ ├── TaobaoCrmMemberIdentityGetAPIRequest.go │ ├── TaobaoCrmMemberIdentityGetAPIResponse.go │ ├── TaobaoCrmMemberIdentityGetResultDto.go │ ├── TaobaoCrmMemberJoinurlGetAPIRequest.go │ ├── TaobaoCrmMemberJoinurlGetAPIResponse.go │ ├── TaobaoCrmMemberJoinurlGetResult.go │ ├── TaobaoCrmMemberinfoUpdateAPIRequest.go │ ├── TaobaoCrmMemberinfoUpdateAPIResponse.go │ ├── TaobaoCrmMemberinfoUpdatePrivyAPIRequest.go │ ├── TaobaoCrmMemberinfoUpdatePrivyAPIResponse.go │ ├── TaobaoCrmMembersGetAPIRequest.go │ ├── TaobaoCrmMembersGetAPIResponse.go │ ├── TaobaoCrmMembersGetPrivyAPIRequest.go │ ├── TaobaoCrmMembersGetPrivyAPIResponse.go │ ├── TaobaoCrmMembersGroupBatchaddAPIRequest.go │ ├── TaobaoCrmMembersGroupBatchaddAPIResponse.go │ ├── TaobaoCrmMembersGroupBatchaddPrivyAPIRequest.go │ ├── TaobaoCrmMembersGroupBatchaddPrivyAPIResponse.go │ ├── TaobaoCrmMembersGroupsBatchdeleteAPIRequest.go │ ├── TaobaoCrmMembersGroupsBatchdeleteAPIResponse.go │ ├── TaobaoCrmMembersGroupsBatchdeletePrivyAPIRequest.go │ ├── TaobaoCrmMembersGroupsBatchdeletePrivyAPIResponse.go │ ├── TaobaoCrmMembersIncrementGetAPIRequest.go │ ├── TaobaoCrmMembersIncrementGetAPIResponse.go │ ├── TaobaoCrmMembersIncrementGetPrivyAPIRequest.go │ ├── TaobaoCrmMembersIncrementGetPrivyAPIResponse.go │ ├── TaobaoCrmMembersSearchAPIRequest.go │ ├── TaobaoCrmMembersSearchAPIResponse.go │ ├── TaobaoCrmMembersSearchPrivyAPIRequest.go │ ├── TaobaoCrmMembersSearchPrivyAPIResponse.go │ ├── TaobaoCrmPointAvailableGetAPIRequest.go │ ├── TaobaoCrmPointAvailableGetAPIResponse.go │ ├── TaobaoCrmServiceChannelShortlinkCreateAPIRequest.go │ ├── TaobaoCrmServiceChannelShortlinkCreateAPIResponse.go │ ├── TaobaoCrmShopvipCancelAPIRequest.go │ ├── TaobaoCrmShopvipCancelAPIResponse.go │ ├── TaobaoMemberHismemberdataGetPrivyAPIRequest.go │ ├── TaobaoMemberHismemberdataGetPrivyAPIResponse.go │ ├── TaobaoMemberHismemberdataGetPrivyResultDto.go │ └── doc.go ├── customizemarket │ ├── AlibabaTaobaoIndustryPetProfileQueryAPIRequest.go │ ├── AlibabaTaobaoIndustryPetProfileQueryAPIResponse.go │ ├── BasePageBean.go │ ├── PetProfileDto.go │ ├── ProfileQuery.go │ ├── ServiceResult.go │ ├── TaobaoMarketPictureGetuserpicturesAPIRequest.go │ ├── TaobaoMarketPictureGetuserpicturesAPIResponse.go │ ├── TmallIndustryBabyAuthprofileBackflowAPIRequest.go │ ├── TmallIndustryBabyAuthprofileBackflowAPIResponse.go │ ├── YxyBabyProfileCmd.go │ └── doc.go ├── damai │ ├── AlibabaDamaiEcSearchProjectSearchAPIRequest.go │ ├── AlibabaDamaiEcSearchProjectSearchAPIResponse.go │ ├── AlibabaDamaiMevOpenBatchpushticketAPIRequest.go │ ├── AlibabaDamaiMevOpenBatchpushticketAPIResponse.go │ ├── AlibabaDamaiMevOpenBatchpushticketResult.go │ ├── AlibabaDamaiMevOpenChangeticketAPIRequest.go │ ├── AlibabaDamaiMevOpenChangeticketAPIResponse.go │ ├── AlibabaDamaiMevOpenChangeticketResult.go │ ├── AlibabaDamaiMevOpenDeleteFaceelementAPIRequest.go │ ├── AlibabaDamaiMevOpenDeleteFaceelementAPIResponse.go │ ├── AlibabaDamaiMevOpenDeleteFaceelementResult.go │ ├── AlibabaDamaiMevOpenDeletePaperformatAPIRequest.go │ ├── AlibabaDamaiMevOpenDeletePaperformatAPIResponse.go │ ├── AlibabaDamaiMevOpenDeletePaperformatResult.go │ ├── AlibabaDamaiMevOpenDeletefaceAPIRequest.go │ ├── AlibabaDamaiMevOpenDeletefaceAPIResponse.go │ ├── AlibabaDamaiMevOpenDeletefaceResult.go │ ├── AlibabaDamaiMevOpenDeletefloorAPIRequest.go │ ├── AlibabaDamaiMevOpenDeletefloorAPIResponse.go │ ├── AlibabaDamaiMevOpenDeletefloorResult.go │ ├── AlibabaDamaiMevOpenDeleteitemAPIRequest.go │ ├── AlibabaDamaiMevOpenDeleteitemAPIResponse.go │ ├── AlibabaDamaiMevOpenDeleteitemResult.go │ ├── AlibabaDamaiMevOpenDeleteperformAPIRequest.go │ ├── AlibabaDamaiMevOpenDeleteperformAPIResponse.go │ ├── AlibabaDamaiMevOpenDeleteperformResult.go │ ├── AlibabaDamaiMevOpenDeleteprojectAPIRequest.go │ ├── AlibabaDamaiMevOpenDeleteprojectAPIResponse.go │ ├── AlibabaDamaiMevOpenDeleteprojectResult.go │ ├── AlibabaDamaiMevOpenDeletestandAPIRequest.go │ ├── AlibabaDamaiMevOpenDeletestandAPIResponse.go │ ├── AlibabaDamaiMevOpenDeletestandResult.go │ ├── AlibabaDamaiMevOpenDeletevenueAPIRequest.go │ ├── AlibabaDamaiMevOpenDeletevenueAPIResponse.go │ ├── AlibabaDamaiMevOpenDeletevenueResult.go │ ├── AlibabaDamaiMevOpenInvalidticketAPIRequest.go │ ├── AlibabaDamaiMevOpenInvalidticketAPIResponse.go │ ├── AlibabaDamaiMevOpenInvalidticketResult.go │ ├── AlibabaDamaiMevOpenLockticketAPIRequest.go │ ├── AlibabaDamaiMevOpenLockticketAPIResponse.go │ ├── AlibabaDamaiMevOpenLockticketResult.go │ ├── AlibabaDamaiMevOpenPushPaperformatAPIRequest.go │ ├── AlibabaDamaiMevOpenPushPaperformatAPIResponse.go │ ├── AlibabaDamaiMevOpenPushPaperformatResult.go │ ├── AlibabaDamaiMevOpenPushfaceAPIRequest.go │ ├── AlibabaDamaiMevOpenPushfaceAPIResponse.go │ ├── AlibabaDamaiMevOpenPushfaceResult.go │ ├── AlibabaDamaiMevOpenPushfaceelementAPIRequest.go │ ├── AlibabaDamaiMevOpenPushfaceelementAPIResponse.go │ ├── AlibabaDamaiMevOpenPushfaceelementResult.go │ ├── AlibabaDamaiMevOpenPushfloorAPIRequest.go │ ├── AlibabaDamaiMevOpenPushfloorAPIResponse.go │ ├── AlibabaDamaiMevOpenPushfloorResult.go │ ├── AlibabaDamaiMevOpenPushitemAPIRequest.go │ ├── AlibabaDamaiMevOpenPushitemAPIResponse.go │ ├── AlibabaDamaiMevOpenPushitemResult.go │ ├── AlibabaDamaiMevOpenPushperformAPIRequest.go │ ├── AlibabaDamaiMevOpenPushperformAPIResponse.go │ ├── AlibabaDamaiMevOpenPushperformResult.go │ ├── AlibabaDamaiMevOpenPushprojectAPIRequest.go │ ├── AlibabaDamaiMevOpenPushprojectAPIResponse.go │ ├── AlibabaDamaiMevOpenPushprojectResult.go │ ├── AlibabaDamaiMevOpenPushstandAPIRequest.go │ ├── AlibabaDamaiMevOpenPushstandAPIResponse.go │ ├── AlibabaDamaiMevOpenPushstandResult.go │ ├── AlibabaDamaiMevOpenPushvenueAPIRequest.go │ ├── AlibabaDamaiMevOpenPushvenueAPIResponse.go │ ├── AlibabaDamaiMevOpenPushvenueResult.go │ ├── AlibabaDamaiMevOpenResetticketAPIRequest.go │ ├── AlibabaDamaiMevOpenResetticketAPIResponse.go │ ├── AlibabaDamaiMevOpenResetticketResult.go │ ├── AlibabaDamaiMevOpenUnlockticketAPIRequest.go │ ├── AlibabaDamaiMevOpenUnlockticketAPIResponse.go │ ├── AlibabaDamaiMevOpenUnlockticketResult.go │ ├── AlibabaDamaiMevOpenWithdrawticketAPIRequest.go │ ├── AlibabaDamaiMevOpenWithdrawticketAPIResponse.go │ ├── AlibabaDamaiMevOpenWithdrawticketResult.go │ ├── Extrainfomap.go │ ├── FaceElementIdOpenParam.go │ ├── FloorIdOpenParam.go │ ├── MpResult.go │ ├── PerformIdOpenParam.go │ ├── ProjectDto.go │ ├── ProjectIdOpenParam.go │ ├── PushTicketItemPushOpenParam.go │ ├── QueryProjectResult.go │ ├── StandIdOpenParam.go │ ├── ThirdFaceElementPushOpenParam.go │ ├── ThirdFloorPushOpenParam.go │ ├── ThirdPaperFormatPushOpenParam.go │ ├── ThirdPerformPushOpenParam.go │ ├── ThirdProjectPushOpenParam.go │ ├── ThirdStandPushOpenParam.go │ ├── ThirdTicketFacePushOpenParam.go │ ├── ThirdTicketPushOpenParam.go │ ├── ThirdVenuePushOpenParam.go │ ├── TicketFaceIdOpenParam.go │ ├── TicketIdOpenParam.go │ ├── TicketItemIdOpenParam.go │ ├── TicketPaperFormatIdOpenParam.go │ ├── TopSearchProjectParam.go │ ├── VenueIdOpenParam.go │ └── doc.go ├── damaiticklet │ ├── AlibabaDamaiMxOpengatewayScriptAPIRequest.go │ ├── AlibabaDamaiMxOpengatewayScriptAPIResponse.go │ ├── AlibabaDamaiTickletQrcodeDecodeAPIRequest.go │ ├── AlibabaDamaiTickletQrcodeDecodeAPIResponse.go │ ├── OpenResult.go │ ├── ScriptInfoOpenParam.go │ ├── ScriptTagThirdParam.go │ └── doc.go ├── degoperation │ ├── BonusResultDto.go │ ├── TaobaoDegoperationCheckAddrStatusAPIRequest.go │ ├── TaobaoDegoperationCheckAddrStatusAPIResponse.go │ ├── TaobaoDegoperationCreateqrcodeAPIRequest.go │ ├── TaobaoDegoperationCreateqrcodeAPIResponse.go │ ├── TaobaoDegoperationDoLuckydrawAPIRequest.go │ ├── TaobaoDegoperationDoLuckydrawAPIResponse.go │ ├── TaobaoDegoperationGetByEventkeyAPIRequest.go │ ├── TaobaoDegoperationGetByEventkeyAPIResponse.go │ ├── TaobaoDegoperationGetInfoUuidAPIRequest.go │ ├── TaobaoDegoperationGetInfoUuidAPIResponse.go │ ├── TaobaoDegoperationShowTopRecordsAPIRequest.go │ ├── TaobaoDegoperationShowTopRecordsAPIResponse.go │ ├── TaobaoDegoperationShowUserRecordsAPIRequest.go │ ├── TaobaoDegoperationShowUserRecordsAPIResponse.go │ └── doc.go ├── deliveryvoucher │ ├── CancelVoucherRequest.go │ ├── DeliveryVoucherDto.go │ ├── DeliveryVoucherInfoDto.go │ ├── OrderVoucherRequest.go │ ├── RollbackVoucherRequest.go │ ├── SendVoucherRequest.go │ ├── TaobaoGameDeliveryvoucherCancelvoucherAPIRequest.go │ ├── TaobaoGameDeliveryvoucherCancelvoucherAPIResponse.go │ ├── TaobaoGameDeliveryvoucherEvaluateAPIRequest.go │ ├── TaobaoGameDeliveryvoucherEvaluateAPIResponse.go │ ├── TaobaoGameDeliveryvoucherOrdervoucherAPIRequest.go │ ├── TaobaoGameDeliveryvoucherOrdervoucherAPIResponse.go │ ├── TaobaoGameDeliveryvoucherRollbackvoucherAPIRequest.go │ ├── TaobaoGameDeliveryvoucherRollbackvoucherAPIResponse.go │ ├── TaobaoGameDeliveryvoucherSendgoodsAPIRequest.go │ ├── TaobaoGameDeliveryvoucherSendgoodsAPIResponse.go │ ├── TaobaoGameDeliveryvoucherSendvoucherAPIRequest.go │ ├── TaobaoGameDeliveryvoucherSendvoucherAPIResponse.go │ ├── TaobaoGameDeliveryvoucherWatchAPIRequest.go │ ├── TaobaoGameDeliveryvoucherWatchAPIResponse.go │ ├── VoucherEvaluateRequest.go │ ├── WatchAppointmentRequest.go │ └── doc.go ├── dengta │ ├── AlibabaPicturesDengtaImsDouyinAccountChangedAPIRequest.go │ ├── AlibabaPicturesDengtaImsDouyinAccountChangedAPIResponse.go │ ├── AlibabaPicturesDengtaImsOrderStatusChangeAPIRequest.go │ ├── AlibabaPicturesDengtaImsOrderStatusChangeAPIResponse.go │ ├── AlibabaPicturesDengtaOrderEffectImportAPIRequest.go │ ├── AlibabaPicturesDengtaOrderEffectImportAPIResponse.go │ ├── AlibabaPicturesDengtaOrderStatusChangeAPIRequest.go │ ├── AlibabaPicturesDengtaOrderStatusChangeAPIResponse.go │ ├── AlibabaPicturesDengtaWbaccountPriceChangeAPIRequest.go │ ├── AlibabaPicturesDengtaWbaccountPriceChangeAPIResponse.go │ ├── AlibabaPicturesDengtaWxaccountPriceChangeAPIRequest.go │ ├── AlibabaPicturesDengtaWxaccountPriceChangeAPIResponse.go │ ├── ApiGeneralResult.go │ ├── GeneralResult.go │ ├── ReturnMessage.go │ └── doc.go ├── dmp │ ├── ApiContextDto.go │ ├── CrowdDto.go │ ├── CrowdQueryDto.go │ ├── Pager.go │ ├── TaobaoDmpCrowdBasicFindAPIRequest.go │ ├── TaobaoDmpCrowdBasicFindAPIResponse.go │ ├── TaobaoDmpCrowdTemplateApplyAPIRequest.go │ ├── TaobaoDmpCrowdTemplateApplyAPIResponse.go │ ├── TaobaoDmpCrowdTemplateTopicFindAPIRequest.go │ ├── TaobaoDmpCrowdTemplateTopicFindAPIResponse.go │ ├── Template.go │ ├── TemplateContextDto.go │ ├── Topic.go │ ├── TopicQueryDto.go │ └── doc.go ├── doc.go ├── drug │ ├── AlibabaAlihealthNrRxQueryimageAPIRequest.go │ ├── AlibabaAlihealthNrRxQueryimageAPIResponse.go │ ├── AlibabaAlihealthNrSpuQueryAPIRequest.go │ ├── AlibabaAlihealthNrSpuQueryAPIResponse.go │ ├── AlibabaAlihealthNrTradeMedicalInsuranceGetAPIRequest.go │ ├── AlibabaAlihealthNrTradeMedicalInsuranceGetAPIResponse.go │ ├── AlibabaAlihealthNrTradeOrderGetAPIRequest.go │ ├── AlibabaAlihealthNrTradeOrderGetAPIResponse.go │ ├── AlibabaAlihealthNrTradeOrderGetorderdetailAPIRequest.go │ ├── AlibabaAlihealthNrTradeOrderGetorderdetailAPIResponse.go │ ├── AlibabaHealthNrLogisticsDeliverynoUpdateAPIRequest.go │ ├── AlibabaHealthNrLogisticsDeliverynoUpdateAPIResponse.go │ ├── AlibabaHealthNrLogisticsWaybillGetAPIRequest.go │ ├── AlibabaHealthNrLogisticsWaybillGetAPIResponse.go │ ├── Cat.go │ ├── FundBillDto.go │ ├── Itemlist.go │ ├── LogisticsOrderDto.go │ ├── MedicalInsurancePaymentDto.go │ ├── O2OInShopSearchResponse.go │ ├── OrderPromotionDto.go │ ├── PageResponse.go │ ├── ResponseResult.go │ ├── StoreDetailDto.go │ ├── StoreDto.go │ ├── SubOrderDto.go │ ├── SuitSubItemDto.go │ ├── Tags.go │ ├── TaobaoAlihealthDrugStoreGetAPIRequest.go │ ├── TaobaoAlihealthDrugStoreGetAPIResponse.go │ ├── TaobaoAlihealthDrugStoreSearchAPIRequest.go │ ├── TaobaoAlihealthDrugStoreSearchAPIResponse.go │ ├── TaobaoAlihealthDrugUserShopGetAPIRequest.go │ ├── TaobaoAlihealthDrugUserShopGetAPIResponse.go │ ├── TopAlihealthDrugInstructionDto.go │ ├── TopAlihealthSpuQuery.go │ ├── TopAlihealthSpuQueryOptions.go │ └── doc.go ├── drugtrace │ ├── AddEntReqDto.go │ ├── Address.go │ ├── AdvanceCodeSearchDto.go │ ├── AlibabaAlihealthCodeGetcodeinfoAPIRequest.go │ ├── AlibabaAlihealthCodeGetcodeinfoAPIResponse.go │ ├── AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIRequest.go │ ├── AlibabaAlihealthDrugBillUpbillDetailWithcodeAPIResponse.go │ ├── AlibabaAlihealthDrugBillUpbillDetailWithcodeResultModel.go │ ├── AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIRequest.go │ ├── AlibabaAlihealthDrugCodeAdvanceBillFlowDirectionAPIResponse.go │ ├── AlibabaAlihealthDrugCodeCodeCheckHospitalAPIRequest.go │ ├── AlibabaAlihealthDrugCodeCodeCheckHospitalAPIResponse.go │ ├── AlibabaAlihealthDrugCodeCodeCheckHospitalResultModel.go │ ├── AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIRequest.go │ ├── AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceAPIResponse.go │ ├── AlibabaAlihealthDrugCodeCodeCheckMedicalInsuranceResultModel.go │ ├── AlibabaAlihealthDrugCodeCommonListCodeinfoAPIRequest.go │ ├── AlibabaAlihealthDrugCodeCommonListCodeinfoAPIResponse.go │ ├── AlibabaAlihealthDrugCodeCommonListCodeinfoResultModel.go │ ├── AlibabaAlihealthDrugCodeErrorReportAPIRequest.go │ ├── AlibabaAlihealthDrugCodeErrorReportAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytDrQuerycodeAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytDrQuerycodeAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytDrQuerycodeResultModel.go │ ├── AlibabaAlihealthDrugCodeKytHospitalsenddrugmachineAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytHospitalsenddrugmachineAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytHospitalsenddrugmachineResultModel.go │ ├── AlibabaAlihealthDrugCodeKytQuerycodeAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytQuerycodeAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytQuerycodeResultModel.go │ ├── AlibabaAlihealthDrugCodeKytQuerycodeflowAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytQuerycodeflowAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytQuerycodeflowModel.go │ ├── AlibabaAlihealthDrugCodeKytQuerycodeflowResult.go │ ├── AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytSmyxQuerycodeAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytSmyxQuerycodeResultModel.go │ ├── AlibabaAlihealthDrugCodeKytSpeciaVaccinQuerycodeAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytSpeciaVaccinQuerycodeAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytSpeciaVaccinQuerycodeResultModel.go │ ├── AlibabaAlihealthDrugCodeKytVaQuerycodeAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytVaQuerycodeAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytVaQuerycodeResultModel.go │ ├── AlibabaAlihealthDrugCodeKytWesCheckcoderelationAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytWesCheckcoderelationAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytWesGetlicenseAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytWesGetlicenseAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytWesGetlicenseResultModel.go │ ├── AlibabaAlihealthDrugCodeKytWesQuerycodeAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytWesQuerycodeAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytWesQuerycodeResultModel.go │ ├── AlibabaAlihealthDrugCodeKytWesQuerycoderelationAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytWesQuerycoderelationAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytWesQuerycoderelationResultModel.go │ ├── AlibabaAlihealthDrugCodeKytYdQuerycodeAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytYdQuerycodeAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytYdQuerycodeResultModel.go │ ├── AlibabaAlihealthDrugCodeKytYqQuerycodeAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytYqQuerycodeAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytYqQuerycodeResultModel.go │ ├── AlibabaAlihealthDrugCodeKytYyApplycodeAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytYyApplycodeAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytYyApplycodeModel.go │ ├── AlibabaAlihealthDrugCodeKytYyApplycodeResult.go │ ├── AlibabaAlihealthDrugCodeKytYyQuerycodeAPIRequest.go │ ├── AlibabaAlihealthDrugCodeKytYyQuerycodeAPIResponse.go │ ├── AlibabaAlihealthDrugCodeKytYyQuerycodeResultModel.go │ ├── AlibabaAlihealthDrugCodeListCodeAlkaliAPIRequest.go │ ├── AlibabaAlihealthDrugCodeListCodeAlkaliAPIResponse.go │ ├── AlibabaAlihealthDrugCodeListCodeAlkaliResultModel.go │ ├── AlibabaAlihealthDrugCodeListCodeGovAPIRequest.go │ ├── AlibabaAlihealthDrugCodeListCodeGovAPIResponse.go │ ├── AlibabaAlihealthDrugCodeListCodeGovResultModel.go │ ├── AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIRequest.go │ ├── AlibabaAlihealthDrugCodeListCodeMedicalInsuranceAPIResponse.go │ ├── AlibabaAlihealthDrugCodeListCodeMedicalInsuranceResultModel.go │ ├── AlibabaAlihealthDrugCodeListCodeSuperviseAPIRequest.go │ ├── AlibabaAlihealthDrugCodeListCodeSuperviseAPIResponse.go │ ├── AlibabaAlihealthDrugCodeListCodeSuperviseResultModel.go │ ├── AlibabaAlihealthDrugDownloadDataerrordiagnosisAPIRequest.go │ ├── AlibabaAlihealthDrugDownloadDataerrordiagnosisAPIResponse.go │ ├── AlibabaAlihealthDrugDownloadEntlistAPIRequest.go │ ├── AlibabaAlihealthDrugDownloadEntlistAPIResponse.go │ ├── AlibabaAlihealthDrugDownloadEntlistResult.go │ ├── AlibabaAlihealthDrugDownloadFileacceptretAPIRequest.go │ ├── AlibabaAlihealthDrugDownloadFileacceptretAPIResponse.go │ ├── AlibabaAlihealthDrugDownloadGetentauthentAPIRequest.go │ ├── AlibabaAlihealthDrugDownloadGetentauthentAPIResponse.go │ ├── AlibabaAlihealthDrugDownloadGetentauthentModel.go │ ├── AlibabaAlihealthDrugDownloadGetentauthentResult.go │ ├── AlibabaAlihealthDrugDownloadGetentdailytaskdtolistAPIRequest.go │ ├── AlibabaAlihealthDrugDownloadGetentdailytaskdtolistAPIResponse.go │ ├── AlibabaAlihealthDrugDownloadGetproductxmlAPIRequest.go │ ├── AlibabaAlihealthDrugDownloadGetproductxmlAPIResponse.go │ ├── AlibabaAlihealthDrugGetbarcodeBytraccodeAPIRequest.go │ ├── AlibabaAlihealthDrugGetbarcodeBytraccodeAPIResponse.go │ ├── AlibabaAlihealthDrugKytCodeprocessAPIRequest.go │ ├── AlibabaAlihealthDrugKytCodeprocessAPIResponse.go │ ├── AlibabaAlihealthDrugKytCodeprocessResultModel.go │ ├── AlibabaAlihealthDrugKytCodereplaceAPIRequest.go │ ├── AlibabaAlihealthDrugKytCodereplaceAPIResponse.go │ ├── AlibabaAlihealthDrugKytCodereplacelogAPIRequest.go │ ├── AlibabaAlihealthDrugKytCodereplacelogAPIResponse.go │ ├── AlibabaAlihealthDrugKytCodetobillAPIRequest.go │ ├── AlibabaAlihealthDrugKytCodetobillAPIResponse.go │ ├── AlibabaAlihealthDrugKytCodetobillResultModel.go │ ├── AlibabaAlihealthDrugKytDestbillCheckAPIRequest.go │ ├── AlibabaAlihealthDrugKytDestbillCheckAPIResponse.go │ ├── AlibabaAlihealthDrugKytDestbillListAPIRequest.go │ ├── AlibabaAlihealthDrugKytDestbillListAPIResponse.go │ ├── AlibabaAlihealthDrugKytDestbillListModel.go │ ├── AlibabaAlihealthDrugKytDestbillListResult.go │ ├── AlibabaAlihealthDrugKytDrAssociateequiAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrAssociateequiAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrAssociateequiResult.go │ ├── AlibabaAlihealthDrugKytDrBillcheckAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrBillcheckAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrBillcheckModel.go │ ├── AlibabaAlihealthDrugKytDrBillcheckResult.go │ ├── AlibabaAlihealthDrugKytDrDrugrecalAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrDrugrecalAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrDrugrecalModel.go │ ├── AlibabaAlihealthDrugKytDrDrugrecalResult.go │ ├── AlibabaAlihealthDrugKytDrGetbyentidAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrGetbyentidAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrGetbyentidResultModel.go │ ├── AlibabaAlihealthDrugKytDrGetbyrefentidAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrGetbyrefentidAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrGetbyrefentidResultModel.go │ ├── AlibabaAlihealthDrugKytDrGetentinfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrGetentinfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrGetentinfoResultModel.go │ ├── AlibabaAlihealthDrugKytDrGetproteminfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrGetproteminfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrGetproteminfoModel.go │ ├── AlibabaAlihealthDrugKytDrGetproteminfoResult.go │ ├── AlibabaAlihealthDrugKytDrGetupteminfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrGetupteminfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrGetupteminfoModel.go │ ├── AlibabaAlihealthDrugKytDrGetupteminfoResult.go │ ├── AlibabaAlihealthDrugKytDrListpartsAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrListpartsAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrListpartsResultModel.go │ ├── AlibabaAlihealthDrugKytDrQueryupbillcodeAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrQueryupbillcodeAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrQueryupbillcodeResult.go │ ├── AlibabaAlihealthDrugKytDrSearchstatusAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrSearchstatusAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrSearchstatusResultModel.go │ ├── AlibabaAlihealthDrugKytDrSinglerelationAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrSinglerelationAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrSinglerelationResultModel.go │ ├── AlibabaAlihealthDrugKytDrStorageuploadAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrStorageuploadAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrStorageuploadResult.go │ ├── AlibabaAlihealthDrugKytDrTransportuploadAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrTransportuploadAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrTransportuploadResult.go │ ├── AlibabaAlihealthDrugKytDrUploadinoutbillAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrUploadinoutbillAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrVaequipmentListAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrVaequipmentListAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrVaequipmentListModel.go │ ├── AlibabaAlihealthDrugKytDrVaequipmentListResult.go │ ├── AlibabaAlihealthDrugKytDrugcodesAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrugcodesAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrugcodesResultModel.go │ ├── AlibabaAlihealthDrugKytDrugdetailAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrugdetailAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrugdetailResultModel.go │ ├── AlibabaAlihealthDrugKytDrugrescodeAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrugrescodeAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrugrescodeResultModel.go │ ├── AlibabaAlihealthDrugKytDrugtableAPIRequest.go │ ├── AlibabaAlihealthDrugKytDrugtableAPIResponse.go │ ├── AlibabaAlihealthDrugKytDrugtableResultModel.go │ ├── AlibabaAlihealthDrugKytDruploadretailAPIRequest.go │ ├── AlibabaAlihealthDrugKytDruploadretailAPIResponse.go │ ├── AlibabaAlihealthDrugKytFiledownloadAPIRequest.go │ ├── AlibabaAlihealthDrugKytFiledownloadAPIResponse.go │ ├── AlibabaAlihealthDrugKytGetbyentidAPIRequest.go │ ├── AlibabaAlihealthDrugKytGetbyentidAPIResponse.go │ ├── AlibabaAlihealthDrugKytGetbyentidResultModel.go │ ├── AlibabaAlihealthDrugKytGetbyrefentidAPIRequest.go │ ├── AlibabaAlihealthDrugKytGetbyrefentidAPIResponse.go │ ├── AlibabaAlihealthDrugKytGetbyrefentidResultModel.go │ ├── AlibabaAlihealthDrugKytGetcodebaseinfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytGetcodebaseinfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytGetcodebillinfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytGetcodebillinfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytGetdruginfoDownloadurlAPIRequest.go │ ├── AlibabaAlihealthDrugKytGetdruginfoDownloadurlAPIResponse.go │ ├── AlibabaAlihealthDrugKytGetdruginfoDownloadurlResultModel.go │ ├── AlibabaAlihealthDrugKytGetdruglicenseAPIRequest.go │ ├── AlibabaAlihealthDrugKytGetdruglicenseAPIResponse.go │ ├── AlibabaAlihealthDrugKytGetdruglicenseModel.go │ ├── AlibabaAlihealthDrugKytGetdruglicenseResultModel.go │ ├── AlibabaAlihealthDrugKytGetentinfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytGetentinfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytGetentinfoResultModel.go │ ├── AlibabaAlihealthDrugKytGetentlicenseAPIRequest.go │ ├── AlibabaAlihealthDrugKytGetentlicenseAPIResponse.go │ ├── AlibabaAlihealthDrugKytGetentlicenseModel.go │ ├── AlibabaAlihealthDrugKytGetentlicenseResultModel.go │ ├── AlibabaAlihealthDrugKytIdgenerateAPIRequest.go │ ├── AlibabaAlihealthDrugKytIdgenerateAPIResponse.go │ ├── AlibabaAlihealthDrugKytListauthsAPIRequest.go │ ├── AlibabaAlihealthDrugKytListauthsAPIResponse.go │ ├── AlibabaAlihealthDrugKytListauthsResult.go │ ├── AlibabaAlihealthDrugKytListauthsResultModel.go │ ├── AlibabaAlihealthDrugKytListpartsAPIRequest.go │ ├── AlibabaAlihealthDrugKytListpartsAPIResponse.go │ ├── AlibabaAlihealthDrugKytListpartsByagentAPIRequest.go │ ├── AlibabaAlihealthDrugKytListpartsByagentAPIResponse.go │ ├── AlibabaAlihealthDrugKytListpartsByagentResultModel.go │ ├── AlibabaAlihealthDrugKytListpartsResultModel.go │ ├── AlibabaAlihealthDrugKytListupoutAPIRequest.go │ ├── AlibabaAlihealthDrugKytListupoutAPIResponse.go │ ├── AlibabaAlihealthDrugKytListupoutResultModel.go │ ├── AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIRequest.go │ ├── AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeAPIResponse.go │ ├── AlibabaAlihealthDrugKytQueryCodeRelationFromBillcodeResultModel.go │ ├── AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIRequest.go │ ├── AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeAPIResponse.go │ ├── AlibabaAlihealthDrugKytQueryDruginfoFromBillcodeResultModel.go │ ├── AlibabaAlihealthDrugKytQuerySpeciaVaccinBillcodeAPIRequest.go │ ├── AlibabaAlihealthDrugKytQuerySpeciaVaccinBillcodeAPIResponse.go │ ├── AlibabaAlihealthDrugKytQuerySpeciaVaccinBillcodeResultModel.go │ ├── AlibabaAlihealthDrugKytQueryUpbillcodeAPIRequest.go │ ├── AlibabaAlihealthDrugKytQueryUpbillcodeAPIResponse.go │ ├── AlibabaAlihealthDrugKytQueryUpbillcodeResultModel.go │ ├── AlibabaAlihealthDrugKytQueryactivetimeAPIRequest.go │ ├── AlibabaAlihealthDrugKytQueryactivetimeAPIResponse.go │ ├── AlibabaAlihealthDrugKytQueryactivetimeResult.go │ ├── AlibabaAlihealthDrugKytQuerybatchprodAPIRequest.go │ ├── AlibabaAlihealthDrugKytQuerybatchprodAPIResponse.go │ ├── AlibabaAlihealthDrugKytQuerybatchprodResult.go │ ├── AlibabaAlihealthDrugKytQuerycodeactiveAPIRequest.go │ ├── AlibabaAlihealthDrugKytQuerycodeactiveAPIResponse.go │ ├── AlibabaAlihealthDrugKytQuerydruginfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytQuerydruginfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytQuerydruginfoResultModel.go │ ├── AlibabaAlihealthDrugKytRecordinfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytRecordinfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytRelationdetailAPIRequest.go │ ├── AlibabaAlihealthDrugKytRelationdetailAPIResponse.go │ ├── AlibabaAlihealthDrugKytRelationdetailResultModel.go │ ├── AlibabaAlihealthDrugKytRemnantbillUploadAPIRequest.go │ ├── AlibabaAlihealthDrugKytRemnantbillUploadAPIResponse.go │ ├── AlibabaAlihealthDrugKytSaveentAPIRequest.go │ ├── AlibabaAlihealthDrugKytSaveentAPIResponse.go │ ├── AlibabaAlihealthDrugKytSaveentModel.go │ ├── AlibabaAlihealthDrugKytSaveentResultModel.go │ ├── AlibabaAlihealthDrugKytScqyCodeprocessAPIRequest.go │ ├── AlibabaAlihealthDrugKytScqyCodeprocessAPIResponse.go │ ├── AlibabaAlihealthDrugKytScqyCodeprocessResultModel.go │ ├── AlibabaAlihealthDrugKytScqyDelbillinfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytScqyDelbillinfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytScqyDelbillinfoResultModel.go │ ├── AlibabaAlihealthDrugKytScqyListcodefullinfodtomedicaldeviceAPIRequest.go │ ├── AlibabaAlihealthDrugKytScqyListcodefullinfodtomedicaldeviceAPIResponse.go │ ├── AlibabaAlihealthDrugKytScqyListcodefullinfodtomedicaldeviceResultModel.go │ ├── AlibabaAlihealthDrugKytScqyPutpackageAPIRequest.go │ ├── AlibabaAlihealthDrugKytScqyPutpackageAPIResponse.go │ ├── AlibabaAlihealthDrugKytScqyPutpackageResultModel.go │ ├── AlibabaAlihealthDrugKytScqyPutpackagebindAPIRequest.go │ ├── AlibabaAlihealthDrugKytScqyPutpackagebindAPIResponse.go │ ├── AlibabaAlihealthDrugKytScqyPutpackagebindResultModel.go │ ├── AlibabaAlihealthDrugKytScqyPutpackageunbindAPIRequest.go │ ├── AlibabaAlihealthDrugKytScqyPutpackageunbindAPIResponse.go │ ├── AlibabaAlihealthDrugKytScqyPutpackageunbindResultModel.go │ ├── AlibabaAlihealthDrugKytScqySearchstatusAPIRequest.go │ ├── AlibabaAlihealthDrugKytScqySearchstatusAPIResponse.go │ ├── AlibabaAlihealthDrugKytScqySearchstatusResultModel.go │ ├── AlibabaAlihealthDrugKytScqySinglerelationAPIRequest.go │ ├── AlibabaAlihealthDrugKytScqySinglerelationAPIResponse.go │ ├── AlibabaAlihealthDrugKytScqySinglerelationResultModel.go │ ├── AlibabaAlihealthDrugKytScqyUploadcircubillAPIRequest.go │ ├── AlibabaAlihealthDrugKytScqyUploadcircubillAPIResponse.go │ ├── AlibabaAlihealthDrugKytScqyUploadrelationAPIRequest.go │ ├── AlibabaAlihealthDrugKytScqyUploadrelationAPIResponse.go │ ├── AlibabaAlihealthDrugKytScqyUploadrelationResultModel.go │ ├── AlibabaAlihealthDrugKytSearchbillAPIRequest.go │ ├── AlibabaAlihealthDrugKytSearchbillAPIResponse.go │ ├── AlibabaAlihealthDrugKytSearchbillDetailAPIRequest.go │ ├── AlibabaAlihealthDrugKytSearchbillDetailAPIResponse.go │ ├── AlibabaAlihealthDrugKytSearchbillDetailResultModel.go │ ├── AlibabaAlihealthDrugKytSearchbillResultModel.go │ ├── AlibabaAlihealthDrugKytSearchstatusAPIRequest.go │ ├── AlibabaAlihealthDrugKytSearchstatusAPIResponse.go │ ├── AlibabaAlihealthDrugKytSearchstatusResultModel.go │ ├── AlibabaAlihealthDrugKytSinglerelationAPIRequest.go │ ├── AlibabaAlihealthDrugKytSinglerelationAPIResponse.go │ ├── AlibabaAlihealthDrugKytSinglerelationResultModel.go │ ├── AlibabaAlihealthDrugKytSmyxGetentinfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytSmyxGetentinfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytSmyxGetentinfoResultModel.go │ ├── AlibabaAlihealthDrugKytSmyxListpartsAPIRequest.go │ ├── AlibabaAlihealthDrugKytSmyxListpartsAPIResponse.go │ ├── AlibabaAlihealthDrugKytSmyxListpartsResultModel.go │ ├── AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIRequest.go │ ├── AlibabaAlihealthDrugKytSmyxUploadinoutbillAPIResponse.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinGetbyrefentidAPIRequest.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinGetbyrefentidAPIResponse.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinGetbyrefentidResultModel.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinGetentinfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinGetentinfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinGetentinfoResultModel.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinSearchstatusAPIRequest.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinSearchstatusAPIResponse.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinSearchstatusResultModel.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinUploadinoutbillAPIRequest.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinUploadinoutbillAPIResponse.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinUploadretailAPIRequest.go │ ├── AlibabaAlihealthDrugKytSpeciaVaccinUploadretailAPIResponse.go │ ├── AlibabaAlihealthDrugKytStorebilldeleteAPIRequest.go │ ├── AlibabaAlihealthDrugKytStorebilldeleteAPIResponse.go │ ├── AlibabaAlihealthDrugKytStorebilllistAPIRequest.go │ ├── AlibabaAlihealthDrugKytStorebilllistAPIResponse.go │ ├── AlibabaAlihealthDrugKytStorebilllistResultModel.go │ ├── AlibabaAlihealthDrugKytSynonymauthsAPIRequest.go │ ├── AlibabaAlihealthDrugKytSynonymauthsAPIResponse.go │ ├── AlibabaAlihealthDrugKytSynonymauthsResult.go │ ├── AlibabaAlihealthDrugKytSynonymauthsResultModel.go │ ├── AlibabaAlihealthDrugKytUpdatebillcodeAPIRequest.go │ ├── AlibabaAlihealthDrugKytUpdatebillcodeAPIResponse.go │ ├── AlibabaAlihealthDrugKytUpdatebillinfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytUpdatebillinfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytUpinoutfileAPIRequest.go │ ├── AlibabaAlihealthDrugKytUpinoutfileAPIResponse.go │ ├── AlibabaAlihealthDrugKytUploadb2cbillAPIRequest.go │ ├── AlibabaAlihealthDrugKytUploadb2cbillAPIResponse.go │ ├── AlibabaAlihealthDrugKytUploadcircubillAPIRequest.go │ ├── AlibabaAlihealthDrugKytUploadcircubillAPIResponse.go │ ├── AlibabaAlihealthDrugKytUploadinoutbillAPIRequest.go │ ├── AlibabaAlihealthDrugKytUploadinoutbillAPIResponse.go │ ├── AlibabaAlihealthDrugKytUploadinsignAPIRequest.go │ ├── AlibabaAlihealthDrugKytUploadinsignAPIResponse.go │ ├── AlibabaAlihealthDrugKytUploadrelationAPIRequest.go │ ├── AlibabaAlihealthDrugKytUploadrelationAPIResponse.go │ ├── AlibabaAlihealthDrugKytUploadrelationResultModel.go │ ├── AlibabaAlihealthDrugKytUploadretailAPIRequest.go │ ├── AlibabaAlihealthDrugKytUploadretailAPIResponse.go │ ├── AlibabaAlihealthDrugKytUpstorebillfileAPIRequest.go │ ├── AlibabaAlihealthDrugKytUpstorebillfileAPIResponse.go │ ├── AlibabaAlihealthDrugKytVaGetentinfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytVaGetentinfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytVaGetentinfoResultModel.go │ ├── AlibabaAlihealthDrugKytVaUploadretailAPIRequest.go │ ├── AlibabaAlihealthDrugKytVaUploadretailAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesDrugrescodeAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesDrugrescodeAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesDrugrescodeResultModel.go │ ├── AlibabaAlihealthDrugKytWesGetbyentidAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesGetbyentidAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesGetbyentidResultModel.go │ ├── AlibabaAlihealthDrugKytWesGetbyrefentidAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesGetbyrefentidAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesGetbyrefentidResultModel.go │ ├── AlibabaAlihealthDrugKytWesGetdruginfoDownloadurlAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesGetdruginfoDownloadurlAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesGetdruginfoDownloadurlResultModel.go │ ├── AlibabaAlihealthDrugKytWesGetentinfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesGetentinfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesGetentinfoResultModel.go │ ├── AlibabaAlihealthDrugKytWesListpartsAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesListpartsAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesListpartsByagentAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesListpartsByagentAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesListpartsByagentResultModel.go │ ├── AlibabaAlihealthDrugKytWesListpartsResultModel.go │ ├── AlibabaAlihealthDrugKytWesListupoutAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesListupoutAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesListupoutResultModel.go │ ├── AlibabaAlihealthDrugKytWesQueryUpbillcodeAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesQueryUpbillcodeAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesQueryUpbillcodeResultModel.go │ ├── AlibabaAlihealthDrugKytWesQuerycodeactiveAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesQuerycodeactiveAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesRemnantbillUploadAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesRemnantbillUploadAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesSaveentAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesSaveentAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesSaveentModel.go │ ├── AlibabaAlihealthDrugKytWesSaveentResultModel.go │ ├── AlibabaAlihealthDrugKytWesSearchbillAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesSearchbillAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesSearchbillDetailAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesSearchbillDetailAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesSearchbillDetailResultModel.go │ ├── AlibabaAlihealthDrugKytWesSearchbillResultModel.go │ ├── AlibabaAlihealthDrugKytWesSearchstatusAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesSearchstatusAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesSearchstatusResultModel.go │ ├── AlibabaAlihealthDrugKytWesSynonymauthsAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesSynonymauthsAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesSynonymauthsResultModel.go │ ├── AlibabaAlihealthDrugKytWesUpbillDetailwithcodeAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesUpbillDetailwithcodeAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesUpbillDetailwithcodeResultModel.go │ ├── AlibabaAlihealthDrugKytWesUploadcircubillAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesUploadcircubillAPIResponse.go │ ├── AlibabaAlihealthDrugKytWesUploadinoutbillAPIRequest.go │ ├── AlibabaAlihealthDrugKytWesUploadinoutbillAPIResponse.go │ ├── AlibabaAlihealthDrugKytYbGetcoderelationAPIRequest.go │ ├── AlibabaAlihealthDrugKytYbGetcoderelationAPIResponse.go │ ├── AlibabaAlihealthDrugKytYbGetcoderelationModel.go │ ├── AlibabaAlihealthDrugKytYbGetcoderelationResult.go │ ├── AlibabaAlihealthDrugKytYyDrugcodesAPIRequest.go │ ├── AlibabaAlihealthDrugKytYyDrugcodesAPIResponse.go │ ├── AlibabaAlihealthDrugKytYyDrugcodesResultModel.go │ ├── AlibabaAlihealthDrugKytYyGetentinfoAPIRequest.go │ ├── AlibabaAlihealthDrugKytYyGetentinfoAPIResponse.go │ ├── AlibabaAlihealthDrugKytYyGetentinfoResultModel.go │ ├── AlibabaAlihealthDrugKytYyListpartsAPIRequest.go │ ├── AlibabaAlihealthDrugKytYyListpartsAPIResponse.go │ ├── AlibabaAlihealthDrugKytYyListpartsResultModel.go │ ├── AlibabaAlihealthDrugKytYyQuerysubcodesAPIRequest.go │ ├── AlibabaAlihealthDrugKytYyQuerysubcodesAPIResponse.go │ ├── AlibabaAlihealthDrugKytYyQuerysubcodesResultModel.go │ ├── AlibabaAlihealthDrugKytYyUploadinoutbillAPIRequest.go │ ├── AlibabaAlihealthDrugKytYyUploadinoutbillAPIResponse.go │ ├── AlibabaAlihealthDrugKytYyUploadretailAPIRequest.go │ ├── AlibabaAlihealthDrugKytYyUploadretailAPIResponse.go │ ├── AlibabaAlihealthDrugLsydSaveentAPIRequest.go │ ├── AlibabaAlihealthDrugLsydSaveentAPIResponse.go │ ├── AlibabaAlihealthDrugLsydSaveentModel.go │ ├── AlibabaAlihealthDrugLsydSaveentResultModel.go │ ├── AlibabaAlihealthDrugScanQuerycodeAPIRequest.go │ ├── AlibabaAlihealthDrugScanQuerycodeAPIResponse.go │ ├── AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIRequest.go │ ├── AlibabaAlihealthDrugUpdatebarcodeBytraccodeAPIResponse.go │ ├── AlibabaAlihealthDrugUploadExtinfoAPIRequest.go │ ├── AlibabaAlihealthDrugUploadExtinfoAPIResponse.go │ ├── AlibabaAlihealthDrugUploadExtinfoResultModel.go │ ├── AlibabaAlihealthDrugWxinfoUploadAPIRequest.go │ ├── AlibabaAlihealthDrugWxinfoUploadAPIResponse.go │ ├── AlibabaAlihealthDrugcheckcodeChecklastfourAPIRequest.go │ ├── AlibabaAlihealthDrugcheckcodeChecklastfourAPIResponse.go │ ├── AlibabaAlihealthDrugcodeApplycertAPIRequest.go │ ├── AlibabaAlihealthDrugcodeApplycertAPIResponse.go │ ├── AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIRequest.go │ ├── AlibabaAlihealthDrugcodeCenterReceiveBoundStatusAPIResponse.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryBlindfileGetbatchinfoAPIRequest.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryBlindfileGetbatchinfoAPIResponse.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIRequest.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryBlindfiledellogAPIResponse.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIRequest.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryExportattributeAPIResponse.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIRequest.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryExportcategoryAPIResponse.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIRequest.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryExportprojectAPIResponse.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIRequest.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryGetblindresultAPIResponse.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIRequest.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryGetencrptypkAPIResponse.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIRequest.go │ ├── AlibabaAlihealthDrugcodeDrugfactoryTransferblindAPIResponse.go │ ├── AlibabaAlihealthDrugcodeListentparbyrefentidAPIRequest.go │ ├── AlibabaAlihealthDrugcodeListentparbyrefentidAPIResponse.go │ ├── AlibabaAlihealthDrugcodeNodenameGetAPIRequest.go │ ├── AlibabaAlihealthDrugcodeNodenameGetAPIResponse.go │ ├── AlibabaAlihealthDrugcodeScanAPIRequest.go │ ├── AlibabaAlihealthDrugcodeScanAPIResponse.go │ ├── AlibabaAlihealthDrugcodeScanHisAPIRequest.go │ ├── AlibabaAlihealthDrugcodeScanHisAPIResponse.go │ ├── AlibabaAlihealthDrugcodeUserDataAPIRequest.go │ ├── AlibabaAlihealthDrugcodeUserDataAPIResponse.go │ ├── AlibabaAlihealthDrugcodeUserDataResult.go │ ├── AlibabaAlihealthDrugtraceTopLsydGetkeyflagdruginfoDownloadurlAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydGetkeyflagdruginfoDownloadurlAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydGetkeyflagdruginfoDownloadurlResultModel.go │ ├── AlibabaAlihealthDrugtraceTopLsydListupoutAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydListupoutAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydListupoutDetailAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydListupoutDetailResultModel.go │ ├── AlibabaAlihealthDrugtraceTopLsydListupoutResultModel.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryBillstatusAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryBillstatusResultModel.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryCodedetailAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryCodedetailResultModel.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryGetbyrefentidAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryGetbyrefentidAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryGetbyrefentidResultModel.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryGetentinfoResultModel.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryListpartsAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryListpartsResultModel.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryRelationAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryRelationResultModel.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryUpbillcodeResult.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydQueryUpbilldetailResultModel.go │ ├── AlibabaAlihealthDrugtraceTopLsydServiceGetenddateAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydServiceGetenddateAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydServiceGetenddateResultModel.go │ ├── AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydUploadinoutbillAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopLsydUploadretailAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopLsydUploadretailAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgDrugtableAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgDrugtableAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgDrugtableResultModel.go │ ├── AlibabaAlihealthDrugtraceTopYljgGetkeyflagdruginfoDownloadurlAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgGetkeyflagdruginfoDownloadurlAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgGetkeyflagdruginfoDownloadurlResultModel.go │ ├── AlibabaAlihealthDrugtraceTopYljgListupoutAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgListupoutAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgListupoutDetailAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgListupoutDetailResultModel.go │ ├── AlibabaAlihealthDrugtraceTopYljgListupoutResultModel.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryBillstatusAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryBillstatusResultModel.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryCodedetailAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryCodedetailResultModel.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryGetbyrefentidAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryGetbyrefentidAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryGetbyrefentidResultModel.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryGetentinfoResultModel.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryListpartsAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryListpartsResultModel.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryRelationAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryRelationResultModel.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryUpbillcodeResult.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgQueryUpbilldetailResultModel.go │ ├── AlibabaAlihealthDrugtraceTopYljgServiceGetenddateAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgServiceGetenddateAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgServiceGetenddateResultModel.go │ ├── AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgUploadinoutbillAPIResponse.go │ ├── AlibabaAlihealthDrugtraceTopYljgUploadretailAPIRequest.go │ ├── AlibabaAlihealthDrugtraceTopYljgUploadretailAPIResponse.go │ ├── AlibabaAlihealthSecondardNodeCodeShowurlAPIRequest.go │ ├── AlibabaAlihealthSecondardNodeCodeShowurlAPIResponse.go │ ├── AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIRequest.go │ ├── AlibabaAlihealthTraceCodeSearchGetDrugresourcetopAPIResponse.go │ ├── AlibabaAlihealthTracecodesearcGetinfomationVivoAPIRequest.go │ ├── AlibabaAlihealthTracecodesearcGetinfomationVivoAPIResponse.go │ ├── AlibabaAlihealthTracecodesearchGetshowurlVivoAPIRequest.go │ ├── AlibabaAlihealthTracecodesearchGetshowurlVivoAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerBillRootcodeGetAPIRequest.go │ ├── AlibabaAlihealthTracecodesellerBillRootcodeGetAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIRequest.go │ ├── AlibabaAlihealthTracecodesellerMilkTraceTosourceAddDataAPIResponse.go │ ├── AlibabaAlihealthTracecodesellerProductAttrSearchAPIRequest.go │ ├── AlibabaAlihealthTracecodesellerProductAttrSearchAPIResponse.go │ ├── AlibabaAlihealthZyUploadrelationAPIRequest.go │ ├── AlibabaAlihealthZyUploadrelationAPIResponse.go │ ├── AlibabaAlihealthZyUploadrelationResultModel.go │ ├── AlibabaCfdaXtptAppAcceptInfoAPIRequest.go │ ├── AlibabaCfdaXtptAppAcceptInfoAPIResponse.go │ ├── AlibabaCfdaXtptAppAcceptInfoResult.go │ ├── AlibabaCfdaXtptAppGetshowurlAPIRequest.go │ ├── AlibabaCfdaXtptAppGetshowurlAPIResponse.go │ ├── Attrinfolist.go │ ├── BaseEntInfoDto.go │ ├── BaseInfoDto.go │ ├── BaseInfosDto.go │ ├── BatchProductInfoDto.go │ ├── BillChkInOutDo.go │ ├── BillDealStatusSearchDo.go │ ├── BillIdentity.go │ ├── BillInOutDetailDto.go │ ├── BillInOutDto.go │ ├── BillUpOutDetailDo.go │ ├── BillUpOutDetailDto.go │ ├── BillUpstreamDto.go │ ├── Billchkinoutdetaillistdtolist.go │ ├── BlindFileBatchInfoDto.go │ ├── BlindFileProcessResultDto.go │ ├── Childcodes.go │ ├── CodeActiveInfoDto.go │ ├── CodeActiveInfoListApiDto.go │ ├── CodeActiveProcessDto.go │ ├── CodeActiveStatusDto.go │ ├── CodeDrugInfoDto.go │ ├── CodeFullInfoDto.go │ ├── CodeInfo.go │ ├── CodeInfoListDto.go │ ├── CodeMovePackagingResultDto.go │ ├── CodeMovePackagingSecondDto.go │ ├── CodeProduceInfoDto.go │ ├── CodeQueryDrugInfoDto.go │ ├── CodeQueryFlows.go │ ├── CodeRelationDetailDto.go │ ├── CodeRelationDetailInfoDo.go │ ├── CodeRelationDetailListDo.go │ ├── CodeRelationDto.go │ ├── CodeResList.go │ ├── CodeScanDto.go │ ├── CodeStatusTypeDto.go │ ├── CodeToBill.go │ ├── Codeandparentlist.go │ ├── DataEntTaskDto.go │ ├── DataEntTaskResultDto.go │ ├── DetailInfoList.go │ ├── DrugCode.go │ ├── DrugEntBaseDto.go │ ├── DrugEntUseDto.go │ ├── DrugInfo.go │ ├── DrugInfoDto.go │ ├── DrugInfosDto.go │ ├── DrugScanLog.go │ ├── DrugScancodeFlowLogDto.go │ ├── DrugTableDto.go │ ├── EntDailyReportDto.go │ ├── EntInfoDto.go │ ├── ExtInfoDto.go │ ├── FirstAttrDto.go │ ├── FlowEntity.go │ ├── HaoxinqingDataDto.go │ ├── Header.go │ ├── JSONObject.go │ ├── LogCodeReplaceDto.go │ ├── MaterialsDetectionDto.go │ ├── NewCodeMovePackagingResultDto.go │ ├── PEntParDto.go │ ├── PUserEntDto.go │ ├── PUserEntInfoDto.go │ ├── Page.go │ ├── PageInfoDto.go │ ├── ParentCodeInfo.go │ ├── Parentcodeinfolist.go │ ├── PiatsCodeFlowResponseDto.go │ ├── PiecesDetectionDto.go │ ├── PiecesProduceInfoDto.go │ ├── PkgInfoDto.go │ ├── PlantingInfoDto.go │ ├── ProcessInfoDto.go │ ├── ProduceInfoDto.go │ ├── ProduceInfoList.go │ ├── ProducePreAttributeDto.go │ ├── ProductDto.go │ ├── ProductInfoList.go │ ├── PurchaseInfoDto.go │ ├── RecoverCodeMovePackagingResultDto.go │ ├── ResCode.go │ ├── ResDrugDetailInfoDto.go │ ├── ResPSynonymDto.go │ ├── ResProdCodes.go │ ├── ResponseBody.go │ ├── RichTextDto.go │ ├── SaveCodeRelationResultDto.go │ ├── SaveCodeRelationType.go │ ├── SecondaryAttrDto.go │ ├── SeedlingsBaseInfoDto.go │ ├── StorageTemperatureList.go │ ├── StoreTerraceBillDto.go │ ├── SubType.go │ ├── SubTypeList.go │ ├── SysCertDto.go │ ├── ToolPage.go │ ├── TopResultModel.go │ ├── TransportTemperatureList.go │ ├── TrialProjectAndAttributeDto.go │ ├── TrialProjectDto.go │ ├── TrialProjectInfoDto.go │ ├── VaTemperatureBillResultDto.go │ ├── Validationruledtos.go │ ├── WarehouseInfoDto.go │ ├── WesCodeRelationDto.go │ └── doc.go ├── dt │ ├── AlibabaNrsItemPricetagRecognizeAPIRequest.go │ ├── AlibabaNrsItemPricetagRecognizeAPIResponse.go │ ├── AlibabaNrsItemRtdataBackflowAPIRequest.go │ ├── AlibabaNrsItemRtdataBackflowAPIResponse.go │ ├── ExternalTaskDataImportDto.go │ ├── NrsResult.go │ ├── OdpsImportConfig.go │ ├── PriceTagReqParam.go │ ├── RecongnizeItemInfo.go │ ├── RequesterDataJobSaveCmd.go │ ├── RtItemPriceTagBackParam.go │ ├── RtItemResearchPriceParam.go │ ├── TaobaoAdsDataImportAPIRequest.go │ ├── TaobaoAdsDataImportAPIResponse.go │ ├── TaobaoAdsDataQueryAPIRequest.go │ ├── TaobaoAdsDataQueryAPIResponse.go │ ├── TaobaoCmedicalFaceDetectionCallbackAPIRequest.go │ ├── TaobaoCmedicalFaceDetectionCallbackAPIResponse.go │ ├── TaobaoCmedicalFaceDetectionCallbackResult.go │ ├── TaskDataImportSeqQry.go │ ├── TribeError.go │ └── doc.go ├── dutyfree │ ├── AlibabaDutyfreeStockQueryAPIRequest.go │ ├── AlibabaDutyfreeStockQueryAPIResponse.go │ ├── AlibabaDutyfreeStockQueryResultDo.go │ ├── StockResultDto.go │ └── doc.go ├── einvoice │ ├── AgreementInfoDto.go │ ├── AlibabaEinvoiceAmountCheckAPIRequest.go │ ├── AlibabaEinvoiceAmountCheckAPIResponse.go │ ├── AlibabaEinvoiceApplyGetAPIRequest.go │ ├── AlibabaEinvoiceApplyGetAPIResponse.go │ ├── AlibabaEinvoiceBillEinvoiceListAPIRequest.go │ ├── AlibabaEinvoiceBillEinvoiceListAPIResponse.go │ ├── AlibabaEinvoiceBillEinvoiceListResultSet.go │ ├── AlibabaEinvoiceBillForwordCreateAPIRequest.go │ ├── AlibabaEinvoiceBillForwordCreateAPIResponse.go │ ├── AlibabaEinvoiceBillSyncAPIRequest.go │ ├── AlibabaEinvoiceBillSyncAPIResponse.go │ ├── AlibabaEinvoiceClosereqAPIRequest.go │ ├── AlibabaEinvoiceClosereqAPIResponse.go │ ├── AlibabaEinvoiceCoreInvUploadAPIRequest.go │ ├── AlibabaEinvoiceCoreInvUploadAPIResponse.go │ ├── AlibabaEinvoiceCreateResultGetAPIRequest.go │ ├── AlibabaEinvoiceCreateResultGetAPIResponse.go │ ├── AlibabaEinvoiceCreateResultsIncrementGetAPIRequest.go │ ├── AlibabaEinvoiceCreateResultsIncrementGetAPIResponse.go │ ├── AlibabaEinvoiceCreatereqAPIRequest.go │ ├── AlibabaEinvoiceCreatereqAPIResponse.go │ ├── AlibabaEinvoiceDeductGetAPIRequest.go │ ├── AlibabaEinvoiceDeductGetAPIResponse.go │ ├── AlibabaEinvoiceDeductGetResultSet.go │ ├── AlibabaEinvoiceDeviceOrderQueryAPIRequest.go │ ├── AlibabaEinvoiceDeviceOrderQueryAPIResponse.go │ ├── AlibabaEinvoiceDeviceOrderUpdateAPIRequest.go │ ├── AlibabaEinvoiceDeviceOrderUpdateAPIResponse.go │ ├── AlibabaEinvoiceFlowRefundAPIRequest.go │ ├── AlibabaEinvoiceFlowRefundAPIResponse.go │ ├── AlibabaEinvoiceFlowRenewAPIRequest.go │ ├── AlibabaEinvoiceFlowRenewAPIResponse.go │ ├── AlibabaEinvoiceFlowTaxCreateAPIRequest.go │ ├── AlibabaEinvoiceFlowTaxCreateAPIResponse.go │ ├── AlibabaEinvoiceFlowTaxGetAPIRequest.go │ ├── AlibabaEinvoiceFlowTaxGetAPIResponse.go │ ├── AlibabaEinvoiceIncomeAgentCheckAPIRequest.go │ ├── AlibabaEinvoiceIncomeAgentCheckAPIResponse.go │ ├── AlibabaEinvoiceIncomeCertificateReturnAPIRequest.go │ ├── AlibabaEinvoiceIncomeCertificateReturnAPIResponse.go │ ├── AlibabaEinvoiceIncomeDeviceReturnAPIRequest.go │ ├── AlibabaEinvoiceIncomeDeviceReturnAPIResponse.go │ ├── AlibabaEinvoiceIncomeOcrReturnAPIRequest.go │ ├── AlibabaEinvoiceIncomeOcrReturnAPIResponse.go │ ├── AlibabaEinvoiceIncomeScanReturnAPIRequest.go │ ├── AlibabaEinvoiceIncomeScanReturnAPIResponse.go │ ├── AlibabaEinvoiceIncomeTokenReturnAPIRequest.go │ ├── AlibabaEinvoiceIncomeTokenReturnAPIResponse.go │ ├── AlibabaEinvoiceIncomeVerifyReturnAPIRequest.go │ ├── AlibabaEinvoiceIncomeVerifyReturnAPIResponse.go │ ├── AlibabaEinvoiceInvoiceapplyGetAPIRequest.go │ ├── AlibabaEinvoiceInvoiceapplyGetAPIResponse.go │ ├── AlibabaEinvoiceInvoiceapplyUpdateAPIRequest.go │ ├── AlibabaEinvoiceInvoiceapplyUpdateAPIResponse.go │ ├── AlibabaEinvoiceItemUpdateAPIRequest.go │ ├── AlibabaEinvoiceItemUpdateAPIResponse.go │ ├── AlibabaEinvoiceMerchantAddAPIRequest.go │ ├── AlibabaEinvoiceMerchantAddAPIResponse.go │ ├── AlibabaEinvoiceMerchantBindcompanyAPIRequest.go │ ├── AlibabaEinvoiceMerchantBindcompanyAPIResponse.go │ ├── AlibabaEinvoiceMerchantCreatereqAPIRequest.go │ ├── AlibabaEinvoiceMerchantCreatereqAPIResponse.go │ ├── AlibabaEinvoiceMerchantDeleteAPIRequest.go │ ├── AlibabaEinvoiceMerchantDeleteAPIResponse.go │ ├── AlibabaEinvoiceMerchantResultGetAPIRequest.go │ ├── AlibabaEinvoiceMerchantResultGetAPIResponse.go │ ├── AlibabaEinvoiceOrderRefundUpdateAPIRequest.go │ ├── AlibabaEinvoiceOrderRefundUpdateAPIResponse.go │ ├── AlibabaEinvoicePaperCommonReturnAPIRequest.go │ ├── AlibabaEinvoicePaperCommonReturnAPIResponse.go │ ├── AlibabaEinvoicePaperInvalidAPIRequest.go │ ├── AlibabaEinvoicePaperInvalidAPIResponse.go │ ├── AlibabaEinvoicePaperPrintAPIRequest.go │ ├── AlibabaEinvoicePaperPrintAPIResponse.go │ ├── AlibabaEinvoicePaperReturnAPIRequest.go │ ├── AlibabaEinvoicePaperReturnAPIResponse.go │ ├── AlibabaEinvoicePartnerReturnAPIRequest.go │ ├── AlibabaEinvoicePartnerReturnAPIResponse.go │ ├── AlibabaEinvoicePartnerUploadAPIRequest.go │ ├── AlibabaEinvoicePartnerUploadAPIResponse.go │ ├── AlibabaEinvoicePayoutGetAPIRequest.go │ ├── AlibabaEinvoicePayoutGetAPIResponse.go │ ├── AlibabaEinvoiceProdApplyAPIRequest.go │ ├── AlibabaEinvoiceProdApplyAPIResponse.go │ ├── AlibabaEinvoiceProdApplyGetAPIRequest.go │ ├── AlibabaEinvoiceProdApplyGetAPIResponse.go │ ├── AlibabaEinvoiceProdResultFileurlGetAPIRequest.go │ ├── AlibabaEinvoiceProdResultFileurlGetAPIResponse.go │ ├── AlibabaEinvoiceQrcodeCreateAPIRequest.go │ ├── AlibabaEinvoiceQrcodeCreateAPIResponse.go │ ├── AlibabaEinvoiceQrcodeCreateResultSet.go │ ├── AlibabaEinvoiceRedCreatereqAPIRequest.go │ ├── AlibabaEinvoiceRedCreatereqAPIResponse.go │ ├── AlibabaEinvoiceSerialnoBatchGenerateAPIRequest.go │ ├── AlibabaEinvoiceSerialnoBatchGenerateAPIResponse.go │ ├── AlibabaEinvoiceSerialnoGenerateAPIRequest.go │ ├── AlibabaEinvoiceSerialnoGenerateAPIResponse.go │ ├── AlibabaEinvoiceTaxAuthQueryAPIRequest.go │ ├── AlibabaEinvoiceTaxAuthQueryAPIResponse.go │ ├── AlibabaEinvoiceTaxOptBilldownloadurlQueryAPIRequest.go │ ├── AlibabaEinvoiceTaxOptBilldownloadurlQueryAPIResponse.go │ ├── AlibabaEinvoiceTaxOptEsignresultQueryAPIRequest.go │ ├── AlibabaEinvoiceTaxOptEsignresultQueryAPIResponse.go │ ├── AlibabaEinvoiceTaxOptSalaryaccountQueryAPIRequest.go │ ├── AlibabaEinvoiceTaxOptSalaryaccountQueryAPIResponse.go │ ├── AlibabaEinvoiceTaxOptSalaryaccountUpdateAPIRequest.go │ ├── AlibabaEinvoiceTaxOptSalaryaccountUpdateAPIResponse.go │ ├── AlibabaEinvoiceTaxOptSalarybillCommitbillAPIRequest.go │ ├── AlibabaEinvoiceTaxOptSalarybillCommitbillAPIResponse.go │ ├── AlibabaEinvoiceTaxOptSalaryrequestAcceptpaymentAPIRequest.go │ ├── AlibabaEinvoiceTaxOptSalaryrequestAcceptpaymentAPIResponse.go │ ├── AlibabaEinvoiceTaxOptSalaryrequestSingleacceptAPIRequest.go │ ├── AlibabaEinvoiceTaxOptSalaryrequestSingleacceptAPIResponse.go │ ├── AlibabaEinvoiceTaxOptSalaryresultQueryAPIRequest.go │ ├── AlibabaEinvoiceTaxOptSalaryresultQueryAPIResponse.go │ ├── AlibabaEinvoiceUnitorderCheckAPIRequest.go │ ├── AlibabaEinvoiceUnitorderCheckAPIResponse.go │ ├── Apply.go │ ├── BillItemDo.go │ ├── EinvoiceAmountCheckResult.go │ ├── InvoiceApplyDtlDto.go │ ├── InvoiceApplyDtlQueryDto.go │ ├── InvoiceApplyDto.go │ ├── InvoiceApplyItemsDto.go │ ├── InvoiceApplyResultDto.go │ ├── InvoiceCompanyDto.go │ ├── InvoiceContactDto.go │ ├── InvoiceCreatePayeeInfoDto.go │ ├── InvoiceCreateSimpleResultDto.go │ ├── InvoiceFlowRefundDto.go │ ├── InvoiceFlowRenewDto.go │ ├── InvoiceFlowRenewResultDto.go │ ├── InvoiceFwOrderDto.go │ ├── InvoiceItem.go │ ├── InvoiceItems.go │ ├── InvoiceMerchantDto.go │ ├── InvoiceOrderRefundResultDto.go │ ├── InvoiceOrderSimpleDto.go │ ├── InvoiceResult.go │ ├── InvoiceResultItemDto.go │ ├── InvoiceTaxFlowCreateDto.go │ ├── OrderRightsInfo.go │ ├── OrderRightsResult.go │ ├── PayerLogisticsInfoDto.go │ ├── QrCodeDo.go │ ├── ResultList.go │ ├── SalaryDetailDto.go │ ├── ServiceResult.go │ ├── SimpleUnitOrder.go │ ├── TaxAuthTokenQueryDto.go │ ├── TaxFlowQueryResult.go │ ├── TaxOptimizationBillDownloadUrlResultDto.go │ ├── TaxOptimizationEmployeeAssetUpdateDto.go │ ├── TaxOptimizationEmployeeAssetUpdateResultDto.go │ ├── TaxOptimizationQueryAlipayAccountResultDto.go │ ├── TaxOptimizationQueryPaySalaryAccountDto.go │ ├── TaxOptimizationSalaryBillCommitReqDto.go │ ├── TaxOptimizationSalaryDetailInfoDto.go │ ├── TaxOptimizationSalaryPayResultQueryResultDto.go │ ├── TaxOptimizationSalaryPaymentAccessReqDto.go │ ├── TaxOptimizationSalaryPaymentAccessResultDto.go │ ├── TaxOptimizationSingleDetailPaymentAccessResultDto.go │ ├── TaxOptimizationSingleDetailSalaryPaymentAccessDto.go │ ├── UserInvoiceApplyDto.go │ ├── UserInvoiceItemDto.go │ └── doc.go ├── eleenterprisecartnew │ ├── AlibabaEleEnterpriseCartnewQueryAPIRequest.go │ ├── AlibabaEleEnterpriseCartnewQueryAPIResponse.go │ ├── AlibabaEleEnterpriseCartnewSaveAPIRequest.go │ ├── AlibabaEleEnterpriseCartnewSaveAPIResponse.go │ ├── CartExtraDto.go │ ├── EnterpriseData.go │ ├── Extra.go │ └── doc.go ├── eleenterprisecoupon │ ├── AlibabaEleEnterpriseCartcouponGetAPIRequest.go │ ├── AlibabaEleEnterpriseCartcouponGetAPIResponse.go │ ├── AlibabaEleEnterpriseCouponGetAPIRequest.go │ ├── AlibabaEleEnterpriseCouponGetAPIResponse.go │ ├── AlibabaEleEnterpriseCouponSendAPIRequest.go │ ├── AlibabaEleEnterpriseCouponSendAPIResponse.go │ ├── CartCouponDto.go │ ├── MyCouponsResDto.go │ └── doc.go ├── eleenterpriseemployee │ ├── AlibabaEleEnterpriseEmployeeBatchdeleteAPIRequest.go │ ├── AlibabaEleEnterpriseEmployeeBatchdeleteAPIResponse.go │ ├── AlibabaEleEnterpriseEmployeeBatchupdateAPIRequest.go │ ├── AlibabaEleEnterpriseEmployeeBatchupdateAPIResponse.go │ ├── CostCenter.go │ ├── EmployeeInfoDto.go │ ├── EnterpriseData.go │ ├── ErrorMsg.go │ └── doc.go ├── eleenterpriseordernew │ ├── AddressInfo.go │ ├── AlibabaEleEnterpriseOrdernewCancelAPIRequest.go │ ├── AlibabaEleEnterpriseOrdernewCancelAPIResponse.go │ ├── AlibabaEleEnterpriseOrdernewCreateAPIRequest.go │ ├── AlibabaEleEnterpriseOrdernewCreateAPIResponse.go │ ├── AlibabaEleEnterpriseOrdernewGetAPIRequest.go │ ├── AlibabaEleEnterpriseOrdernewGetAPIResponse.go │ ├── AlibabaEleEnterpriseOrdernewGetrefundinfoAPIRequest.go │ ├── AlibabaEleEnterpriseOrdernewGetrefundinfoAPIResponse.go │ ├── AlibabaEleEnterpriseOrdernewGetstatusAPIRequest.go │ ├── AlibabaEleEnterpriseOrdernewGetstatusAPIResponse.go │ ├── AlibabaEleEnterpriseOrdernewGettrackinginfoAPIRequest.go │ ├── AlibabaEleEnterpriseOrdernewGettrackinginfoAPIResponse.go │ ├── AlibabaEleEnterpriseOrdernewPaymentstatusAPIRequest.go │ ├── AlibabaEleEnterpriseOrdernewPaymentstatusAPIResponse.go │ ├── DeliverymanInfoDto.go │ ├── EnterpriseData.go │ ├── FoodsInfo.go │ ├── OrderExtra.go │ ├── RestaurantInfo.go │ ├── StandardOrderTrackingInfoDto.go │ ├── TrackingInfoDto.go │ └── doc.go ├── eleenterpriserestaurant │ ├── Activite.go │ ├── Activitie.go │ ├── Activities.go │ ├── Activity.go │ ├── AlibabaEleEnterpriseRestaurantCategoriesAPIRequest.go │ ├── AlibabaEleEnterpriseRestaurantCategoriesAPIResponse.go │ ├── AlibabaEleEnterpriseRestaurantCheckaddressAPIRequest.go │ ├── AlibabaEleEnterpriseRestaurantCheckaddressAPIResponse.go │ ├── AlibabaEleEnterpriseRestaurantGetAPIRequest.go │ ├── AlibabaEleEnterpriseRestaurantGetAPIResponse.go │ ├── AlibabaEleEnterpriseRestaurantMixAPIRequest.go │ ├── AlibabaEleEnterpriseRestaurantMixAPIResponse.go │ ├── AlibabaEleEnterpriseRestaurantMultispecmenuAPIRequest.go │ ├── AlibabaEleEnterpriseRestaurantMultispecmenuAPIResponse.go │ ├── AlibabaEleEnterpriseRestaurantSearchAPIRequest.go │ ├── AlibabaEleEnterpriseRestaurantSearchAPIResponse.go │ ├── Attr.go │ ├── DataList.go │ ├── EnterpriseData.go │ ├── Food.go │ ├── Foods.go │ ├── Restaurant.go │ ├── Spec.go │ ├── Specfood.go │ ├── Specification.go │ └── doc.go ├── elife │ ├── ConsumeRequest.go │ ├── RefundRequest.go │ ├── TaobaoElifeLifecardConsumeAPIRequest.go │ ├── TaobaoElifeLifecardConsumeAPIResponse.go │ ├── TaobaoElifeLifecardQueryAPIRequest.go │ ├── TaobaoElifeLifecardQueryAPIResponse.go │ ├── TaobaoElifeLifecardReconAPIRequest.go │ ├── TaobaoElifeLifecardReconAPIResponse.go │ ├── TaobaoElifeLifecardRefundAPIRequest.go │ ├── TaobaoElifeLifecardRefundAPIResponse.go │ └── doc.go ├── eticket │ ├── Attributes.go │ ├── CertificateDto.go │ ├── ConsumeMaCallbackResp.go │ ├── EticketCode.go │ ├── EticketOpLog.go │ ├── EticketTask.go │ ├── IsvMa.go │ ├── QueryTbMaCallbackReq.go │ ├── QueryTbMaCallbackResp.go │ ├── ReverseMaCallbackResp.go │ ├── SendFailCallbackResp.go │ ├── SendMaCallbackResp.go │ ├── TaobaoEticketMerchantImgUploadAPIRequest.go │ ├── TaobaoEticketMerchantImgUploadAPIResponse.go │ ├── TaobaoEticketMerchantMaAvailableAPIRequest.go │ ├── TaobaoEticketMerchantMaAvailableAPIResponse.go │ ├── TaobaoEticketMerchantMaConsumeAPIRequest.go │ ├── TaobaoEticketMerchantMaConsumeAPIResponse.go │ ├── TaobaoEticketMerchantMaDelayAPIRequest.go │ ├── TaobaoEticketMerchantMaDelayAPIResponse.go │ ├── TaobaoEticketMerchantMaFailsendAPIRequest.go │ ├── TaobaoEticketMerchantMaFailsendAPIResponse.go │ ├── TaobaoEticketMerchantMaResendAPIRequest.go │ ├── TaobaoEticketMerchantMaResendAPIResponse.go │ ├── TaobaoEticketMerchantMaReverseAPIRequest.go │ ├── TaobaoEticketMerchantMaReverseAPIResponse.go │ ├── TaobaoEticketMerchantMaSendAPIRequest.go │ ├── TaobaoEticketMerchantMaSendAPIResponse.go │ ├── TaobaoEticketMerchantTbmaGetAPIRequest.go │ ├── TaobaoEticketMerchantTbmaGetAPIResponse.go │ ├── TaobaoVmarketEticketAuthBeforeconsumeAPIRequest.go │ ├── TaobaoVmarketEticketAuthBeforeconsumeAPIResponse.go │ ├── TaobaoVmarketEticketAuthConsumeAPIRequest.go │ ├── TaobaoVmarketEticketAuthConsumeAPIResponse.go │ ├── TaobaoVmarketEticketBeforeconsumeAPIRequest.go │ ├── TaobaoVmarketEticketBeforeconsumeAPIResponse.go │ ├── TaobaoVmarketEticketCodesGetAPIRequest.go │ ├── TaobaoVmarketEticketCodesGetAPIResponse.go │ ├── TaobaoVmarketEticketConsumeAPIRequest.go │ ├── TaobaoVmarketEticketConsumeAPIResponse.go │ ├── TaobaoVmarketEticketFailsendAPIRequest.go │ ├── TaobaoVmarketEticketFailsendAPIResponse.go │ ├── TaobaoVmarketEticketFlowConsumeAPIRequest.go │ ├── TaobaoVmarketEticketFlowConsumeAPIResponse.go │ ├── TaobaoVmarketEticketFlowResendAPIRequest.go │ ├── TaobaoVmarketEticketFlowResendAPIResponse.go │ ├── TaobaoVmarketEticketManageNotifyAPIRequest.go │ ├── TaobaoVmarketEticketManageNotifyAPIResponse.go │ ├── TaobaoVmarketEticketOplogsGetAPIRequest.go │ ├── TaobaoVmarketEticketOplogsGetAPIResponse.go │ ├── TaobaoVmarketEticketQrcodeUploadAPIRequest.go │ ├── TaobaoVmarketEticketQrcodeUploadAPIResponse.go │ ├── TaobaoVmarketEticketResendAPIRequest.go │ ├── TaobaoVmarketEticketResendAPIResponse.go │ ├── TaobaoVmarketEticketReverseAPIRequest.go │ ├── TaobaoVmarketEticketReverseAPIResponse.go │ ├── TaobaoVmarketEticketSendAPIRequest.go │ ├── TaobaoVmarketEticketSendAPIResponse.go │ ├── TaobaoVmarketEticketStoreGetAPIRequest.go │ ├── TaobaoVmarketEticketStoreGetAPIResponse.go │ ├── TaobaoVmarketEticketTasksGetAPIRequest.go │ ├── TaobaoVmarketEticketTasksGetAPIResponse.go │ ├── TaobaoVmarketEticketTimeExpandAPIRequest.go │ ├── TaobaoVmarketEticketTimeExpandAPIResponse.go │ ├── UploadImgCallbackResp.go │ └── doc.go ├── examination │ ├── Abnormalitemlist.go │ ├── AddAddress.go │ ├── AddItem.go │ ├── AddPack.go │ ├── Agreement.go │ ├── AlibabaAlihealthExaminationAgreementListAPIRequest.go │ ├── AlibabaAlihealthExaminationAgreementListAPIResponse.go │ ├── AlibabaAlihealthExaminationGoodsOnofflineAPIRequest.go │ ├── AlibabaAlihealthExaminationGoodsOnofflineAPIResponse.go │ ├── AlibabaAlihealthExaminationGoodsPublishAPIRequest.go │ ├── AlibabaAlihealthExaminationGoodsPublishAPIResponse.go │ ├── AlibabaAlihealthExaminationHospitalPublishAPIRequest.go │ ├── AlibabaAlihealthExaminationHospitalPublishAPIResponse.go │ ├── AlibabaAlihealthExaminationHospitalSpecialTagAPIRequest.go │ ├── AlibabaAlihealthExaminationHospitalSpecialTagAPIResponse.go │ ├── AlibabaAlihealthExaminationInvoiceInfoNotifyAPIRequest.go │ ├── AlibabaAlihealthExaminationInvoiceInfoNotifyAPIResponse.go │ ├── AlibabaAlihealthExaminationItemsPublishAPIRequest.go │ ├── AlibabaAlihealthExaminationItemsPublishAPIResponse.go │ ├── AlibabaAlihealthExaminationReportDiagnoseFileCodeGetAPIRequest.go │ ├── AlibabaAlihealthExaminationReportDiagnoseFileCodeGetAPIResponse.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderDiagnoseurlGetAPIRequest.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderDiagnoseurlGetAPIResponse.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderDoctorRefundAPIRequest.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderDoctorRefundAPIResponse.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderStatusAPIRequest.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderStatusAPIResponse.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderSubmitAPIRequest.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderSubmitAPIResponse.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderSummaryAPIRequest.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderSummaryAPIResponse.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderVerifyAPIRequest.go │ ├── AlibabaAlihealthExaminationReportDiagnoseOrderVerifyAPIResponse.go │ ├── AlibabaAlihealthExaminationReportDiagnoseTempmessageReceiveAPIRequest.go │ ├── AlibabaAlihealthExaminationReportDiagnoseTempmessageReceiveAPIResponse.go │ ├── AlibabaAlihealthExaminationReserveCancelAPIRequest.go │ ├── AlibabaAlihealthExaminationReserveCancelAPIResponse.go │ ├── AlibabaAlihealthExaminationReserveConfirmAPIRequest.go │ ├── AlibabaAlihealthExaminationReserveConfirmAPIResponse.go │ ├── AlibabaAlihealthExaminationReserveIsvModifyAPIRequest.go │ ├── AlibabaAlihealthExaminationReserveIsvModifyAPIResponse.go │ ├── AlibabaAlihealthExaminationReserveModifyNotifyAPIRequest.go │ ├── AlibabaAlihealthExaminationReserveModifyNotifyAPIResponse.go │ ├── AlibabaAlihealthExaminationReserveReportAPIRequest.go │ ├── AlibabaAlihealthExaminationReserveReportAPIResponse.go │ ├── AlibabaAlihealthExaminationReserveReportNofifyAPIRequest.go │ ├── AlibabaAlihealthExaminationReserveReportNofifyAPIResponse.go │ ├── AlibabaAlihealthExaminationReserveStateAPIRequest.go │ ├── AlibabaAlihealthExaminationReserveStateAPIResponse.go │ ├── AlibabaAlihealthExaminationReserveStateNotifyAPIRequest.go │ ├── AlibabaAlihealthExaminationReserveStateNotifyAPIResponse.go │ ├── AlibabaAlihealthExaminationServiceareaCheckAPIRequest.go │ ├── AlibabaAlihealthExaminationServiceareaCheckAPIResponse.go │ ├── AlibabaAlihealthExaminationTodoorServiceinfoSyncAPIRequest.go │ ├── AlibabaAlihealthExaminationTodoorServiceinfoSyncAPIResponse.go │ ├── AlibabaAlihealthExaminationTodoorServiceinfoSyncData.go │ ├── AlibabaAlihealthMedicalOrderRefundAPIRequest.go │ ├── AlibabaAlihealthMedicalOrderRefundAPIResponse.go │ ├── AlibabaAlihealthMedicalOrderRefundResult.go │ ├── CooperationOrderInfo.go │ ├── IsvGetReportDiagnoseUrlRequest.go │ ├── IsvGetReportFileCodeResponse.go │ ├── IsvItemDto.go │ ├── IsvItemPackDto.go │ ├── IsvItemRelationDto.go │ ├── IsvPackRelationDto.go │ ├── IsvPackage.go │ ├── Item.go │ ├── ItemsPublishResponse.go │ ├── MedicalPractitionerInfo.go │ ├── ModifyResultResponse.go │ ├── OrderInfo.go │ ├── OrderRefundRequest.go │ ├── OrderRefundVo.go │ ├── Package.go │ ├── RefundForAikangDoctorRequest.go │ ├── ReportDiagnoseImMessageRequest.go │ ├── ReportImTokenStatusRequest.go │ ├── ReportImTokenStatusResponse.go │ ├── ReportOrderStatusRequest.go │ ├── ReportOrderSummaryRequest.go │ ├── Reportdiagnosemessagelist.go │ ├── ReserveReportResponse.go │ ├── ReserveStatusResultResponse.go │ ├── RevisionInfo.go │ ├── ServiceResult.go │ ├── StoreSpecialTagsResponse.go │ ├── SubOrderRequest.go │ └── doc.go ├── exchange │ ├── Exchange.go │ ├── ExchangeBaseResponse.go │ ├── PicUrl.go │ ├── Reason.go │ ├── RefundBaseResponse.go │ ├── RefundMessage.go │ ├── RefundMessageResult.go │ ├── TmallExchangeAgreeAPIRequest.go │ ├── TmallExchangeAgreeAPIResponse.go │ ├── TmallExchangeConfirmConsignAPIRequest.go │ ├── TmallExchangeConfirmConsignAPIResponse.go │ ├── TmallExchangeConsigngoodsAPIRequest.go │ ├── TmallExchangeConsigngoodsAPIResponse.go │ ├── TmallExchangeGetAPIRequest.go │ ├── TmallExchangeGetAPIResponse.go │ ├── TmallExchangeMessageAddAPIRequest.go │ ├── TmallExchangeMessageAddAPIResponse.go │ ├── TmallExchangeMessageAddResultSet.go │ ├── TmallExchangeMessagesGetAPIRequest.go │ ├── TmallExchangeMessagesGetAPIResponse.go │ ├── TmallExchangeReceiveGetAPIRequest.go │ ├── TmallExchangeReceiveGetAPIResponse.go │ ├── TmallExchangeRefuseAPIRequest.go │ ├── TmallExchangeRefuseAPIResponse.go │ ├── TmallExchangeRefusereasonGetAPIRequest.go │ ├── TmallExchangeRefusereasonGetAPIResponse.go │ ├── TmallExchangeRefusereasonGetResultSet.go │ ├── TmallExchangeReturngoodsAgreeAPIRequest.go │ ├── TmallExchangeReturngoodsAgreeAPIResponse.go │ ├── TmallExchangeReturngoodsRefuseAPIRequest.go │ ├── TmallExchangeReturngoodsRefuseAPIResponse.go │ └── doc.go ├── fans │ ├── CashPoolVo.go │ ├── CreateCashPoolParamDo.go │ ├── FansResult.go │ ├── PushMessageParamDo.go │ ├── TmallFansArenaPushAPIRequest.go │ ├── TmallFansArenaPushAPIResponse.go │ ├── TmallFansArenaRecordAPIRequest.go │ ├── TmallFansArenaRecordAPIResponse.go │ ├── TmallFansCashpoolCheckpayAPIRequest.go │ ├── TmallFansCashpoolCheckpayAPIResponse.go │ ├── TmallFansCashpoolCreateAPIRequest.go │ ├── TmallFansCashpoolCreateAPIResponse.go │ └── doc.go ├── feedflow │ ├── AccessAllowedDto.go │ ├── AccountDto.go │ ├── AdgroupDto.go │ ├── AdgroupQueryDto.go │ ├── AdzoneBindDto.go │ ├── AdzoneBindQueryDto.go │ ├── AdzoneDto.go │ ├── AdzoneQueryDto.go │ ├── CampaignDto.go │ ├── CampaignQueryDto.go │ ├── CreativeBindDto.go │ ├── CreativeBindQueryDto.go │ ├── CrowdDto.go │ ├── CrowdQueryDto.go │ ├── ErrorInfoDto.go │ ├── ErrorObjectDto.go │ ├── IntelligentBidDto.go │ ├── ItemDto.go │ ├── ItemQueryDto.go │ ├── LabelDto.go │ ├── LabelQueryDto.go │ ├── LaunchAreaDto.go │ ├── LaunchPeriodDto.go │ ├── LaunchTimeDto.go │ ├── OptionDto.go │ ├── ResultCode.go │ ├── ResultDto.go │ ├── RptQueryDto.go │ ├── RptResultDto.go │ ├── TaobaoFeedflowAccountGetAPIRequest.go │ ├── TaobaoFeedflowAccountGetAPIResponse.go │ ├── TaobaoFeedflowAccountRptdailylistAPIRequest.go │ ├── TaobaoFeedflowAccountRptdailylistAPIResponse.go │ ├── TaobaoFeedflowAccountRptdailylistResultDto.go │ ├── TaobaoFeedflowAccountRpthourlistAPIRequest.go │ ├── TaobaoFeedflowAccountRpthourlistAPIResponse.go │ ├── TaobaoFeedflowAccountRpthourlistResultDto.go │ ├── TaobaoFeedflowItemAdgroupAddAPIRequest.go │ ├── TaobaoFeedflowItemAdgroupAddAPIResponse.go │ ├── TaobaoFeedflowItemAdgroupAddResultDto.go │ ├── TaobaoFeedflowItemAdgroupAdzoneBindAPIRequest.go │ ├── TaobaoFeedflowItemAdgroupAdzoneBindAPIResponse.go │ ├── TaobaoFeedflowItemAdgroupAdzoneBindResultDto.go │ ├── TaobaoFeedflowItemAdgroupAdzonePageAPIRequest.go │ ├── TaobaoFeedflowItemAdgroupAdzonePageAPIResponse.go │ ├── TaobaoFeedflowItemAdgroupAdzonePageResultDto.go │ ├── TaobaoFeedflowItemAdgroupAdzoneUnbindAPIRequest.go │ ├── TaobaoFeedflowItemAdgroupAdzoneUnbindAPIResponse.go │ ├── TaobaoFeedflowItemAdgroupAdzoneUnbindResultDto.go │ ├── TaobaoFeedflowItemAdgroupCreativeAddBindAPIRequest.go │ ├── TaobaoFeedflowItemAdgroupCreativeAddBindAPIResponse.go │ ├── TaobaoFeedflowItemAdgroupCreativeAddBindResultDto.go │ ├── TaobaoFeedflowItemAdgroupCreativePageAPIRequest.go │ ├── TaobaoFeedflowItemAdgroupCreativePageAPIResponse.go │ ├── TaobaoFeedflowItemAdgroupCreativePageResultDto.go │ ├── TaobaoFeedflowItemAdgroupDeleteAPIRequest.go │ ├── TaobaoFeedflowItemAdgroupDeleteAPIResponse.go │ ├── TaobaoFeedflowItemAdgroupDeleteResultDto.go │ ├── TaobaoFeedflowItemAdgroupModifyAPIRequest.go │ ├── TaobaoFeedflowItemAdgroupModifyAPIResponse.go │ ├── TaobaoFeedflowItemAdgroupModifyResultDto.go │ ├── TaobaoFeedflowItemAdgroupPageAPIRequest.go │ ├── TaobaoFeedflowItemAdgroupPageAPIResponse.go │ ├── TaobaoFeedflowItemAdgroupPageResultDto.go │ ├── TaobaoFeedflowItemAdgroupRptdailylistAPIRequest.go │ ├── TaobaoFeedflowItemAdgroupRptdailylistAPIResponse.go │ ├── TaobaoFeedflowItemAdgroupRptdailylistResultDto.go │ ├── TaobaoFeedflowItemAdgroupRpthourlistAPIRequest.go │ ├── TaobaoFeedflowItemAdgroupRpthourlistAPIResponse.go │ ├── TaobaoFeedflowItemAdgroupRpthourlistResultDto.go │ ├── TaobaoFeedflowItemAdzoneListAPIRequest.go │ ├── TaobaoFeedflowItemAdzoneListAPIResponse.go │ ├── TaobaoFeedflowItemAdzoneListResultDto.go │ ├── TaobaoFeedflowItemAdzoneRptdailylistAPIRequest.go │ ├── TaobaoFeedflowItemAdzoneRptdailylistAPIResponse.go │ ├── TaobaoFeedflowItemAdzoneRptdailylistResultDto.go │ ├── TaobaoFeedflowItemAdzoneRpthourlistAPIRequest.go │ ├── TaobaoFeedflowItemAdzoneRpthourlistAPIResponse.go │ ├── TaobaoFeedflowItemAdzoneRpthourlistResultDto.go │ ├── TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest.go │ ├── TaobaoFeedflowItemAlgoCrowdSuggestAPIResponse.go │ ├── TaobaoFeedflowItemAlgoCrowdSuggestResultDto.go │ ├── TaobaoFeedflowItemCampaignAddAPIRequest.go │ ├── TaobaoFeedflowItemCampaignAddAPIResponse.go │ ├── TaobaoFeedflowItemCampaignAddResultDto.go │ ├── TaobaoFeedflowItemCampaignDaybudgetAPIRequest.go │ ├── TaobaoFeedflowItemCampaignDaybudgetAPIResponse.go │ ├── TaobaoFeedflowItemCampaignDaybudgetResultDto.go │ ├── TaobaoFeedflowItemCampaignDeleteAPIRequest.go │ ├── TaobaoFeedflowItemCampaignDeleteAPIResponse.go │ ├── TaobaoFeedflowItemCampaignDeleteResultDto.go │ ├── TaobaoFeedflowItemCampaignGetAPIRequest.go │ ├── TaobaoFeedflowItemCampaignGetAPIResponse.go │ ├── TaobaoFeedflowItemCampaignGetResultDto.go │ ├── TaobaoFeedflowItemCampaignModifyAPIRequest.go │ ├── TaobaoFeedflowItemCampaignModifyAPIResponse.go │ ├── TaobaoFeedflowItemCampaignModifyResultDto.go │ ├── TaobaoFeedflowItemCampaignPageAPIRequest.go │ ├── TaobaoFeedflowItemCampaignPageAPIResponse.go │ ├── TaobaoFeedflowItemCampaignPageResultDto.go │ ├── TaobaoFeedflowItemCampaignRptdailylistAPIRequest.go │ ├── TaobaoFeedflowItemCampaignRptdailylistAPIResponse.go │ ├── TaobaoFeedflowItemCampaignRptdailylistResultDto.go │ ├── TaobaoFeedflowItemCampaignRpthourlistAPIRequest.go │ ├── TaobaoFeedflowItemCampaignRpthourlistAPIResponse.go │ ├── TaobaoFeedflowItemCampaignRpthourlistResultDto.go │ ├── TaobaoFeedflowItemCreativeDeleteAPIRequest.go │ ├── TaobaoFeedflowItemCreativeDeleteAPIResponse.go │ ├── TaobaoFeedflowItemCreativeDeleteResultDto.go │ ├── TaobaoFeedflowItemCreativeRptdailylistAPIRequest.go │ ├── TaobaoFeedflowItemCreativeRptdailylistAPIResponse.go │ ├── TaobaoFeedflowItemCreativeRptdailylistResultDto.go │ ├── TaobaoFeedflowItemCreativeRpthourlistAPIRequest.go │ ├── TaobaoFeedflowItemCreativeRpthourlistAPIResponse.go │ ├── TaobaoFeedflowItemCreativeRpthourlistResultDto.go │ ├── TaobaoFeedflowItemCrowdAddAPIRequest.go │ ├── TaobaoFeedflowItemCrowdAddAPIResponse.go │ ├── TaobaoFeedflowItemCrowdAddResultDto.go │ ├── TaobaoFeedflowItemCrowdDeleteAPIRequest.go │ ├── TaobaoFeedflowItemCrowdDeleteAPIResponse.go │ ├── TaobaoFeedflowItemCrowdDeleteResultDto.go │ ├── TaobaoFeedflowItemCrowdModifyAPIRequest.go │ ├── TaobaoFeedflowItemCrowdModifyAPIResponse.go │ ├── TaobaoFeedflowItemCrowdModifyResultDto.go │ ├── TaobaoFeedflowItemCrowdModifybindAPIRequest.go │ ├── TaobaoFeedflowItemCrowdModifybindAPIResponse.go │ ├── TaobaoFeedflowItemCrowdModifybindResultDto.go │ ├── TaobaoFeedflowItemCrowdPageAPIRequest.go │ ├── TaobaoFeedflowItemCrowdPageAPIResponse.go │ ├── TaobaoFeedflowItemCrowdPageResultDto.go │ ├── TaobaoFeedflowItemCrowdRptdailylistAPIRequest.go │ ├── TaobaoFeedflowItemCrowdRptdailylistAPIResponse.go │ ├── TaobaoFeedflowItemCrowdRptdailylistResultDto.go │ ├── TaobaoFeedflowItemCrowdRpthourlistAPIRequest.go │ ├── TaobaoFeedflowItemCrowdRpthourlistAPIResponse.go │ ├── TaobaoFeedflowItemCrowdRpthourlistResultDto.go │ ├── TaobaoFeedflowItemItemPageAPIRequest.go │ ├── TaobaoFeedflowItemItemPageAPIResponse.go │ ├── TaobaoFeedflowItemItemPageResultDto.go │ ├── TaobaoFeedflowItemOptionPageAPIRequest.go │ ├── TaobaoFeedflowItemOptionPageAPIResponse.go │ ├── TaobaoFeedflowItemOptionPageResultDto.go │ ├── TaobaoFeedflowItemTargetValidlistAPIRequest.go │ ├── TaobaoFeedflowItemTargetValidlistAPIResponse.go │ ├── TaobaoFeedflowItemTargetValidlistResultDto.go │ ├── TargetDto.go │ ├── TimeSpanDto.go │ └── doc.go ├── fenxiao │ ├── AddCnskuOption.go │ ├── AlibabaAscpCnskuAddAPIRequest.go │ ├── AlibabaAscpCnskuAddAPIResponse.go │ ├── AlibabaAscpCnskuMappingDeleteAPIRequest.go │ ├── AlibabaAscpCnskuMappingDeleteAPIResponse.go │ ├── AlibabaAscpCnskuModifyAPIRequest.go │ ├── AlibabaAscpCnskuModifyAPIResponse.go │ ├── AlibabaAscpCnskuSearchAPIRequest.go │ ├── AlibabaAscpCnskuSearchAPIResponse.go │ ├── AlibabaAscpCnskuUpdateAPIRequest.go │ ├── AlibabaAscpCnskuUpdateAPIResponse.go │ ├── AlibabaFenxiaoCbutotaobaoRelationAddAPIRequest.go │ ├── AlibabaFenxiaoCbutotaobaoRelationAddAPIResponse.go │ ├── BaseResult.go │ ├── BuyerRefund.go │ ├── CnskuDto.go │ ├── CnskuExtendDto.go │ ├── CnskuFeatureDto.go │ ├── CnskuRelationDto.go │ ├── CnskuRelationOperateOption.go │ ├── CnskuResult.go │ ├── CnskuSnSampleDto.go │ ├── CnskuSnSampleRuleDto.go │ ├── CnskuSuiteGoodsRelationDto.go │ ├── Cooperation.go │ ├── DealerOrder.go │ ├── DealerOrderDetail.go │ ├── Discount.go │ ├── DiscountDetail.go │ ├── Distributor.go │ ├── DpBuyerDetail.go │ ├── ErpLogisticsInfo.go │ ├── Feature.go │ ├── FeatureDo.go │ ├── FenxiaoGrade.go │ ├── FenxiaoItemRecord.go │ ├── FenxiaoProduct.go │ ├── FenxiaoSku.go │ ├── GradeDiscount.go │ ├── InventoryInfoDetailDto.go │ ├── InventoryQueryForStoreRequest.go │ ├── InventoryQueryResult.go │ ├── InventorySubDetailDto.go │ ├── InventorySum.go │ ├── LoginUser.go │ ├── Null.go │ ├── OrderList.go │ ├── OrderMessages.go │ ├── PaginationResult.go │ ├── PduList.go │ ├── ProductCat.go │ ├── ProductImageList.go │ ├── ProductSkuDo.go │ ├── PurchaseOrder.go │ ├── QueryPagination.go │ ├── Receiver.go │ ├── RefundDetail.go │ ├── RefundDetailList.go │ ├── RefundItem.go │ ├── RefundLogistics.go │ ├── RegionalPriceDto.go │ ├── Requisition.go │ ├── ResultDto.go │ ├── ScItem.go │ ├── ScItemMap.go │ ├── ScItemSearchDto.go │ ├── SkuList.go │ ├── Store.go │ ├── SubOrderDetail.go │ ├── SubOrderList.go │ ├── TaobaoFenxiaoCooperationGetAPIRequest.go │ ├── TaobaoFenxiaoCooperationGetAPIResponse.go │ ├── TaobaoFenxiaoDealerRequisitionorderAgreeAPIRequest.go │ ├── TaobaoFenxiaoDealerRequisitionorderAgreeAPIResponse.go │ ├── TaobaoFenxiaoDealerRequisitionorderCloseAPIRequest.go │ ├── TaobaoFenxiaoDealerRequisitionorderCloseAPIResponse.go │ ├── TaobaoFenxiaoDealerRequisitionorderCreateAPIRequest.go │ ├── TaobaoFenxiaoDealerRequisitionorderCreateAPIResponse.go │ ├── TaobaoFenxiaoDealerRequisitionorderGetAPIRequest.go │ ├── TaobaoFenxiaoDealerRequisitionorderGetAPIResponse.go │ ├── TaobaoFenxiaoDealerRequisitionorderQueryAPIRequest.go │ ├── TaobaoFenxiaoDealerRequisitionorderQueryAPIResponse.go │ ├── TaobaoFenxiaoDealerRequisitionorderRemarkUpdateAPIRequest.go │ ├── TaobaoFenxiaoDealerRequisitionorderRemarkUpdateAPIResponse.go │ ├── TaobaoFenxiaoDiscountsGetAPIRequest.go │ ├── TaobaoFenxiaoDiscountsGetAPIResponse.go │ ├── TaobaoFenxiaoDistributorItemsGetAPIRequest.go │ ├── TaobaoFenxiaoDistributorItemsGetAPIResponse.go │ ├── TaobaoFenxiaoDistributorProductQuantityGetAPIRequest.go │ ├── TaobaoFenxiaoDistributorProductQuantityGetAPIResponse.go │ ├── TaobaoFenxiaoDistributorProductsGetAPIRequest.go │ ├── TaobaoFenxiaoDistributorProductsGetAPIResponse.go │ ├── TaobaoFenxiaoDistributorsGetAPIRequest.go │ ├── TaobaoFenxiaoDistributorsGetAPIResponse.go │ ├── TaobaoFenxiaoGradesGetAPIRequest.go │ ├── TaobaoFenxiaoGradesGetAPIResponse.go │ ├── TaobaoFenxiaoLoginUserGetAPIRequest.go │ ├── TaobaoFenxiaoLoginUserGetAPIResponse.go │ ├── TaobaoFenxiaoOrderConfirmPaidAPIRequest.go │ ├── TaobaoFenxiaoOrderConfirmPaidAPIResponse.go │ ├── TaobaoFenxiaoOrderRemarkUpdateAPIRequest.go │ ├── TaobaoFenxiaoOrderRemarkUpdateAPIResponse.go │ ├── TaobaoFenxiaoOrdersGetAPIRequest.go │ ├── TaobaoFenxiaoOrdersGetAPIResponse.go │ ├── TaobaoFenxiaoProductAddAPIRequest.go │ ├── TaobaoFenxiaoProductAddAPIResponse.go │ ├── TaobaoFenxiaoProductGradepriceGetAPIRequest.go │ ├── TaobaoFenxiaoProductGradepriceGetAPIResponse.go │ ├── TaobaoFenxiaoProductGradepriceUpdateAPIRequest.go │ ├── TaobaoFenxiaoProductGradepriceUpdateAPIResponse.go │ ├── TaobaoFenxiaoProductImageDeleteAPIRequest.go │ ├── TaobaoFenxiaoProductImageDeleteAPIResponse.go │ ├── TaobaoFenxiaoProductImageUploadAPIRequest.go │ ├── TaobaoFenxiaoProductImageUploadAPIResponse.go │ ├── TaobaoFenxiaoProductImportFromAuctionAPIRequest.go │ ├── TaobaoFenxiaoProductImportFromAuctionAPIResponse.go │ ├── TaobaoFenxiaoProductMapAddAPIRequest.go │ ├── TaobaoFenxiaoProductMapAddAPIResponse.go │ ├── TaobaoFenxiaoProductQuantityUpdateAPIRequest.go │ ├── TaobaoFenxiaoProductQuantityUpdateAPIResponse.go │ ├── TaobaoFenxiaoProductSkuAddAPIRequest.go │ ├── TaobaoFenxiaoProductSkuAddAPIResponse.go │ ├── TaobaoFenxiaoProductSkuDeleteAPIRequest.go │ ├── TaobaoFenxiaoProductSkuDeleteAPIResponse.go │ ├── TaobaoFenxiaoProductSkuUpdateAPIRequest.go │ ├── TaobaoFenxiaoProductSkuUpdateAPIResponse.go │ ├── TaobaoFenxiaoProductSkusGetAPIRequest.go │ ├── TaobaoFenxiaoProductSkusGetAPIResponse.go │ ├── TaobaoFenxiaoProductToChannelImportAPIRequest.go │ ├── TaobaoFenxiaoProductToChannelImportAPIResponse.go │ ├── TaobaoFenxiaoProductUpdateAPIRequest.go │ ├── TaobaoFenxiaoProductUpdateAPIResponse.go │ ├── TaobaoFenxiaoProductcatAddAPIRequest.go │ ├── TaobaoFenxiaoProductcatAddAPIResponse.go │ ├── TaobaoFenxiaoProductcatDeleteAPIRequest.go │ ├── TaobaoFenxiaoProductcatDeleteAPIResponse.go │ ├── TaobaoFenxiaoProductcatUpdateAPIRequest.go │ ├── TaobaoFenxiaoProductcatUpdateAPIResponse.go │ ├── TaobaoFenxiaoProductcatsGetAPIRequest.go │ ├── TaobaoFenxiaoProductcatsGetAPIResponse.go │ ├── TaobaoFenxiaoProductsGetAPIRequest.go │ ├── TaobaoFenxiaoProductsGetAPIResponse.go │ ├── TaobaoFenxiaoRefundGetAPIRequest.go │ ├── TaobaoFenxiaoRefundGetAPIResponse.go │ ├── TaobaoFenxiaoRefundQueryAPIRequest.go │ ├── TaobaoFenxiaoRefundQueryAPIResponse.go │ ├── TaobaoFenxiaoRequisitionsGetAPIRequest.go │ ├── TaobaoFenxiaoRequisitionsGetAPIResponse.go │ ├── TaobaoFenxiaoTradePrepayOfflineAddAPIRequest.go │ ├── TaobaoFenxiaoTradePrepayOfflineAddAPIResponse.go │ ├── TaobaoFenxiaoTradePrepayOfflineAddResultTopDo.go │ ├── TaobaoFenxiaoTradePrepayOfflineReduceAPIRequest.go │ ├── TaobaoFenxiaoTradePrepayOfflineReduceAPIResponse.go │ ├── TaobaoFenxiaoTradePrepayOfflineReduceResultTopDo.go │ ├── TaobaoFenxiaoYphOrderGetAPIRequest.go │ ├── TaobaoFenxiaoYphOrderGetAPIResponse.go │ ├── TaobaoFenxiaoYphOrdersGetAPIRequest.go │ ├── TaobaoFenxiaoYphOrdersGetAPIResponse.go │ ├── TaobaoFenxiaoYphRefundGetAPIRequest.go │ ├── TaobaoFenxiaoYphRefundGetAPIResponse.go │ ├── TaobaoFenxiaoYphRefundsGetAPIRequest.go │ ├── TaobaoFenxiaoYphRefundsGetAPIResponse.go │ ├── TaobaoInventoryAdjustExternalAPIRequest.go │ ├── TaobaoInventoryAdjustExternalAPIResponse.go │ ├── TaobaoInventoryAdjustTradeAPIRequest.go │ ├── TaobaoInventoryAdjustTradeAPIResponse.go │ ├── TaobaoInventoryInitialAPIRequest.go │ ├── TaobaoInventoryInitialAPIResponse.go │ ├── TaobaoInventoryInitialItemAPIRequest.go │ ├── TaobaoInventoryInitialItemAPIResponse.go │ ├── TaobaoInventoryQueryAPIRequest.go │ ├── TaobaoInventoryQueryAPIResponse.go │ ├── TaobaoInventoryStoreManageAPIRequest.go │ ├── TaobaoInventoryStoreManageAPIResponse.go │ ├── TaobaoInventoryStoreQueryAPIRequest.go │ ├── TaobaoInventoryStoreQueryAPIResponse.go │ ├── TaobaoInventoryWarehouseManageAPIRequest.go │ ├── TaobaoInventoryWarehouseManageAPIResponse.go │ ├── TaobaoInventoryWarehouseManageResult.go │ ├── TaobaoInventoryWarehouseQueryAPIRequest.go │ ├── TaobaoInventoryWarehouseQueryAPIResponse.go │ ├── TaobaoKaolaScitemAddAPIRequest.go │ ├── TaobaoKaolaScitemAddAPIResponse.go │ ├── TaobaoRegionPriceCancleAPIRequest.go │ ├── TaobaoRegionPriceCancleAPIResponse.go │ ├── TaobaoRegionPriceManageAPIRequest.go │ ├── TaobaoRegionPriceManageAPIResponse.go │ ├── TaobaoRegionPriceQueryAPIRequest.go │ ├── TaobaoRegionPriceQueryAPIResponse.go │ ├── TaobaoRegionSaleQueryAPIRequest.go │ ├── TaobaoRegionSaleQueryAPIResponse.go │ ├── TaobaoRegionWarehouseManageAPIRequest.go │ ├── TaobaoRegionWarehouseManageAPIResponse.go │ ├── TaobaoRegionWarehouseQueryAPIRequest.go │ ├── TaobaoRegionWarehouseQueryAPIResponse.go │ ├── TaobaoScitemAddAPIRequest.go │ ├── TaobaoScitemAddAPIResponse.go │ ├── TaobaoScitemGetAPIRequest.go │ ├── TaobaoScitemGetAPIResponse.go │ ├── TaobaoScitemMapAddAPIRequest.go │ ├── TaobaoScitemMapAddAPIResponse.go │ ├── TaobaoScitemMapDeleteAPIRequest.go │ ├── TaobaoScitemMapDeleteAPIResponse.go │ ├── TaobaoScitemMapQueryAPIRequest.go │ ├── TaobaoScitemMapQueryAPIResponse.go │ ├── TaobaoScitemOutercodeGetAPIRequest.go │ ├── TaobaoScitemOutercodeGetAPIResponse.go │ ├── TaobaoScitemQueryAPIRequest.go │ ├── TaobaoScitemQueryAPIResponse.go │ ├── TaobaoScitemUpdateAPIRequest.go │ ├── TaobaoScitemUpdateAPIResponse.go │ ├── TipInfo.go │ ├── TmallChannelProductsGetAPIRequest.go │ ├── TmallChannelProductsGetAPIResponse.go │ ├── TmallInventoryQueryForstoreAPIRequest.go │ ├── TmallInventoryQueryForstoreAPIResponse.go │ ├── TmallSupplychainChannelProductDownshelfAPIRequest.go │ ├── TmallSupplychainChannelProductDownshelfAPIResponse.go │ ├── TmallSupplychainChannelProductDownshelfResultDto.go │ ├── TmallSupplychainChannelProductPriceGetAPIRequest.go │ ├── TmallSupplychainChannelProductPriceGetAPIResponse.go │ ├── TmallSupplychainChannelProductPriceGetResultDto.go │ ├── TmallSupplychainChannelProductPriceUpdateAPIRequest.go │ ├── TmallSupplychainChannelProductPriceUpdateAPIResponse.go │ ├── TmallSupplychainChannelProductQuantityGetAPIRequest.go │ ├── TmallSupplychainChannelProductQuantityGetAPIResponse.go │ ├── TmallSupplychainChannelProductQuantityGetResultDto.go │ ├── TmallSupplychainChannelProductQuantityUpdateAPIRequest.go │ ├── TmallSupplychainChannelProductQuantityUpdateAPIResponse.go │ ├── TmallSupplychainChannelProductQuantityUpdateResultDto.go │ ├── TmallSupplychainChannelProductReleaseAPIRequest.go │ ├── TmallSupplychainChannelProductReleaseAPIResponse.go │ ├── TmallSupplychainChannelProductReleaseResultDto.go │ ├── TmallSupplychainChannelProductReleaseStatusGetAPIRequest.go │ ├── TmallSupplychainChannelProductReleaseStatusGetAPIResponse.go │ ├── TmallSupplychainChannelProductReleaseStatusGetResultDto.go │ ├── TmallSupplychainChannelProductUpshelfAPIRequest.go │ ├── TmallSupplychainChannelProductUpshelfAPIResponse.go │ ├── TmallSupplychainChannelProductUpshelfResultDto.go │ ├── TopDpOrderDo.go │ ├── TopDpRefundDetailDo.go │ ├── TopMemoAttachment.go │ ├── TopMemoDto.go │ ├── TopOfflineAddPrepayDto.go │ ├── TopOfflineReducePrepayDto.go │ ├── TopProductDo.go │ ├── TopProductPriceResult.go │ ├── TopProductQuantityResult.go │ ├── TopProductStatusResult.go │ ├── TopQueryProductDo.go │ ├── TopReceiverDo.go │ ├── UpdateCnskuOption.go │ ├── WareHouseDto.go │ └── doc.go ├── film │ ├── FCodeMerchantSendCodeRp.go │ ├── FCodeMerchantSendCodeRq.go │ ├── FCodeMerchantVo.go │ ├── LotteryPerformanceResult.go │ ├── LotteryPerformanceRewardDto.go │ ├── LotteryPerformanceTopParam.go │ ├── ResultGeneralModel.go │ ├── ResultListModel.go │ ├── TaobaoFilmAccountPhoneQueryAPIRequest.go │ ├── TaobaoFilmAccountPhoneQueryAPIResponse.go │ ├── TaobaoFilmAccountPhoneQueryModel.go │ ├── TaobaoFilmDataThirdPartyRefundOrderAPIRequest.go │ ├── TaobaoFilmDataThirdPartyRefundOrderAPIResponse.go │ ├── TaobaoFilmLotteryPerformanceAPIRequest.go │ ├── TaobaoFilmLotteryPerformanceAPIResponse.go │ ├── TaobaoFilmLotterySendcodeAPIRequest.go │ ├── TaobaoFilmLotterySendcodeAPIResponse.go │ ├── TaobaoFilmTfbackyardCardscheduleUpdateAPIRequest.go │ ├── TaobaoFilmTfbackyardCardscheduleUpdateAPIResponse.go │ ├── TopRefundOrderStatus.go │ └── doc.go ├── filmtfavatar │ ├── ReturnValue.go │ ├── TaobaoFilmTfavatarBillSalePaymentQueryAPIRequest.go │ ├── TaobaoFilmTfavatarBillSalePaymentQueryAPIResponse.go │ ├── TaobaoFilmTfavatarBillSalePaymentQueryResult.go │ ├── TaobaoFilmTfavatarBillSalePaymentQueryViiAPIRequest.go │ ├── TaobaoFilmTfavatarBillSalePaymentQueryViiAPIResponse.go │ ├── TaobaoFilmTfavatarBillSalePaymentQueryViiResult.go │ ├── TaobaoFilmTfavatarBillSalePrintQueryAPIRequest.go │ ├── TaobaoFilmTfavatarBillSalePrintQueryAPIResponse.go │ ├── TaobaoFilmTfavatarBillSalePrintQueryResult.go │ ├── TaobaoFilmTfavatarBillSaleRefundQueryAPIRequest.go │ ├── TaobaoFilmTfavatarBillSaleRefundQueryAPIResponse.go │ ├── TaobaoFilmTfavatarBillSaleRefundQueryResult.go │ ├── TaobaoFilmTfavatarBillSaleRefundQueryViiAPIRequest.go │ ├── TaobaoFilmTfavatarBillSaleRefundQueryViiAPIResponse.go │ ├── TaobaoFilmTfavatarBillSaleRefundQueryViiResult.go │ ├── TaobaoFilmTfavatarBillTicketPaymentQueryAPIRequest.go │ ├── TaobaoFilmTfavatarBillTicketPaymentQueryAPIResponse.go │ ├── TaobaoFilmTfavatarBillTicketPaymentQueryResult.go │ ├── TaobaoFilmTfavatarBillTicketRefundQueryAPIRequest.go │ ├── TaobaoFilmTfavatarBillTicketRefundQueryAPIResponse.go │ ├── TaobaoFilmTfavatarBillTicketRefundQueryResult.go │ └── doc.go ├── fivee │ ├── BatchProduct.go │ ├── Company.go │ ├── ImportProduct.go │ ├── InnerProduct.go │ ├── Licence.go │ ├── SanitationCertificate.go │ ├── TaobaoFiveeCompanyGetAPIRequest.go │ ├── TaobaoFiveeCompanyGetAPIResponse.go │ ├── TaobaoFiveeCompanyGetResult.go │ ├── TaobaoFiveeCompanyUploadAPIRequest.go │ ├── TaobaoFiveeCompanyUploadAPIResponse.go │ ├── TaobaoFiveeImportproductGetAPIRequest.go │ ├── TaobaoFiveeImportproductGetAPIResponse.go │ ├── TaobaoFiveeImportproductGetResult.go │ ├── TaobaoFiveeImportproductPublishAPIRequest.go │ ├── TaobaoFiveeImportproductPublishAPIResponse.go │ ├── TaobaoFiveeInnerproductGetAPIRequest.go │ ├── TaobaoFiveeInnerproductGetAPIResponse.go │ ├── TaobaoFiveeInnerproductGetResult.go │ ├── TaobaoFiveeInnerproductPublishAPIRequest.go │ ├── TaobaoFiveeInnerproductPublishAPIResponse.go │ └── doc.go ├── flight │ ├── AfterChangeSegments.go │ ├── AlitripAgentCoordinateDetailAPIRequest.go │ ├── AlitripAgentCoordinateDetailAPIResponse.go │ ├── AlitripAgentCoordinateGobackAPIRequest.go │ ├── AlitripAgentCoordinateGobackAPIResponse.go │ ├── AlitripAgentCoordinateHandleAPIRequest.go │ ├── AlitripAgentCoordinateHandleAPIResponse.go │ ├── AlitripAgentCoordinateHandleResult.go │ ├── AlitripAgentCoordinateListAPIRequest.go │ ├── AlitripAgentCoordinateListAPIResponse.go │ ├── AlitripAgentCoordinateListT.go │ ├── AlitripAgentCoordinateProcessAPIRequest.go │ ├── AlitripAgentCoordinateProcessAPIResponse.go │ ├── AlitripAgentCoordinateProcessResult.go │ ├── AlitripAgentCoordinateProcessingAPIRequest.go │ ├── AlitripAgentCoordinateProcessingAPIResponse.go │ ├── AlitripAgentCoordinateProcessingResult.go │ ├── AlitripAgentCoordinateRejectAPIRequest.go │ ├── AlitripAgentCoordinateRejectAPIResponse.go │ ├── AlitripAgentCoordinateRejectResult.go │ ├── AlitripAgentCoordinateUploadAPIRequest.go │ ├── AlitripAgentCoordinateUploadAPIResponse.go │ ├── AlitripAgentCoordinateUploadResult.go │ ├── AlitripAgentFlightIntentionConfirmAPIRequest.go │ ├── AlitripAgentFlightIntentionConfirmAPIResponse.go │ ├── AlitripAgentFlightIntentionListAPIRequest.go │ ├── AlitripAgentFlightIntentionListAPIResponse.go │ ├── AlitripAgentFlightIntentionListT.go │ ├── AlitripAgentFlightSellModifyApproveAPIRequest.go │ ├── AlitripAgentFlightSellModifyApproveAPIResponse.go │ ├── AlitripAgentFlightSellModifyApproveResultDto.go │ ├── AlitripAgentFlightSellModifyBackfillAPIRequest.go │ ├── AlitripAgentFlightSellModifyBackfillAPIResponse.go │ ├── AlitripAgentFlightSellModifyBackfillResultDto.go │ ├── AlitripAgentFlightSellModifyDetailAPIRequest.go │ ├── AlitripAgentFlightSellModifyDetailAPIResponse.go │ ├── AlitripAgentFlightSellModifyDetailResultDto.go │ ├── AlitripAgentFlightSellModifyListAPIRequest.go │ ├── AlitripAgentFlightSellModifyListAPIResponse.go │ ├── AlitripAgentFlightSellModifyListT.go │ ├── AlitripAgentFlightSellModifyRefuseAPIRequest.go │ ├── AlitripAgentFlightSellModifyRefuseAPIResponse.go │ ├── AlitripAgentFlightSellModifyRefuseResultDto.go │ ├── AlitripAgentFlightSellRefundApproveAPIRequest.go │ ├── AlitripAgentFlightSellRefundApproveAPIResponse.go │ ├── AlitripAgentFlightSellRefundApproveResultDto.go │ ├── AlitripAgentFlightSellRefundDetailAPIRequest.go │ ├── AlitripAgentFlightSellRefundDetailAPIResponse.go │ ├── AlitripAgentFlightSellRefundDetailResultDto.go │ ├── AlitripAgentFlightSellRefundListAPIRequest.go │ ├── AlitripAgentFlightSellRefundListAPIResponse.go │ ├── AlitripAgentFlightSellRefundListT.go │ ├── AlitripAgentFlightSellRefundRefuseAPIRequest.go │ ├── AlitripAgentFlightSellRefundRefuseAPIResponse.go │ ├── AlitripAgentFlightSellRefundRefuseResultDto.go │ ├── AlitripAgentFlightSellTicketingDetailAPIRequest.go │ ├── AlitripAgentFlightSellTicketingDetailAPIResponse.go │ ├── AlitripAgentFlightSellTicketingDetailResultDto.go │ ├── AlitripAgentFlightSellTicketingIssueAPIRequest.go │ ├── AlitripAgentFlightSellTicketingIssueAPIResponse.go │ ├── AlitripAgentFlightSellTicketingIssueResultDto.go │ ├── AlitripAgentFlightSellTicketingListAPIRequest.go │ ├── AlitripAgentFlightSellTicketingListAPIResponse.go │ ├── AlitripAgentFlightSellTicketingListT.go │ ├── AlitripPolicyDomfareCompareAPIRequest.go │ ├── AlitripPolicyDomfareCompareAPIResponse.go │ ├── AlitripPolicyDomfareCompareResult.go │ ├── AlitripPolicyDomfareFlowdataAPIRequest.go │ ├── AlitripPolicyDomfareFlowdataAPIResponse.go │ ├── AlitripPolicyDomfareFlowdataResult.go │ ├── AlitripPolicyNormalCompressionUploadAPIRequest.go │ ├── AlitripPolicyNormalCompressionUploadAPIResponse.go │ ├── AlitripPolicyNormalCompressionUploadResultDto.go │ ├── AlitripPolicyNormalUploadAPIRequest.go │ ├── AlitripPolicyNormalUploadAPIResponse.go │ ├── AlitripPolicyNormalUploadResult.go │ ├── AlitripPolicyNormalUploadResultDto.go │ ├── AlitripPolicyProcessAPIRequest.go │ ├── AlitripPolicyProcessAPIResponse.go │ ├── AlitripPolicyProcessResultDto.go │ ├── AlitripPolicyRuleCompressionUploadAPIRequest.go │ ├── AlitripPolicyRuleCompressionUploadAPIResponse.go │ ├── AlitripPolicyRuleCompressionUploadResultDto.go │ ├── AlitripPolicyRuleUploadAPIRequest.go │ ├── AlitripPolicyRuleUploadAPIResponse.go │ ├── AlitripPolicyRuleUploadResult.go │ ├── AlitripPolicyRuleUploadResultDto.go │ ├── AlitripPolicySpecialCompressionUploadAPIRequest.go │ ├── AlitripPolicySpecialCompressionUploadAPIResponse.go │ ├── AlitripPolicySpecialCompressionUploadResultDto.go │ ├── AlitripPolicySpecialUploadAPIRequest.go │ ├── AlitripPolicySpecialUploadAPIResponse.go │ ├── AlitripPolicySpecialUploadResult.go │ ├── AlitripPolicySpecialUploadResultDto.go │ ├── AlitripTripvpAgentOrderGetAPIRequest.go │ ├── AlitripTripvpAgentOrderGetAPIResponse.go │ ├── AlitripTripvpAgentOrderIssueAPIRequest.go │ ├── AlitripTripvpAgentOrderIssueAPIResponse.go │ ├── AuxProductItemApiBean.go │ ├── AuxProductVo.go │ ├── AuxRefundApiBean.go │ ├── BaggageApiBean.go │ ├── BaggageDto.go │ ├── BaggageItemDto.go │ ├── BaggageRuleDto.go │ ├── BaggageVo.go │ ├── BeforeChangeSegments.go │ ├── BookFlightVo.go │ ├── CabinInfoDto.go │ ├── CaseChangePassengerExtraInfoRequestDto.go │ ├── CaseExtraAddBabyRequestDto.go │ ├── CaseRepeatBackFillExtraInfoRequestDto.go │ ├── CaseResultDetailDto.go │ ├── ChangeList.go │ ├── CompareDomFareReponseDto.go │ ├── CompareDomFareRequestDto.go │ ├── CompareFlowDataQueryDto.go │ ├── CompareFlowDataReponseDto.go │ ├── ConfirmRequestDto.go │ ├── CoordinationDetailRequestDto.go │ ├── CoordinationListRequestDto.go │ ├── DatePairDto.go │ ├── DelAuxProductRq.go │ ├── DelAuxProductsRs.go │ ├── FlightChangeDataQueryOption.go │ ├── FlightDto.go │ ├── FlightInfoDto.go │ ├── FlightPriceDto.go │ ├── GoBackDto.go │ ├── HandleDto.go │ ├── IntentionListRequestDto.go │ ├── IssueList.go │ ├── IssueProOrderVo.go │ ├── ModifyApproveRequestDto.go │ ├── ModifyBackFillRequestDto.go │ ├── ModifyBeforeSegmentDto.go │ ├── ModifyDetailDto.go │ ├── ModifyItemDto.go │ ├── ModifyListRequestDto.go │ ├── ModifySegmentDto.go │ ├── OdInfoQueryDto.go │ ├── PageDto.go │ ├── PassengerAuxVo.go │ ├── PassengerBaseInfo.go │ ├── PassengerDto.go │ ├── PassengerInfosDto.go │ ├── PenaltyDto.go │ ├── PenaltyItemDto.go │ ├── PenaltyRuleDto.go │ ├── PolicyCreateRequestDto.go │ ├── PolicyCreateResponseDto.go │ ├── PolicyDto.go │ ├── PolicyQueryParamDto.go │ ├── PolicyResponseDto.go │ ├── PolicyTaskQueryDto.go │ ├── PriceComparisonDto.go │ ├── PriceDto.go │ ├── ProcessingDto.go │ ├── PushAuxProductsRq.go │ ├── RefundApproveRequestDto.go │ ├── RefundDetailDto.go │ ├── RefundList.go │ ├── RefundListRequestDto.go │ ├── RefundOrderFillConfirmFeeRq.go │ ├── RefundOrderFillConfirmFeeRs.go │ ├── RefundPassengerFeeParam.go │ ├── RefundSegments.go │ ├── RejectDto.go │ ├── ResultDto.go │ ├── SaleDto.go │ ├── SalesRuleApiBean.go │ ├── SeatApiBean.go │ ├── SeatVo.go │ ├── SegmentInfoDto.go │ ├── Segments.go │ ├── SellPolicyDto.go │ ├── ServiceApiBean.go │ ├── ShoppingPushRq.go │ ├── ShoppingPushRs.go │ ├── StockDto.go │ ├── TaobaoAlitripFlightchangeGetAPIRequest.go │ ├── TaobaoAlitripFlightchangeGetAPIResponse.go │ ├── TaobaoAlitripFlightchangeGetResultDo.go │ ├── TaobaoAlitripIeAgentRefundNewFillconfirmfeeAPIRequest.go │ ├── TaobaoAlitripIeAgentRefundNewFillconfirmfeeAPIResponse.go │ ├── TaobaoAlitripIeAgentShoppingPushAPIRequest.go │ ├── TaobaoAlitripIeAgentShoppingPushAPIResponse.go │ ├── TaobaoAlitripTotoroAuxproductDeleteAPIRequest.go │ ├── TaobaoAlitripTotoroAuxproductDeleteAPIResponse.go │ ├── TaobaoAlitripTotoroAuxproductPushAPIRequest.go │ ├── TaobaoAlitripTotoroAuxproductPushAPIResponse.go │ ├── TaobaoFliggyFlightAgentAuxproductDeleteAPIRequest.go │ ├── TaobaoFliggyFlightAgentAuxproductDeleteAPIResponse.go │ ├── TaobaoFliggyFlightAgentAuxproductPushAPIRequest.go │ ├── TaobaoFliggyFlightAgentAuxproductPushAPIResponse.go │ ├── Tax.go │ ├── Taxes.go │ ├── TicketingDetailDto.go │ ├── TicketingIssueRequestDto.go │ ├── TicketingListRequestDto.go │ ├── TicketingPsgItemDto.go │ ├── TotalCaseExtraInfoDto.go │ ├── UploadFileInfoDto.go │ ├── VirProOrderVo.go │ └── doc.go ├── flightuppc │ ├── AlipayCertSnDto.go │ ├── AlipayCheckSignReq.go │ ├── AlipayDecryptReq.go │ ├── AlipayEncryptReq.go │ ├── AlipayQueryCertSnReq.go │ ├── AlipaySignReq.go │ ├── AlitripFlightBasicDataCityQueryAllAPIRequest.go │ ├── AlitripFlightBasicDataCityQueryAllAPIResponse.go │ ├── AlitripFlightBasicDataCityQueryAllData.go │ ├── AlitripFlightExternalAlipayDecryptAPIRequest.go │ ├── AlitripFlightExternalAlipayDecryptAPIResponse.go │ ├── AlitripFlightExternalAlipayEncryptAPIRequest.go │ ├── AlitripFlightExternalAlipayEncryptAPIResponse.go │ ├── AlitripFlightExternalAlipaySignAPIRequest.go │ ├── AlitripFlightExternalAlipaySignAPIResponse.go │ ├── AlitripFlightExternalAlipaySnQueryAPIRequest.go │ ├── AlitripFlightExternalAlipaySnQueryAPIResponse.go │ ├── AlitripFlightExternalAlipayVerifyAPIRequest.go │ ├── AlitripFlightExternalAlipayVerifyAPIResponse.go │ ├── AlitripFlightFlightchangeOrderQueryAPIRequest.go │ ├── AlitripFlightFlightchangeOrderQueryAPIResponse.go │ ├── AlitripFlightInsuranceOrderApplyAPIRequest.go │ ├── AlitripFlightInsuranceOrderApplyAPIResponse.go │ ├── AlitripFlightInsuranceOrderModifyAPIRequest.go │ ├── AlitripFlightInsuranceOrderModifyAPIResponse.go │ ├── AlitripFlightInsuranceOrderRefundAPIRequest.go │ ├── AlitripFlightInsuranceOrderRefundAPIResponse.go │ ├── AlitripFlightInsuranceOrderSearchAPIRequest.go │ ├── AlitripFlightInsuranceOrderSearchAPIResponse.go │ ├── AlitripFlightInsuranceProductSearchAPIRequest.go │ ├── AlitripFlightInsuranceProductSearchAPIResponse.go │ ├── AlitripUppcMemberGainAPIRequest.go │ ├── AlitripUppcMemberGainAPIResponse.go │ ├── BaseResult.go │ ├── FlightChangeDto.go │ ├── FlightChangeOrderDto.go │ ├── InsApplyReq.go │ ├── InsOrderAirTicketSegmentDto.go │ ├── InsOrderOpenDetailDto.go │ ├── InsOrderOpenDto.go │ ├── InsOrderOpenPersonDto.go │ ├── InsOrderOpenSegmentDto.go │ ├── InsPersonAndAirSegmentDto.go │ ├── InsPersonDto.go │ ├── InsPersonParam.go │ ├── InsProductBaseParam.go │ ├── InsProductDto.go │ ├── InsProductResult.go │ ├── InsReverseOrderReq.go │ ├── QueryFlightChangeOrderReq.go │ ├── ResultDo.go │ └── doc.go ├── foodscan │ ├── AlibabaFootscanMiniQueryMobilereportAPIRequest.go │ ├── AlibabaFootscanMiniQueryMobilereportAPIResponse.go │ ├── AlibabaFootscanMiniQueryMobilereportData.go │ ├── AlibabaFootscanMiniQueryMobilereportMtopResult.go │ ├── AlibabaFootscanMiniReportFragmentFirstAPIRequest.go │ ├── AlibabaFootscanMiniReportFragmentFirstAPIResponse.go │ ├── AlibabaFootscanMiniReportFragmentFirstData.go │ ├── AlibabaFootscanMiniReportFragmentFirstMtopResult.go │ ├── AlibabaFootscanMiniReportFragmentSecondAPIRequest.go │ ├── AlibabaFootscanMiniReportFragmentSecondAPIResponse.go │ ├── AlibabaFootscanMiniReportFragmentSecondData.go │ ├── AlibabaFootscanMiniReportFragmentSecondMtopResult.go │ ├── FilePackageBasicReq.go │ ├── FilePackageRequest.go │ └── doc.go ├── fpm │ ├── AlibabaCfoIncomingInvoicePytImageUploadAPIRequest.go │ ├── AlibabaCfoIncomingInvoicePytImageUploadAPIResponse.go │ ├── AlibabaCfoIncomingInvoicePytInvoiceScanAPIRequest.go │ ├── AlibabaCfoIncomingInvoicePytInvoiceScanAPIResponse.go │ ├── AlibabaCfoIncomingInvoiceRegisterAPIRequest.go │ ├── AlibabaCfoIncomingInvoiceRegisterAPIResponse.go │ ├── AlibabaFpmFileUploadAPIRequest.go │ ├── AlibabaFpmFileUploadAPIResponse.go │ ├── AlibabaFpmFileUploadResultModel.go │ ├── AlibabaSpOpenPaymentRepayAPIRequest.go │ ├── AlibabaSpOpenPaymentRepayAPIResponse.go │ ├── AlibabaSpOpenPaymentSyncAPIRequest.go │ ├── AlibabaSpOpenPaymentSyncAPIResponse.go │ ├── FileUploadReponseDto.go │ ├── FileUploadRequestDto.go │ ├── ImageUploadRequest.go │ ├── InvoiceDetails.go │ ├── InvoiceMainExt.go │ ├── InvoiceRegisterRequest.go │ ├── InvoiceScanRequest.go │ ├── RegisterInvoiceDto.go │ ├── RegisterInvoiceLineDto.go │ ├── XforceInvoiceDto.go │ └── doc.go ├── fundplatform │ ├── AccountChargeResponse.go │ ├── AlibabaCfoIncomingInvoiceLedgerFullysyncAPIRequest.go │ ├── AlibabaCfoIncomingInvoiceLedgerFullysyncAPIResponse.go │ ├── AlibabaCfoIncomingInvoiceLedgerFullysyncResponse.go │ ├── AlibabaFundplatformAccountChargeAPIRequest.go │ ├── AlibabaFundplatformAccountChargeAPIResponse.go │ ├── AlibabaFundplatformAccountChargeNotifyAPIRequest.go │ ├── AlibabaFundplatformAccountChargeNotifyAPIResponse.go │ ├── AlibabaFundplatformAccountChargeNotifyStruct.go │ ├── AlibabaFundplatformAccountJourQueryInfoAPIRequest.go │ ├── AlibabaFundplatformAccountJourQueryInfoAPIResponse.go │ ├── AlibabaFundplatformAccountQueryInfoAPIRequest.go │ ├── AlibabaFundplatformAccountQueryInfoAPIResponse.go │ ├── AlibabaFundplatformCardTemplateNewAPIRequest.go │ ├── AlibabaFundplatformCardTemplateNewAPIResponse.go │ ├── AlibabaFundplatformCardorderCardActiveAPIRequest.go │ ├── AlibabaFundplatformCardorderCardActiveAPIResponse.go │ ├── AlibabaFundplatformCardorderFetchCardAsyncAPIRequest.go │ ├── AlibabaFundplatformCardorderFetchCardAsyncAPIResponse.go │ ├── AlibabaFundplatformCardorderMakeAPIRequest.go │ ├── AlibabaFundplatformCardorderMakeAPIResponse.go │ ├── AlibabaFundplatformCardorderMakeStruct.go │ ├── AlibabaFundplatformCardorderMakeSuccessAPIRequest.go │ ├── AlibabaFundplatformCardorderMakeSuccessAPIResponse.go │ ├── AlibabaFundplatformCardorderMakeSuccessStruct.go │ ├── AlibabaFundplatformCardorderReceiptAPIRequest.go │ ├── AlibabaFundplatformCardorderReceiptAPIResponse.go │ ├── AlibabaFundplatformCardorderStatusQueryAPIRequest.go │ ├── AlibabaFundplatformCardorderStatusQueryAPIResponse.go │ ├── AlibabaFundplatformCardorderStatusQueryStruct.go │ ├── AlibabaFundplatformCardordersInfoQueryAPIRequest.go │ ├── AlibabaFundplatformCardordersInfoQueryAPIResponse.go │ ├── AlibabaFundplatformCardordersInfoQueryByCardnoAPIRequest.go │ ├── AlibabaFundplatformCardordersInfoQueryByCardnoAPIResponse.go │ ├── AlibabaFundplatformCardordersStatusMakeFinishAPIRequest.go │ ├── AlibabaFundplatformCardordersStatusMakeFinishAPIResponse.go │ ├── AlibabaFundplatformCardordersStatusSendedAPIRequest.go │ ├── AlibabaFundplatformCardordersStatusSendedAPIResponse.go │ ├── AlibabaTaxInvoiceSyncLedgerAPIRequest.go │ ├── AlibabaTaxInvoiceSyncLedgerAPIResponse.go │ ├── CardActiveRequest.go │ ├── CardActiveResponse.go │ ├── CardFetchAsyncRequest.go │ ├── CardFetchAsyncResponse.go │ ├── CardFetchDetailDto.go │ ├── CardMakingInfoQueryRequest.go │ ├── CardMakingInfoQueryResponse.go │ ├── CardMakingInformResponse.go │ ├── ChargeRequest.go │ ├── FundAccountJournalDto.go │ ├── FundAccountJournalQueryReq.go │ ├── FundAccountJournalResponse.go │ ├── FundAccountResponse.go │ ├── InputInvoiceLineLedgerDto.go │ ├── PytLedgerInvoiceLineRequest.go │ ├── PytLedgerSyncRequest.go │ ├── ResultSupport.go │ ├── SyncLedgerInvoiceRequest.go │ └── doc.go ├── game │ ├── AppleCardCancelDto.go │ ├── AppleCardDto.go │ ├── AppleTopActivateNotifyDo.go │ ├── AppleTopNewSignNotifyDo.go │ ├── AppleTopOldSignNotifyDo.go │ ├── TaobaoAppleCardActiveApplyNotifyAPIRequest.go │ ├── TaobaoAppleCardActiveApplyNotifyAPIResponse.go │ ├── TaobaoAppleCardActiveCancelNotifyAPIRequest.go │ ├── TaobaoAppleCardActiveCancelNotifyAPIResponse.go │ ├── TaobaoAppleNewuserActivateNotifyAPIRequest.go │ ├── TaobaoAppleNewuserActivateNotifyAPIResponse.go │ ├── TaobaoAppleNewuserSignNotifyAPIRequest.go │ ├── TaobaoAppleNewuserSignNotifyAPIResponse.go │ ├── TaobaoAppleNewuserSignNotifyNewversionAPIRequest.go │ ├── TaobaoAppleNewuserSignNotifyNewversionAPIResponse.go │ ├── TaobaoAppleOlduserChargeNotifyAPIRequest.go │ ├── TaobaoAppleOlduserChargeNotifyAPIResponse.go │ └── doc.go ├── gameact │ ├── ActivityVo.go │ ├── AwardVo.go │ ├── TaobaoDeActivityDeliveryAddrConfirmAPIRequest.go │ ├── TaobaoDeActivityDeliveryAddrConfirmAPIResponse.go │ ├── TaobaoDeActivityInfoGetAPIRequest.go │ ├── TaobaoDeActivityInfoGetAPIResponse.go │ ├── TaobaoDeActivityLuckydrawAPIRequest.go │ ├── TaobaoDeActivityLuckydrawAPIResponse.go │ ├── TaobaoDeActivityMachineidGetAPIRequest.go │ ├── TaobaoDeActivityMachineidGetAPIResponse.go │ ├── UpdateDeliveryAddressVo.go │ └── doc.go ├── globalvirtual │ ├── AlibabaGlobalVirtualSendcodeAPIRequest.go │ ├── AlibabaGlobalVirtualSendcodeAPIResponse.go │ ├── AlibabaGlobalVirtualSendcodeResponse.go │ ├── ErrorCode.go │ ├── VirtualCertificateDo.go │ └── doc.go ├── guoguo │ ├── BackupOrderDo.go │ ├── CainiaoGuoguoBackupGraborderSubmitmailnoAPIRequest.go │ ├── CainiaoGuoguoBackupGraborderSubmitmailnoAPIResponse.go │ ├── CainiaoGuoguoBackupGraborderSubmitmailnoResult.go │ ├── CainiaoGuoguoBackupGraborderTakepackageAPIRequest.go │ ├── CainiaoGuoguoBackupGraborderTakepackageAPIResponse.go │ ├── CainiaoGuoguoBackupGraborderTakepackageResult.go │ ├── CainiaoGuoguoCpBackupAssigncourierAPIRequest.go │ ├── CainiaoGuoguoCpBackupAssigncourierAPIResponse.go │ ├── CainiaoGuoguoCpBackupAssigncourierbyidAPIRequest.go │ ├── CainiaoGuoguoCpBackupAssigncourierbyidAPIResponse.go │ ├── CainiaoGuoguoCpNborderfrontrUpdateuserAPIRequest.go │ ├── CainiaoGuoguoCpNborderfrontrUpdateuserAPIResponse.go │ └── doc.go ├── happytrip │ ├── AlibabaHappytripFreeloginGetusercontextAPIRequest.go │ ├── AlibabaHappytripFreeloginGetusercontextAPIResponse.go │ ├── AlibabaHappytripFreeloginGetusercontextResult.go │ ├── AlibabaHappytripOrderGetAPIRequest.go │ ├── AlibabaHappytripOrderGetAPIResponse.go │ ├── AlibabaHappytripTaxiDriverBlacklistAddAPIRequest.go │ ├── AlibabaHappytripTaxiDriverBlacklistAddAPIResponse.go │ ├── AlibabaHappytripTaxiDriverBlacklistRemoveAPIRequest.go │ ├── AlibabaHappytripTaxiDriverBlacklistRemoveAPIResponse.go │ ├── AlibabaHappytripTaxiDriverLocationGetAPIRequest.go │ ├── AlibabaHappytripTaxiDriverLocationGetAPIResponse.go │ ├── AlibabaHappytripTaxiDriverLocationGetStruct.go │ ├── AlibabaHappytripTaxiIdGetAPIRequest.go │ ├── AlibabaHappytripTaxiIdGetAPIResponse.go │ ├── AlibabaHappytripTaxiOrderAssignAPIRequest.go │ ├── AlibabaHappytripTaxiOrderAssignAPIResponse.go │ ├── AlibabaHappytripTaxiOrderCancelAPIRequest.go │ ├── AlibabaHappytripTaxiOrderCancelAPIResponse.go │ ├── AlibabaHappytripTaxiOrderComplainAPIRequest.go │ ├── AlibabaHappytripTaxiOrderComplainAPIResponse.go │ ├── AlibabaHappytripTaxiOrderComplainStruct.go │ ├── AlibabaHappytripTaxiOrderComplaintGetAPIRequest.go │ ├── AlibabaHappytripTaxiOrderComplaintGetAPIResponse.go │ ├── AlibabaHappytripTaxiOrderComplaintGetStruct.go │ ├── AlibabaHappytripTaxiOrderConfirmAPIRequest.go │ ├── AlibabaHappytripTaxiOrderConfirmAPIResponse.go │ ├── AlibabaHappytripTaxiOrderCreateAPIRequest.go │ ├── AlibabaHappytripTaxiOrderCreateAPIResponse.go │ ├── AlibabaHappytripTaxiOrderDestinationModifyAPIRequest.go │ ├── AlibabaHappytripTaxiOrderDestinationModifyAPIResponse.go │ ├── AlibabaHappytripTaxiOrderGetAPIRequest.go │ ├── AlibabaHappytripTaxiOrderGetAPIResponse.go │ ├── AlibabaHappytripTaxiOrderNotifyAPIRequest.go │ ├── AlibabaHappytripTaxiOrderNotifyAPIResponse.go │ ├── AlibabaHappytripTaxiOrderScoreAPIRequest.go │ ├── AlibabaHappytripTaxiOrderScoreAPIResponse.go │ ├── AlibabaHappytripTaxiPriceGetAPIRequest.go │ ├── AlibabaHappytripTaxiPriceGetAPIResponse.go │ ├── AlibabaHappytripTaxiProviderAccountBalanceAPIRequest.go │ ├── AlibabaHappytripTaxiProviderAccountBalanceAPIResponse.go │ ├── AlibabaHappytripTaxiProviderAccountBalanceData.go │ ├── AlibabaHappytripTaxiServicestatusGetAPIRequest.go │ ├── AlibabaHappytripTaxiServicestatusGetAPIResponse.go │ ├── AlibabaHappytripTravelSyncAPIRequest.go │ ├── AlibabaHappytripTravelSyncAPIResponse.go │ ├── AlibabaHtcouponFuluPhonechargeCallbackAPIRequest.go │ ├── AlibabaHtcouponFuluPhonechargeCallbackAPIResponse.go │ ├── AlibabaHtorderHotelSyncBookingAPIRequest.go │ ├── AlibabaHtorderHotelSyncBookingAPIResponse.go │ ├── AlibabaHtorderHotelSyncBookingResultDto.go │ ├── AlibabaHtorderHotelSyncConfigAPIRequest.go │ ├── AlibabaHtorderHotelSyncConfigAPIResponse.go │ ├── CarpoolInfo.go │ ├── CityServiceStatus.go │ ├── ContactDto.go │ ├── CostDetailInfo.go │ ├── CostInfo.go │ ├── GetIdResult.go │ ├── HotelBookDto.go │ ├── HotelMessageConfigDto.go │ ├── HotelMessageSendSegment.go │ ├── LineInfo.go │ ├── Managers.go │ ├── OrderCancelResult.go │ ├── OrderConfirmResult.go │ ├── OrderCreateResult.go │ ├── OrderDto.go │ ├── OrderExtendsDto.go │ ├── OrderGetResult.go │ ├── OrderInfo.go │ ├── PassengerOrderInfo.go │ ├── PeerStaff.go │ ├── PriceInfo.go │ ├── PriceModel.go │ ├── ReassignInfo.go │ ├── ResourceHotelDto.go │ ├── ResourceMainDto.go │ ├── ServiceStatusModel.go │ ├── SsoParamDto.go │ ├── SyncHotelBookingDataRequestDto.go │ ├── SyncHotelBookingDataResponseDto.go │ ├── TouristDto.go │ ├── TravelHeadDto.go │ ├── TravelLineDto.go │ └── doc.go ├── healthnr │ ├── AlibabaHealthNrLogisticsQueryAPIRequest.go │ ├── AlibabaHealthNrLogisticsQueryAPIResponse.go │ ├── LogisticsDetail.go │ ├── ResponseResult.go │ └── doc.go ├── homeai │ ├── BoundingBoxDto.go │ ├── FeatureWallDto.go │ ├── FeatureWallSuggestionDto.go │ ├── TaobaoHomeaiAlgPredictAPIRequest.go │ ├── TaobaoHomeaiAlgPredictAPIResponse.go │ ├── TaobaoHomeaiAlgPredictResult.go │ └── doc.go ├── hotel │ ├── AlitripHotelRateGetmixratelistGetAPIRequest.go │ ├── AlitripHotelRateGetmixratelistGetAPIResponse.go │ ├── AlitripHotelRateGetmixratelistGetResult.go │ ├── Attributes.go │ ├── BedInfoGroupVo.go │ ├── BedInfoVo.go │ ├── Bizextmap.go │ ├── CheckInCheckOutPrice.go │ ├── GetMixRateListParam.go │ ├── GetMixRateListResult.go │ ├── Headers.go │ ├── HotelDivision.go │ ├── HotelInfoParam.go │ ├── HotelPrice.go │ ├── HotelPriceParam.go │ ├── HotelPriceResultSet.go │ ├── HotelPricesResponse.go │ ├── HotelPricesResult.go │ ├── ItemRateReplyVo.go │ ├── ItemStatisticVo.go │ ├── LikeTargetCount.go │ ├── MixRateVo.go │ ├── NameValuePair.go │ ├── ParentInfo.go │ ├── PromotionPrice.go │ ├── Rate.go │ ├── RatePrice.go │ ├── RoomPrice.go │ ├── RoomTypeBedInfoVo.go │ ├── RoomTypeDailyPrice.go │ ├── SHotelDailyPrice.go │ ├── SHotelInfoObject.go │ ├── SHotelPrice.go │ ├── SHotelVo.go │ ├── SRoomType.go │ ├── SRoomTypeDailyPrice.go │ ├── SRoomTypePropertiesSetVo.go │ ├── SRoomTypeVo.go │ ├── ScoreInfo.go │ ├── SellerSupplierPartnerMemberInfoVo.go │ ├── ShotelPropertiesSetVo.go │ ├── ShotelPropertiesVo.go │ ├── TabInfo.go │ ├── TaobaoXhotelCityGetAPIRequest.go │ ├── TaobaoXhotelCityGetAPIResponse.go │ ├── TaobaoXhotelDistributionInfoAPIRequest.go │ ├── TaobaoXhotelDistributionInfoAPIResponse.go │ ├── TaobaoXhotelDistributionPriceAPIRequest.go │ ├── TaobaoXhotelDistributionPriceAPIResponse.go │ ├── TaobaoXhotelInfoListGetAPIRequest.go │ ├── TaobaoXhotelInfoListGetAPIResponse.go │ ├── TaobaoXhotelInfoListGetForHelloAPIRequest.go │ ├── TaobaoXhotelInfoListGetForHelloAPIResponse.go │ ├── TaobaoXhotelInfoListGetForHelloResultSet.go │ ├── TaobaoXhotelPriceGetForHelloAPIRequest.go │ ├── TaobaoXhotelPriceGetForHelloAPIResponse.go │ └── doc.go ├── hotelalliance │ ├── AlitripHotelAllianceHidGetAPIRequest.go │ ├── AlitripHotelAllianceHidGetAPIResponse.go │ ├── AlitripHotelAllianceSettleOrderSynAPIRequest.go │ ├── AlitripHotelAllianceSettleOrderSynAPIResponse.go │ ├── AlitripHotelHmsPartnerInfoGetAPIRequest.go │ ├── AlitripHotelHmsPartnerInfoGetAPIResponse.go │ ├── AlitripHotelSingleInfoGetAPIRequest.go │ ├── AlitripHotelSingleInfoGetAPIResponse.go │ ├── AllianceHotelInfo.go │ ├── AllianceInfoRequest.go │ ├── AllianceInfoResult.go │ ├── AlliancePartnerInfo.go │ ├── AllianceSettleOrderInfo.go │ ├── HmsTopResultSet.go │ ├── QueryHotelInfoParam.go │ ├── QueryPartnerInfoParam.go │ └── doc.go ├── hotelhstdf │ ├── AlitripHotelHstdfBusinessareaGetAPIRequest.go │ ├── AlitripHotelHstdfBusinessareaGetAPIResponse.go │ ├── AlitripHotelHstdfHotelroomstaticGetAPIRequest.go │ ├── AlitripHotelHstdfHotelroomstaticGetAPIResponse.go │ ├── AlitripHotelHstdfPoilocationGetAPIRequest.go │ ├── AlitripHotelHstdfPoilocationGetAPIResponse.go │ ├── AlitripHotelHstdfShotelExnotmatchroomAPIRequest.go │ ├── AlitripHotelHstdfShotelExnotmatchroomAPIResponse.go │ ├── AlitripHotelHstdfShotelExportshotelAPIRequest.go │ ├── AlitripHotelHstdfShotelExportshotelAPIResponse.go │ ├── AlitripHotelHstdfShotelExportsroomtypeAPIRequest.go │ ├── AlitripHotelHstdfShotelExportsroomtypeAPIResponse.go │ ├── AlitripHotelHstdfShotelMatchshotelselfAPIRequest.go │ ├── AlitripHotelHstdfShotelMatchshotelselfAPIResponse.go │ ├── AlitripHotelHstdfShotelMatchsroomselfAPIRequest.go │ ├── AlitripHotelHstdfShotelMatchsroomselfAPIResponse.go │ ├── AlitripHotelHstdfShotelRoomtypeMappingsListAPIRequest.go │ ├── AlitripHotelHstdfShotelRoomtypeMappingsListAPIResponse.go │ ├── AlitripHotelHstdfShotelRoomtypeMappingsListResults.go │ ├── BusinessArea.go │ ├── DidaResult.go │ ├── GetByTrdiDivisionIdParam.go │ ├── GetHotelRoomStaticParam.go │ ├── HotelExportParam.go │ ├── HotelMatchParam.go │ ├── HotelPOI.go │ ├── HotelRoomStaticDo.go │ ├── RoomTypePo.go │ ├── SroomTypeMatchParam.go │ ├── SroomTypePo.go │ ├── TaobaoXhotelHotelMessageReceiveAPIRequest.go │ ├── TaobaoXhotelHotelMessageReceiveAPIResponse.go │ ├── TopResultSet.go │ ├── TopStdResultSet.go │ └── doc.go ├── icbu │ ├── AlibabaIcbuCategoryAttributeGetAPIRequest.go │ ├── AlibabaIcbuCategoryAttributeGetAPIResponse.go │ ├── AlibabaIcbuCategoryAttrvalueGetAPIRequest.go │ ├── AlibabaIcbuCategoryAttrvalueGetAPIResponse.go │ ├── AlibabaIcbuCategoryGetAPIRequest.go │ ├── AlibabaIcbuCategoryGetAPIResponse.go │ ├── AlibabaIcbuCategoryGetNewAPIRequest.go │ ├── AlibabaIcbuCategoryGetNewAPIResponse.go │ ├── AlibabaIcbuCategoryIdMappingAPIRequest.go │ ├── AlibabaIcbuCategoryIdMappingAPIResponse.go │ ├── AlibabaIcbuCategoryLevelAttrGetAPIRequest.go │ ├── AlibabaIcbuCategoryLevelAttrGetAPIResponse.go │ ├── AlibabaIcbuCategoryLevelAttrGetResult.go │ ├── AlibabaIcbuCategorySchemaLevelGetAPIRequest.go │ ├── AlibabaIcbuCategorySchemaLevelGetAPIResponse.go │ ├── AlibabaIcbuPhotobankGroupListAPIRequest.go │ ├── AlibabaIcbuPhotobankGroupListAPIResponse.go │ ├── AlibabaIcbuPhotobankGroupOperateAPIRequest.go │ ├── AlibabaIcbuPhotobankGroupOperateAPIResponse.go │ ├── AlibabaIcbuPhotobankListAPIRequest.go │ ├── AlibabaIcbuPhotobankListAPIResponse.go │ ├── AlibabaIcbuPhotobankUploadAPIRequest.go │ ├── AlibabaIcbuPhotobankUploadAPIResponse.go │ ├── AlibabaIcbuProductAddAPIRequest.go │ ├── AlibabaIcbuProductAddAPIResponse.go │ ├── AlibabaIcbuProductAddDraftAPIRequest.go │ ├── AlibabaIcbuProductAddDraftAPIResponse.go │ ├── AlibabaIcbuProductBatchUpdateDisplayAPIRequest.go │ ├── AlibabaIcbuProductBatchUpdateDisplayAPIResponse.go │ ├── AlibabaIcbuProductGetAPIRequest.go │ ├── AlibabaIcbuProductGetAPIResponse.go │ ├── AlibabaIcbuProductGroupAddAPIRequest.go │ ├── AlibabaIcbuProductGroupAddAPIResponse.go │ ├── AlibabaIcbuProductGroupGetAPIRequest.go │ ├── AlibabaIcbuProductGroupGetAPIResponse.go │ ├── AlibabaIcbuProductIdDecryptAPIRequest.go │ ├── AlibabaIcbuProductIdDecryptAPIResponse.go │ ├── AlibabaIcbuProductListAPIRequest.go │ ├── AlibabaIcbuProductListAPIResponse.go │ ├── AlibabaIcbuProductSchemaAddAPIRequest.go │ ├── AlibabaIcbuProductSchemaAddAPIResponse.go │ ├── AlibabaIcbuProductSchemaAddDraftAPIRequest.go │ ├── AlibabaIcbuProductSchemaAddDraftAPIResponse.go │ ├── AlibabaIcbuProductSchemaGetAPIRequest.go │ ├── AlibabaIcbuProductSchemaGetAPIResponse.go │ ├── AlibabaIcbuProductSchemaRenderAPIRequest.go │ ├── AlibabaIcbuProductSchemaRenderAPIResponse.go │ ├── AlibabaIcbuProductSchemaRenderDraftAPIRequest.go │ ├── AlibabaIcbuProductSchemaRenderDraftAPIResponse.go │ ├── AlibabaIcbuProductSchemaUpdateAPIRequest.go │ ├── AlibabaIcbuProductSchemaUpdateAPIResponse.go │ ├── AlibabaIcbuProductScoreGetAPIRequest.go │ ├── AlibabaIcbuProductScoreGetAPIResponse.go │ ├── AlibabaIcbuProductUpdateAPIRequest.go │ ├── AlibabaIcbuProductUpdateAPIResponse.go │ ├── AlibabaIcbuProductUpdateFieldAPIRequest.go │ ├── AlibabaIcbuProductUpdateFieldAPIResponse.go │ ├── AlibabaProductBriefResponse.go │ ├── AlibabaProductResponse.go │ ├── AlibabaWholesaleShippinglineTemplateListAPIRequest.go │ ├── AlibabaWholesaleShippinglineTemplateListAPIResponse.go │ ├── Attribute.go │ ├── AttributeValue.go │ ├── AttributeValueRequest.go │ ├── BulkDiscountPrice.go │ ├── CustomContent.go │ ├── CustomInfo.go │ ├── DeliverPeriod.go │ ├── InventoryDetail.go │ ├── LevelAttributeValueRequest.go │ ├── ListTemplateAPIResult.go │ ├── MainImage.go │ ├── PaginationQueryList.go │ ├── PhotoAlbumGroup.go │ ├── PhotoGroupOperationRequest.go │ ├── PhotoGroupResult.go │ ├── PhotobankGroup.go │ ├── PhotobankImageDo.go │ ├── PostCategory.go │ ├── ProductAttribute.go │ ├── ProductGroup.go │ ├── ProductInventoryDto.go │ ├── ProductScoreInfoResult.go │ ├── ProductSku.go │ ├── ProductSkuResponse.go │ ├── ProductTopPublishRequest.go │ ├── ShippinglineTemplate.go │ ├── SkuAttribute.go │ ├── SkuAttributeValue.go │ ├── SkuDefinition.go │ ├── SkuDetail.go │ ├── SourcingTrade.go │ ├── TopResultDo.go │ ├── UploadImageResponseDo.go │ ├── WholesaleTrade.go │ └── doc.go ├── icbuassurance │ ├── AlibabaIcbuTradeAssuranceAccountGetAPIRequest.go │ ├── AlibabaIcbuTradeAssuranceAccountGetAPIResponse.go │ ├── AssuranceAccountResult.go │ ├── AssuranceFlag.go │ └── doc.go ├── icbudropshipping │ ├── Address.go │ ├── AddressInfoDto.go │ ├── AlibabaBuynowOrderCreateAPIRequest.go │ ├── AlibabaBuynowOrderCreateAPIResponse.go │ ├── AlibabaDropshippingOrderPayAPIRequest.go │ ├── AlibabaDropshippingOrderPayAPIResponse.go │ ├── AlibabaDropshippingProductGetAPIRequest.go │ ├── AlibabaDropshippingProductGetAPIResponse.go │ ├── AlibabaDropshippingStoreSaveAPIRequest.go │ ├── AlibabaDropshippingStoreSaveAPIResponse.go │ ├── AlibabaDropshippingTokenCreateAPIRequest.go │ ├── AlibabaDropshippingTokenCreateAPIResponse.go │ ├── AlibabaOrderFreightCalculateAPIRequest.go │ ├── AlibabaOrderFreightCalculateAPIResponse.go │ ├── AlibabaOrderLogisticsTrackingGetAPIRequest.go │ ├── AlibabaOrderLogisticsTrackingGetAPIResponse.go │ ├── AlibabaOrderPayResultQueryAPIRequest.go │ ├── AlibabaOrderPayResultQueryAPIResponse.go │ ├── AlibabaShippingFreightCalculateAPIRequest.go │ ├── AlibabaShippingFreightCalculateAPIResponse.go │ ├── CashierPayResponse.go │ ├── DistributionSaleProduct.go │ ├── DistributionSaleProductRequest.go │ ├── DivisionInfoDto.go │ ├── FreightTemplateRequest.go │ ├── Inventory.go │ ├── LadderPeriod.go │ ├── LadderPrice.go │ ├── LogisticsDetail.go │ ├── LogisticsProduct.go │ ├── LogisticsSolution.go │ ├── LogisticsTracking.go │ ├── MoqAndPrice.go │ ├── MultiFreightTemplateRequest.go │ ├── OrderCreateRequest.go │ ├── OrderCreateResponse.go │ ├── OrderPayRequest.go │ ├── PaymentDetail.go │ ├── Phone.go │ ├── ProductSku.go │ ├── ProductSkuNameValue.go │ ├── TrackingEvent.go │ ├── TradeEcologyOrderCreateProduct.go │ ├── Value.go │ └── doc.go ├── icbulogistics │ ├── Address.go │ ├── AddressQueryDto.go │ ├── AlibabaOnetouchLogisticsExpressAddressCityListAPIRequest.go │ ├── AlibabaOnetouchLogisticsExpressAddressCityListAPIResponse.go │ ├── AlibabaOnetouchLogisticsExpressAddressCityListResult.go │ ├── AlibabaOnetouchLogisticsExpressAddressDivisionListAPIRequest.go │ ├── AlibabaOnetouchLogisticsExpressAddressDivisionListAPIResponse.go │ ├── AlibabaOnetouchLogisticsExpressAddressDivisionListResult.go │ ├── AlibabaOnetouchLogisticsExpressAddressProvinceListAPIRequest.go │ ├── AlibabaOnetouchLogisticsExpressAddressProvinceListAPIResponse.go │ ├── AlibabaOnetouchLogisticsExpressAddressProvinceListResult.go │ ├── AlibabaOnetouchLogisticsExpressAddressStreetListAPIRequest.go │ ├── AlibabaOnetouchLogisticsExpressAddressStreetListAPIResponse.go │ ├── AlibabaOnetouchLogisticsExpressAddressStreetListResult.go │ ├── AlibabaOnetouchLogisticsExpressChargeCalculateAPIRequest.go │ ├── AlibabaOnetouchLogisticsExpressChargeCalculateAPIResponse.go │ ├── AlibabaOnetouchLogisticsExpressChargeCalculateResult.go │ ├── AlibabaOnetouchLogisticsExpressLogisticsOrderCreateAPIRequest.go │ ├── AlibabaOnetouchLogisticsExpressLogisticsOrderCreateAPIResponse.go │ ├── AlibabaOnetouchLogisticsExpressLogisticsOrderCreateResult.go │ ├── AlibabaOnetouchLogisticsExpressLogisticsProductListAPIRequest.go │ ├── AlibabaOnetouchLogisticsExpressLogisticsProductListAPIResponse.go │ ├── AlibabaOnetouchLogisticsExpressLogisticsProductListResult.go │ ├── AlibabaOnetouchLogisticsExpressOrderDetailGetAPIRequest.go │ ├── AlibabaOnetouchLogisticsExpressOrderDetailGetAPIResponse.go │ ├── AlibabaOnetouchLogisticsExpressOrderDetailGetResult.go │ ├── AlibabaOnetouchLogisticsExpressSpecialProductTypeListAPIRequest.go │ ├── AlibabaOnetouchLogisticsExpressSpecialProductTypeListAPIResponse.go │ ├── AlibabaOnetouchLogisticsExpressSpecialProductTypeListResult.go │ ├── CargoList.go │ ├── Children.go │ ├── City.go │ ├── ConsigneeAddress.go │ ├── ConsignorAddress.go │ ├── Contact.go │ ├── ContactAddress.go │ ├── Country.go │ ├── DeliverWarehouseExpressDto.go │ ├── District.go │ ├── Division.go │ ├── ExpressCustomsDto.go │ ├── ExpressFreightDto.go │ ├── ExpressQuoteItemList.go │ ├── LeafNode.go │ ├── LogisticsOrderQueryDto.go │ ├── LogisticsProductDto.go │ ├── Money.go │ ├── OrderDetailDto.go │ ├── PackageList.go │ ├── PickupInfoDto.go │ ├── PlaceOrderDto.go │ ├── ProductType.go │ ├── Province.go │ ├── RegionEntity.go │ ├── SpecialProductTypeDto.go │ ├── Town.go │ ├── WarehouseDto.go │ └── doc.go ├── icbuproduct │ ├── AlibabaIcbuProductIdEncryptAPIRequest.go │ ├── AlibabaIcbuProductIdEncryptAPIResponse.go │ ├── AlibabaIcbuProductInventoryUpdateAPIRequest.go │ ├── AlibabaIcbuProductInventoryUpdateAPIResponse.go │ ├── AlibabaIcbuProductTypeAvailableGetAPIRequest.go │ ├── AlibabaIcbuProductTypeAvailableGetAPIResponse.go │ ├── InventoryDto.go │ ├── ProductInventoryRequest.go │ ├── ProductSupportTypeDto.go │ ├── ProductTopRequest.go │ ├── TopResultDo.go │ └── doc.go ├── icburfq │ ├── AlibabaIcbuAnnexUploadAPIRequest.go │ ├── AlibabaIcbuAnnexUploadAPIResponse.go │ ├── AlibabaIcbuQuotationPostAPIRequest.go │ ├── AlibabaIcbuQuotationPostAPIResponse.go │ ├── AlibabaIcbuRfqMyequityAPIRequest.go │ ├── AlibabaIcbuRfqMyequityAPIResponse.go │ ├── AlibabaIcbuRfqReadAPIRequest.go │ ├── AlibabaIcbuRfqReadAPIResponse.go │ ├── AlibabaIcbuRfqRecommendAPIRequest.go │ ├── AlibabaIcbuRfqRecommendAPIResponse.go │ ├── AlibabaIcbuRfqSearchAPIRequest.go │ ├── AlibabaIcbuRfqSearchAPIResponse.go │ ├── AlibabaIcbuRfqdetailGetAPIRequest.go │ ├── AlibabaIcbuRfqdetailGetAPIResponse.go │ ├── Attachedfiles.go │ ├── BuyRequestSearchDetailRemoteDto.go │ ├── Categorylist.go │ ├── EquityPackageDto.go │ ├── PageView.go │ ├── PriceList.go │ ├── QueryDto.go │ ├── RecommendReturnDto.go │ ├── RecommendRfqDto.go │ ├── Requestlist.go │ ├── RfqAnnexFileRemoteDto.go │ ├── RfqBuyRequestSearchDetailRemoteDto.go │ ├── RfqDetailSearchQueryDto.go │ ├── RfqQuotationPriceRemoteDto.go │ ├── RfqQuotationRemoteDto.go │ ├── RfqRemoteServiceResult.go │ ├── RfqRequestSearchCondDto.go │ ├── RfqRequestSearchResultDto.go │ ├── ServiceResult.go │ └── doc.go ├── icbuseller │ ├── AlibabaSellerCouponAuthVerifyAPIRequest.go │ ├── AlibabaSellerCouponAuthVerifyAPIResponse.go │ ├── AlibabaSellerCouponAuthVerifyResultDto.go │ ├── AlibabaSellerVendorOrderDetailAPIRequest.go │ ├── AlibabaSellerVendorOrderDetailAPIResponse.go │ ├── AlibabaSellerVendorOrderDetailResultDto.go │ ├── AlibabaSellerVendorOrderListAPIRequest.go │ ├── AlibabaSellerVendorOrderListAPIResponse.go │ ├── AlibabaSellerVendorOrderListResult.go │ ├── AlibabaSellerVendorServiceProcessAPIRequest.go │ ├── AlibabaSellerVendorServiceProcessAPIResponse.go │ ├── AlibabaSellerVendorServiceProcessResultDto.go │ ├── AlibabaSellerVendorServiceVendorprocessAPIRequest.go │ ├── AlibabaSellerVendorServiceVendorprocessAPIResponse.go │ ├── AlibabaSellerVendorServiceVendorprocessResultDto.go │ ├── AlibabaSellerVendorTradePurchaseAPIRequest.go │ ├── AlibabaSellerVendorTradePurchaseAPIResponse.go │ ├── AlibabaSellerVendorTradePurchaseResultDto.go │ ├── Dto.go │ ├── Null.go │ ├── OpenTradeDetailDto.go │ ├── PageDto.go │ ├── QueryTradeDto.go │ ├── TradePurchaseDto.go │ ├── VendorMerchantRecordBaseDto.go │ └── doc.go ├── icbushowcase │ ├── AlibabaScbpShowcaseAddproductAPIRequest.go │ ├── AlibabaScbpShowcaseAddproductAPIResponse.go │ ├── AlibabaScbpShowcaseDeleteproductAPIRequest.go │ ├── AlibabaScbpShowcaseDeleteproductAPIResponse.go │ ├── AlibabaScbpShowcaseListAPIRequest.go │ ├── AlibabaScbpShowcaseListAPIResponse.go │ ├── AlibabaScbpShowcaseSortAPIRequest.go │ ├── AlibabaScbpShowcaseSortAPIResponse.go │ ├── AlibabaScbpShowcaseStatusAPIRequest.go │ ├── AlibabaScbpShowcaseStatusAPIResponse.go │ ├── AlibabaScbpShowcaseUpdateproductAPIRequest.go │ ├── AlibabaScbpShowcaseUpdateproductAPIResponse.go │ ├── Showcase.go │ └── doc.go ├── idle │ ├── AddressDto.go │ ├── AgreementPayBillQueryParam.go │ ├── AgreementPayParam.go │ ├── AgreementPayPlanParam.go │ ├── AlibabaIdleAdvMaterialUploadAPIRequest.go │ ├── AlibabaIdleAdvMaterialUploadAPIResponse.go │ ├── AlibabaIdleAgreementPayAPIRequest.go │ ├── AlibabaIdleAgreementPayAPIResponse.go │ ├── AlibabaIdleAgreementPayQueryAPIRequest.go │ ├── AlibabaIdleAgreementPayQueryAPIResponse.go │ ├── AlibabaIdleAgreementPayQueryResult.go │ ├── AlibabaIdleAgreementPayResult.go │ ├── AlibabaIdleAppraiseOrderPerformAPIRequest.go │ ├── AlibabaIdleAppraiseOrderPerformAPIResponse.go │ ├── AlibabaIdleAppraiseOrderPerformResult.go │ ├── AlibabaIdleAppraiseOrderQueryAPIRequest.go │ ├── AlibabaIdleAppraiseOrderQueryAPIResponse.go │ ├── AlibabaIdleAppraiseOrderQueryResult.go │ ├── AlibabaIdleAppraiseSpuRegisterModifyAPIRequest.go │ ├── AlibabaIdleAppraiseSpuRegisterModifyAPIResponse.go │ ├── AlibabaIdleAppraiseSpuRegisterModifyResult.go │ ├── AlibabaIdleApprizeOrderFulfillmentAPIRequest.go │ ├── AlibabaIdleApprizeOrderFulfillmentAPIResponse.go │ ├── AlibabaIdleAutotradeIsvOrderStateProcessAPIRequest.go │ ├── AlibabaIdleAutotradeIsvOrderStateProcessAPIResponse.go │ ├── AlibabaIdleCarOrderQueryAPIRequest.go │ ├── AlibabaIdleCarOrderQueryAPIResponse.go │ ├── AlibabaIdleCarOrderQueryResult.go │ ├── AlibabaIdleConsignmentOrderGetAPIRequest.go │ ├── AlibabaIdleConsignmentOrderGetAPIResponse.go │ ├── AlibabaIdleConsignmentOrderGetResult.go │ ├── AlibabaIdleConsignmentOrderPerformAPIRequest.go │ ├── AlibabaIdleConsignmentOrderPerformAPIResponse.go │ ├── AlibabaIdleConsignmentOrderPerformResult.go │ ├── AlibabaIdleConsignmentSpuStatisticsAPIRequest.go │ ├── AlibabaIdleConsignmentSpuStatisticsAPIResponse.go │ ├── AlibabaIdleConsignmentiiOrderGetAPIRequest.go │ ├── AlibabaIdleConsignmentiiOrderGetAPIResponse.go │ ├── AlibabaIdleConsignmentiiOrderGetResult.go │ ├── AlibabaIdleConsignmentiiOrderPerformAPIRequest.go │ ├── AlibabaIdleConsignmentiiOrderPerformAPIResponse.go │ ├── AlibabaIdleConsignmentiiOrderPerformResult.go │ ├── AlibabaIdleGoosefishPromotionActivityInfoQueryAPIRequest.go │ ├── AlibabaIdleGoosefishPromotionActivityInfoQueryAPIResponse.go │ ├── AlibabaIdleGoosefishUserInfoQueryAPIRequest.go │ ├── AlibabaIdleGoosefishUserInfoQueryAPIResponse.go │ ├── AlibabaIdleIsvGoosefishOrderCreateAPIRequest.go │ ├── AlibabaIdleIsvGoosefishOrderCreateAPIResponse.go │ ├── AlibabaIdleIsvItemRechargeBatchRemoveAPIRequest.go │ ├── AlibabaIdleIsvItemRechargeBatchRemoveAPIResponse.go │ ├── AlibabaIdleIsvItemRechargeEditAPIRequest.go │ ├── AlibabaIdleIsvItemRechargeEditAPIResponse.go │ ├── AlibabaIdleIsvItemRechargeEditTopResult.go │ ├── AlibabaIdleIsvOrderDealrefundAPIRequest.go │ ├── AlibabaIdleIsvOrderDealrefundAPIResponse.go │ ├── AlibabaIdleOnespuRegisterUpdateAPIRequest.go │ ├── AlibabaIdleOnespuRegisterUpdateAPIResponse.go │ ├── AlibabaIdleOnespuRegisterUpdateResult.go │ ├── AlibabaIdleOrderDummySendAPIRequest.go │ ├── AlibabaIdleOrderDummySendAPIResponse.go │ ├── AlibabaIdlePayPlanCreateAPIRequest.go │ ├── AlibabaIdlePayPlanCreateAPIResponse.go │ ├── AlibabaIdlePayPlanCreateResult.go │ ├── AlibabaIdleRecycleInspectionReportAPIRequest.go │ ├── AlibabaIdleRecycleInspectionReportAPIResponse.go │ ├── AlibabaIdleRecycleOrderFulfillmentAPIRequest.go │ ├── AlibabaIdleRecycleOrderFulfillmentAPIResponse.go │ ├── AlibabaIdleRecycleOrderFulfillmentResult.go │ ├── AlibabaIdleRecycleOrderPerformAPIRequest.go │ ├── AlibabaIdleRecycleOrderPerformAPIResponse.go │ ├── AlibabaIdleRecycleOrderQueryAPIRequest.go │ ├── AlibabaIdleRecycleOrderQueryAPIResponse.go │ ├── AlibabaIdleRecycleOrderQueryResult.go │ ├── AlibabaIdleRecycleOrderShowAPIRequest.go │ ├── AlibabaIdleRecycleOrderShowAPIResponse.go │ ├── AlibabaIdleRecycleOrderShowResult.go │ ├── AlibabaIdleRecycleSpuTemplateModifyAPIRequest.go │ ├── AlibabaIdleRecycleSpuTemplateModifyAPIResponse.go │ ├── AlibabaIdleRentItemAddAPIRequest.go │ ├── AlibabaIdleRentItemAddAPIResponse.go │ ├── AlibabaIdleRentItemAddTopResult.go │ ├── AlibabaIdleRentItemEditAPIRequest.go │ ├── AlibabaIdleRentItemEditAPIResponse.go │ ├── AlibabaIdleRentItemEditTopResult.go │ ├── AlibabaIdleRentItemQueryAPIRequest.go │ ├── AlibabaIdleRentItemQueryAPIResponse.go │ ├── AlibabaIdleRentItemQueryData.go │ ├── AlibabaIdleRentItemQueryResult.go │ ├── AlibabaIdleRentItemSkuUpdateAPIRequest.go │ ├── AlibabaIdleRentItemSkuUpdateAPIResponse.go │ ├── AlibabaIdleRentItemSkuUpdateTopResult.go │ ├── AlibabaIdleRentMediaUploadAPIRequest.go │ ├── AlibabaIdleRentMediaUploadAPIResponse.go │ ├── AlibabaIdleRentMediaUploadTopResult.go │ ├── AlibabaIdleRentOrderCheckstatusUploadAPIRequest.go │ ├── AlibabaIdleRentOrderCheckstatusUploadAPIResponse.go │ ├── AlibabaIdleRentOrderCheckstatusUploadTopResult.go │ ├── AlibabaIdleRentOrderLogisticsDeliverAPIRequest.go │ ├── AlibabaIdleRentOrderLogisticsDeliverAPIResponse.go │ ├── AlibabaIdleRentOrderLogisticsDeliverTopResult.go │ ├── AlibabaIdleRentOrderPackageAPIRequest.go │ ├── AlibabaIdleRentOrderPackageAPIResponse.go │ ├── AlibabaIdleRentOrderPackageTopResult.go │ ├── AlibabaIdleRentOrderQueryAPIRequest.go │ ├── AlibabaIdleRentOrderQueryAPIResponse.go │ ├── AlibabaIdleRentOrderQueryTopResult.go │ ├── AlibabaIdleRentOrderReceiveitemAPIRequest.go │ ├── AlibabaIdleRentOrderReceiveitemAPIResponse.go │ ├── AlibabaIdleRentOrderReceiveitemTopResult.go │ ├── AlibabaIdleRentOrderSenditemAPIRequest.go │ ├── AlibabaIdleRentOrderSenditemAPIResponse.go │ ├── AlibabaIdleRentOrderSenditemTopResult.go │ ├── AlibabaIdleReportMediaUploadAPIRequest.go │ ├── AlibabaIdleReportMediaUploadAPIResponse.go │ ├── AlibabaIdleReportResultUploadAPIRequest.go │ ├── AlibabaIdleReportResultUploadAPIResponse.go │ ├── AlibabaIdleSpuRegisterModifyAPIRequest.go │ ├── AlibabaIdleSpuRegisterModifyAPIResponse.go │ ├── AlibabaIdleSpuRegisterModifyResult.go │ ├── AlibabaIdleTemplateQuesGetAPIRequest.go │ ├── AlibabaIdleTemplateQuesGetAPIResponse.go │ ├── AlibabaIdleTemplateQuesOnlineAPIRequest.go │ ├── AlibabaIdleTemplateQuesOnlineAPIResponse.go │ ├── AlibabaIdleTenderAftersaleOrderGetAPIRequest.go │ ├── AlibabaIdleTenderAftersaleOrderGetAPIResponse.go │ ├── AlibabaIdleTenderAftersaleOrderGetModule.go │ ├── AlibabaIdleTenderAftersaleOrderPerformAPIRequest.go │ ├── AlibabaIdleTenderAftersaleOrderPerformAPIResponse.go │ ├── AlibabaIdleTenderBtobItemDeleteAPIRequest.go │ ├── AlibabaIdleTenderBtobItemDeleteAPIResponse.go │ ├── AlibabaIdleTenderBtobItemQueryAPIRequest.go │ ├── AlibabaIdleTenderBtobItemQueryAPIResponse.go │ ├── AlibabaIdleTenderBtobItemUploadAPIRequest.go │ ├── AlibabaIdleTenderBtobItemUploadAPIResponse.go │ ├── AlibabaIdleTenderOrderGetAPIRequest.go │ ├── AlibabaIdleTenderOrderGetAPIResponse.go │ ├── AlibabaIdleTenderOrderGetResult.go │ ├── AlibabaIdleTenderPrePayActionAPIRequest.go │ ├── AlibabaIdleTenderPrePayActionAPIResponse.go │ ├── AlibabaIdleTenderUploadReportAPIRequest.go │ ├── AlibabaIdleTenderUploadReportAPIResponse.go │ ├── AlibabaIdleTradeCarPerformAPIRequest.go │ ├── AlibabaIdleTradeCarPerformAPIResponse.go │ ├── AlibabaIdleTransferpayQueryAPIRequest.go │ ├── AlibabaIdleTransferpayQueryAPIResponse.go │ ├── AlibabaIdleTransferpayQueryResult.go │ ├── AlibabaIdleUserPermitAPIRequest.go │ ├── AlibabaIdleUserPermitAPIResponse.go │ ├── AlibabaXianyuTenderOrderPerformAPIRequest.go │ ├── AlibabaXianyuTenderOrderPerformAPIResponse.go │ ├── AlibabaXianyuTenderOrderPerformResult.go │ ├── AlipayOrderDto.go │ ├── AppraiseIsvRefundRequest.go │ ├── AppraiseOrderInfoDto.go │ ├── AppraiseOrderSynDto.go │ ├── Attribute.go │ ├── Attributes.go │ ├── AutoTradeAPIParam.go │ ├── BaseResult.go │ ├── CarConsignmentParam.go │ ├── CarConsignmentResult.go │ ├── CheckResultDto.go │ ├── CommonPageResult.go │ ├── CommonResult.go │ ├── ConsignmentOrderQuery.go │ ├── ConsignmentOrderSynDto.go │ ├── ConsignmentOrderTo.go │ ├── ConsignmentV2OrderSynDto.go │ ├── ConsignmentV2OrderTO.go │ ├── EquipmentDto.go │ ├── HashMap.go │ ├── IdleAdvBaseResult.go │ ├── IdleAdvMaterialUploadDetailTopParam.go │ ├── IdleAdvMaterialUploadTopParam.go │ ├── IdleAdvMaterialUploadTopResult.go │ ├── IdleAdvResult.go │ ├── IdleAppraiseSpuRegister4TopDto.go │ ├── IdleCommonResult.go │ ├── IdleGooseFishUserInfoVo.go │ ├── IdleItemApiAutoRechargeDo.go │ ├── IdleItemAutoRechargeBatchRemoveApiDo.go │ ├── IdleItemAutoRechargeBatchRemoveResult.go │ ├── IdleSpuRegister4TopDto.go │ ├── IdleTopResult.go │ ├── ImageInfoDto.go │ ├── InspectionReport.go │ ├── ItemPvPairDto.go │ ├── ItemSkuDto.go │ ├── LogisticsDto.go │ ├── MediaDto.go │ ├── OneSpuSpRegisterUpdateParam.go │ ├── OrderCreateRequest.go │ ├── OrderCreateResult.go │ ├── OrderDummySendRequest.go │ ├── PayQueryRequest.go │ ├── PriceDto.go │ ├── PromotionActivityInfoVo.go │ ├── PromotionActivityQueryParam.go │ ├── QuestionnaireInfoTopVo.go │ ├── QuestionnaireSupportCmd.go │ ├── QuestionnaireSupportResult.go │ ├── RecycleOrderSynDto.go │ ├── RecycleRefundDetailDto.go │ ├── RecycleRefundTopRequest.go │ ├── RecycleResult.go │ ├── RecycleReturnGoodsRequest.go │ ├── RecycleSpuTemplate.go │ ├── RefundBaseDto.go │ ├── RefundDto.go │ ├── RentItemDto.go │ ├── RentalOrderDto.go │ ├── RentalOrderItemDto.go │ ├── ReportUploadTopCmd.go │ ├── Serializable.go │ ├── ServicePlanInfo.go │ ├── ShippingAddressInfo.go │ ├── SpuQuestionnaireTopQry.go │ ├── SpuStatistics.go │ ├── SubPayBillDto.go │ ├── TaobaoIdleRecycleRefundApplyAPIRequest.go │ ├── TaobaoIdleRecycleRefundApplyAPIResponse.go │ ├── TaobaoIdleRecycleRefundCancleapplyAPIRequest.go │ ├── TaobaoIdleRecycleRefundCancleapplyAPIResponse.go │ ├── TaobaoIdleRecycleRefundDetailAPIRequest.go │ ├── TaobaoIdleRecycleRefundDetailAPIResponse.go │ ├── TaobaoIdleRecycleRefundReturngoodsAPIRequest.go │ ├── TaobaoIdleRecycleRefundReturngoodsAPIResponse.go │ ├── TenderAfterSaleParam.go │ ├── TenderItemDeleteCmd.go │ ├── TenderItemListQry.go │ ├── TenderItemListVo.go │ ├── TenderItemUploadCmd.go │ ├── TenderItemUploadVo.go │ ├── TenderOrderInfoDto.go │ ├── TenderOrderInfoVo.go │ ├── TenderOrderQuery.go │ ├── TenderOrderSynDto.go │ ├── TenderPrePayCmd.go │ ├── TenderPrepayTopResult.go │ ├── TopListResult.go │ ├── UserAddressDto.go │ ├── UserGrantRequest.go │ └── doc.go ├── idleisv │ ├── AddUserAuthorizationCmd.go │ ├── AlibabaIdleIsvItemDownshelfAPIRequest.go │ ├── AlibabaIdleIsvItemDownshelfAPIResponse.go │ ├── AlibabaIdleIsvItemDownshelfTopResult.go │ ├── AlibabaIdleIsvItemEditAPIRequest.go │ ├── AlibabaIdleIsvItemEditAPIResponse.go │ ├── AlibabaIdleIsvItemEditTopResult.go │ ├── AlibabaIdleIsvItemPublishAPIRequest.go │ ├── AlibabaIdleIsvItemPublishAPIResponse.go │ ├── AlibabaIdleIsvItemQueryAPIRequest.go │ ├── AlibabaIdleIsvItemQueryAPIResponse.go │ ├── AlibabaIdleIsvItemQueryTopResult.go │ ├── AlibabaIdleIsvMediaUploadAPIRequest.go │ ├── AlibabaIdleIsvMediaUploadAPIResponse.go │ ├── AlibabaIdleIsvMediaUploadTopResult.go │ ├── AlibabaIdleIsvOrderAdjustpriceAPIRequest.go │ ├── AlibabaIdleIsvOrderAdjustpriceAPIResponse.go │ ├── AlibabaIdleIsvOrderAdjustpriceResult.go │ ├── AlibabaIdleIsvOrderCloseAPIRequest.go │ ├── AlibabaIdleIsvOrderCloseAPIResponse.go │ ├── AlibabaIdleIsvOrderCloseResult.go │ ├── AlibabaIdleIsvOrderShipAPIRequest.go │ ├── AlibabaIdleIsvOrderShipAPIResponse.go │ ├── AlibabaIdleIsvPvListAPIRequest.go │ ├── AlibabaIdleIsvPvListAPIResponse.go │ ├── AlibabaIdleIsvPvListResult.go │ ├── AlibabaIdleIsvPvQueryAPIRequest.go │ ├── AlibabaIdleIsvPvQueryAPIResponse.go │ ├── AlibabaIdleIsvRefundQueryAPIRequest.go │ ├── AlibabaIdleIsvRefundQueryAPIResponse.go │ ├── AlibabaIdleIsvRefundQueryResult.go │ ├── AlibabaIdleIsvSpuSearchAPIRequest.go │ ├── AlibabaIdleIsvSpuSearchAPIResponse.go │ ├── AlibabaIdleIsvSpuSearchResult.go │ ├── AlibabaIdleIsvUserAuthorizeAPIRequest.go │ ├── AlibabaIdleIsvUserAuthorizeAPIResponse.go │ ├── AlibabaIdleIsvUserInfoAPIRequest.go │ ├── AlibabaIdleIsvUserInfoAPIResponse.go │ ├── AlibabaIdleIsvUserQueryAPIRequest.go │ ├── AlibabaIdleIsvUserQueryAPIResponse.go │ ├── AlibabaIdleIsvUserQueryTopResult.go │ ├── AlibabaIdleItemUserPublishitemsAPIRequest.go │ ├── AlibabaIdleItemUserPublishitemsAPIResponse.go │ ├── AlibabaIdleLogisticsCompaniesQueryAPIRequest.go │ ├── AlibabaIdleLogisticsCompaniesQueryAPIResponse.go │ ├── AlibabaIdleUserPermitQueryAPIRequest.go │ ├── AlibabaIdleUserPermitQueryAPIResponse.go │ ├── AlibabaIdleUserPermitRevokeAPIRequest.go │ ├── AlibabaIdleUserPermitRevokeAPIResponse.go │ ├── AppraiseIsvItemDto.go │ ├── AppraiseIsvOrderCloseDto.go │ ├── AppraiseIsvOrderQuery.go │ ├── AppraiseIsvRefundDto.go │ ├── CommonResult.go │ ├── CompanyList.go │ ├── HotCompanyList.go │ ├── IdleDepositTopSubVo.go │ ├── IdleItemApiAfterSalesDo.go │ ├── IdleItemApiAutoRechargeDo.go │ ├── IdleItemApiBidDo.go │ ├── IdleItemApiBookDo.go │ ├── IdleItemApiDo.go │ ├── IdleItemApiInspectedDo.go │ ├── IdleItemApiPvPairDo.go │ ├── IdleItemApiSkuDo.go │ ├── IdleItemBaseApiDo.go │ ├── IdleItemDistributionDo.go │ ├── IdleNewPubPropertyValueDo.go │ ├── IdleNewPubValueDo.go │ ├── IdleResultDo.go │ ├── IdleUserApiDo.go │ ├── IdleUserTopVo.go │ ├── IsvAdjustOrderPriceDto.go │ ├── IsvRefundTimeoutDto.go │ ├── ItemPageQuery.go │ ├── LogisticsRespResult.go │ ├── SpuPVDo.go │ ├── SupportBizType.go │ ├── SupportCatType.go │ ├── TopPageResult.go │ ├── UserPermitCmd.go │ ├── YoupinCpvQry.go │ ├── YoupinCpvResultDto.go │ ├── YoupinPropertyValueResultDto.go │ └── doc.go ├── idleitem │ ├── AlibabaIdleItemMediaAddAPIRequest.go │ ├── AlibabaIdleItemMediaAddAPIResponse.go │ ├── AlibabaIdleRecycleOrderGetAPIRequest.go │ ├── AlibabaIdleRecycleOrderGetAPIResponse.go │ ├── EasyResultDto.go │ ├── RecycleOrderTo.go │ └── doc.go ├── idleparttime │ ├── AlibabaIdleParttimeJobsyncAPIRequest.go │ ├── AlibabaIdleParttimeJobsyncAPIResponse.go │ ├── AlibabaIdleParttimeNotifyAPIRequest.go │ ├── AlibabaIdleParttimeNotifyAPIResponse.go │ ├── AlibabaIdleParttimeSynclogAPIRequest.go │ ├── AlibabaIdleParttimeSynclogAPIResponse.go │ ├── AlibabaIdleParttimeSynclogData.go │ ├── AlibabaIdleParttimeSynclogResult.go │ ├── PartTimeJob.go │ ├── PartTimeJobSyncLogList.go │ ├── PartTimeJobTransNodes.go │ ├── PartTimeRequireSchema.go │ └── doc.go ├── ieagency │ ├── AlitripIeBuyerOrderBookpayAPIRequest.go │ ├── AlitripIeBuyerOrderBookpayAPIResponse.go │ ├── AlitripTripvpAgentOrderSearchAPIRequest.go │ ├── AlitripTripvpAgentOrderSearchAPIResponse.go │ ├── BaseApiResult.go │ ├── BasePageDo.go │ ├── BookPayOrderRq.go │ ├── ChangeSimpleVo.go │ ├── ContactsParam.go │ ├── FlightSegmentParam.go │ ├── IeAuxProductVo.go │ ├── IeBaggageVo.go │ ├── IeBaseOrderVo.go │ ├── IeBookFlightVo.go │ ├── IeBookOrderVo.go │ ├── IeBookPayOrderVo.go │ ├── IeBookPnrVo.go │ ├── IeBookTicketVo.go │ ├── IeChangeContactVo.go │ ├── IeChangeFlightSegmentVo.go │ ├── IeChangeItemVo.go │ ├── IeChangeItineraryVo.go │ ├── IeChangeOrderVo.go │ ├── IeChangePassengerVo.go │ ├── IeChangeTicketVo.go │ ├── IeContactsVo.go │ ├── IeFlightVo.go │ ├── IeIssueTicketVo.go │ ├── IeItemVo.go │ ├── IeItineraryVo.go │ ├── IeOrderActivityVo.go │ ├── IeOrderVo.go │ ├── IePassengerAuxVo.go │ ├── IePassengerTicketVo.go │ ├── IePassgenerVo.go │ ├── IeRefundReasonDo.go │ ├── IeRefundTicketVo.go │ ├── IeSeatVo.go │ ├── IeVirProOrderVo.go │ ├── IeWriteBackPnrVo.go │ ├── ItemParam.go │ ├── ItineraryParam.go │ ├── PassengerChangeFeeVo.go │ ├── PassengerParam.go │ ├── QueryChangeAgentListRs.go │ ├── QueryRefundTicketDetailRs.go │ ├── QueryRefundTicketsRs.go │ ├── ReceiveRefundTicketRs.go │ ├── RefundActivityVo.go │ ├── RefundFlightPrice.go │ ├── RefundFlightSegmentVo.go │ ├── RefundItemVo.go │ ├── RefundItineraryVo.go │ ├── RefundMoneyNoPasswordRs.go │ ├── RefundOrderDetailVo.go │ ├── RefundOrderQueryDetailRq.go │ ├── RefundOrderQueryDetailRs.go │ ├── RefundOrderQueryListRq.go │ ├── RefundOrderQueryListRs.go │ ├── RefundOrderSimpleVo.go │ ├── RefundOrderVo.go │ ├── RefundPassengerFeeVo.go │ ├── RefundPassengerTypePrice.go │ ├── RefundPassengerVo.go │ ├── RefuseRefundTicketRs.go │ ├── TaobaoAlitripIeAgentChangeQuerychangelistAPIRequest.go │ ├── TaobaoAlitripIeAgentChangeQuerychangelistAPIResponse.go │ ├── TaobaoAlitripIeAgentOrderGetAPIRequest.go │ ├── TaobaoAlitripIeAgentOrderGetAPIResponse.go │ ├── TaobaoAlitripIeAgentOrderHkAPIRequest.go │ ├── TaobaoAlitripIeAgentOrderHkAPIResponse.go │ ├── TaobaoAlitripIeAgentOrderSearchAPIRequest.go │ ├── TaobaoAlitripIeAgentOrderSearchAPIResponse.go │ ├── TaobaoAlitripIeAgentRefundGetAPIRequest.go │ ├── TaobaoAlitripIeAgentRefundGetAPIResponse.go │ ├── TaobaoAlitripIeAgentRefundNewGetdetailAPIRequest.go │ ├── TaobaoAlitripIeAgentRefundNewGetdetailAPIResponse.go │ ├── TaobaoAlitripIeAgentRefundNewGetlistAPIRequest.go │ ├── TaobaoAlitripIeAgentRefundNewGetlistAPIResponse.go │ ├── TaobaoAlitripIeAgentRefundNewReceiveAPIRequest.go │ ├── TaobaoAlitripIeAgentRefundNewReceiveAPIResponse.go │ ├── TaobaoAlitripIeAgentRefundRefundmoneyAPIRequest.go │ ├── TaobaoAlitripIeAgentRefundRefundmoneyAPIResponse.go │ ├── TaobaoAlitripIeAgentRefundRefuseAPIRequest.go │ ├── TaobaoAlitripIeAgentRefundRefuseAPIResponse.go │ ├── TaobaoAlitripIeAgentRefundSearchAPIRequest.go │ ├── TaobaoAlitripIeAgentRefundSearchAPIResponse.go │ ├── TaobaoAlitripIeAgentTicketIssueAPIRequest.go │ ├── TaobaoAlitripIeAgentTicketIssueAPIResponse.go │ ├── UrgentRefundHistoryDo.go │ ├── UrgentRefundVo.go │ ├── VirProOrderVo.go │ └── doc.go ├── ihome │ ├── AdvancePicMaterialDto.go │ ├── AlibabaIhomeCtomCaseMainpicUpdateAPIRequest.go │ ├── AlibabaIhomeCtomCaseMainpicUpdateAPIResponse.go │ ├── AlibabaIhomeCtomCaseMainpicUpdateApiResult.go │ ├── TaobaoIhomeAdvancepicUploadAPIRequest.go │ ├── TaobaoIhomeAdvancepicUploadAPIResponse.go │ ├── TaobaoIhomeAdvancepicUploadApiResult.go │ └── doc.go ├── interact │ ├── ActivityWriteResult.go │ ├── AlibabaFcMallxInteractionAiPicListAPIRequest.go │ ├── AlibabaFcMallxInteractionAiPicListAPIResponse.go │ ├── AlibabaFcMallxInteractionAiPicListResponse.go │ ├── AlibabaInteractActivityAddcommentAPIRequest.go │ ├── AlibabaInteractActivityAddcommentAPIResponse.go │ ├── AlibabaInteractActivityApplyAPIRequest.go │ ├── AlibabaInteractActivityApplyAPIResponse.go │ ├── AlibabaInteractActivityPushtoalicomAPIRequest.go │ ├── AlibabaInteractActivityPushtoalicomAPIResponse.go │ ├── AlibabaInteractActivityRegisterAPIRequest.go │ ├── AlibabaInteractActivityRegisterAPIResponse.go │ ├── AlibabaInteractActivityUnregisterAPIRequest.go │ ├── AlibabaInteractActivityUnregisterAPIResponse.go │ ├── AlibabaInteractCoinBuyerAddAPIRequest.go │ ├── AlibabaInteractCoinBuyerAddAPIResponse.go │ ├── AlibabaInteractCouponApplyAPIRequest.go │ ├── AlibabaInteractCouponApplyAPIResponse.go │ ├── AlibabaInteractCurrentMixusernickAPIRequest.go │ ├── AlibabaInteractCurrentMixusernickAPIResponse.go │ ├── AlibabaInteractIsvGatewayAPIRequest.go │ ├── AlibabaInteractIsvGatewayAPIResponse.go │ ├── AlibabaInteractIsvlotteryIsvdrawAPIRequest.go │ ├── AlibabaInteractIsvlotteryIsvdrawAPIResponse.go │ ├── AlibabaInteractLoginAlipayauthAPIRequest.go │ ├── AlibabaInteractLoginAlipayauthAPIResponse.go │ ├── AlibabaInteractOnecodeIssueAPIRequest.go │ ├── AlibabaInteractOnecodeIssueAPIResponse.go │ ├── AlibabaInteractSensorAudioAPIRequest.go │ ├── AlibabaInteractSensorAudioAPIResponse.go │ ├── AlibabaInteractSensorAuthorizeAPIRequest.go │ ├── AlibabaInteractSensorAuthorizeAPIResponse.go │ ├── AlibabaInteractSensorBlowAPIRequest.go │ ├── AlibabaInteractSensorBlowAPIResponse.go │ ├── AlibabaInteractSensorCalendarAPIRequest.go │ ├── AlibabaInteractSensorCalendarAPIResponse.go │ ├── AlibabaInteractSensorFavoritesAPIRequest.go │ ├── AlibabaInteractSensorFavoritesAPIResponse.go │ ├── AlibabaInteractSensorGcanvasAPIRequest.go │ ├── AlibabaInteractSensorGcanvasAPIResponse.go │ ├── AlibabaInteractSensorGlueAPIRequest.go │ ├── AlibabaInteractSensorGlueAPIResponse.go │ ├── AlibabaInteractSensorGmediaAPIRequest.go │ ├── AlibabaInteractSensorGmediaAPIResponse.go │ ├── AlibabaInteractSensorGravityAPIRequest.go │ ├── AlibabaInteractSensorGravityAPIResponse.go │ ├── AlibabaInteractSensorGutilAPIRequest.go │ ├── AlibabaInteractSensorGutilAPIResponse.go │ ├── AlibabaInteractSensorGyroAPIRequest.go │ ├── AlibabaInteractSensorGyroAPIResponse.go │ ├── AlibabaInteractSensorLoginAPIRequest.go │ ├── AlibabaInteractSensorLoginAPIResponse.go │ ├── AlibabaInteractSensorMaAPIRequest.go │ ├── AlibabaInteractSensorMaAPIResponse.go │ ├── AlibabaInteractSensorMakeupAPIRequest.go │ ├── AlibabaInteractSensorMakeupAPIResponse.go │ ├── AlibabaInteractSensorNetworkstatusAPIRequest.go │ ├── AlibabaInteractSensorNetworkstatusAPIResponse.go │ ├── AlibabaInteractSensorOpenwindowAPIRequest.go │ ├── AlibabaInteractSensorOpenwindowAPIResponse.go │ ├── AlibabaInteractSensorPopwindowAPIRequest.go │ ├── AlibabaInteractSensorPopwindowAPIResponse.go │ ├── AlibabaInteractSensorShakeAPIRequest.go │ ├── AlibabaInteractSensorShakeAPIResponse.go │ ├── AlibabaInteractSensorShareAPIRequest.go │ ├── AlibabaInteractSensorShareAPIResponse.go │ ├── AlibabaInteractSensorTakephotoAPIRequest.go │ ├── AlibabaInteractSensorTakephotoAPIResponse.go │ ├── AlibabaInteractSensorTitlebarhideAPIRequest.go │ ├── AlibabaInteractSensorTitlebarhideAPIResponse.go │ ├── AlibabaInteractSensorToastAPIRequest.go │ ├── AlibabaInteractSensorToastAPIResponse.go │ ├── AlibabaInteractSensorVibrateAPIRequest.go │ ├── AlibabaInteractSensorVibrateAPIResponse.go │ ├── AlibabaInteractSensorWangwangAPIRequest.go │ ├── AlibabaInteractSensorWangwangAPIResponse.go │ ├── AlibabaInteractShopFavorAPIRequest.go │ ├── AlibabaInteractShopFavorAPIResponse.go │ ├── AlibabaInteractUmpMealQueryAPIRequest.go │ ├── AlibabaInteractUmpMealQueryAPIResponse.go │ ├── AlibabaInteractUserIsloginAPIRequest.go │ ├── AlibabaInteractUserIsloginAPIResponse.go │ ├── AlibabaInteractUserIsloginMtopResult.go │ ├── AlibabaInteractWirelessDrawAPIRequest.go │ ├── AlibabaInteractWirelessDrawAPIResponse.go │ ├── AllsparkResult.go │ ├── InteractiveTopItemParam.go │ ├── MixNickResult.go │ ├── OpenMealDo.go │ ├── OpenMealItemDo.go │ ├── PushResult.go │ ├── TaobaoMixnickPlaytoweAPIRequest.go │ ├── TaobaoMixnickPlaytoweAPIResponse.go │ ├── TaobaoMixnickWetoplayAPIRequest.go │ ├── TaobaoMixnickWetoplayAPIResponse.go │ ├── TaobaoWeitaoFeedCancelAPIRequest.go │ ├── TaobaoWeitaoFeedCancelAPIResponse.go │ ├── TaobaoWeitaoFeedSynchronizeAPIRequest.go │ ├── TaobaoWeitaoFeedSynchronizeAPIResponse.go │ ├── TaobaoWeitaoFeedSynchronizeNewAPIRequest.go │ ├── TaobaoWeitaoFeedSynchronizeNewAPIResponse.go │ └── doc.go ├── interactvip │ ├── AlibabaInteractVipGetAPIRequest.go │ ├── AlibabaInteractVipGetAPIResponse.go │ └── doc.go ├── inventory │ ├── AlibabaRetailDeviceInventorySyncAPIRequest.go │ ├── AlibabaRetailDeviceInventorySyncAPIResponse.go │ ├── AlibabaRetailDeviceInventorySyncResult.go │ ├── BatchResult.go │ ├── ErrorInfo.go │ ├── InvUnifyPlanTopQuery.go │ ├── InvUnifyPlanTopQuerys.go │ ├── InventoryCheckDetailDto.go │ ├── InventoryCheckDto.go │ ├── InventoryCheckResultDto.go │ ├── InventorySyncDto.go │ ├── InventorySyncOption.go │ ├── LocationRelationDto.go │ ├── PlanInstanceInvResultDto.go │ ├── PlanInstanceTopDto.go │ ├── PlanInvAdjustTopDetailDto.go │ ├── PlanInvAdjustTopDto.go │ ├── PlanInvTopDto.go │ ├── PlanItemRelationTopDto.go │ ├── PlanPromiseTopDto.go │ ├── PlanStopDetailTopDto.go │ ├── PlanStopTopDto.go │ ├── PlanTopDto.go │ ├── PromiseList.go │ ├── RelationList.go │ ├── ResultCode.go │ ├── SingleResult.go │ ├── Strategy.go │ ├── StrategyRuleTopDto.go │ ├── TaobaoInventoryMerchantAdjustAPIRequest.go │ ├── TaobaoInventoryMerchantAdjustAPIResponse.go │ ├── TaobaoInventoryPlanEditAPIRequest.go │ ├── TaobaoInventoryPlanEditAPIResponse.go │ ├── TaobaoInventoryPlanInvalidAPIRequest.go │ ├── TaobaoInventoryPlanInvalidAPIResponse.go │ ├── TaobaoInventoryPlanQuantityIncreaseAPIRequest.go │ ├── TaobaoInventoryPlanQuantityIncreaseAPIResponse.go │ ├── TaobaoInventoryPlanQueryAPIRequest.go │ ├── TaobaoInventoryPlanQueryAPIResponse.go │ ├── TaobaoInventoryPlanQueryResult.go │ ├── TaobaoLocationRelationEditAPIRequest.go │ ├── TaobaoLocationRelationEditAPIResponse.go │ ├── TaobaoLocationRelationQueryAPIRequest.go │ ├── TaobaoLocationRelationQueryAPIResponse.go │ └── doc.go ├── iot │ ├── AiCloudResult.go │ ├── AlibabaAilabsAligenieAlbumsGetAPIRequest.go │ ├── AlibabaAilabsAligenieAlbumsGetAPIResponse.go │ ├── AlibabaAilabsAligenieAlbumsSearchAPIRequest.go │ ├── AlibabaAilabsAligenieAlbumsSearchAPIResponse.go │ ├── AlibabaAilabsAligenieIotDeviceControlResultAPIRequest.go │ ├── AlibabaAilabsAligenieIotDeviceControlResultAPIResponse.go │ ├── AlibabaAilabsAligenieTracksSearchAPIRequest.go │ ├── AlibabaAilabsAligenieTracksSearchAPIResponse.go │ ├── AlibabaAilabsIotBusinessRecipeGetdetailAPIRequest.go │ ├── AlibabaAilabsIotBusinessRecipeGetdetailAPIResponse.go │ ├── AlibabaAilabsIotBusinessRecipeGetpageAPIRequest.go │ ├── AlibabaAilabsIotBusinessRecipeGetpageAPIResponse.go │ ├── AlibabaAilabsIotBusinessRecipeInsertorupdateAPIRequest.go │ ├── AlibabaAilabsIotBusinessRecipeInsertorupdateAPIResponse.go │ ├── AlibabaAilabsIotBusinessRecipestepInsertorupdateAPIRequest.go │ ├── AlibabaAilabsIotBusinessRecipestepInsertorupdateAPIResponse.go │ ├── AlibabaRetailDevicePayUrlGetAPIRequest.go │ ├── AlibabaRetailDevicePayUrlGetAPIResponse.go │ ├── AlibabaRetailDevicePayUrlGetResult.go │ ├── BaseResult.go │ ├── BusinessRecipeOpenDto.go │ ├── BusinessRecipeOpenParam.go │ ├── BusinessRecipeStepActionOpenDto.go │ ├── BusinessRecipeStepActionOpenParam.go │ ├── BusinessRecipeStepOpenDto.go │ ├── BusinessRecipeStepOpenParam.go │ ├── ContentTagDto.go │ ├── ErrorInfo.go │ ├── ImageUrlDto.go │ ├── ImageUrlParam.go │ ├── Like.go │ ├── MediaItem.go │ ├── OpenBaseInfo.go │ ├── PageInfo.go │ ├── PromotionDisplayTop.go │ ├── PromotionInItem.go │ ├── PromotionInShop.go │ ├── RecipeIngredientDto.go │ ├── RecipeIngredientParam.go │ ├── TaobaoAilabAicloudSmarthomeTopGenielinkReportdeviceAPIRequest.go │ ├── TaobaoAilabAicloudSmarthomeTopGenielinkReportdeviceAPIResponse.go │ ├── TaobaoAilabAicloudSmarthomeTopGenielinkReportdeviceResult.go │ ├── TaobaoAilabAicloudTopAuthGetAPIRequest.go │ ├── TaobaoAilabAicloudTopAuthGetAPIResponse.go │ ├── TaobaoAilabAicloudTopAuthLogoutAPIRequest.go │ ├── TaobaoAilabAicloudTopAuthLogoutAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceAuthcodeGetAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceAuthcodeGetAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceAuthresultGetAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceAuthresultGetAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceControlChildlockAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceControlChildlockAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceControlCustomAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceControlCustomAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceControlHibernationAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceControlHibernationAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceControlLampAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceControlLampAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceControlPauseandresumeAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceControlPauseandresumeAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceControlPlaybyidAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceControlPlaybyidAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceControlPlayurlAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceControlPlayurlAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceControlVolumeAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceControlVolumeAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceDetailinfoGetAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceDetailinfoGetAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceDetailinfoGetResult.go │ ├── TaobaoAilabAicloudTopDeviceDeviceidConvertAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceDeviceidConvertAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceDeviceidConvertResult.go │ ├── TaobaoAilabAicloudTopDeviceExtinfoGetAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceExtinfoGetAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceExtinfoGetResult.go │ ├── TaobaoAilabAicloudTopDeviceGetstatusAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceGetstatusAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceOpenidAuthcodeGetAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceOpenidAuthcodeGetAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceOpenidAuthresultGetAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceOpenidAuthresultGetAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceOpenidUnbindAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceOpenidUnbindAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceSettingsResetAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceSettingsResetAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceStatusinfoGetAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceStatusinfoGetAPIResponse.go │ ├── TaobaoAilabAicloudTopDeviceStatusinfoGetResult.go │ ├── TaobaoAilabAicloudTopDeviceUnbindAPIRequest.go │ ├── TaobaoAilabAicloudTopDeviceUnbindAPIResponse.go │ ├── TaobaoAilabAicloudTopFeedlistDeleteAPIRequest.go │ ├── TaobaoAilabAicloudTopFeedlistDeleteAPIResponse.go │ ├── TaobaoAilabAicloudTopFeedlistGetAPIRequest.go │ ├── TaobaoAilabAicloudTopFeedlistGetAPIResponse.go │ ├── TaobaoAilabAicloudTopFreelistenChildrenalbumAPIRequest.go │ ├── TaobaoAilabAicloudTopFreelistenChildrenalbumAPIResponse.go │ ├── TaobaoAilabAicloudTopLikeAddAPIRequest.go │ ├── TaobaoAilabAicloudTopLikeAddAPIResponse.go │ ├── TaobaoAilabAicloudTopLikeDeleteAPIRequest.go │ ├── TaobaoAilabAicloudTopLikeDeleteAPIResponse.go │ ├── TaobaoAilabAicloudTopLikeFilterAPIRequest.go │ ├── TaobaoAilabAicloudTopLikeFilterAPIResponse.go │ ├── TaobaoAilabAicloudTopLikeListAPIRequest.go │ ├── TaobaoAilabAicloudTopLikeListAPIResponse.go │ ├── TaobaoAilabAicloudTopMessageAddtextAPIRequest.go │ ├── TaobaoAilabAicloudTopMessageAddtextAPIResponse.go │ ├── TaobaoAilabAicloudTopMessageGetUnreadCountAPIRequest.go │ ├── TaobaoAilabAicloudTopMessageGetUnreadCountAPIResponse.go │ ├── TaobaoAilabAicloudTopMessageListAPIRequest.go │ ├── TaobaoAilabAicloudTopMessageListAPIResponse.go │ ├── TaobaoAilabAicloudTopMessageListModel.go │ ├── TaobaoAilabAicloudTopMessageSendAPIRequest.go │ ├── TaobaoAilabAicloudTopMessageSendAPIResponse.go │ ├── TmallDeviceCarturlGetAPIRequest.go │ ├── TmallDeviceCarturlGetAPIResponse.go │ ├── TmallDeviceItemPromotionGetAPIRequest.go │ ├── TmallDeviceItemPromotionGetAPIResponse.go │ ├── TmallDeviceStoreFollowurlGetAPIRequest.go │ ├── TmallDeviceStoreFollowurlGetAPIResponse.go │ ├── TopDeviceBaseInfoDto.go │ ├── TopDeviceDetailInfoDto.go │ ├── TopDeviceExtInfoDto.go │ ├── TopDeviceStatusInfoDto.go │ ├── VideoUrlDto.go │ ├── VideoUrlParam.go │ └── doc.go ├── ioti │ ├── AlibabaItAlbumDeviceSendimageAPIRequest.go │ ├── AlibabaItAlbumDeviceSendimageAPIResponse.go │ ├── AlibabaItEslEslimageSendimageAPIRequest.go │ ├── AlibabaItEslEslimageSendimageAPIResponse.go │ ├── AlibabaItEslEslimageShowimagecommonAPIRequest.go │ ├── AlibabaItEslEslimageShowimagecommonAPIResponse.go │ ├── AlibabaItEslEslinfoGeteslinfoAPIRequest.go │ ├── AlibabaItEslEslinfoGeteslinfoAPIResponse.go │ ├── AlibabaItEslSendledAPIRequest.go │ ├── AlibabaItEslSendledAPIResponse.go │ ├── AlibabaItEslSendotaAPIRequest.go │ ├── AlibabaItEslSendotaAPIResponse.go │ ├── EslTopEngineAssetsDo.go │ └── doc.go ├── iotticket │ ├── AcceptTicketV2TopRequest.go │ ├── CainiaoIotTicketDetailQueryAPIRequest.go │ ├── CainiaoIotTicketDetailQueryAPIResponse.go │ ├── CainiaoIotTicketDetailQueryData.go │ ├── CainiaoIotTicketDetailQueryResult.go │ ├── CainiaoIotTicketSpCommentAPIRequest.go │ ├── CainiaoIotTicketSpCommentAPIResponse.go │ ├── CainiaoIotTicketSpCommentResultDto.go │ ├── CainiaoIotTicketSpMailSignUploadAPIRequest.go │ ├── CainiaoIotTicketSpMailSignUploadAPIResponse.go │ ├── CainiaoIotTicketSpMailSignUploadResultDto.go │ ├── CainiaoIotTicketSpMailVoucherUploadAPIRequest.go │ ├── CainiaoIotTicketSpMailVoucherUploadAPIResponse.go │ ├── CainiaoIotTicketSpMailVoucherUploadResultDto.go │ ├── CainiaoIotTicketSpMaintainUpdateAPIRequest.go │ ├── CainiaoIotTicketSpMaintainUpdateAPIResponse.go │ ├── CainiaoIotTicketSpMaintainUpdateResultDto.go │ ├── CainiaoIotTicketSpMaintainVtwoCreateAPIRequest.go │ ├── CainiaoIotTicketSpMaintainVtwoCreateAPIResponse.go │ ├── CainiaoIotTicketSpMaintainVtwoCreateResultDto.go │ ├── CainiaoIotTicketSpVtwoAcceptAPIRequest.go │ ├── CainiaoIotTicketSpVtwoAcceptAPIResponse.go │ ├── CainiaoIotTicketSpVtwoAcceptResultDto.go │ ├── CommentTicketTopRequest.go │ ├── Images.go │ ├── IotMaintainPlanItemTopRequest.go │ ├── MaintenanceInfo.go │ ├── MakeMaintainPlanV2TopRequest.go │ ├── OperateLogList.go │ ├── PartItemList.go │ ├── RepairmanInfo.go │ ├── UpdateMaintainPlanTopRequest.go │ ├── UploadSignVoucherRequest.go │ └── doc.go ├── itpolicy │ ├── ErrorFareRow.go │ ├── TaobaoAlitripItFareAddowAPIRequest.go │ ├── TaobaoAlitripItFareAddowAPIResponse.go │ ├── TaobaoAlitripItFareAddrtAPIRequest.go │ ├── TaobaoAlitripItFareAddrtAPIResponse.go │ ├── TaobaoAlitripItFareBatchaddAPIRequest.go │ ├── TaobaoAlitripItFareBatchaddAPIResponse.go │ ├── TaobaoAlitripItFareBatchdeleteAPIRequest.go │ ├── TaobaoAlitripItFareBatchdeleteAPIResponse.go │ ├── TaobaoAlitripItFareDeleteAPIRequest.go │ ├── TaobaoAlitripItFareDeleteAPIResponse.go │ ├── TaobaoAlitripItFareGetAPIRequest.go │ ├── TaobaoAlitripItFareGetAPIResponse.go │ ├── TaobaoAlitripItFareQuerytaskAPIRequest.go │ ├── TaobaoAlitripItFareQuerytaskAPIResponse.go │ ├── TaobaoAlitripItFareUpdateAPIRequest.go │ ├── TaobaoAlitripItFareUpdateAPIResponse.go │ ├── TaobaoAlitripItPolicyAddAPIRequest.go │ ├── TaobaoAlitripItPolicyAddAPIResponse.go │ ├── TaobaoAlitripItPolicyBatchdeleteAPIRequest.go │ ├── TaobaoAlitripItPolicyBatchdeleteAPIResponse.go │ ├── TaobaoAlitripItPolicyDeleteAPIRequest.go │ ├── TaobaoAlitripItPolicyDeleteAPIResponse.go │ ├── TaobaoAlitripItPolicyGetAPIRequest.go │ ├── TaobaoAlitripItPolicyGetAPIResponse.go │ ├── TaobaoAlitripItPolicyUpdateAPIRequest.go │ ├── TaobaoAlitripItPolicyUpdateAPIResponse.go │ ├── TopPolicyDo.go │ └── doc.go ├── jae │ ├── ParamDto.go │ ├── RichClientInfo.go │ ├── TaobaoAplatformWeakgetAPIRequest.go │ ├── TaobaoAplatformWeakgetAPIResponse.go │ ├── TaobaoAplatformWeakgetResult.go │ └── doc.go ├── jipiao │ ├── CorpInfo.go │ ├── Flight.go │ ├── Itinerary.go │ ├── Passenger.go │ ├── RequestAxbDo.go │ ├── ReturnApplyDo.go │ ├── ReturnApplyPassenge.go │ ├── ReturnTicketDetail.go │ ├── ReturnTicketDo.go │ ├── ReturnTicketSegment.go │ ├── SyncOrderDo.go │ ├── TaobaoAlitripBuyerGetAPIRequest.go │ ├── TaobaoAlitripBuyerGetAPIResponse.go │ ├── TaobaoAlitripSellerModifyListAPIRequest.go │ ├── TaobaoAlitripSellerModifyListAPIResponse.go │ ├── TaobaoAlitripSellerRefundConfirmreturnAPIRequest.go │ ├── TaobaoAlitripSellerRefundConfirmreturnAPIResponse.go │ ├── TaobaoAlitripSellerRefundFillfeeAPIRequest.go │ ├── TaobaoAlitripSellerRefundFillfeeAPIResponse.go │ ├── TaobaoAlitripSellerRefundGetAPIRequest.go │ ├── TaobaoAlitripSellerRefundGetAPIResponse.go │ ├── TaobaoAlitripSellerRefundGetResultDo.go │ ├── TaobaoAlitripSellerRefundRefusereturnAPIRequest.go │ ├── TaobaoAlitripSellerRefundRefusereturnAPIResponse.go │ ├── TaobaoAlitripSellerRefundRefusereturnResultDo.go │ ├── TaobaoAlitripSellerRefundSearchAPIRequest.go │ ├── TaobaoAlitripSellerRefundSearchAPIResponse.go │ ├── TaobaoAlitripSellerRefundSearchResultDo.go │ ├── TaobaoAlitripSellerRefundmoneyConfirmAPIRequest.go │ ├── TaobaoAlitripSellerRefundmoneyConfirmAPIResponse.go │ ├── TaobaoAlitripSellerRefundorderlistFetchAPIRequest.go │ ├── TaobaoAlitripSellerRefundorderlistFetchAPIResponse.go │ ├── TaobaoJipiaoAgentOrderBdetailAPIRequest.go │ ├── TaobaoJipiaoAgentOrderBdetailAPIResponse.go │ ├── TripBaseInfo.go │ ├── TripFlightInfo.go │ ├── TripFlightPassenger.go │ ├── TripOrder.go │ └── doc.go ├── jms │ ├── MsgGroupDo.go │ ├── TaobaoJushitaJmsGroupGetAPIRequest.go │ ├── TaobaoJushitaJmsGroupGetAPIResponse.go │ ├── TaobaoJushitaJmsTopicsGetAPIRequest.go │ ├── TaobaoJushitaJmsTopicsGetAPIResponse.go │ ├── TaobaoJushitaJmsUserAddAPIRequest.go │ ├── TaobaoJushitaJmsUserAddAPIResponse.go │ ├── TaobaoJushitaJmsUserDeleteAPIRequest.go │ ├── TaobaoJushitaJmsUserDeleteAPIResponse.go │ ├── TaobaoJushitaJmsUserGetAPIRequest.go │ ├── TaobaoJushitaJmsUserGetAPIResponse.go │ ├── TmcUser.go │ └── doc.go ├── jst │ ├── AccessBaseDto.go │ ├── AddSmsTemplateForIsvRequest.go │ ├── AlibabaModifyaddressIsvBindsellerCheckAPIRequest.go │ ├── AlibabaModifyaddressIsvBindsellerCheckAPIResponse.go │ ├── CheckSellerChooseErpResponse.go │ ├── CheckSignSkuResponse.go │ ├── CreateSmsTaskRequest.go │ ├── DigitalSmsTemplateContentDto.go │ ├── HistoryTradeRelationDo.go │ ├── HlUserDo.go │ ├── JdpUser.go │ ├── QuerySmsSignDto.go │ ├── RdsDbInfo.go │ ├── RefundTrace.go │ ├── RequestDbAccountModel.go │ ├── SendMessageByOaidRequest.go │ ├── SendMessageRequest.go │ ├── SimpleAbnormalOrderDetail.go │ ├── SmsFileContentDto.go │ ├── SmsResponse.go │ ├── SmsSignNameRequest.go │ ├── SmsTaskModel.go │ ├── SmsTemplateRequest.go │ ├── TaobaoJdsHluserGetAPIRequest.go │ ├── TaobaoJdsHluserGetAPIResponse.go │ ├── TaobaoJdsHluserUpdateAPIRequest.go │ ├── TaobaoJdsHluserUpdateAPIResponse.go │ ├── TaobaoJdsRefundTracesGetAPIRequest.go │ ├── TaobaoJdsRefundTracesGetAPIResponse.go │ ├── TaobaoJdsTradeTracesGetAPIRequest.go │ ├── TaobaoJdsTradeTracesGetAPIResponse.go │ ├── TaobaoJdsTradesStatisticsDiffAPIRequest.go │ ├── TaobaoJdsTradesStatisticsDiffAPIResponse.go │ ├── TaobaoJdsTradesStatisticsGetAPIRequest.go │ ├── TaobaoJdsTradesStatisticsGetAPIResponse.go │ ├── TaobaoJstMiniappCrowdCreateAPIRequest.go │ ├── TaobaoJstMiniappCrowdCreateAPIResponse.go │ ├── TaobaoJstMiniappOpenidMessageSendAPIRequest.go │ ├── TaobaoJstMiniappOpenidMessageSendAPIResponse.go │ ├── TaobaoJstSmsMessageDirectBatchsendAPIRequest.go │ ├── TaobaoJstSmsMessageDirectBatchsendAPIResponse.go │ ├── TaobaoJstSmsMessageSendAPIRequest.go │ ├── TaobaoJstSmsMessageSendAPIResponse.go │ ├── TaobaoJstSmsMessageShorturlCreateAPIRequest.go │ ├── TaobaoJstSmsMessageShorturlCreateAPIResponse.go │ ├── TaobaoJstSmsMessageShorturlQueryAPIRequest.go │ ├── TaobaoJstSmsMessageShorturlQueryAPIResponse.go │ ├── TaobaoJstSmsOaidMessageSendAPIRequest.go │ ├── TaobaoJstSmsOaidMessageSendAPIResponse.go │ ├── TaobaoJstSmsSignnameCreateAPIRequest.go │ ├── TaobaoJstSmsSignnameCreateAPIResponse.go │ ├── TaobaoJstSmsSignnameDeleteAPIRequest.go │ ├── TaobaoJstSmsSignnameDeleteAPIResponse.go │ ├── TaobaoJstSmsSignnameModifyAPIRequest.go │ ├── TaobaoJstSmsSignnameModifyAPIResponse.go │ ├── TaobaoJstSmsSignnameQueryAPIRequest.go │ ├── TaobaoJstSmsSignnameQueryAPIResponse.go │ ├── TaobaoJstSmsSignnameReportAPIRequest.go │ ├── TaobaoJstSmsSignnameReportAPIResponse.go │ ├── TaobaoJstSmsTaskCreateAPIRequest.go │ ├── TaobaoJstSmsTaskCreateAPIResponse.go │ ├── TaobaoJstSmsTemplateCreateAPIRequest.go │ ├── TaobaoJstSmsTemplateCreateAPIResponse.go │ ├── TaobaoJstSmsTemplateDeleteAPIRequest.go │ ├── TaobaoJstSmsTemplateDeleteAPIResponse.go │ ├── TaobaoJstSmsTemplateModifyAPIRequest.go │ ├── TaobaoJstSmsTemplateModifyAPIResponse.go │ ├── TaobaoJstSmsTemplateQueryAPIRequest.go │ ├── TaobaoJstSmsTemplateQueryAPIResponse.go │ ├── TaobaoJstSmsTemplateReportAPIRequest.go │ ├── TaobaoJstSmsTemplateReportAPIResponse.go │ ├── TaobaoJushitaJdpUserAddAPIRequest.go │ ├── TaobaoJushitaJdpUserAddAPIResponse.go │ ├── TaobaoJushitaJdpUserDeleteAPIRequest.go │ ├── TaobaoJushitaJdpUserDeleteAPIResponse.go │ ├── TaobaoJushitaJdpUsersGetAPIRequest.go │ ├── TaobaoJushitaJdpUsersGetAPIResponse.go │ ├── TaobaoModifyaddressOpenAPIRequest.go │ ├── TaobaoModifyaddressOpenAPIResponse.go │ ├── TaobaoModifyorderOrderCheckAPIRequest.go │ ├── TaobaoModifyorderOrderCheckAPIResponse.go │ ├── TaobaoModifyskuQueryStatusAPIRequest.go │ ├── TaobaoModifyskuQueryStatusAPIResponse.go │ ├── TaobaoOcApContractsignedGetAPIRequest.go │ ├── TaobaoOcApContractsignedGetAPIResponse.go │ ├── TaobaoOcApContracturlGetAPIRequest.go │ ├── TaobaoOcApContracturlGetAPIResponse.go │ ├── TaobaoOcTradesBytagGetAPIRequest.go │ ├── TaobaoOcTradesBytagGetAPIResponse.go │ ├── TaobaoOcTradetagAttachAPIRequest.go │ ├── TaobaoOcTradetagAttachAPIResponse.go │ ├── TaobaoOcTradetagsGetAPIRequest.go │ ├── TaobaoOcTradetagsGetAPIResponse.go │ ├── TaobaoOcTradetraceAlertsGetAPIRequest.go │ ├── TaobaoOcTradetraceAlertsGetAPIResponse.go │ ├── TaobaoQimenOrderstatusUpdateAPIRequest.go │ ├── TaobaoQimenOrderstatusUpdateAPIResponse.go │ ├── TaobaoRdsDbCreateAPIRequest.go │ ├── TaobaoRdsDbCreateAPIResponse.go │ ├── TaobaoRdsDbCreateaccountAPIRequest.go │ ├── TaobaoRdsDbCreateaccountAPIResponse.go │ ├── TaobaoRdsDbCreateaccountResultSet.go │ ├── TaobaoRdsDbDeleteAPIRequest.go │ ├── TaobaoRdsDbDeleteAPIResponse.go │ ├── TaobaoRdsDbGetAPIRequest.go │ ├── TaobaoRdsDbGetAPIResponse.go │ ├── TaobaoRdsDbGetdbAPIRequest.go │ ├── TaobaoRdsDbGetdbAPIResponse.go │ ├── TaobaoRdsDbGetdbResultSet.go │ ├── TaobaoTopBizSellerSignAPIRequest.go │ ├── TaobaoTopBizSellerSignAPIResponse.go │ ├── TopAddSmsSignRequest.go │ ├── TopDeleteSmsSignRequest.go │ ├── TopDeleteSmsTemplateRequest.go │ ├── TopModifySmsSignRequest.go │ ├── TopModifySmsTemplateRequest.go │ ├── TopQuerySmsSignRequest.go │ ├── TopQuerySmsTemplateRequest.go │ ├── TradeStat.go │ ├── TradeTagRelationDo.go │ ├── TradeTrace.go │ └── doc.go ├── jstinteractive │ ├── Activity.go │ ├── AssetsConfig.go │ ├── InteractivePointQueryResponse.go │ ├── InteractiveTask.go │ ├── InteractiveTaskQueryResponse.go │ ├── Material.go │ ├── Progress.go │ ├── TaobaoJstInteractiveActivityCreateAPIRequest.go │ ├── TaobaoJstInteractiveActivityCreateAPIResponse.go │ ├── TaobaoJstInteractiveActivityQueryAPIRequest.go │ ├── TaobaoJstInteractiveActivityQueryAPIResponse.go │ ├── TaobaoJstInteractiveActivityUpdateAPIRequest.go │ ├── TaobaoJstInteractiveActivityUpdateAPIResponse.go │ ├── TaobaoJstInteractiveAssetsConfigAPIRequest.go │ ├── TaobaoJstInteractiveAssetsConfigAPIResponse.go │ ├── TaobaoJstInteractiveAssetsConfiguredQueryAPIRequest.go │ ├── TaobaoJstInteractiveAssetsConfiguredQueryAPIResponse.go │ ├── TaobaoJstInteractiveAssetsQueryAPIRequest.go │ ├── TaobaoJstInteractiveAssetsQueryAPIResponse.go │ ├── TaobaoJstInteractivePointDecreaseAPIRequest.go │ ├── TaobaoJstInteractivePointDecreaseAPIResponse.go │ ├── TaobaoJstInteractivePointIncreaseAPIRequest.go │ ├── TaobaoJstInteractivePointIncreaseAPIResponse.go │ ├── TaobaoJstInteractivePointQueryAPIRequest.go │ ├── TaobaoJstInteractivePointQueryAPIResponse.go │ ├── TaobaoJstInteractiveTaskQueryAPIRequest.go │ ├── TaobaoJstInteractiveTaskQueryAPIResponse.go │ ├── TaobaoJstInteractiveTaskRegisterAPIRequest.go │ ├── TaobaoJstInteractiveTaskRegisterAPIResponse.go │ └── doc.go ├── jstsecret │ ├── SecretNoBindResponse.go │ ├── TaobaoJstSecretGetAPIRequest.go │ ├── TaobaoJstSecretGetAPIResponse.go │ └── doc.go ├── ju │ ├── AlibabaJhsCommunityActivityDetailsAPIRequest.go │ ├── AlibabaJhsCommunityActivityDetailsAPIResponse.go │ ├── AlibabaJhsCommunityActivityDetailsData.go │ ├── AlibabaJhsCommunityActivityListAPIRequest.go │ ├── AlibabaJhsCommunityActivityListAPIResponse.go │ ├── AlibabaJhsCommunityActivityReservationAPIRequest.go │ ├── AlibabaJhsCommunityActivityReservationAPIResponse.go │ ├── AlibabaJhsCommunityIdentityStoreAPIRequest.go │ ├── AlibabaJhsCommunityIdentityStoreAPIResponse.go │ ├── AlibabaJhsCommunitySubmittingTextAPIRequest.go │ ├── AlibabaJhsCommunitySubmittingTextAPIResponse.go │ ├── AlibabaJhsCommunitySubmittingTextData.go │ ├── AlibabaJhsCommunityUserStatisticsAPIRequest.go │ ├── AlibabaJhsCommunityUserStatisticsAPIResponse.go │ ├── AlibabaJhsCommunityWechatLoginAPIRequest.go │ ├── AlibabaJhsCommunityWechatLoginAPIResponse.go │ ├── CommunityActivityDto.go │ └── doc.go ├── jym │ ├── AlibabaJymGoodsExternalGoodsVmosOffonGameAPIRequest.go │ ├── AlibabaJymGoodsExternalGoodsVmosOffonGameAPIResponse.go │ ├── AlibabaJymIndustryOutsidegamepropertysyncQuerypropertyinfoAPIRequest.go │ ├── AlibabaJymIndustryOutsidegamepropertysyncQuerypropertyinfoAPIResponse.go │ ├── AlibabaJymIndustryOutsidegamepropertysyncSyncpropertyinfoAPIRequest.go │ ├── AlibabaJymIndustryOutsidegamepropertysyncSyncpropertyinfoAPIResponse.go │ ├── AlibabaJymIndustryRecommendGoodsGetAPIRequest.go │ ├── AlibabaJymIndustryRecommendGoodsGetAPIResponse.go │ ├── AlibabaJymIndustryTaskswitchSaveAPIRequest.go │ ├── AlibabaJymIndustryTaskswitchSaveAPIResponse.go │ ├── AlibabaJymIndustryTradeMaxPriceGetAPIRequest.go │ ├── AlibabaJymIndustryTradeMaxPriceGetAPIResponse.go │ ├── AlibabaJymIndustryVmosCommonCallbackAPIRequest.go │ ├── AlibabaJymIndustryVmosCommonCallbackAPIResponse.go │ ├── AlibabaJymItemExternalGoodsBatchSynoffsaleAPIRequest.go │ ├── AlibabaJymItemExternalGoodsBatchSynoffsaleAPIResponse.go │ ├── AlibabaJymSteamFulfillmentUpdateAPIRequest.go │ ├── AlibabaJymSteamFulfillmentUpdateAPIResponse.go │ ├── AlibabaJymSteamRefundAuditAPIRequest.go │ ├── AlibabaJymSteamRefundAuditAPIResponse.go │ ├── AlibabaJymSteamShadowuserGetAPIRequest.go │ ├── AlibabaJymSteamShadowuserGetAPIResponse.go │ ├── AuditRefundOrderDto.go │ ├── CommonCallbackDto.go │ ├── DeliveryNotifyDto.go │ ├── GoodsResultDto.go │ ├── JymGoodsTagDto.go │ ├── JymMaxPriceOrderInfoDto.go │ ├── JymMaxPriceRequestDto.go │ ├── JymRecommendGoodsInfoDto.go │ ├── JymRecommendGoodsRequestDto.go │ ├── JymSingleGoodsDto.go │ ├── OutSideQueryGamePropertyInfoRequestDto.go │ ├── OutSideQueryGamePropertyInfoResponseDto.go │ ├── OutSideSyncGamePropertyRequestDto.go │ ├── OutSideSyncGamePropertyResponseDto.go │ ├── RealNameVerifyTopDto.go │ ├── ResultDto.go │ ├── SteamShadowDto.go │ ├── SyncOffSaleCommandDto.go │ ├── TaobaoJymMemberRealnameVerifyWithoutuidAPIRequest.go │ ├── TaobaoJymMemberRealnameVerifyWithoutuidAPIResponse.go │ ├── TaobaoJymMemberRealnameVerifyWithoutuidResultDto.go │ ├── TaskSwitchReqDto.go │ └── doc.go ├── kbalgo │ ├── AlibabaKbalgoAlscpoisGetAPIRequest.go │ ├── AlibabaKbalgoAlscpoisGetAPIResponse.go │ ├── AlscPoiToBaiduResult.go │ ├── BaseInfo.go │ ├── Content.go │ ├── CouponInfo.go │ ├── Delivery.go │ ├── HomeProduct.go │ ├── Label.go │ ├── Poi.go │ ├── PoiToBaiduData.go │ ├── ProductInfo.go │ ├── Schema.go │ ├── ShopProduct.go │ └── doc.go ├── kclub │ ├── AlibabaKclubKcGetcategorytreeAPIRequest.go │ ├── AlibabaKclubKcGetcategorytreeAPIResponse.go │ ├── AlibabaKclubKcGetcategorytreeResult.go │ ├── AlibabaKclubKcQaGetAPIRequest.go │ ├── AlibabaKclubKcQaGetAPIResponse.go │ ├── AlibabaKclubKcQaGetResult.go │ ├── AlibabaKclubKcQaSearchAPIRequest.go │ ├── AlibabaKclubKcQaSearchAPIResponse.go │ ├── AlibabaKclubKcQaSearchPageAPIRequest.go │ ├── AlibabaKclubKcQaSearchPageAPIResponse.go │ ├── AlibabaKclubKcQaSearchPageResult.go │ ├── AlibabaKclubKcQaSearchResult.go │ ├── AlibabaKclubKcQueryknowledgeAPIRequest.go │ ├── AlibabaKclubKcQueryknowledgeAPIResponse.go │ ├── AlibabaKclubKcQueryknowledgeResult.go │ ├── KcQaFilter.go │ ├── KcQaQuery.go │ ├── KcQaRead.go │ ├── KcQaReadDto.go │ ├── KcQaSolution.go │ ├── KcQaSolutionDto.go │ ├── KcSearchQuestion.go │ ├── KcSearchQuestionDto.go │ ├── KcSearchQuestionQuery.go │ ├── Paging.go │ ├── QaPvDto.go │ ├── SorterConfig.go │ ├── TenancyAuth.go │ └── doc.go ├── koubeimall │ ├── CategoryTabInfoDto.go │ ├── CommentDetailInfo.go │ ├── CommentInfoDto.go │ ├── CommentTag.go │ ├── DisplayGoodsDto.go │ ├── DistrictInfo.go │ ├── GoodsDetailInfo.go │ ├── ItemBuyNotes.go │ ├── ItemBuyNotesDetail.go │ ├── ItemDetailDto.go │ ├── ItemDetailResult.go │ ├── ItemDto.go │ ├── ItemGroupContent.go │ ├── ItemGroupContentDetail.go │ ├── ItemImage.go │ ├── ItemImageDetail.go │ ├── ItemRule.go │ ├── ItemServices.go │ ├── ItemServicesDetail.go │ ├── ItemStoreDto.go │ ├── MallDetailDto.go │ ├── MallDto.go │ ├── PageResult.go │ ├── Picture.go │ ├── ServiceInfoDto.go │ ├── ServiceTag.go │ ├── ShopShelfDto.go │ ├── StoreAlbumDto.go │ ├── StoreDetailDto.go │ ├── StoreDto.go │ ├── SuperDiscountDto.go │ ├── TaobaoKoubeiMallCommonItemDetailQueryAPIRequest.go │ ├── TaobaoKoubeiMallCommonItemDetailQueryAPIResponse.go │ ├── TaobaoKoubeiMallCommonItemDetailQueryResult.go │ ├── TaobaoKoubeiMallCommonItemShelfPageAPIRequest.go │ ├── TaobaoKoubeiMallCommonItemShelfPageAPIResponse.go │ ├── TaobaoKoubeiMallCommonItemShelfPageResult.go │ ├── TaobaoKoubeiMallCommonItemSuperDiscountListAPIRequest.go │ ├── TaobaoKoubeiMallCommonItemSuperDiscountListAPIResponse.go │ ├── TaobaoKoubeiMallCommonItemSuperDiscountListResult.go │ ├── TaobaoKoubeiMallCommonMallAuthPageAPIRequest.go │ ├── TaobaoKoubeiMallCommonMallAuthPageAPIResponse.go │ ├── TaobaoKoubeiMallCommonMallAuthPageResult.go │ ├── TaobaoKoubeiMallCommonMallDetailGetAPIRequest.go │ ├── TaobaoKoubeiMallCommonMallDetailGetAPIResponse.go │ ├── TaobaoKoubeiMallCommonMallDetailGetResult.go │ ├── TaobaoKoubeiMallCommonMallNearListAPIRequest.go │ ├── TaobaoKoubeiMallCommonMallNearListAPIResponse.go │ ├── TaobaoKoubeiMallCommonMallNearListResult.go │ ├── TaobaoKoubeiMallCommonStoreCommentPageAPIRequest.go │ ├── TaobaoKoubeiMallCommonStoreCommentPageAPIResponse.go │ ├── TaobaoKoubeiMallCommonStoreCommentPageResult.go │ ├── TaobaoKoubeiMallCommonStoreDetailQueryAPIRequest.go │ ├── TaobaoKoubeiMallCommonStoreDetailQueryAPIResponse.go │ ├── TaobaoKoubeiMallCommonStoreDetailQueryResult.go │ ├── TaobaoKoubeiMallCommonStoreDisplayGoodsListAPIRequest.go │ ├── TaobaoKoubeiMallCommonStoreDisplayGoodsListAPIResponse.go │ ├── TaobaoKoubeiMallCommonStoreDisplayGoodsListResult.go │ ├── TaobaoKoubeiMallCommonStorePageAPIRequest.go │ ├── TaobaoKoubeiMallCommonStorePageAPIResponse.go │ ├── TaobaoKoubeiMallCommonStorePageResult.go │ ├── TribeError.go │ └── doc.go ├── larkiot │ ├── BizListResult.go │ ├── BizSingleResult.go │ ├── CinemaIotResponse.go │ ├── IotGoodsOrderRsp.go │ ├── TaobaoLarkIotOrderConfirmorderAPIRequest.go │ ├── TaobaoLarkIotOrderConfirmorderAPIResponse.go │ ├── TaobaoLarkIotOrderGetcinemasAPIRequest.go │ ├── TaobaoLarkIotOrderGetcinemasAPIResponse.go │ ├── TaobaoLarkIotOrderGetgoodslistAPIRequest.go │ ├── TaobaoLarkIotOrderGetgoodslistAPIResponse.go │ ├── TaobaoLarkPosBasedataGetworkstationAPIRequest.go │ ├── TaobaoLarkPosBasedataGetworkstationAPIResponse.go │ ├── ThirdGoodsListRsp.go │ ├── ThirdGoodsRsp.go │ └── doc.go ├── lbs │ ├── TaobaoLbsMessageUploadAPIRequest.go │ ├── TaobaoLbsMessageUploadAPIResponse.go │ └── doc.go ├── legalcase │ ├── AlibabaLegalCaseCommonEnumdataAPIRequest.go │ ├── AlibabaLegalCaseCommonEnumdataAPIResponse.go │ ├── AlibabaLegalCaseCommonNoticeAPIRequest.go │ ├── AlibabaLegalCaseCommonNoticeAPIResponse.go │ ├── AlibabaLegalCaseCourtTimeUpdateAPIRequest.go │ ├── AlibabaLegalCaseCourtTimeUpdateAPIResponse.go │ ├── AlibabaLegalCaseEntrustCallbackAPIRequest.go │ ├── AlibabaLegalCaseEntrustCallbackAPIResponse.go │ ├── AlibabaLegalCaseEntrustGetAPIRequest.go │ ├── AlibabaLegalCaseEntrustGetAPIResponse.go │ ├── AlibabaLegalCaseMediateRecordSaveAPIRequest.go │ ├── AlibabaLegalCaseMediateRecordSaveAPIResponse.go │ ├── AlibabaLegalCaseQuerystandpointSaveAPIRequest.go │ ├── AlibabaLegalCaseQuerystandpointSaveAPIResponse.go │ ├── AlibabaLegalCaseStandpointFeedbackAPIRequest.go │ ├── AlibabaLegalCaseStandpointFeedbackAPIResponse.go │ ├── AlibabaLegalCaseStandpointQueryrefAPIRequest.go │ ├── AlibabaLegalCaseStandpointQueryrefAPIResponse.go │ ├── AlibabaLegalCaseStandpointQuerystandpointAPIRequest.go │ ├── AlibabaLegalCaseStandpointQuerystandpointAPIResponse.go │ ├── AlibabaLegalCaseStandpointQuerystandpointResult.go │ ├── AlibabaLegalCaseStandpointSavestandpointAPIRequest.go │ ├── AlibabaLegalCaseStandpointSavestandpointAPIResponse.go │ ├── AlibabaLegalSuitFileUploadAPIRequest.go │ ├── AlibabaLegalSuitFileUploadAPIResponse.go │ ├── Children.go │ ├── Content.go │ ├── EntrustModel.go │ ├── FeedbackRequestModel.go │ ├── FileModel.go │ ├── MediateCommunicationModel.go │ ├── NoticeModel.go │ ├── Option.go │ ├── Page.go │ ├── RefStandpointModel.go │ ├── ServiceResult.go │ ├── StandpointSearchDto.go │ └── doc.go ├── legalsuit │ ├── AccuserModel.go │ ├── AfterCourtDetailModel.go │ ├── AfterCourtInfoModel.go │ ├── AlibabaLegalNewdraftstandpointQueryAPIRequest.go │ ├── AlibabaLegalNewdraftstandpointQueryAPIResponse.go │ ├── AlibabaLegalStandpointCollectionstandpointQueryAPIRequest.go │ ├── AlibabaLegalStandpointCollectionstandpointQueryAPIResponse.go │ ├── AlibabaLegalStandpointDeleteAPIRequest.go │ ├── AlibabaLegalStandpointDeleteAPIResponse.go │ ├── AlibabaLegalStandpointDerivestandpointQueryAPIRequest.go │ ├── AlibabaLegalStandpointDerivestandpointQueryAPIResponse.go │ ├── AlibabaLegalStandpointDraftstandpointInsertAPIRequest.go │ ├── AlibabaLegalStandpointDraftstandpointInsertAPIResponse.go │ ├── AlibabaLegalStandpointGetrefAPIRequest.go │ ├── AlibabaLegalStandpointGetrefAPIResponse.go │ ├── AlibabaLegalStandpointInsertdraftAPIRequest.go │ ├── AlibabaLegalStandpointInsertdraftAPIResponse.go │ ├── AlibabaLegalStandpointQueryAPIRequest.go │ ├── AlibabaLegalStandpointQueryAPIResponse.go │ ├── AlibabaLegalStandpointSceneQueryAPIRequest.go │ ├── AlibabaLegalStandpointSceneQueryAPIResponse.go │ ├── AlibabaLegalStandpointStandpointCollectionAPIRequest.go │ ├── AlibabaLegalStandpointStandpointCollectionAPIResponse.go │ ├── AlibabaLegalStandpointStandpointQueryAPIRequest.go │ ├── AlibabaLegalStandpointStandpointQueryAPIResponse.go │ ├── AlibabaLegalStandpointStandpointQueryallAPIRequest.go │ ├── AlibabaLegalStandpointStandpointQueryallAPIResponse.go │ ├── AlibabaLegalStandpointStandpointtreeQueryAPIRequest.go │ ├── AlibabaLegalStandpointStandpointtreeQueryAPIResponse.go │ ├── AlibabaLegalStanpointAcceptAPIRequest.go │ ├── AlibabaLegalStanpointAcceptAPIResponse.go │ ├── AlibabaLegalSuitCaseGetAPIRequest.go │ ├── AlibabaLegalSuitCaseGetAPIResponse.go │ ├── AlibabaLegalSuitCourtAfterPushAPIRequest.go │ ├── AlibabaLegalSuitCourtAfterPushAPIResponse.go │ ├── AlibabaLegalSuitCourtBeforePushAPIRequest.go │ ├── AlibabaLegalSuitCourtBeforePushAPIResponse.go │ ├── AlibabaLegalSuitCourtEntrustGetAPIRequest.go │ ├── AlibabaLegalSuitCourtEntrustGetAPIResponse.go │ ├── AlibabaLegalSuitCourtLawyerPushAPIRequest.go │ ├── AlibabaLegalSuitCourtLawyerPushAPIResponse.go │ ├── AlibabaLegalSuitCourtOpenPushAPIRequest.go │ ├── AlibabaLegalSuitCourtOpenPushAPIResponse.go │ ├── AlibabaLegalSuitCourttimePushAPIRequest.go │ ├── AlibabaLegalSuitCourttimePushAPIResponse.go │ ├── AlibabaLegalSuitDominationGetAPIRequest.go │ ├── AlibabaLegalSuitDominationGetAPIResponse.go │ ├── AlibabaLegalSuitDominationPushAPIRequest.go │ ├── AlibabaLegalSuitDominationPushAPIResponse.go │ ├── AlibabaLegalSuitJudgementGetAPIRequest.go │ ├── AlibabaLegalSuitJudgementGetAPIResponse.go │ ├── AlibabaLegalSuitJudgementPushAPIRequest.go │ ├── AlibabaLegalSuitJudgementPushAPIResponse.go │ ├── AlibabaLegalSuitPaymentPushAPIRequest.go │ ├── AlibabaLegalSuitPaymentPushAPIResponse.go │ ├── AlibabaLegalSuitSealPushAPIRequest.go │ ├── AlibabaLegalSuitSealPushAPIResponse.go │ ├── AlibabaStandpointHistorykeyGetAPIRequest.go │ ├── AlibabaStandpointHistorykeyGetAPIResponse.go │ ├── AppelleeModel.go │ ├── Attachmentlist.go │ ├── BeforeCourtModel.go │ ├── CaseModel.go │ ├── CheckInModel.go │ ├── CommunicateModel.go │ ├── CourtEntrustModel.go │ ├── CourtEvidenceModel.go │ ├── CourtInfoModel.go │ ├── CourtModel.go │ ├── CourtPartyModel.go │ ├── CourtProblemModel.go │ ├── DominationDissentModel.go │ ├── DominationModel.go │ ├── FileDto.go │ ├── FileModel.go │ ├── FileValues.go │ ├── LFileModel.go │ ├── LabelOption.go │ ├── Lawyers.go │ ├── LawyersModel.go │ ├── LitigantThirdPartyModel.go │ ├── Option.go │ ├── Options.go │ ├── Page.go │ ├── PaymentOrderModel.go │ ├── QueryParam.go │ ├── RefereeRegistrationModel.go │ ├── SceneOption.go │ ├── SealFileModel.go │ ├── SealResponseModel.go │ ├── SealTaskModel.go │ ├── ServiceResult.go │ ├── StandpointDeriveDraftEpaasDto.go │ ├── StandpointDraftDto.go │ ├── StandpointDraftOutPutDto.go │ ├── StandpointOutPutDto.go │ ├── StandpointRefDto.go │ ├── SuitFeeModel.go │ └── doc.go ├── lifeservice │ ├── TaobaoPlaceStoreRelationAddAPIRequest.go │ ├── TaobaoPlaceStoreRelationAddAPIResponse.go │ └── doc.go ├── logistic │ ├── AELogisticsOrderDto.go │ ├── AELogisticsShippingMethodDto.go │ ├── AddressDto.go │ ├── AddressResult.go │ ├── AddressTopDto.go │ ├── Addressdtos.go │ ├── AeopWlCreateWarehouseOrderResultDto.go │ ├── AeopWlDeclareAddressDto.go │ ├── AeopWlDeclareProductForTopDto.go │ ├── AlibabaAlinkMessageHistoryActionAPIRequest.go │ ├── AlibabaAlinkMessageHistoryActionAPIResponse.go │ ├── AlibabaAscpLogisticsCpGetAPIRequest.go │ ├── AlibabaAscpLogisticsCpGetAPIResponse.go │ ├── AlibabaEleFengniaoCancelMerchantAPIRequest.go │ ├── AlibabaEleFengniaoCancelMerchantAPIResponse.go │ ├── AlibabaEleFengniaoCarrierCapacityQueryAPIRequest.go │ ├── AlibabaEleFengniaoCarrierCapacityQueryAPIResponse.go │ ├── AlibabaEleFengniaoCarrierdriverLocationAPIRequest.go │ ├── AlibabaEleFengniaoCarrierdriverLocationAPIResponse.go │ ├── AlibabaEleFengniaoChainstoreContractCancelAPIRequest.go │ ├── AlibabaEleFengniaoChainstoreContractCancelAPIResponse.go │ ├── AlibabaEleFengniaoChainstoreContractCancelData.go │ ├── AlibabaEleFengniaoChainstoreContractChangeAPIRequest.go │ ├── AlibabaEleFengniaoChainstoreContractChangeAPIResponse.go │ ├── AlibabaEleFengniaoChainstoreRangesAPIRequest.go │ ├── AlibabaEleFengniaoChainstoreRangesAPIResponse.go │ ├── AlibabaEleFengniaoChainstoreRangesResult.go │ ├── AlibabaEleFengniaoChainstoreUpdateAPIRequest.go │ ├── AlibabaEleFengniaoChainstoreUpdateAPIResponse.go │ ├── AlibabaEleFengniaoMerchantContractCancelAPIRequest.go │ ├── AlibabaEleFengniaoMerchantContractCancelAPIResponse.go │ ├── AlibabaEleFengniaoOrderPushAPIRequest.go │ ├── AlibabaEleFengniaoOrderPushAPIResponse.go │ ├── AlibabaEleFengniaoOrderQueryAPIRequest.go │ ├── AlibabaEleFengniaoOrderQueryAPIResponse.go │ ├── AlibabaEleFengniaoServicePackageQueryAPIRequest.go │ ├── AlibabaEleFengniaoServicePackageQueryAPIResponse.go │ ├── AlibabaEleFengniaoServicePackageQueryResult.go │ ├── AlibabaEleFengniaoShippingorderEventAPIRequest.go │ ├── AlibabaEleFengniaoShippingorderEventAPIResponse.go │ ├── AlibabaEleFengniaoTradeUpdateAPIRequest.go │ ├── AlibabaEleFengniaoTradeUpdateAPIResponse.go │ ├── AlibabaTclsFulfillQaOrderCreateAPIRequest.go │ ├── AlibabaTclsFulfillQaOrderCreateAPIResponse.go │ ├── AliexpressLocalLogisticLabelPrintAPIRequest.go │ ├── AliexpressLocalLogisticLabelPrintAPIResponse.go │ ├── AliexpressLocalLogisticsLabelPrintAPIRequest.go │ ├── AliexpressLocalLogisticsLabelPrintAPIResponse.go │ ├── AliexpressLocalLogisticsOrderCreateAPIRequest.go │ ├── AliexpressLocalLogisticsOrderCreateAPIResponse.go │ ├── AliexpressLocalLogisticsOrderInfoQueryAPIRequest.go │ ├── AliexpressLocalLogisticsOrderInfoQueryAPIResponse.go │ ├── AliexpressLocalLogisticsReportShippedAPIRequest.go │ ├── AliexpressLocalLogisticsReportShippedAPIResponse.go │ ├── AliexpressLocalLogisticsShippingMethodQueryAPIRequest.go │ ├── AliexpressLocalLogisticsShippingMethodQueryAPIResponse.go │ ├── AliexpressLogisticsCreatewarehouseorderAPIRequest.go │ ├── AliexpressLogisticsCreatewarehouseorderAPIResponse.go │ ├── BaseResultDto.go │ ├── CainiaoCbossWorkplatformBiztypeQuerybyidAPIRequest.go │ ├── CainiaoCbossWorkplatformBiztypeQuerybyidAPIResponse.go │ ├── CainiaoCbossWorkplatformBiztypeQuerybyidResult.go │ ├── CainiaoCbossWorkplatformLogisticsIscainiaoorderAPIRequest.go │ ├── CainiaoCbossWorkplatformLogisticsIscainiaoorderAPIResponse.go │ ├── CainiaoDataLogisticsCpDeliveryAgingPredictAPIRequest.go │ ├── CainiaoDataLogisticsCpDeliveryAgingPredictAPIResponse.go │ ├── CainiaoDataLogisticsDeliveryAgingPredictAPIRequest.go │ ├── CainiaoDataLogisticsDeliveryAgingPredictAPIResponse.go │ ├── CainiaoDataLogisticsDeliveryAgingPredictData.go │ ├── CainiaoMemberCourierCpresignAPIRequest.go │ ├── CainiaoMemberCourierCpresignAPIResponse.go │ ├── CainiaoReachableBatchjudgeAPIRequest.go │ ├── CainiaoReachableBatchjudgeAPIResponse.go │ ├── CainiaoWaybillCloudprintNetprintBindAPIRequest.go │ ├── CainiaoWaybillCloudprintNetprintBindAPIResponse.go │ ├── CainiaoWaybillCloudprintNetprintVerifycodeAPIRequest.go │ ├── CainiaoWaybillCloudprintNetprintVerifycodeAPIResponse.go │ ├── Capacities.go │ ├── ChainStore.go │ ├── ClientInfoDto.go │ ├── CloudPrinterBindRequest.go │ ├── CloudPrinterVerifyCodeRequest.go │ ├── CommodityInfo.go │ ├── CreateOrderRequestTopDto.go │ ├── CutOffDeliveryProcessRequest.go │ ├── DeliveryTimingDto.go │ ├── ErrorInfo.go │ ├── ExpressModifyAppointTopRequestDto.go │ ├── ExpressModifyAppointTopResponseDto.go │ ├── ExtensionTopDto.go │ ├── FindOrderRequestTopDto.go │ ├── GoodsItem.go │ ├── InvoiceDto.go │ ├── InvoiceTopDto.go │ ├── IsvResult.go │ ├── Kvs.go │ ├── LabelDto.go │ ├── Location.go │ ├── LogisticsNoticeDto.go │ ├── LogisticsResourceDto.go │ ├── LogisticsResourceRequest.go │ ├── LogisticsResult.go │ ├── Money.go │ ├── NotifyCutOffDeliveryProcessStatusRequest.go │ ├── OrderDto.go │ ├── OrderWarehouseRouteGetItem.go │ ├── OrderWarehouseRouteGetItems.go │ ├── PageQueryWarehouseResourceRelationByFromRequest.go │ ├── Pagination.go │ ├── Param.go │ ├── ParcelDto.go │ ├── ParcelTopDto.go │ ├── PrintLabelRequestDto.go │ ├── ProductDto.go │ ├── ProductTopDto.go │ ├── QueryShippingMethodRequestTopDto.go │ ├── QueryShippingMethodResponseDto.go │ ├── Range.go │ ├── ReachableAddressAndServiceDto.go │ ├── ReachableDto.go │ ├── ReachableServiceWaybillForTopResponseDto.go │ ├── ReachableServiceWaybillResponseDto.go │ ├── ReceiveAddress.go │ ├── ReportShippedDto.go │ ├── ReportShippedRequestDto.go │ ├── ResourceGroupDto.go │ ├── ResourceGroupPageQueryRequest.go │ ├── ResultDto.go │ ├── Resultdata.go │ ├── ReverseEventInfoDto.go │ ├── RoutingReachableBatchRequestDto.go │ ├── SendResendLogisticsMsgDto.go │ ├── ServicePackage.go │ ├── Shipping.go │ ├── ShippingOrderEvent.go │ ├── SingleResultDto.go │ ├── TaobaoLogisticsAddressAddAPIRequest.go │ ├── TaobaoLogisticsAddressAddAPIResponse.go │ ├── TaobaoLogisticsAddressModifyAPIRequest.go │ ├── TaobaoLogisticsAddressModifyAPIResponse.go │ ├── TaobaoLogisticsAddressRemoveAPIRequest.go │ ├── TaobaoLogisticsAddressRemoveAPIResponse.go │ ├── TaobaoLogisticsAddressSearchAPIRequest.go │ ├── TaobaoLogisticsAddressSearchAPIResponse.go │ ├── TaobaoLogisticsConsignResendAPIRequest.go │ ├── TaobaoLogisticsConsignResendAPIResponse.go │ ├── TaobaoLogisticsErpDeliveryCutAPIRequest.go │ ├── TaobaoLogisticsErpDeliveryCutAPIResponse.go │ ├── TaobaoLogisticsExpressCollectSyncAPIRequest.go │ ├── TaobaoLogisticsExpressCollectSyncAPIResponse.go │ ├── TaobaoLogisticsExpressCourierSyncAPIRequest.go │ ├── TaobaoLogisticsExpressCourierSyncAPIResponse.go │ ├── TaobaoLogisticsExpressDeliveryCutNotifyAPIRequest.go │ ├── TaobaoLogisticsExpressDeliveryCutNotifyAPIResponse.go │ ├── TaobaoLogisticsExpressModifyAppointAPIRequest.go │ ├── TaobaoLogisticsExpressModifyAppointAPIResponse.go │ ├── TaobaoLogisticsExpressOrderPayTmsQueryAPIRequest.go │ ├── TaobaoLogisticsExpressOrderPayTmsQueryAPIResponse.go │ ├── TaobaoLogisticsExpressOrderTmsCancelAPIRequest.go │ ├── TaobaoLogisticsExpressOrderTmsCancelAPIResponse.go │ ├── TaobaoLogisticsExpressOrderTmsUpdateAPIRequest.go │ ├── TaobaoLogisticsExpressOrderTmsUpdateAPIResponse.go │ ├── TaobaoLogisticsExpressPackageweightSyncAPIRequest.go │ ├── TaobaoLogisticsExpressPackageweightSyncAPIResponse.go │ ├── TaobaoLogisticsExpressPickcodeCheckAPIRequest.go │ ├── TaobaoLogisticsExpressPickcodeCheckAPIResponse.go │ ├── TaobaoLogisticsExpressServiceSyncAPIRequest.go │ ├── TaobaoLogisticsExpressServiceSyncAPIResponse.go │ ├── TaobaoLogisticsOfflineSendAPIRequest.go │ ├── TaobaoLogisticsOfflineSendAPIResponse.go │ ├── TaobaoLogisticsWmsGoodsInfoSyncAPIRequest.go │ ├── TaobaoLogisticsWmsGoodsInfoSyncAPIResponse.go │ ├── TaobaoLogisticsWmsOrderMaterialSyncAPIRequest.go │ ├── TaobaoLogisticsWmsOrderMaterialSyncAPIResponse.go │ ├── TaobaoNextoneLogisticsSignUpdateAPIRequest.go │ ├── TaobaoNextoneLogisticsSignUpdateAPIResponse.go │ ├── TaobaoNextoneLogisticsSignUpdateResult.go │ ├── TaobaoNextoneLogisticsWarehouseUpdateAPIRequest.go │ ├── TaobaoNextoneLogisticsWarehouseUpdateAPIResponse.go │ ├── TaobaoOpenSellerBizLogisticSellerBindAPIRequest.go │ ├── TaobaoOpenSellerBizLogisticSellerBindAPIResponse.go │ ├── TaobaoOpenSellerBizLogisticTimeRuleAPIRequest.go │ ├── TaobaoOpenSellerBizLogisticTimeRuleAPIResponse.go │ ├── TaobaoRdcAligeniusLogisticsPackagesNoticeAPIRequest.go │ ├── TaobaoRdcAligeniusLogisticsPackagesNoticeAPIResponse.go │ ├── TaobaoRdcAligeniusLogisticsPackagesNoticeResult.go │ ├── TaobaoRdcAligeniusWarehouseResendLogisticsMsgPostAPIRequest.go │ ├── TaobaoRdcAligeniusWarehouseResendLogisticsMsgPostAPIResponse.go │ ├── TaobaoRdcAligeniusWarehouseResendLogisticsMsgPostResult.go │ ├── TaobaoRdcAligeniusWarehouseResendUpdateAPIRequest.go │ ├── TaobaoRdcAligeniusWarehouseResendUpdateAPIResponse.go │ ├── TaobaoRdcAligeniusWarehouseResendUpdateResult.go │ ├── TaobaoRdcAligeniusWarehouseReverseEventUpdateAPIRequest.go │ ├── TaobaoRdcAligeniusWarehouseReverseEventUpdateAPIResponse.go │ ├── TaobaoRdcAligeniusWarehouseReverseEventUpdateResult.go │ ├── TaobaoRdcAligeniusWarehouseReverseUploadingAPIRequest.go │ ├── TaobaoRdcAligeniusWarehouseReverseUploadingAPIResponse.go │ ├── TaobaoWlbImportThreeplOfflineConsignAPIRequest.go │ ├── TaobaoWlbImportThreeplOfflineConsignAPIResponse.go │ ├── TaobaoWlbImportThreeplOfflineConsignTopResult.go │ ├── TaobaoWlbImportThreeplResourceGetAPIRequest.go │ ├── TaobaoWlbImportThreeplResourceGetAPIResponse.go │ ├── TaobaoWlbImportThreeplResourceGetTopResult.go │ ├── TaobaoWmsOrderWarehouseRouteGetAPIRequest.go │ ├── TaobaoWmsOrderWarehouseRouteGetAPIResponse.go │ ├── ThreePlConsignResourceDto.go │ ├── Tms2MscCancelOrderRequest.go │ ├── Tms2MscPayQueryRequest.go │ ├── Tms2MscPayQueryResponse.go │ ├── Tms2MscUpdateOrderRequest.go │ ├── TmsCollectFeatureDto.go │ ├── TmsCollectRequest.go │ ├── TmsCollectResponse.go │ ├── TmsCourierInfoRequest.go │ ├── TmsCourierRequest.go │ ├── TmsExtendOperateInfosDto.go │ ├── TmsPackageWeightRequest.go │ ├── TmsPhoneCallInfoDto.go │ ├── TmsPhoneCallInfoRequest.go │ ├── TmsPickCodeRequest.go │ ├── TmsPictureInfoRequest.go │ ├── TmsServiceSyncRequest.go │ ├── TmsSmsInfoRequest.go │ ├── TopServiceResult.go │ ├── UpdateResendStatusDto.go │ ├── UploadingReverseDto.go │ ├── WarehouseDeliveryRelationDto.go │ ├── WarehouseDeliveryRelationPageQueryRequest.go │ ├── WarehouseResourceRelationDto.go │ ├── WarehouseReverseGoodsItemDto.go │ ├── WarehouseReverseUploadingDto.go │ ├── WdkLogisticNetworkResourceGroupQueryAPIRequest.go │ ├── WdkLogisticNetworkResourceGroupQueryAPIResponse.go │ ├── WdkLogisticNetworkWarehouseDeliveryRelationQueryAPIRequest.go │ ├── WdkLogisticNetworkWarehouseDeliveryRelationQueryAPIResponse.go │ ├── WdkLogisticNetworkWarehouseResourceRelationQueryFromAPIRequest.go │ ├── WdkLogisticNetworkWarehouseResourceRelationQueryFromAPIResponse.go │ ├── WdkLogisticNetworkWarehouseResourceRelationQueryToCodesAPIRequest.go │ ├── WdkLogisticNetworkWarehouseResourceRelationQueryToCodesAPIResponse.go │ ├── WmsGoodsInfoSyncRequest.go │ ├── WmsMaterialDetailDto.go │ ├── WmsMaterialPackageDto.go │ ├── WmsMaterialPackageItemDto.go │ ├── WmsMaterialRequest.go │ ├── YxWarehouseResourceRelationQueryRequest.go │ └── doc.go ├── lstbm │ ├── AlibabaLstBmStoreAddAPIRequest.go │ ├── AlibabaLstBmStoreAddAPIResponse.go │ ├── AlibabaLstBmStoreEmpSaveAPIRequest.go │ ├── AlibabaLstBmStoreEmpSaveAPIResponse.go │ ├── AlibabaLstBmStoreUpdateAPIRequest.go │ ├── AlibabaLstBmStoreUpdateAPIResponse.go │ ├── LstTopOpenStoreDto.go │ └── doc.go ├── lstfundbill │ ├── AlibabaLstTradeOrderFundbillQueryAPIRequest.go │ ├── AlibabaLstTradeOrderFundbillQueryAPIResponse.go │ ├── AlibabaLstTradeSellerOrderFundbillListQueryAPIRequest.go │ ├── AlibabaLstTradeSellerOrderFundbillListQueryAPIResponse.go │ ├── LstFundBillOrderDto.go │ ├── PagedResultDto.go │ └── doc.go ├── lsticitem │ ├── AlibabaLstIcItemInfoQueryAPIRequest.go │ ├── AlibabaLstIcItemInfoQueryAPIResponse.go │ ├── LstItemListParam.go │ ├── PagedResultDto.go │ ├── Stock.go │ ├── TopLstItemDto.go │ └── doc.go ├── lstlogistics │ ├── AlibabaLstLogisticsNotraceSendAPIRequest.go │ ├── AlibabaLstLogisticsNotraceSendAPIResponse.go │ ├── AlibabaLstLogisticsNotraceSendResult.go │ ├── AlibabaLstLogisticsSendinfoQueryAPIRequest.go │ ├── AlibabaLstLogisticsSendinfoQueryAPIResponse.go │ ├── AlibabaLstLogisticsSendinfoQueryResult.go │ ├── AlibabaLstLogisticsThirdpartCompanyListAPIRequest.go │ ├── AlibabaLstLogisticsThirdpartCompanyListAPIResponse.go │ ├── AlibabaLstLogisticsThirdpartSendAPIRequest.go │ ├── AlibabaLstLogisticsThirdpartSendAPIResponse.go │ ├── AlibabaLstLogisticsThirdpartSendResult.go │ ├── AlibabaLstLogisticsTraceQueryAPIRequest.go │ ├── AlibabaLstLogisticsTraceQueryAPIResponse.go │ ├── AlibabaLstLogisticsTraceQueryResult.go │ ├── AlibabaLstShiporderCancelAPIRequest.go │ ├── AlibabaLstShiporderCancelAPIResponse.go │ ├── AlibabaLstShiporderCreateAPIRequest.go │ ├── AlibabaLstShiporderCreateAPIResponse.go │ ├── AlibabaLstShiporderQueryAPIRequest.go │ ├── AlibabaLstShiporderQueryAPIResponse.go │ ├── BaseResult.go │ ├── Content.go │ ├── LstLogisticsInfoQuery.go │ ├── LstLogisticsTraceQuery.go │ ├── LstThirdPartDetailShipOrderCreateDto.go │ ├── LstThirdPartDetailShipOrderDto.go │ ├── LstThirdPartMainShipOrderCreateDto.go │ ├── LstThirdPartMainShipOrderDto.go │ ├── MainOrderParam.go │ ├── SendDummyOrderParam.go │ ├── SendOfflineOrderParam.go │ ├── SubOrderParam.go │ └── doc.go ├── lstlogistics2 │ ├── AddressParam.go │ ├── AlibabaLstTradeSellerOfflineOrderCancelAPIRequest.go │ ├── AlibabaLstTradeSellerOfflineOrderCancelAPIResponse.go │ ├── AlibabaLstTradeSellerOfflineOrderCancelResult.go │ ├── AlibabaLstTradeSellerOfflineOrderQueryAPIRequest.go │ ├── AlibabaLstTradeSellerOfflineOrderQueryAPIResponse.go │ ├── AlibabaLstTradeSellerOfflineOrderQueryResult.go │ ├── AlibabaLstTradeSellerOfflineOrderUploadAPIRequest.go │ ├── AlibabaLstTradeSellerOfflineOrderUploadAPIResponse.go │ ├── AlibabaLstTradeSellerOfflineOrderUploadResult.go │ ├── ContactParam.go │ ├── Content.go │ ├── LstOffLineOrderUploadParam.go │ ├── LstOfflineOrderCancalParam.go │ ├── LstOfflineOrderQueryParam.go │ ├── SubOrderParam.go │ ├── SubOrders.go │ └── doc.go ├── lstmarketing │ ├── AlibabaLstMarketingQuerybyorderidAPIRequest.go │ ├── AlibabaLstMarketingQuerybyorderidAPIResponse.go │ ├── AlibabaLstMarketingQuerybyorderidResultDto.go │ ├── LstTopOrderDto.go │ ├── Promotiondtolist.go │ └── doc.go ├── lstpos │ ├── AlibabaLstPosOpenAccountCheckissettledAPIRequest.go │ ├── AlibabaLstPosOpenAccountCheckissettledAPIResponse.go │ ├── AlibabaLstPosOpenAccountCheckissettledResultDto.go │ ├── AlibabaLstPosOpenCashierSynccashierdataAPIRequest.go │ ├── AlibabaLstPosOpenCashierSynccashierdataAPIResponse.go │ ├── AlibabaLstPosOpenCashierSynccashierdataResultDto.go │ ├── AlibabaLstPosOpenGoodsGetgoodsbybarcodeAPIRequest.go │ ├── AlibabaLstPosOpenGoodsGetgoodsbybarcodeAPIResponse.go │ ├── AlibabaLstPosOpenGoodsGetgoodsbybarcodeResultDto.go │ ├── AlibabaLstPosOpenGoodsSyncgoodsdataAPIRequest.go │ ├── AlibabaLstPosOpenGoodsSyncgoodsdataAPIResponse.go │ ├── AlibabaLstPosOpenGoodsSyncgoodsdataResultDto.go │ ├── AlibabaLstPosOpenInventoryGetinventorydataAPIRequest.go │ ├── AlibabaLstPosOpenInventoryGetinventorydataAPIResponse.go │ ├── AlibabaLstPosOpenInventoryGetinventorydataResultDto.go │ ├── AlibabaLstPosOpenInventorySyncinventorydataAPIRequest.go │ ├── AlibabaLstPosOpenInventorySyncinventorydataAPIResponse.go │ ├── AlibabaLstPosOpenInventorySyncinventorydataResultDto.go │ ├── CashierFlowDto.go │ ├── CashierGoodsDetailDto.go │ ├── CashierPayDetailDto.go │ ├── ErrorResult.go │ ├── GoodsDto.go │ ├── InventoryDto.go │ └── doc.go ├── lstspeacker │ ├── AlibabaLstSpeakerConfigureAPIRequest.go │ ├── AlibabaLstSpeakerConfigureAPIResponse.go │ ├── AlibabaLstSpeakerConfigureAdjustvolumeAPIRequest.go │ ├── AlibabaLstSpeakerConfigureAdjustvolumeAPIResponse.go │ ├── AlibabaLstSpeakerConfigureSetpaytimeAPIRequest.go │ ├── AlibabaLstSpeakerConfigureSetpaytimeAPIResponse.go │ ├── AlibabaLstSpeakerConfigureSyncaudioAPIRequest.go │ ├── AlibabaLstSpeakerConfigureSyncaudioAPIResponse.go │ ├── AlibabaLstSpeakerConfigureSyncaudioadvertAPIRequest.go │ ├── AlibabaLstSpeakerConfigureSyncaudioadvertAPIResponse.go │ ├── AlibabaLstSpeakerFileUploadAPIRequest.go │ ├── AlibabaLstSpeakerFileUploadAPIResponse.go │ ├── AlibabaLstSpeakerFileUploadResultDto.go │ ├── AlibabaLstSpeakerStatusGetAPIRequest.go │ ├── AlibabaLstSpeakerStatusGetAPIResponse.go │ ├── AlibabaLstSpeakerStatusGetResultDto.go │ ├── SpeakerConfigAudioAdvert.go │ ├── SpeakerConfigAudioInfo.go │ ├── SpeakerConfigAudioList.go │ ├── SpeakerConfigParam4SyncAudio.go │ ├── SpeakerConfigParam4SyncAudioAdvert.go │ ├── SpeakerFileDto.go │ ├── SpeakerOnLineStatus.go │ └── doc.go ├── lsttrade │ ├── AlibabaLstTradeFastrefundGoodsstatusSyncAPIRequest.go │ ├── AlibabaLstTradeFastrefundGoodsstatusSyncAPIResponse.go │ ├── AlibabaLstTradeOrderGetAPIRequest.go │ ├── AlibabaLstTradeOrderGetAPIResponse.go │ ├── AlibabaLstTradeOrderGetResultDto.go │ ├── AlibabaLstTradeOrderQuerychangeAPIRequest.go │ ├── AlibabaLstTradeOrderQuerychangeAPIResponse.go │ ├── AlibabaLstTradeOrderRefundListQueryAPIRequest.go │ ├── AlibabaLstTradeOrderRefundListQueryAPIResponse.go │ ├── AlibabaLstTradeRefundOrderGetAPIRequest.go │ ├── AlibabaLstTradeRefundOrderGetAPIResponse.go │ ├── AlibabaLstTradeSellerOrderDetailQueryAPIRequest.go │ ├── AlibabaLstTradeSellerOrderDetailQueryAPIResponse.go │ ├── AlibabaLstTradeSellerOrderDetailQueryResultDto.go │ ├── AlibabaLstTradeSellerOrderListQueryAPIRequest.go │ ├── AlibabaLstTradeSellerOrderListQueryAPIResponse.go │ ├── AlibabaLstTradeSellerOrderListQueryResult.go │ ├── AlibabaLstTradeShiporderQueryAPIRequest.go │ ├── AlibabaLstTradeShiporderQueryAPIResponse.go │ ├── BaseInfo.go │ ├── BuyerContact.go │ ├── Content.go │ ├── LstOrderQuery.go │ ├── LstShipOrderDto.go │ ├── LstShipOrderQuery.go │ ├── LstTopOrderDto.go │ ├── LstTradeGetSellerOrderListParam.go │ ├── OrderBizInfo.go │ ├── PagedResultDto.go │ ├── ProductItems.go │ ├── ReceiverInfo.go │ ├── RefundSubOrderInfo.go │ ├── SellerContact.go │ ├── SubOrders.go │ ├── TopLstSupplierOrderRefundQuery.go │ ├── TopOrderChange2BrandownerDto.go │ └── doc.go ├── lstvending │ ├── AlibabaLstVendingCargospaceSaveAPIRequest.go │ ├── AlibabaLstVendingCargospaceSaveAPIResponse.go │ ├── AlibabaLstVendingCargospaceSaveResultDto.go │ ├── AlibabaLstVendingEquipmentQueryAPIRequest.go │ ├── AlibabaLstVendingEquipmentQueryAPIResponse.go │ ├── AlibabaLstVendingEquipmentQueryResultDto.go │ ├── AlibabaLstVendingGoodsSaveAPIRequest.go │ ├── AlibabaLstVendingGoodsSaveAPIResponse.go │ ├── AlibabaLstVendingGoodsSaveResultDto.go │ ├── AlibabaLstVendingOrderUpdateAPIRequest.go │ ├── AlibabaLstVendingOrderUpdateAPIResponse.go │ ├── AlibabaLstVendingShippingCallbackAPIRequest.go │ ├── AlibabaLstVendingShippingCallbackAPIResponse.go │ ├── AlibabaLstVendingTradeflowQueryAPIRequest.go │ ├── AlibabaLstVendingTradeflowQueryAPIResponse.go │ ├── AlibabaLstVendingTradeflowQueryResultDto.go │ ├── AlibabaLstVendingTradeflowSaveAPIRequest.go │ ├── AlibabaLstVendingTradeflowSaveAPIResponse.go │ ├── AlibabaLstVendingTradeflowSaveResultDto.go │ ├── AlibabaLstVendngImageUploadAPIRequest.go │ ├── AlibabaLstVendngImageUploadAPIResponse.go │ ├── AlibabaLstVendngImageUploadResultDto.go │ ├── MultiResultDto.go │ ├── OpenEquipmentDto.go │ ├── OpenEquipmentQuery.go │ ├── OpenTradeFlowQuery.go │ ├── Range.go │ ├── SortParam.go │ ├── VendingCargoSpaceDto.go │ ├── VendingGoodsDto.go │ ├── VendingImageDto.go │ ├── VendingOrderDto.go │ ├── VendingShippedEquipmentDto.go │ ├── VendingTradeFlowDto.go │ ├── VendingTradeGoodsDetailDto.go │ ├── VendingTradePaymentDto.go │ └── doc.go ├── lstwarehouse │ ├── AlibabaLstBranddatashareStockdataQueryAPIRequest.go │ ├── AlibabaLstBranddatashareStockdataQueryAPIResponse.go │ ├── AlibabaLstBranddatashareStockdataQueryResult.go │ ├── AlibabaLstBranddatashareSuppliersListQueryAPIRequest.go │ ├── AlibabaLstBranddatashareSuppliersListQueryAPIResponse.go │ ├── AlibabaLstIcStockItemsUpdateAPIRequest.go │ ├── AlibabaLstIcStockItemsUpdateAPIResponse.go │ ├── AlibabaLstIcStockItemsUpdateResult.go │ ├── AlibabaLstTradeSellerWarehouseQueryAPIRequest.go │ ├── AlibabaLstTradeSellerWarehouseQueryAPIResponse.go │ ├── AlibabaLstTradeSellerWarehouseQueryResult.go │ ├── BmSupplierStockDataParam.go │ ├── Content.go │ ├── LstItemStockParam.go │ ├── Stocklist.go │ ├── WarehouseQueryParam.go │ └── doc.go ├── ma │ ├── QrCodeStyle.go │ ├── QrcodeDo.go │ ├── TaobaoMaQrcodeCommonCreateAPIRequest.go │ ├── TaobaoMaQrcodeCommonCreateAPIResponse.go │ ├── TaobaoWirelessXcodeCreateAPIRequest.go │ ├── TaobaoWirelessXcodeCreateAPIResponse.go │ ├── XCodeTo.go │ └── doc.go ├── maitix │ ├── AddressDto.go │ ├── AlibabaDamaiMaitixDistributionCmbParamencryptAPIRequest.go │ ├── AlibabaDamaiMaitixDistributionCmbParamencryptAPIResponse.go │ ├── AlibabaDamaiMaitixDistributionCmbQuerypayresultAPIRequest.go │ ├── AlibabaDamaiMaitixDistributionCmbQuerypayresultAPIResponse.go │ ├── AlibabaDamaiMaitixDistributionDeliveryCalculateAPIRequest.go │ ├── AlibabaDamaiMaitixDistributionDeliveryCalculateAPIResponse.go │ ├── AlibabaDamaiMaitixDistributionDeliveryCalculateResult.go │ ├── AlibabaDamaiMaitixDistributionDeliveryQueryAPIRequest.go │ ├── AlibabaDamaiMaitixDistributionDeliveryQueryAPIResponse.go │ ├── AlibabaDamaiMaitixDistributionExchangepointQueryAPIRequest.go │ ├── AlibabaDamaiMaitixDistributionExchangepointQueryAPIResponse.go │ ├── AlibabaDamaiMaitixEticketDistributionQueryAPIRequest.go │ ├── AlibabaDamaiMaitixEticketDistributionQueryAPIResponse.go │ ├── AlibabaDamaiMaitixOpengatewayPerformStatusQueryAPIRequest.go │ ├── AlibabaDamaiMaitixOpengatewayPerformStatusQueryAPIResponse.go │ ├── AlibabaDamaiMaitixOpengatewayProjectStatusQueryAPIRequest.go │ ├── AlibabaDamaiMaitixOpengatewayProjectStatusQueryAPIResponse.go │ ├── AlibabaDamaiMaitixOpengatewayTicketItemStatusQueryAPIRequest.go │ ├── AlibabaDamaiMaitixOpengatewayTicketItemStatusQueryAPIResponse.go │ ├── AlibabaDamaiMaitixOrderCancelAPIRequest.go │ ├── AlibabaDamaiMaitixOrderCancelAPIResponse.go │ ├── AlibabaDamaiMaitixOrderConfirmAPIRequest.go │ ├── AlibabaDamaiMaitixOrderConfirmAPIResponse.go │ ├── AlibabaDamaiMaitixOrderConfirmT.go │ ├── AlibabaDamaiMaitixOrderDistributionCreateAPIRequest.go │ ├── AlibabaDamaiMaitixOrderDistributionCreateAPIResponse.go │ ├── AlibabaDamaiMaitixOrderQueryAPIRequest.go │ ├── AlibabaDamaiMaitixOrderQueryAPIResponse.go │ ├── AlibabaDamaiMaitixProjectDistributionDetailQueryAPIRequest.go │ ├── AlibabaDamaiMaitixProjectDistributionDetailQueryAPIResponse.go │ ├── AlibabaDamaiMaitixProjectDistributionDetailQueryResult.go │ ├── AlibabaDamaiMaitixProjectDistributionQueryAPIRequest.go │ ├── AlibabaDamaiMaitixProjectDistributionQueryAPIResponse.go │ ├── AlibabaDamaiMaitixProjectDistributionQuerybypageAPIRequest.go │ ├── AlibabaDamaiMaitixProjectDistributionQuerybypageAPIResponse.go │ ├── AlibabaDamaiMaitixProjectDistributionQuerylistAPIRequest.go │ ├── AlibabaDamaiMaitixProjectDistributionQuerylistAPIResponse.go │ ├── AlibabaDamaiMaitixSeatInfoQueryAPIRequest.go │ ├── AlibabaDamaiMaitixSeatInfoQueryAPIResponse.go │ ├── AlibabaDamaiMaitixSeatTokenQueryAPIRequest.go │ ├── AlibabaDamaiMaitixSeatTokenQueryAPIResponse.go │ ├── CombineSeatDto.go │ ├── DisEncrypt4CmbParam.go │ ├── DisEncrypt4CmbResult.go │ ├── DisPerformStatusDto.go │ ├── DisPerformStatusQueryDto.go │ ├── DisProjectStatusQueryDto.go │ ├── DisStatusDto.go │ ├── DisTicketItemStatusDto.go │ ├── DisTicketItemStatusQueryDto.go │ ├── EticketDto.go │ ├── EticketQueryParam.go │ ├── IdNameDto.go │ ├── LockTicketResponse.go │ ├── LockTicketSubOrderDto.go │ ├── LockTicketSubOrderSeatDto.go │ ├── MoaAddressInfo.go │ ├── MoaConfirmOrderParam.go │ ├── MoaOrderContactInfo.go │ ├── MoaOrderParam.go │ ├── MoaOrderQueryParam.go │ ├── MoaTicketInfo.go │ ├── MoaTicketItemSpec.go │ ├── MoaUnlockTicketParam.go │ ├── Money.go │ ├── MxResult.go │ ├── OpenApiDeliveryOrderDto.go │ ├── OpenApiPostFeeDto.go │ ├── OpenApiPostFeeParam.go │ ├── OpenCombinePriceDto.go │ ├── OpenExchangePointDto.go │ ├── OpenProjectDetailDto.go │ ├── OpenResult.go │ ├── OrdinarySeatDto.go │ ├── Page.go │ ├── PerformInfoDto.go │ ├── PerformSettingDto.go │ ├── PriceInfoDto.go │ ├── ProjectDto.go │ ├── ProjectInfoDto.go │ ├── ProjectPageParam.go │ ├── QueryPayResultParam.go │ ├── SeatQueryDto.go │ ├── SeatQueryParam.go │ ├── StandQueryParam.go │ ├── UnLockTicketResponse.go │ ├── VenueDto.go │ └── doc.go ├── mc │ ├── AliyunUnimktTaskChargeLaunchAPIRequest.go │ ├── AliyunUnimktTaskChargeLaunchAPIResponse.go │ ├── TaskDto.go │ ├── TmallMcDeviceCircleCheckAPIRequest.go │ ├── TmallMcDeviceCircleCheckAPIResponse.go │ ├── TmallMcRecordOrderSyncAPIRequest.go │ ├── TmallMcRecordOrderSyncAPIResponse.go │ ├── TmallMcTaskChargeLaunchAPIRequest.go │ ├── TmallMcTaskChargeLaunchAPIResponse.go │ └── doc.go ├── media │ ├── AlibabaTjbPictureFolderCreateAPIRequest.go │ ├── AlibabaTjbPictureFolderCreateAPIResponse.go │ ├── AlibabaTjbPictureFolderQueryAPIRequest.go │ ├── AlibabaTjbPictureFolderQueryAPIResponse.go │ ├── AlibabaTjbPictureUploadAPIRequest.go │ ├── AlibabaTjbPictureUploadAPIResponse.go │ ├── AlibabaTjbPictureUserstorageQueryAPIRequest.go │ ├── AlibabaTjbPictureUserstorageQueryAPIResponse.go │ ├── AlibabaVideoPublishAPIRequest.go │ ├── AlibabaVideoPublishAPIResponse.go │ ├── AlibabaVideoQueryAPIRequest.go │ ├── AlibabaVideoQueryAPIResponse.go │ ├── AlibabaVideoTokenGetAPIRequest.go │ ├── AlibabaVideoTokenGetAPIResponse.go │ ├── GenerateTokenRequest.go │ ├── PageQueryResult.go │ ├── Picture.go │ ├── PictureCategory.go │ ├── ResultCode.go │ ├── Resultlist.go │ ├── SearchResultDo.go │ ├── TaobaoInteractiveListGetbyuserAPIRequest.go │ ├── TaobaoInteractiveListGetbyuserAPIResponse.go │ ├── TaobaoInteractiveListGetbyuserResult.go │ ├── TaobaoMediaVideoListAPIRequest.go │ ├── TaobaoMediaVideoListAPIResponse.go │ ├── TaobaoMiniappCloudPictureTokenAPIRequest.go │ ├── TaobaoMiniappCloudPictureTokenAPIResponse.go │ ├── TaobaoPictureCategoryAddAPIRequest.go │ ├── TaobaoPictureCategoryAddAPIResponse.go │ ├── TaobaoPictureCategoryGetAPIRequest.go │ ├── TaobaoPictureCategoryGetAPIResponse.go │ ├── TaobaoPictureCategoryUpdateAPIRequest.go │ ├── TaobaoPictureCategoryUpdateAPIResponse.go │ ├── TaobaoPictureChangecategoryAPIRequest.go │ ├── TaobaoPictureChangecategoryAPIResponse.go │ ├── TaobaoPictureDeleteAPIRequest.go │ ├── TaobaoPictureDeleteAPIResponse.go │ ├── TaobaoPictureGetAPIRequest.go │ ├── TaobaoPictureGetAPIResponse.go │ ├── TaobaoPictureIsreferencedGetAPIRequest.go │ ├── TaobaoPictureIsreferencedGetAPIResponse.go │ ├── TaobaoPicturePicturesCountAPIRequest.go │ ├── TaobaoPicturePicturesCountAPIResponse.go │ ├── TaobaoPicturePicturesGetAPIRequest.go │ ├── TaobaoPicturePicturesGetAPIResponse.go │ ├── TaobaoPictureUpdateAPIRequest.go │ ├── TaobaoPictureUpdateAPIResponse.go │ ├── TaobaoPictureUploadAPIRequest.go │ ├── TaobaoPictureUploadAPIResponse.go │ ├── TaobaoPictureUserinfoGetAPIRequest.go │ ├── TaobaoPictureUserinfoGetAPIResponse.go │ ├── TaobaoVasServiceGetServTimesAPIRequest.go │ ├── TaobaoVasServiceGetServTimesAPIResponse.go │ ├── TopCreateFolderDto.go │ ├── TopFolderDto.go │ ├── TopPictureDto.go │ ├── TopUserStorageDto.go │ ├── UploadPolicy.go │ ├── UserInfo.go │ ├── VideoItemDo.go │ ├── VideoItemExtDo.go │ ├── VideoSearchCondition2.go │ └── doc.go ├── medicalbase │ ├── AlibabaAlihealthMedicalbaseOrderStatusSyncAPIRequest.go │ ├── AlibabaAlihealthMedicalbaseOrderStatusSyncAPIResponse.go │ ├── OrderlSyncDto.go │ ├── TopResultModel.go │ └── doc.go ├── mei │ ├── MemberAccountDto.go │ ├── ResultDto.go │ ├── TmallCrmMemberFrontUnbindAPIRequest.go │ ├── TmallCrmMemberFrontUnbindAPIResponse.go │ ├── TmallCrmMemberFrontUnbindPrivyAPIRequest.go │ ├── TmallCrmMemberFrontUnbindPrivyAPIResponse.go │ ├── TmallCrmMemberPointChangeAPIRequest.go │ ├── TmallCrmMemberPointChangeAPIResponse.go │ ├── TmallMeiCrmCallbackPointChangeAPIRequest.go │ ├── TmallMeiCrmCallbackPointChangeAPIResponse.go │ ├── TmallMeiCrmMemberGetbypaycodeAPIRequest.go │ ├── TmallMeiCrmMemberGetbypaycodeAPIResponse.go │ ├── TmallMeiCrmMemberSyncAPIRequest.go │ ├── TmallMeiCrmMemberSyncAPIResponse.go │ ├── TmallMeiCrmMemberSyncPrivyAPIRequest.go │ ├── TmallMeiCrmMemberSyncPrivyAPIResponse.go │ └── doc.go ├── middleclaims │ ├── AlibabaMiddleClaimsacceptReceiveAPIRequest.go │ ├── AlibabaMiddleClaimsacceptReceiveAPIResponse.go │ ├── AlibabaMiddleClaimsacceptReceiveResult.go │ ├── AlibabaMiddleClaimsbillReceiveAPIRequest.go │ ├── AlibabaMiddleClaimsbillReceiveAPIResponse.go │ ├── AlibabaMiddleClaimsbillReceiveResult.go │ ├── AlibabaMiddleClaimsresultReceiveAPIRequest.go │ ├── AlibabaMiddleClaimsresultReceiveAPIResponse.go │ ├── AlibabaMiddleClaimsresultReceiveResult.go │ ├── ClaimsAcceptDto.go │ ├── ClaimsBillDto.go │ ├── ClaimsResultDto.go │ ├── DeliveryAddressDto.go │ ├── Extensionmap.go │ └── doc.go ├── miniapp │ ├── AfterSaleFieldMetaRecord.go │ ├── AfterSaleFieldMetaResponse.go │ ├── AfterSaleGetWorkTableListRecord.go │ ├── AfterSaleGetWorkTableListResponse.go │ ├── AfterSaleTableSelectResponse.go │ ├── AppChannelConfigDto.go │ ├── AppChannelQueryRequest.go │ ├── Button.go │ ├── Image.go │ ├── MiniappResult.go │ ├── OrderDto.go │ ├── SellerChannelConfigDto.go │ ├── SellerChannelQueryRequest.go │ ├── SellerDeliveryTaskDto.go │ ├── TaobaoCoinAwardDeliveryAPIRequest.go │ ├── TaobaoCoinAwardDeliveryAPIResponse.go │ ├── TaobaoCoinAwardDeliveryResult.go │ ├── TaobaoMiniappCloudFunctionInvokeAPIRequest.go │ ├── TaobaoMiniappCloudFunctionInvokeAPIResponse.go │ ├── TaobaoMiniappCloudStoreRelationAddAPIRequest.go │ ├── TaobaoMiniappCloudStoreRelationAddAPIResponse.go │ ├── TaobaoMiniappExtDeliveryAppChannelConfigsQueryAPIRequest.go │ ├── TaobaoMiniappExtDeliveryAppChannelConfigsQueryAPIResponse.go │ ├── TaobaoMiniappExtDeliveryAppChannelSyncAPIRequest.go │ ├── TaobaoMiniappExtDeliveryAppChannelSyncAPIResponse.go │ ├── TaobaoMiniappExtDeliverySellChannelConfigSyncAPIRequest.go │ ├── TaobaoMiniappExtDeliverySellChannelConfigSyncAPIResponse.go │ ├── TaobaoMiniappExtDeliverySellChannelConfigsQueryAPIRequest.go │ ├── TaobaoMiniappExtDeliverySellChannelConfigsQueryAPIResponse.go │ ├── TaobaoMiniappExtDeliverySellerTaskSyncAPIRequest.go │ ├── TaobaoMiniappExtDeliverySellerTaskSyncAPIResponse.go │ ├── TaobaoSmartappSmartformDataWriteAPIRequest.go │ ├── TaobaoSmartappSmartformDataWriteAPIResponse.go │ ├── TaobaoSmartappTableAddAPIRequest.go │ ├── TaobaoSmartappTableAddAPIResponse.go │ ├── TaobaoSmartappTableFulldataGetAPIRequest.go │ ├── TaobaoSmartappTableFulldataGetAPIResponse.go │ ├── TaobaoSmartappTableGetAPIRequest.go │ ├── TaobaoSmartappTableGetAPIResponse.go │ ├── TaobaoSmartappTableListGetAPIRequest.go │ ├── TaobaoSmartappTableListGetAPIResponse.go │ ├── TaobaoSmartappTableMetaGetAPIRequest.go │ ├── TaobaoSmartappTableMetaGetAPIResponse.go │ ├── TaobaoSmartappTableUpdateAPIRequest.go │ ├── TaobaoSmartappTableUpdateAPIResponse.go │ └── doc.go ├── miniappcloud │ ├── File.go │ ├── TaobaoMiniappCloudMongoInsertAPIRequest.go │ ├── TaobaoMiniappCloudMongoInsertAPIResponse.go │ ├── TaobaoMiniappCloudMongoUpdateAPIRequest.go │ ├── TaobaoMiniappCloudMongoUpdateAPIResponse.go │ ├── TaobaoMiniappCloudStoreListfileAPIRequest.go │ ├── TaobaoMiniappCloudStoreListfileAPIResponse.go │ └── doc.go ├── miniappopen │ ├── DistributionOrderBindBaseDto.go │ ├── DistributionOrderBindTargetEntityOpenRequestV2.go │ ├── DistributionOrderBindTargetEntityOpenResultDto.go │ ├── DistributionOrderOpenBizDto.go │ ├── DistributionOrderQueryByIdOpenRequest.go │ ├── DistributionOrderSaveOpenRequest.go │ ├── MiniAppEntityDto.go │ ├── MiniAppEntityTemplateDto.go │ ├── MiniAppEntranceMaterialBizOpenDto.go │ ├── MiniAppInstanceVersionDto.go │ ├── MiniAppInstantiateAppOpenQuery.go │ ├── MiniAppInstantiateTemplateAppSimpleRequest.go │ ├── MiniAppInstantiateTemplateAppUpdateRequest.go │ ├── MiniAppShortUrlDto.go │ ├── MiniappInstanceAppAllVersionsDto.go │ ├── MiniappInstanceAppOfflineDto.go │ ├── MiniappInstanceAppOnlineDto.go │ ├── MiniappItemDto.go │ ├── MiniappItemRequest.go │ ├── SellerStrategyBenefitItemBindOpenRequest.go │ ├── TaobaoMiniappAppSellerConfigCompleteAPIRequest.go │ ├── TaobaoMiniappAppSellerConfigCompleteAPIResponse.go │ ├── TaobaoMiniappDistributionItemsBindAPIRequest.go │ ├── TaobaoMiniappDistributionItemsBindAPIResponse.go │ ├── TaobaoMiniappDistributionMaterialCreateAPIRequest.go │ ├── TaobaoMiniappDistributionMaterialCreateAPIResponse.go │ ├── TaobaoMiniappDistributionMaterialDeleteAPIRequest.go │ ├── TaobaoMiniappDistributionMaterialDeleteAPIResponse.go │ ├── TaobaoMiniappDistributionMaterialGetAPIRequest.go │ ├── TaobaoMiniappDistributionMaterialGetAPIResponse.go │ ├── TaobaoMiniappDistributionMaterialGetModel.go │ ├── TaobaoMiniappDistributionMaterialUpdateAPIRequest.go │ ├── TaobaoMiniappDistributionMaterialUpdateAPIResponse.go │ ├── TaobaoMiniappDistributionOrderCreateAPIRequest.go │ ├── TaobaoMiniappDistributionOrderCreateAPIResponse.go │ ├── TaobaoMiniappDistributionOrderGetAPIRequest.go │ ├── TaobaoMiniappDistributionOrderGetAPIResponse.go │ ├── TaobaoMiniappDistributionOrderItemsAllBindAPIRequest.go │ ├── TaobaoMiniappDistributionOrderItemsAllBindAPIResponse.go │ ├── TaobaoMiniappDistributionOrderItemsBindAPIRequest.go │ ├── TaobaoMiniappDistributionOrderItemsBindAPIResponse.go │ ├── TaobaoMiniappDistributionOrderPrecreateAPIRequest.go │ ├── TaobaoMiniappDistributionOrderPrecreateAPIResponse.go │ ├── TaobaoMiniappInteractBenefitItemGetAPIRequest.go │ ├── TaobaoMiniappInteractBenefitItemGetAPIResponse.go │ ├── TaobaoMiniappShorturlCreateAPIRequest.go │ ├── TaobaoMiniappShorturlCreateAPIResponse.go │ ├── TaobaoMiniappShorturlCreateResult.go │ ├── TaobaoMiniappTemplateInstantiateAPIRequest.go │ ├── TaobaoMiniappTemplateInstantiateAPIResponse.go │ ├── TaobaoMiniappTemplateOfflineappAPIRequest.go │ ├── TaobaoMiniappTemplateOfflineappAPIResponse.go │ ├── TaobaoMiniappTemplateOnlineappAPIRequest.go │ ├── TaobaoMiniappTemplateOnlineappAPIResponse.go │ ├── TaobaoMiniappTemplateQueryappAPIRequest.go │ ├── TaobaoMiniappTemplateQueryappAPIResponse.go │ ├── TaobaoMiniappTemplateRollbackAPIRequest.go │ ├── TaobaoMiniappTemplateRollbackAPIResponse.go │ ├── TaobaoMiniappTemplateUpdateAPIRequest.go │ ├── TaobaoMiniappTemplateUpdateAPIResponse.go │ ├── TaobaoMiniappTemplateUpdateResult.go │ ├── TaobaoMiniappTemplateUpdateappAPIRequest.go │ ├── TaobaoMiniappTemplateUpdateappAPIResponse.go │ ├── TaobaoMiniappVirtualItemGetAPIRequest.go │ ├── TaobaoMiniappVirtualItemGetAPIResponse.go │ ├── TaobaoMiniappWidgetTemplateInstanceQueryAPIRequest.go │ ├── TaobaoMiniappWidgetTemplateInstanceQueryAPIResponse.go │ ├── TaobaoMiniappWidgetTemplateInstanceQueryResult.go │ ├── TaobaoMiniappWidgetTemplateInstanceUpdateAPIRequest.go │ ├── TaobaoMiniappWidgetTemplateInstanceUpdateAPIResponse.go │ ├── TaobaoMiniappWidgetTemplateInstanceUpdateResult.go │ ├── TaobaoMiniappWidgetTemplateInstantiateAPIRequest.go │ ├── TaobaoMiniappWidgetTemplateInstantiateAPIResponse.go │ ├── TaobaoMiniappWidgetTemplateInstantiateResult.go │ ├── TaobaoMiniapppTemplateInstantiateAPIRequest.go │ ├── TaobaoMiniapppTemplateInstantiateAPIResponse.go │ ├── TaobaoMiniapppTemplateInstantiateResult.go │ └── doc.go ├── mirage │ ├── PermissionRequestDto.go │ ├── PermissionResponseDto.go │ ├── YoukuMirageQueryPermissionAPIRequest.go │ ├── YoukuMirageQueryPermissionAPIResponse.go │ └── doc.go ├── mos │ ├── AlibabaMjMemberBindmemberAPIRequest.go │ ├── AlibabaMjMemberBindmemberAPIResponse.go │ ├── AlibabaMjMemberHasbindAPIRequest.go │ ├── AlibabaMjMemberHasbindAPIResponse.go │ ├── AlibabaMjMosFundCancelbillAPIRequest.go │ ├── AlibabaMjMosFundCancelbillAPIResponse.go │ ├── AlibabaMjMosFundCreatebillAPIRequest.go │ ├── AlibabaMjMosFundCreatebillAPIResponse.go │ ├── AlibabaMjMosFundModifybillbankaccountAPIRequest.go │ ├── AlibabaMjMosFundModifybillbankaccountAPIResponse.go │ ├── AlibabaMjMoscarnivalReceivecouponAPIRequest.go │ ├── AlibabaMjMoscarnivalReceivecouponAPIResponse.go │ ├── AlibabaMjMoscarnivalReceivecouponResultDo.go │ ├── AlibabaMjMoscarnivalReceiveencryptAPIRequest.go │ ├── AlibabaMjMoscarnivalReceiveencryptAPIResponse.go │ ├── AlibabaMjMoscarnivalReceiveencryptData.go │ ├── AlibabaMjMoscarnivalReceiveencryptResultDo.go │ ├── AlibabaMjOcBigposBanksaleAdjustmentApplyAPIRequest.go │ ├── AlibabaMjOcBigposBanksaleAdjustmentApplyAPIResponse.go │ ├── AlibabaMjOcBigposBanksaleQueryAPIRequest.go │ ├── AlibabaMjOcBigposBanksaleQueryAPIResponse.go │ ├── AlibabaMjOcBigposBanksaleQueryData.go │ ├── AlibabaMjOcCalldispatcherAPIRequest.go │ ├── AlibabaMjOcCalldispatcherAPIResponse.go │ ├── AlibabaMjOcConfpickupgoodsAPIRequest.go │ ├── AlibabaMjOcConfpickupgoodsAPIResponse.go │ ├── AlibabaMjOcGetproductbyscancodeAPIRequest.go │ ├── AlibabaMjOcGetproductbyscancodeAPIResponse.go │ ├── AlibabaMjOcOfflineMaxticketnoGetAPIRequest.go │ ├── AlibabaMjOcOfflineMaxticketnoGetAPIResponse.go │ ├── AlibabaMjOcOnlineTicketnoGetAPIRequest.go │ ├── AlibabaMjOcOnlineTicketnoGetAPIResponse.go │ ├── AlibabaMjOcOutboundAPIRequest.go │ ├── AlibabaMjOcOutboundAPIResponse.go │ ├── AlibabaMjOcPayAPIRequest.go │ ├── AlibabaMjOcPayAPIResponse.go │ ├── AlibabaMjOcWritesaleslipAPIRequest.go │ ├── AlibabaMjOcWritesaleslipAPIResponse.go │ ├── AlibabaMjPresaleSettlementAddlistAPIRequest.go │ ├── AlibabaMjPresaleSettlementAddlistAPIResponse.go │ ├── AlibabaMjPresaleSettlementStatisticsAPIRequest.go │ ├── AlibabaMjPresaleSettlementStatisticsAPIResponse.go │ ├── AlibabaMjPresaleSettlementStatisticsData.go │ ├── AlibabaMosBrandCoproductGroupUserCountAPIRequest.go │ ├── AlibabaMosBrandCoproductGroupUserCountAPIResponse.go │ ├── AlibabaMosBrandCoproductGroupUserQueryAPIRequest.go │ ├── AlibabaMosBrandCoproductGroupUserQueryAPIResponse.go │ ├── AlibabaMosBunkBunkinfoQuerybunkAPIRequest.go │ ├── AlibabaMosBunkBunkinfoQuerybunkAPIResponse.go │ ├── AlibabaMosBunkBunkinfoQuerybunkResultDo.go │ ├── AlibabaMosCommonAuthOperatorInfoAPIRequest.go │ ├── AlibabaMosCommonAuthOperatorInfoAPIResponse.go │ ├── AlibabaMosFinanceBankinfoQuerybankAPIRequest.go │ ├── AlibabaMosFinanceBankinfoQuerybankAPIResponse.go │ ├── AlibabaMosFinanceBankinfoQuerybankResultDo.go │ ├── AlibabaMosHrBackgroundReportNotifyAPIRequest.go │ ├── AlibabaMosHrBackgroundReportNotifyAPIResponse.go │ ├── AlibabaMosOcTradeSyncbanksaleAPIRequest.go │ ├── AlibabaMosOcTradeSyncbanksaleAPIResponse.go │ ├── AlibabaMosOcTradeSyncbanksaleResultDo.go │ ├── AlibabaMosOnsiteTradeIsnewpayorderAPIRequest.go │ ├── AlibabaMosOnsiteTradeIsnewpayorderAPIResponse.go │ ├── AlibabaMosOnsiteTradeIsnewpayorderResultDo.go │ ├── AlibabaMosOnsiteTradeOldrefundAPIRequest.go │ ├── AlibabaMosOnsiteTradeOldrefundAPIResponse.go │ ├── AlibabaMosOnsiteTradePayAPIRequest.go │ ├── AlibabaMosOnsiteTradePayAPIResponse.go │ ├── AlibabaMosOnsiteTradeQueryAPIRequest.go │ ├── AlibabaMosOnsiteTradeQueryAPIResponse.go │ ├── AlibabaMosOnsiteTradeQueryrefundAPIRequest.go │ ├── AlibabaMosOnsiteTradeQueryrefundAPIResponse.go │ ├── AlibabaMosOnsiteTradeQueryrefundResultDo.go │ ├── AlibabaMosOnsiteTradeRefundAPIRequest.go │ ├── AlibabaMosOnsiteTradeRefundAPIResponse.go │ ├── AlibabaMosOnsiteTradeRefundResultDo.go │ ├── AlibabaMosPosAlarmAPIRequest.go │ ├── AlibabaMosPosAlarmAPIResponse.go │ ├── AlibabaMosStoreGetcloudshelfversionAPIRequest.go │ ├── AlibabaMosStoreGetcloudshelfversionAPIResponse.go │ ├── AlibabaMosStoreGetcloudshelfversionResultDo.go │ ├── AlibabaMosStoreGetdefautitemsAPIRequest.go │ ├── AlibabaMosStoreGetdefautitemsAPIResponse.go │ ├── AlibabaMosStoreGetdefautitemsResultDo.go │ ├── AlibabaMosStoreGetstorelistAPIRequest.go │ ├── AlibabaMosStoreGetstorelistAPIResponse.go │ ├── AlibabaMosStoreGetstorelistResultDo.go │ ├── AlibabaMosStoreRecordscreenpointinfoAPIRequest.go │ ├── AlibabaMosStoreRecordscreenpointinfoAPIResponse.go │ ├── AlibabaMosStoreRecordscreenpointinfoResultDo.go │ ├── AlibabaMosSupplierBasisGetsupplierinfoAPIRequest.go │ ├── AlibabaMosSupplierBasisGetsupplierinfoAPIResponse.go │ ├── AlibabaMosTmcSmsSendAPIRequest.go │ ├── AlibabaMosTmcSmsSendAPIResponse.go │ ├── AlibabaMosflowWorkQueryvariablesAPIRequest.go │ ├── AlibabaMosflowWorkQueryvariablesAPIResponse.go │ ├── AlibabaMosflowWorkStartprocessAPIRequest.go │ ├── AlibabaMosflowWorkStartprocessAPIResponse.go │ ├── BillSettlementDto.go │ ├── BrandCoProductGroupUserDto.go │ ├── BrandCoProductGroupUserQueryParam.go │ ├── BunkSimpleDto.go │ ├── CallDispatcherDto.go │ ├── CallDispatcherRespDo.go │ ├── CallDispatcherResponse.go │ ├── CancelBillDto.go │ ├── CodeGoodsDto.go │ ├── CodeInfoDto.go │ ├── ConfPickupGoodsReqDto.go │ ├── CreateBillDto.go │ ├── DeliveryAddressDto.go │ ├── DeliveryCustomDto.go │ ├── FundBill.go │ ├── FundBillDo.go │ ├── GoodsDetail.go │ ├── GoodsOutboundDto.go │ ├── HrBackgroundReportNotifyDto.go │ ├── JsonResponse.go │ ├── MjItemTopVo.go │ ├── MjStoreItemsTopVo.go │ ├── MjStoresTopVo.go │ ├── ModifyBillDto.go │ ├── MultiResult.go │ ├── OnsiteRefundRequest.go │ ├── OnsiteRefundResponse.go │ ├── OnsiteTradePayRequest.go │ ├── OnsiteTradePayResponse.go │ ├── OnsiteTradeQueryResponse.go │ ├── OperatorUserInfo.go │ ├── OutboundDetailDto.go │ ├── ParameterEntity.go │ ├── PosBankSaleInfoDto.go │ ├── PosLogDto.go │ ├── PosOrderDto.go │ ├── PosOrderSaleItemDto.go │ ├── PosPaymentDto.go │ ├── PosSaleItemDto.go │ ├── PosSaleOrderDto.go │ ├── PosSplitPromotionDto.go │ ├── RefundResponse.go │ ├── ResultDo.go │ ├── RightsList.go │ ├── SaleProperty.go │ ├── ScanProduct.go │ ├── SettleInvoiceDto.go │ ├── SingleResult.go │ ├── SmsSendMessageDto.go │ ├── StoreInfo.go │ ├── SupplierBankInfoDto.go │ ├── SupplierBasisInfoDto.go │ └── doc.go ├── moscm │ ├── AlibabaMosDeliverySendAPIRequest.go │ ├── AlibabaMosDeliverySendAPIResponse.go │ ├── AlibabaMosDeliverySendResultDo.go │ ├── AlibabaMosGoodsAdjustAPIRequest.go │ ├── AlibabaMosGoodsAdjustAPIResponse.go │ ├── AlibabaMosGoodsAdjustResultDo.go │ ├── AlibabaMosGoodsBulkinputcspuAPIRequest.go │ ├── AlibabaMosGoodsBulkinputcspuAPIResponse.go │ ├── AlibabaMosGoodsInventoryGetinventorysAPIRequest.go │ ├── AlibabaMosGoodsInventoryGetinventorysAPIResponse.go │ ├── AlibabaMosGoodsSearchcspuAPIRequest.go │ ├── AlibabaMosGoodsSearchcspuAPIResponse.go │ ├── AlibabaMosGoodsSetpriceAPIRequest.go │ ├── AlibabaMosGoodsSetpriceAPIResponse.go │ ├── AlibabaMosGoodsSynchinventorybycountingAPIRequest.go │ ├── AlibabaMosGoodsSynchinventorybycountingAPIResponse.go │ ├── AlibabaMosGoodsSynchinventorybycountingResultDo.go │ ├── AlibabaMosIsvInventoryScrollqueryAPIRequest.go │ ├── AlibabaMosIsvInventoryScrollqueryAPIResponse.go │ ├── AlibabaMosOrderListGetAPIRequest.go │ ├── AlibabaMosOrderListGetAPIResponse.go │ ├── AlibabaMosOrderListGetResultDo.go │ ├── AlibabaMosOrderQueryAPIRequest.go │ ├── AlibabaMosOrderQueryAPIResponse.go │ ├── AlibabaMosOrderQueryResultDo.go │ ├── AlibabaMosOrderRefundListGetAPIRequest.go │ ├── AlibabaMosOrderRefundListGetAPIResponse.go │ ├── AlibabaMosOrderRefundListGetResultDto.go │ ├── BulkInputCspuResult.go │ ├── CountingInfoDto.go │ ├── CountingItemDto.go │ ├── CspuCriteria.go │ ├── CspuInputDto.go │ ├── Cspudto.go │ ├── DeliveryDto.go │ ├── InputCspuResult.go │ ├── InventoryDetailDto.go │ ├── InvoiceDto.go │ ├── IsvInboundRequestItemDto.go │ ├── IsvOutboundRequestItemDto.go │ ├── IsvStockAdjustRequestDto.go │ ├── MosScrollQueryResult.go │ ├── OrderCriteria.go │ ├── PagedList.go │ ├── Paginator.go │ ├── PriceDto.go │ ├── PriceResult.go │ ├── ProductImgDto.go │ ├── PropertyDto.go │ ├── RmaCriteria.go │ ├── RmaDto.go │ ├── RmaItemDto.go │ ├── SalesOrderDto.go │ ├── SalesOrderItemDto.go │ ├── ShipItemDto.go │ ├── SpuInputDto.go │ ├── Spudto.go │ ├── VirtualInventoryDto.go │ ├── VirtualInventoryQueryDto.go │ └── doc.go ├── mozi │ ├── AddOrUpdateTenantEmployeeAndAccountRequest.go │ ├── AddOrUpdateTenantEmployeeAndAccountResult.go │ ├── AlibabaMoziBucAccountListAccountidsAPIRequest.go │ ├── AlibabaMoziBucAccountListAccountidsAPIResponse.go │ ├── AlibabaMoziBucAccountPageallAPIRequest.go │ ├── AlibabaMoziBucAccountPageallAPIResponse.go │ ├── AlibabaMoziBucAccountPageallT.go │ ├── AlibabaMoziFusionAddorupdateEmployeeAccountAPIRequest.go │ ├── AlibabaMoziFusionAddorupdateEmployeeAccountAPIResponse.go │ ├── AlibabaMoziFusionCreateEmployeeAccountAPIRequest.go │ ├── AlibabaMoziFusionCreateEmployeeAccountAPIResponse.go │ ├── AlibabaMoziFusionDimissionEmployeeAccountAPIRequest.go │ ├── AlibabaMoziFusionDimissionEmployeeAccountAPIResponse.go │ ├── AlibabaMoziFusionReentryEmployeeAccountAPIRequest.go │ ├── AlibabaMoziFusionReentryEmployeeAccountAPIResponse.go │ ├── AlibabaMoziFusionUpdateEmployeeAccountAPIRequest.go │ ├── AlibabaMoziFusionUpdateEmployeeAccountAPIResponse.go │ ├── AlibabaMoziVdsTenantApiServiceDismissAPIRequest.go │ ├── AlibabaMoziVdsTenantApiServiceDismissAPIResponse.go │ ├── AlibabaMoziVdsTenantApiServiceGetadminAPIRequest.go │ ├── AlibabaMoziVdsTenantApiServiceGetadminAPIResponse.go │ ├── AlibabaMoziVdsTenantApiServiceMatchempcodesAPIRequest.go │ ├── AlibabaMoziVdsTenantApiServiceMatchempcodesAPIResponse.go │ ├── AlibabaMoziVdsTenantApiServicePagesubadminsAPIRequest.go │ ├── AlibabaMoziVdsTenantApiServicePagesubadminsAPIResponse.go │ ├── AlibabaMoziVdsTenantApiServiceTenantbyidAPIRequest.go │ ├── AlibabaMoziVdsTenantApiServiceTenantbyidAPIResponse.go │ ├── CreateTenantEmployeeAndAccountRequest.go │ ├── CreateTenantEmployeeAndAccountResult.go │ ├── DismissOrganizationSupervisorRequest.go │ ├── DismissOrganizationSupervisorResult.go │ ├── EmployeeAccount.go │ ├── EmployeeBaseProperties.go │ ├── GetEmployeeTenantAdminInfoRequest.go │ ├── GetEmployeeTenantAdminInfoResult.go │ ├── GetTenantByIdRequest.go │ ├── GetTenantByIdResult.go │ ├── ListAccountsByAccountIdsRequest.go │ ├── ListAccountsByAccountIdsResult.go │ ├── MatchWithEmployeeRequest.go │ ├── MatchWithEmployeeResult.go │ ├── PageAllAccountsRequest.go │ ├── PageAllAccountsResult.go │ ├── PageTenantSubAdminsRequest.go │ ├── PageTenantSubAdminsResult.go │ ├── ReEntryTenantEmployeeAndAccountRequest.go │ ├── ReEntryTenantEmployeeAndAccountResult.go │ ├── RemoveTenantEmployeeAndAccountRequest.go │ ├── RemoveTenantEmployeeAndAccountResult.go │ ├── Tenant.go │ ├── TenantAdmin.go │ ├── UpdateTenantEmployeeAndAccountRequest.go │ ├── UpdateTenantEmployeeAndAccountResult.go │ └── doc.go ├── moziacl │ ├── AddPermissionToRoleRequest.go │ ├── AddPermissionToRoleResult.go │ ├── AlibabaMoziAclAppGetpermisspkgsAPIRequest.go │ ├── AlibabaMoziAclAppGetpermisspkgsAPIResponse.go │ ├── AlibabaMoziAclGrantGrantroleAPIRequest.go │ ├── AlibabaMoziAclGrantGrantroleAPIResponse.go │ ├── AlibabaMoziAclPermissionPageRolepermissionAPIRequest.go │ ├── AlibabaMoziAclPermissionPageRolepermissionAPIResponse.go │ ├── AlibabaMoziAclPermissionpkgAddPermissionsAPIRequest.go │ ├── AlibabaMoziAclPermissionpkgAddPermissionsAPIResponse.go │ ├── AlibabaMoziAclPermissionpkgAddRolesAPIRequest.go │ ├── AlibabaMoziAclPermissionpkgAddRolesAPIResponse.go │ ├── AlibabaMoziAclRoleAddAPIRequest.go │ ├── AlibabaMoziAclRoleAddAPIResponse.go │ ├── AlibabaMoziAclRoleAddPermissionsAPIRequest.go │ ├── AlibabaMoziAclRoleAddPermissionsAPIResponse.go │ ├── AlibabaMoziAclRoleRemoveAPIRequest.go │ ├── AlibabaMoziAclRoleRemoveAPIResponse.go │ ├── AlibabaMoziAclRoleRemovePermissionsAPIRequest.go │ ├── AlibabaMoziAclRoleRemovePermissionsAPIResponse.go │ ├── AlibabaMoziAclUserpermissionsRevokeAPIRequest.go │ ├── AlibabaMoziAclUserpermissionsRevokeAPIResponse.go │ ├── AlibabaMoziAclUserrolesRevokeAPIRequest.go │ ├── AlibabaMoziAclUserrolesRevokeAPIResponse.go │ ├── AppPermissionPackageResult.go │ ├── BucPrincipalParam.go │ ├── BucUser.go │ ├── BucUserPrincipalParam.go │ ├── CreateRoleRequest.go │ ├── CreateRoleResult.go │ ├── DeleteRolesRequest.go │ ├── GetAppPermissionPackageRequest.go │ ├── GrantRolesRequest.go │ ├── GrantRolesResult.go │ ├── PageRolePermissionRequest.go │ ├── PageRolePermissionResult.go │ ├── PermissionEntity.go │ ├── PermissionPackageEntity.go │ ├── RealmEntity.go │ ├── RemovePermissionsFromRoleRequest.go │ ├── RemovePermissionsFromRoleResult.go │ ├── RevokePermissionsRequest.go │ ├── RevokePermissionsResult.go │ ├── RevokeRolesRequest.go │ ├── RevokeRolesResult.go │ ├── UpdatePermissionsToPermissionPackageRequest.go │ ├── UpdatePermissionsToPermissionPackageResult.go │ ├── UpdateRolesToPermissionPackageRequest.go │ ├── UpdateRolesToPermissionPackageResult.go │ └── doc.go ├── mozivds │ ├── AddTenantAdminsRequest.go │ ├── AddTenantAdminsResult.go │ ├── AlibabaMoziVdsTenantApiServiceAddadminAPIRequest.go │ ├── AlibabaMoziVdsTenantApiServiceAddadminAPIResponse.go │ ├── AlibabaMoziVdsTenantApiServiceRemoveadminAPIRequest.go │ ├── AlibabaMoziVdsTenantApiServiceRemoveadminAPIResponse.go │ ├── RemoveTenantAdminsRequest.go │ ├── RemoveTenantAdminsResult.go │ └── doc.go ├── msgamp │ ├── MiniappBcChatMsgRequest.go │ ├── SendMessageReq.go │ ├── TaobaoBcChatMessageSendAPIRequest.go │ ├── TaobaoBcChatMessageSendAPIResponse.go │ ├── TaobaoBcChatMessageSendResult.go │ ├── TaobaoMessageSendAPIRequest.go │ ├── TaobaoMessageSendAPIResponse.go │ └── doc.go ├── mtop │ ├── TaobaoMtopUploadTokenGetAPIRequest.go │ ├── TaobaoMtopUploadTokenGetAPIResponse.go │ ├── UploadTokenRequestV.go │ └── doc.go ├── mtopopen │ ├── ActivityLotteryWriteResult.go │ ├── AlibabaInteractAllsparkisvDrawAPIRequest.go │ ├── AlibabaInteractAllsparkisvDrawAPIResponse.go │ ├── AlibabaInteractAopdataRegisterAPIRequest.go │ ├── AlibabaInteractAopdataRegisterAPIResponse.go │ ├── AlibabaInteractAopdataRegisterResult.go │ ├── AlibabaInteractLotteryactivityRegisterAPIRequest.go │ ├── AlibabaInteractLotteryactivityRegisterAPIResponse.go │ ├── AlibabaInteractLotteryactivityRegisterResult.go │ ├── AlibabaInteractMediaArtworkAPIRequest.go │ ├── AlibabaInteractMediaArtworkAPIResponse.go │ ├── AlibabaInteractMediaAudioAPIRequest.go │ ├── AlibabaInteractMediaAudioAPIResponse.go │ ├── AlibabaInteractSensorSocialAPIRequest.go │ ├── AlibabaInteractSensorSocialAPIResponse.go │ ├── AlibabaInteractSensorTradeAPIRequest.go │ ├── AlibabaInteractSensorTradeAPIResponse.go │ ├── AlibabaInteractSensorTradeBuyAPIRequest.go │ ├── AlibabaInteractSensorTradeBuyAPIResponse.go │ ├── GeneralLogisticsDataWriteRequest.go │ ├── GeneralLogisticsDataWriteResponse.go │ ├── ModifyDeliveryRequest.go │ ├── ModifyDeliveryResponse.go │ ├── ModifyRequest.go │ ├── ModifyResponse.go │ ├── Modulemap.go │ ├── MsgSendRequest.go │ ├── MsgSendResponse.go │ ├── PackageInfoVo.go │ ├── QueryPackageListRequest.go │ ├── QueryPackageListResponse.go │ ├── TaobaoLogisticsAppletModifydataSaveAPIRequest.go │ ├── TaobaoLogisticsAppletModifydataSaveAPIResponse.go │ ├── TaobaoLogisticsAppletPackageQueryAPIRequest.go │ ├── TaobaoLogisticsAppletPackageQueryAPIResponse.go │ ├── TaobaoLogisticsFengchaoMsgSendAPIRequest.go │ ├── TaobaoLogisticsFengchaoMsgSendAPIResponse.go │ ├── TaobaoLogisticsOpenalibityWriteAPIRequest.go │ ├── TaobaoLogisticsOpenalibityWriteAPIResponse.go │ ├── TaobaoLogisticsShunfengModifydataSaveAPIRequest.go │ ├── TaobaoLogisticsShunfengModifydataSaveAPIResponse.go │ ├── TaobaoLogisticsTaowaiMsgSendAPIRequest.go │ ├── TaobaoLogisticsTaowaiMsgSendAPIResponse.go │ ├── TaobaoOauthCodeCreateAPIRequest.go │ ├── TaobaoOauthCodeCreateAPIResponse.go │ ├── TaobaoWeitaoFeedIsrelationAPIRequest.go │ ├── TaobaoWeitaoFeedIsrelationAPIResponse.go │ ├── TaobaoWeitaoFollowIsrelationAPIRequest.go │ ├── TaobaoWeitaoFollowIsrelationAPIResponse.go │ ├── TaobaoWirelessBuntingShopShorturlCreateAPIRequest.go │ ├── TaobaoWirelessBuntingShopShorturlCreateAPIResponse.go │ ├── TaowaiMsgSendRequest.go │ ├── TopIsvDecorateParam.go │ ├── TopUpdateActivityLotteryInfoParam.go │ └── doc.go ├── mydata │ ├── AlibabaMydataOverviewDateGetAPIRequest.go │ ├── AlibabaMydataOverviewDateGetAPIResponse.go │ ├── AlibabaMydataOverviewIndicatorBasicGetAPIRequest.go │ ├── AlibabaMydataOverviewIndicatorBasicGetAPIResponse.go │ ├── AlibabaMydataOverviewIndustryGetAPIRequest.go │ ├── AlibabaMydataOverviewIndustryGetAPIResponse.go │ ├── AlibabaMydataSelfProductDateGetAPIRequest.go │ ├── AlibabaMydataSelfProductDateGetAPIResponse.go │ ├── AlibabaMydataSelfProductGetAPIRequest.go │ ├── AlibabaMydataSelfProductGetAPIResponse.go │ ├── CompanyIndicators.go │ ├── DateRange.go │ ├── EffectEntity.go │ ├── Industry.go │ ├── KeywordEffectEntity.go │ ├── ProductEffect.go │ └── doc.go ├── nazca │ ├── ActionResult.go │ ├── AlibabaInfodeptLassenCasestatisticsGetAPIRequest.go │ ├── AlibabaInfodeptLassenCasestatisticsGetAPIResponse.go │ ├── AlibabaNazcaAuthAuthapplyCallbackAPIRequest.go │ ├── AlibabaNazcaAuthAuthapplyCallbackAPIResponse.go │ ├── AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest.go │ ├── AlibabaNazcaAuthChangeauthapplyCallbackAPIResponse.go │ ├── AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest.go │ ├── AlibabaNazcaAuthIssueauthapplyCallbackAPIResponse.go │ ├── AlibabaNazcaTokenAuthapplyGetAPIRequest.go │ ├── AlibabaNazcaTokenAuthapplyGetAPIResponse.go │ ├── AlibabaNazcaTokenChangeauthapplyGetAPIRequest.go │ ├── AlibabaNazcaTokenChangeauthapplyGetAPIResponse.go │ ├── AlibabaNazcaTokenFilesecretGetAPIRequest.go │ ├── AlibabaNazcaTokenFilesecretGetAPIResponse.go │ ├── AlibabaNazcaTokenIssuecertapplyGetAPIRequest.go │ ├── AlibabaNazcaTokenIssuecertapplyGetAPIResponse.go │ ├── AuthApplyDo.go │ ├── AuthApplyDoneCallBackDo.go │ ├── ChangeAuthApplyDo.go │ ├── ChangeAuthCallBackDo.go │ ├── IssueAuthCallBackDo.go │ ├── IssueCertApplyDo.go │ └── doc.go ├── newretail │ ├── AlibabaItApAddressGetAPIRequest.go │ ├── AlibabaItApAddressGetAPIResponse.go │ ├── AlibabaItApAddressGetResult.go │ ├── AlibabaItApAddressSetAPIRequest.go │ ├── AlibabaItApAddressSetAPIResponse.go │ ├── AlibabaItApAddressSetResult.go │ ├── ApAddressInfo.go │ └── doc.go ├── nlife │ ├── AlibabaNlifeB2cCodeConvertAPIRequest.go │ ├── AlibabaNlifeB2cCodeConvertAPIResponse.go │ ├── AlibabaNlifeB2cItemDetailGetAPIRequest.go │ ├── AlibabaNlifeB2cItemDetailGetAPIResponse.go │ ├── AlibabaNlifeB2cMemberDiscountruleGetAPIRequest.go │ ├── AlibabaNlifeB2cMemberDiscountruleGetAPIResponse.go │ ├── AlibabaNlifeB2cTradeCancelAPIRequest.go │ ├── AlibabaNlifeB2cTradeCancelAPIResponse.go │ ├── AlibabaNlifeB2cTradeDownloadAPIRequest.go │ ├── AlibabaNlifeB2cTradeDownloadAPIResponse.go │ ├── AlibabaNlifeB2cTradeGetAPIRequest.go │ ├── AlibabaNlifeB2cTradeGetAPIResponse.go │ ├── AlibabaNlifeB2cTradePayAPIRequest.go │ ├── AlibabaNlifeB2cTradePayAPIResponse.go │ ├── AlibabaNlifeB2cTradeRefundAPIRequest.go │ ├── AlibabaNlifeB2cTradeRefundAPIResponse.go │ ├── AlibabaNlifeB2cTradestatusDriveAPIRequest.go │ ├── AlibabaNlifeB2cTradestatusDriveAPIResponse.go │ ├── DiscountMemo.go │ ├── DiscountRule.go │ ├── FundBill.go │ ├── Goods.go │ ├── ItemCodeConvertResponse.go │ ├── LogisticsInfo.go │ ├── LogisticsInfoDetail.go │ ├── LogisticsLog.go │ ├── LogisticsStatus.go │ ├── Order.go │ ├── Refund.go │ └── doc.go ├── nlp │ ├── ProcessResult.go │ ├── SimResult.go │ ├── TaobaoNlpPreprocessAPIRequest.go │ ├── TaobaoNlpPreprocessAPIResponse.go │ ├── TaobaoNlpSimilarityAPIRequest.go │ ├── TaobaoNlpSimilarityAPIResponse.go │ ├── TaobaoNlpWordAPIRequest.go │ ├── TaobaoNlpWordAPIResponse.go │ ├── Text.go │ ├── Texts.go │ ├── WordResult.go │ └── doc.go ├── normalvisa │ ├── AlitripTravelVisaApplicantImportAPIRequest.go │ ├── AlitripTravelVisaApplicantImportAPIResponse.go │ ├── AlitripTravelVisaApplicantQueryAPIRequest.go │ ├── AlitripTravelVisaApplicantQueryAPIResponse.go │ ├── AlitripTravelVisaSignSendAPIRequest.go │ ├── AlitripTravelVisaSignSendAPIResponse.go │ ├── BatchInfo.go │ ├── LogisticsCompanyInfo.go │ ├── LogisticsCompanyUnitTopVo.go │ ├── NormalVisaDetailInfo.go │ ├── NormalVisaInfo.go │ ├── NormalVisaPersonDetailVo.go │ ├── NormalVisaUpdateUnit.go │ ├── NormalVisaUserUnit.go │ ├── QueryApplicantParam.go │ ├── QueryVisaApplicantResult.go │ ├── SendSignFailInfo.go │ ├── TaobaoAlitripTravelNormalvisaGetAPIRequest.go │ ├── TaobaoAlitripTravelNormalvisaGetAPIResponse.go │ ├── TaobaoAlitripTravelNormalvisaGetResultSet.go │ ├── TaobaoAlitripTravelNormalvisaGetcompanyAPIRequest.go │ ├── TaobaoAlitripTravelNormalvisaGetcompanyAPIResponse.go │ ├── TaobaoAlitripTravelNormalvisaGetcompanyResultSet.go │ ├── TaobaoAlitripTravelNormalvisaGetdetailAPIRequest.go │ ├── TaobaoAlitripTravelNormalvisaGetdetailAPIResponse.go │ ├── TaobaoAlitripTravelNormalvisaGetdetailResultSet.go │ ├── TaobaoAlitripTravelNormalvisaStoreuserAPIRequest.go │ ├── TaobaoAlitripTravelNormalvisaStoreuserAPIResponse.go │ ├── TaobaoAlitripTravelNormalvisaStoreuserResultSet.go │ ├── TaobaoAlitripTravelNormalvisaUpdatepersonstautsAPIRequest.go │ ├── TaobaoAlitripTravelNormalvisaUpdatepersonstautsAPIResponse.go │ ├── TaobaoAlitripTravelNormalvisaUpdatepersonstautsResultSet.go │ ├── TaobaoAlitripTravelNormalvisaUploadfileAPIRequest.go │ ├── TaobaoAlitripTravelNormalvisaUploadfileAPIResponse.go │ ├── TaobaoAlitripTravelNormalvisaUploadfileResultSet.go │ ├── VisaApplicantInfo.go │ └── doc.go ├── nropen │ ├── AlibabaAscpIndustryDisivisonQueryAPIRequest.go │ ├── AlibabaAscpIndustryDisivisonQueryAPIResponse.go │ ├── AlibabaAscpIndustryDisivisonQueryData.go │ ├── Divisioninfos.go │ └── doc.go ├── nrpos │ ├── AlibabaMosCommdyOfflineGetfileurlAPIRequest.go │ ├── AlibabaMosCommdyOfflineGetfileurlAPIResponse.go │ ├── AlibabaMosCommdyOfflineGetfileurlResultDo.go │ ├── AlibabaMosCommdyPosmerchandiseGetmerchandiseAPIRequest.go │ ├── AlibabaMosCommdyPosmerchandiseGetmerchandiseAPIResponse.go │ ├── AlibabaMosCommdyPosmerchandiseGetmerchandiseResultDo.go │ ├── MerchandiseInfoDto.go │ ├── OfflineFileDto.go │ ├── QueryMerchandiseDto.go │ └── doc.go ├── nrt │ ├── AlibabaRetailDeviceVendingRegisterAPIRequest.go │ ├── AlibabaRetailDeviceVendingRegisterAPIResponse.go │ ├── AlibabaRetailDeviceVendingRegisterResultDo.go │ ├── AuthFailedMsg.go │ ├── CategoryPropDto.go │ ├── ChannelDto.go │ ├── CouponTemplateDto.go │ ├── DeviceDto.go │ ├── EaStoreContractDto.go │ ├── ItemImageDto.go │ ├── LocationDto.go │ ├── MacallineItemExtDto.go │ ├── MemberSynResponse.go │ ├── ModifyFundsTypeReqDto.go │ ├── NrtBenefitDto.go │ ├── NrtCouponSendDto.go │ ├── NrtEaLoginDto.go │ ├── NrtItemSyncResultDto.go │ ├── NrtMemberDto.go │ ├── NrtSceneActivityDto.go │ ├── NrtSmsDto.go │ ├── NrtStoreContractDto.go │ ├── NrtStoreDto.go │ ├── NrtStoreQueryDto.go │ ├── PageData.go │ ├── ResultDo.go │ ├── SendCouponResponse.go │ ├── SettleCardInfoDto.go │ ├── SkuDto.go │ ├── StallSigningReqDto.go │ ├── StallSigningRespDto.go │ ├── StoreQuery.go │ ├── TmallNrtAssetAuthorizationAddAPIRequest.go │ ├── TmallNrtAssetAuthorizationAddAPIResponse.go │ ├── TmallNrtAssetAuthorizationDeleteAPIRequest.go │ ├── TmallNrtAssetAuthorizationDeleteAPIResponse.go │ ├── TmallNrtBranddetailQueryAPIRequest.go │ ├── TmallNrtBranddetailQueryAPIResponse.go │ ├── TmallNrtBrandinfoQueryAPIRequest.go │ ├── TmallNrtBrandinfoQueryAPIResponse.go │ ├── TmallNrtCouponSendAPIRequest.go │ ├── TmallNrtCouponSendAPIResponse.go │ ├── TmallNrtCouponTemplateSynAPIRequest.go │ ├── TmallNrtCouponTemplateSynAPIResponse.go │ ├── TmallNrtCouponTemplateSynResult.go │ ├── TmallNrtCoupontemplateQueryAPIRequest.go │ ├── TmallNrtCoupontemplateQueryAPIResponse.go │ ├── TmallNrtItemGetAPIRequest.go │ ├── TmallNrtItemGetAPIResponse.go │ ├── TmallNrtItemGetResultDo.go │ ├── TmallNrtItemMainSynchronizeAPIRequest.go │ ├── TmallNrtItemMainSynchronizeAPIResponse.go │ ├── TmallNrtItemMainSynchronizeResultDo.go │ ├── TmallNrtMemberOpenidAPIRequest.go │ ├── TmallNrtMemberOpenidAPIResponse.go │ ├── TmallNrtMemberOpenidResultDo.go │ ├── TmallNrtMemberSynchronizeAPIRequest.go │ ├── TmallNrtMemberSynchronizeAPIResponse.go │ ├── TmallNrtMiaolingThirdLoginAPIRequest.go │ ├── TmallNrtMiaolingThirdLoginAPIResponse.go │ ├── TmallNrtPayMerchantFundstypeModifyAPIRequest.go │ ├── TmallNrtPayMerchantFundstypeModifyAPIResponse.go │ ├── TmallNrtPayMerchantStallSigningModifyAPIRequest.go │ ├── TmallNrtPayMerchantStallSigningModifyAPIResponse.go │ ├── TmallNrtPayMerchantStallSigningModifyResultDo.go │ ├── TmallNrtSceneActivityQueryAPIRequest.go │ ├── TmallNrtSceneActivityQueryAPIResponse.go │ ├── TmallNrtSmsCodeSendAPIRequest.go │ ├── TmallNrtSmsCodeSendAPIResponse.go │ ├── TmallNrtStallPayratioSynchronizeAPIRequest.go │ ├── TmallNrtStallPayratioSynchronizeAPIResponse.go │ ├── TmallNrtStallSynchronizeAPIRequest.go │ ├── TmallNrtStallSynchronizeAPIResponse.go │ ├── TmallNrtStoreContractQueryAPIRequest.go │ ├── TmallNrtStoreContractQueryAPIResponse.go │ ├── TmallNrtStoreContractSynAPIRequest.go │ ├── TmallNrtStoreContractSynAPIResponse.go │ ├── TmallNrtStoreItemFromOnlineItemAPIRequest.go │ ├── TmallNrtStoreItemFromOnlineItemAPIResponse.go │ ├── TmallNrtStoreItemFromOnlineItemResultDto.go │ ├── TmallNrtStoreRelationQueryAPIRequest.go │ ├── TmallNrtStoreRelationQueryAPIResponse.go │ ├── TopAssetDataAuthReqDto.go │ ├── TopAssetDataAuthResultDto.go │ ├── TopHomeItemDto.go │ └── doc.go ├── omniorder │ ├── AlibabaRetailCommissionOrderQueryAPIRequest.go │ ├── AlibabaRetailCommissionOrderQueryAPIResponse.go │ ├── AlibabaRetailCommissionOrderSyncAPIRequest.go │ ├── AlibabaRetailCommissionOrderSyncAPIResponse.go │ ├── AlibabaRetailCommissionResultQueryAPIRequest.go │ ├── AlibabaRetailCommissionResultQueryAPIResponse.go │ ├── AlibabaRetailCommissionStatusChangeAPIRequest.go │ ├── AlibabaRetailCommissionStatusChangeAPIResponse.go │ ├── BaseResult.go │ ├── CommissionResultDto.go │ ├── CommissionResultQuery.go │ ├── Content.go │ ├── Door2doorConsumeRequest.go │ ├── Door2doorQueryResult.go │ ├── ExpandCardInfo.go │ ├── InventoryAdjustInfo.go │ ├── ItemDeleteResult.go │ ├── ItemLightPublishDto.go │ ├── ItemLightPublishImageDto.go │ ├── ItemLightPublishResult.go │ ├── ItemLightPublishSalePropDto.go │ ├── ItemLightPublishSkuDto.go │ ├── ItemSkuDuplicateDetail.go │ ├── ItemSkuDuplicateInfo.go │ ├── ItemTag.go │ ├── JzReceiverDto.go │ ├── JzTopArgsDto.go │ ├── LightItemDo.go │ ├── OmniItemCategoryDto.go │ ├── OmniItemCategoryPropDto.go │ ├── OmniResult.go │ ├── OmniSettingDto.go │ ├── OrderDetailDto.go │ ├── OrderDto.go │ ├── PageResult.go │ ├── QuantityDetail.go │ ├── QueryOmniOrderRequest.go │ ├── ResultDo.go │ ├── ScbRefundAddressDto.go │ ├── SdtQueryPackageResponse.go │ ├── SdtStationDto.go │ ├── SdtStatusResponse.go │ ├── Store.go │ ├── StoreAcceptedResult.go │ ├── StoreAllocatedResult.go │ ├── StoreCollectConfig.go │ ├── StoreCollectQueryOrderResponse.go │ ├── StoreConsignedResponse.go │ ├── StoreConsignedResult.go │ ├── StoreDeliverConfig.go │ ├── StoreInventory.go │ ├── SubOrder.go │ ├── SubOrders.go │ ├── TaobaoJstAstrolabeOrderstatusSyncAPIRequest.go │ ├── TaobaoJstAstrolabeOrderstatusSyncAPIResponse.go │ ├── TaobaoJstAstrolabeStoreinventoryAdjustAPIRequest.go │ ├── TaobaoJstAstrolabeStoreinventoryAdjustAPIResponse.go │ ├── TaobaoJstAstrolabeStoreinventoryInitialAPIRequest.go │ ├── TaobaoJstAstrolabeStoreinventoryInitialAPIResponse.go │ ├── TaobaoJstAstrolabeStoreinventoryInitialError.go │ ├── TaobaoJstAstrolabeStoreinventoryItemadjustAPIRequest.go │ ├── TaobaoJstAstrolabeStoreinventoryItemadjustAPIResponse.go │ ├── TaobaoJstAstrolabeStoreinventoryIteminitialAPIRequest.go │ ├── TaobaoJstAstrolabeStoreinventoryIteminitialAPIResponse.go │ ├── TaobaoJstAstrolabeStoreinventoryIteminitialError.go │ ├── TaobaoJstAstrolabeStoreinventoryItemqueryAPIRequest.go │ ├── TaobaoJstAstrolabeStoreinventoryItemqueryAPIResponse.go │ ├── TaobaoJstAstrolabeStoreinventoryItemupdateAPIRequest.go │ ├── TaobaoJstAstrolabeStoreinventoryItemupdateAPIResponse.go │ ├── TaobaoJstAstrolabeStoreinventoryItemupdateError.go │ ├── TaobaoJstAstrolabeStoreinventoryQueryAPIRequest.go │ ├── TaobaoJstAstrolabeStoreinventoryQueryAPIResponse.go │ ├── TaobaoJstAstrolabeStoreinventoryUpdateAPIRequest.go │ ├── TaobaoJstAstrolabeStoreinventoryUpdateAPIResponse.go │ ├── TaobaoJstAstrolabeStoreinventoryUpdateError.go │ ├── TaobaoOmniDealerOdersGetAPIRequest.go │ ├── TaobaoOmniDealerOdersGetAPIResponse.go │ ├── TaobaoOmniDealerOdersGetData.go │ ├── TaobaoOmniDealerOdersListAPIRequest.go │ ├── TaobaoOmniDealerOdersListAPIResponse.go │ ├── TaobaoOmniDealerOdersListData.go │ ├── TaobaoOmniDealerOdersRefundAddressAPIRequest.go │ ├── TaobaoOmniDealerOdersRefundAddressAPIResponse.go │ ├── TaobaoOmniDealerOdersRefundAddressResult.go │ ├── TaobaoOmniOrderDetailAPIRequest.go │ ├── TaobaoOmniOrderDetailAPIResponse.go │ ├── TaobaoOmniOrderGoodsReadyAPIRequest.go │ ├── TaobaoOmniOrderGoodsReadyAPIResponse.go │ ├── TaobaoOmniitemCategoryGetAPIRequest.go │ ├── TaobaoOmniitemCategoryGetAPIResponse.go │ ├── TaobaoOmniitemCategoryGetResult.go │ ├── TaobaoOmniitemItemDeleteAPIRequest.go │ ├── TaobaoOmniitemItemDeleteAPIResponse.go │ ├── TaobaoOmniitemItemFullupdateAPIRequest.go │ ├── TaobaoOmniitemItemFullupdateAPIResponse.go │ ├── TaobaoOmniitemItemGetAPIRequest.go │ ├── TaobaoOmniitemItemGetAPIResponse.go │ ├── TaobaoOmniitemItemPublishAPIRequest.go │ ├── TaobaoOmniitemItemPublishAPIResponse.go │ ├── TaobaoOmniitemSkuGetAPIRequest.go │ ├── TaobaoOmniitemSkuGetAPIResponse.go │ ├── TaobaoOmniorderAllocatedinfoSyncAPIRequest.go │ ├── TaobaoOmniorderAllocatedinfoSyncAPIResponse.go │ ├── TaobaoOmniorderDtdConsignAPIRequest.go │ ├── TaobaoOmniorderDtdConsignAPIResponse.go │ ├── TaobaoOmniorderDtdConsumeAPIRequest.go │ ├── TaobaoOmniorderDtdConsumeAPIResponse.go │ ├── TaobaoOmniorderDtdQueryAPIRequest.go │ ├── TaobaoOmniorderDtdQueryAPIResponse.go │ ├── TaobaoOmniorderDtdResendAPIRequest.go │ ├── TaobaoOmniorderDtdResendAPIResponse.go │ ├── TaobaoOmniorderGuideDataGetAPIRequest.go │ ├── TaobaoOmniorderGuideDataGetAPIResponse.go │ ├── TaobaoOmniorderItemTagOperateAPIRequest.go │ ├── TaobaoOmniorderItemTagOperateAPIResponse.go │ ├── TaobaoOmniorderPrintSaleJudgeAPIRequest.go │ ├── TaobaoOmniorderPrintSaleJudgeAPIResponse.go │ ├── TaobaoOmniorderStoreAccpetedAPIRequest.go │ ├── TaobaoOmniorderStoreAccpetedAPIResponse.go │ ├── TaobaoOmniorderStoreCollectconfigGetAPIRequest.go │ ├── TaobaoOmniorderStoreCollectconfigGetAPIResponse.go │ ├── TaobaoOmniorderStoreCollectconfigGetResult.go │ ├── TaobaoOmniorderStoreCollectconfigUpdateAPIRequest.go │ ├── TaobaoOmniorderStoreCollectconfigUpdateAPIResponse.go │ ├── TaobaoOmniorderStoreCollectconfigUpdateResult.go │ ├── TaobaoOmniorderStoreConsignedAPIRequest.go │ ├── TaobaoOmniorderStoreConsignedAPIResponse.go │ ├── TaobaoOmniorderStoreDeliverconfigGetAPIRequest.go │ ├── TaobaoOmniorderStoreDeliverconfigGetAPIResponse.go │ ├── TaobaoOmniorderStoreDeliverconfigGetResult.go │ ├── TaobaoOmniorderStoreDeliverconfigUpdateAPIRequest.go │ ├── TaobaoOmniorderStoreDeliverconfigUpdateAPIResponse.go │ ├── TaobaoOmniorderStoreDeliverconfigUpdateResult.go │ ├── TaobaoOmniorderStoreReallocateAPIRequest.go │ ├── TaobaoOmniorderStoreReallocateAPIResponse.go │ ├── TaobaoOmniorderStoreReallocateResult.go │ ├── TaobaoOmniorderStoreRefusedAPIRequest.go │ ├── TaobaoOmniorderStoreRefusedAPIResponse.go │ ├── TaobaoOmniorderStoreSdtquerystationAPIRequest.go │ ├── TaobaoOmniorderStoreSdtquerystationAPIResponse.go │ ├── TaobaoOmniorderStoreSdtquerystationResult.go │ ├── TaobaoOmniorderStoreSdtstatusAPIRequest.go │ ├── TaobaoOmniorderStoreSdtstatusAPIResponse.go │ ├── TaobaoOmniorderStoreSdtstatusResult.go │ ├── TaobaoOmniorderStoreSwitchstatusGetAPIRequest.go │ ├── TaobaoOmniorderStoreSwitchstatusGetAPIResponse.go │ ├── TaobaoOmniorderStoreSwitchstatusGetResult.go │ ├── TaobaoOmniorderStoreSwitchstatusUpdateAPIRequest.go │ ├── TaobaoOmniorderStoreSwitchstatusUpdateAPIResponse.go │ ├── TaobaoOmniorderStoreSwitchstatusUpdateResult.go │ ├── TaobaoOmniorderStorecollectConsumeAPIRequest.go │ ├── TaobaoOmniorderStorecollectConsumeAPIResponse.go │ ├── TaobaoOmniorderStorecollectQueryAPIRequest.go │ ├── TaobaoOmniorderStorecollectQueryAPIResponse.go │ ├── TaobaoOmniorderStorecollectQueryResult.go │ ├── TaobaoQimenItemsMarkingAPIRequest.go │ ├── TaobaoQimenItemsMarkingAPIResponse.go │ ├── TaobaoQimenItemsTagQueryAPIRequest.go │ ├── TaobaoQimenItemsTagQueryAPIResponse.go │ ├── TaobaoQimenTagItemsQueryAPIRequest.go │ ├── TaobaoQimenTagItemsQueryAPIResponse.go │ ├── TpDto.go │ ├── UniverseOrderVo.go │ └── doc.go ├── openim │ ├── EsMessage.go │ ├── EsMessageResult.go │ ├── MessageItem.go │ ├── OpenImUser.go │ ├── RoamingMessage.go │ ├── RoamingMessageItem.go │ ├── RoamingMessageResult.go │ ├── TaobaoOpenimAppChatlogsGetAPIRequest.go │ ├── TaobaoOpenimAppChatlogsGetAPIResponse.go │ ├── TaobaoOpenimChatlogsGetAPIRequest.go │ ├── TaobaoOpenimChatlogsGetAPIResponse.go │ ├── TaobaoOpenimChatlogsImportAPIRequest.go │ ├── TaobaoOpenimChatlogsImportAPIResponse.go │ ├── TaobaoOpenimIoscertSandboxSetAPIRequest.go │ ├── TaobaoOpenimIoscertSandboxSetAPIResponse.go │ ├── TaobaoOpenimRelationsGetAPIRequest.go │ ├── TaobaoOpenimRelationsGetAPIResponse.go │ ├── TaobaoOpenimSnfilterwordSetfilterAPIRequest.go │ ├── TaobaoOpenimSnfilterwordSetfilterAPIResponse.go │ ├── TaobaoOpenimTribeCreateAPIRequest.go │ ├── TaobaoOpenimTribeCreateAPIResponse.go │ ├── TaobaoOpenimTribeDismissAPIRequest.go │ ├── TaobaoOpenimTribeDismissAPIResponse.go │ ├── TaobaoOpenimTribeExpelAPIRequest.go │ ├── TaobaoOpenimTribeExpelAPIResponse.go │ ├── TaobaoOpenimTribeGetalltribesAPIRequest.go │ ├── TaobaoOpenimTribeGetalltribesAPIResponse.go │ ├── TaobaoOpenimTribeGetmembersAPIRequest.go │ ├── TaobaoOpenimTribeGetmembersAPIResponse.go │ ├── TaobaoOpenimTribeGettribeinfoAPIRequest.go │ ├── TaobaoOpenimTribeGettribeinfoAPIResponse.go │ ├── TaobaoOpenimTribeInviteAPIRequest.go │ ├── TaobaoOpenimTribeInviteAPIResponse.go │ ├── TaobaoOpenimTribeJoinAPIRequest.go │ ├── TaobaoOpenimTribeJoinAPIResponse.go │ ├── TaobaoOpenimTribeModifytribeinfoAPIRequest.go │ ├── TaobaoOpenimTribeModifytribeinfoAPIResponse.go │ ├── TaobaoOpenimTribeQuitAPIRequest.go │ ├── TaobaoOpenimTribeQuitAPIResponse.go │ ├── TaobaoOpenimTribeSendmsgAPIRequest.go │ ├── TaobaoOpenimTribeSendmsgAPIResponse.go │ ├── TaobaoOpenimTribeSetmanagerAPIRequest.go │ ├── TaobaoOpenimTribeSetmanagerAPIResponse.go │ ├── TaobaoOpenimTribeSetmembernickAPIRequest.go │ ├── TaobaoOpenimTribeSetmembernickAPIResponse.go │ ├── TaobaoOpenimTribeUnsetmanagerAPIRequest.go │ ├── TaobaoOpenimTribeUnsetmanagerAPIResponse.go │ ├── TaobaoOpenimTribelogsGetAPIRequest.go │ ├── TaobaoOpenimTribelogsGetAPIResponse.go │ ├── TaobaoOpenimTribelogsImportAPIRequest.go │ ├── TaobaoOpenimTribelogsImportAPIResponse.go │ ├── TextMessage.go │ ├── TribeInfo.go │ ├── TribeMessage.go │ ├── TribeMessageResult.go │ ├── TribeMsg.go │ ├── TribeTextMessage.go │ ├── TribeUser.go │ ├── User.go │ └── doc.go ├── openmall │ ├── PostDo.go │ ├── RefundMessage.go │ ├── RefundMessagePic.go │ ├── RefundRemindTimeout.go │ ├── TaobaoOpenmallItemGetAPIRequest.go │ ├── TaobaoOpenmallItemGetAPIResponse.go │ ├── TaobaoOpenmallItemGetResultDo.go │ ├── TaobaoOpenmallItemSaleareaGetAPIRequest.go │ ├── TaobaoOpenmallItemSaleareaGetAPIResponse.go │ ├── TaobaoOpenmallItemSaleareaGetResultDo.go │ ├── TaobaoOpenmallItemsQueryAPIRequest.go │ ├── TaobaoOpenmallItemsQueryAPIResponse.go │ ├── TaobaoOpenmallItemsQueryResultDo.go │ ├── TaobaoOpenmallRefundBatchGetAPIRequest.go │ ├── TaobaoOpenmallRefundBatchGetAPIResponse.go │ ├── TaobaoOpenmallRefundCloseAPIRequest.go │ ├── TaobaoOpenmallRefundCloseAPIResponse.go │ ├── TaobaoOpenmallRefundCreateAPIRequest.go │ ├── TaobaoOpenmallRefundCreateAPIResponse.go │ ├── TaobaoOpenmallRefundGetAPIRequest.go │ ├── TaobaoOpenmallRefundGetAPIResponse.go │ ├── TaobaoOpenmallRefundImageUploadAPIRequest.go │ ├── TaobaoOpenmallRefundImageUploadAPIResponse.go │ ├── TaobaoOpenmallRefundMessageGetAPIRequest.go │ ├── TaobaoOpenmallRefundMessageGetAPIResponse.go │ ├── TaobaoOpenmallRefundMessageSubmitAPIRequest.go │ ├── TaobaoOpenmallRefundMessageSubmitAPIResponse.go │ ├── TaobaoOpenmallRefundModifyAPIRequest.go │ ├── TaobaoOpenmallRefundModifyAPIResponse.go │ ├── TaobaoOpenmallRefundSubmitAPIRequest.go │ ├── TaobaoOpenmallRefundSubmitAPIResponse.go │ ├── TaobaoOpenmallTraceSearchAPIRequest.go │ ├── TaobaoOpenmallTraceSearchAPIResponse.go │ ├── TaobaoOpenmallTradeAddressParseAPIRequest.go │ ├── TaobaoOpenmallTradeAddressParseAPIResponse.go │ ├── TaobaoOpenmallTradeAgreepayAPIRequest.go │ ├── TaobaoOpenmallTradeAgreepayAPIResponse.go │ ├── TaobaoOpenmallTradeBatchGetAPIRequest.go │ ├── TaobaoOpenmallTradeBatchGetAPIResponse.go │ ├── TaobaoOpenmallTradeCloseAPIRequest.go │ ├── TaobaoOpenmallTradeCloseAPIResponse.go │ ├── TaobaoOpenmallTradeConfirmAPIRequest.go │ ├── TaobaoOpenmallTradeConfirmAPIResponse.go │ ├── TaobaoOpenmallTradeCreateAPIRequest.go │ ├── TaobaoOpenmallTradeCreateAPIResponse.go │ ├── TaobaoOpenmallTradeGetAPIRequest.go │ ├── TaobaoOpenmallTradeGetAPIResponse.go │ ├── TaobaoOpenmallTradeRenderAPIRequest.go │ ├── TaobaoOpenmallTradeRenderAPIResponse.go │ ├── TaobaoOpenmallTradeShipaddressUpdateAPIRequest.go │ ├── TaobaoOpenmallTradeShipaddressUpdateAPIResponse.go │ ├── TopItemImageVo.go │ ├── TopItemSkuVo.go │ ├── TopItemVo.go │ ├── TopLogisticsDetailTraceVo.go │ ├── TopOrderVo.go │ ├── TopParseAddressEntryVo.go │ ├── TopParseAddressVo.go │ ├── TopPostageVo.go │ ├── TopRefundVo.go │ ├── TopSaleAreaVo.go │ ├── TopTradeCreateDo.go │ ├── TopTradeDetailVo.go │ ├── TopTradeResultVo.go │ ├── TransitStepInfoVo.go │ └── doc.go ├── opentrade │ ├── AbilityResponse.go │ ├── ItemBindResult.go │ ├── ItemResultDto.go │ ├── ItemUnBindResult.go │ ├── MarkUserInfo.go │ ├── McSceneActivityDto.go │ ├── McUserDto.go │ ├── SaveModifyPriceRequest.go │ ├── TaobaoMiniappAdvancedTradeinfoPriceModifyAPIRequest.go │ ├── TaobaoMiniappAdvancedTradeinfoPriceModifyAPIResponse.go │ ├── TaobaoOpentradeActivityQueryAPIRequest.go │ ├── TaobaoOpentradeActivityQueryAPIResponse.go │ ├── TaobaoOpentradeActivitySyncAPIRequest.go │ ├── TaobaoOpentradeActivitySyncAPIResponse.go │ ├── TaobaoOpentradeQueueQueryAPIRequest.go │ ├── TaobaoOpentradeQueueQueryAPIResponse.go │ ├── TaobaoOpentradeQueueUsersMarkAPIRequest.go │ ├── TaobaoOpentradeQueueUsersMarkAPIResponse.go │ ├── TaobaoOpentradeSpecialItemsBindAPIRequest.go │ ├── TaobaoOpentradeSpecialItemsBindAPIResponse.go │ ├── TaobaoOpentradeSpecialItemsQueryAPIRequest.go │ ├── TaobaoOpentradeSpecialItemsQueryAPIResponse.go │ ├── TaobaoOpentradeSpecialItemsUnbindAPIRequest.go │ ├── TaobaoOpentradeSpecialItemsUnbindAPIResponse.go │ ├── TaobaoOpentradeSpecialRuleUpdateAPIRequest.go │ ├── TaobaoOpentradeSpecialRuleUpdateAPIResponse.go │ ├── TaobaoOpentradeSpecialUsersMarkAPIRequest.go │ ├── TaobaoOpentradeSpecialUsersMarkAPIResponse.go │ ├── TaobaoOpentradeSpecialUsersQueryAPIRequest.go │ ├── TaobaoOpentradeSpecialUsersQueryAPIResponse.go │ ├── TaobaoOpentradeToolsItemsBindAPIRequest.go │ ├── TaobaoOpentradeToolsItemsBindAPIResponse.go │ ├── TaobaoOpentradeToolsItemsQueryAPIRequest.go │ ├── TaobaoOpentradeToolsItemsQueryAPIResponse.go │ ├── TaobaoOpentradeToolsItemsUnbindAPIRequest.go │ ├── TaobaoOpentradeToolsItemsUnbindAPIResponse.go │ └── doc.go ├── ott │ ├── AvailableLanguageDto.go │ ├── AvailableSubtitleDto.go │ ├── AwardSandFestivalDto.go │ ├── CertificationDto.go │ ├── ChannelDto.go │ ├── Entrylist.go │ ├── HttpDns.go │ ├── ImageDto.go │ ├── ItemDto.go │ ├── ItemEntryDo.go │ ├── Itemlist.go │ ├── Items.go │ ├── LauncherDo.go │ ├── MemberDto.go │ ├── MetaChartDo.go │ ├── Notebtns.go │ ├── PicCornerDo.go │ ├── PlayUrlV2Vo.go │ ├── PropertyDo.go │ ├── RatingDto.go │ ├── SourceInfo.go │ ├── VersionDo.go │ ├── ViewingOptionDto.go │ ├── YoukuOttAlicbFacadeserviceGetdataAPIRequest.go │ ├── YoukuOttAlicbFacadeserviceGetdataAPIResponse.go │ ├── YoukuOttPlayserviceGetplayurlAPIRequest.go │ ├── YoukuOttPlayserviceGetplayurlAPIResponse.go │ ├── YunosTvscreenLauncherGetAPIRequest.go │ ├── YunosTvscreenLauncherGetAPIResponse.go │ ├── YunosTvscreenLgeLauncherGetAPIRequest.go │ ├── YunosTvscreenLgeLauncherGetAPIResponse.go │ ├── YunosTvscreenLgeLauncherGetResult.go │ └── doc.go ├── ottpay │ ├── CommonResult.go │ ├── TvOrderQueryResultDto.go │ ├── TvOrderResultDto.go │ ├── YoukuOttIotDevicelistChangeAPIRequest.go │ ├── YoukuOttIotDevicelistChangeAPIResponse.go │ ├── YoukuOttIotStatusPushAPIRequest.go │ ├── YoukuOttIotStatusPushAPIResponse.go │ ├── YoukuOttPayOrderAuthpayAPIRequest.go │ ├── YoukuOttPayOrderAuthpayAPIResponse.go │ ├── YoukuOttPayOrderAuthpaywithpriceAPIRequest.go │ ├── YoukuOttPayOrderAuthpaywithpriceAPIResponse.go │ ├── YoukuOttPayOrderCreateorderAPIRequest.go │ ├── YoukuOttPayOrderCreateorderAPIResponse.go │ ├── YoukuOttPayOrderDeleteorderAPIRequest.go │ ├── YoukuOttPayOrderDeleteorderAPIResponse.go │ ├── YoukuOttPayOrderQueryauthstateAPIRequest.go │ ├── YoukuOttPayOrderQueryauthstateAPIResponse.go │ ├── YoukuOttPayOrderQuerycporderAPIRequest.go │ ├── YoukuOttPayOrderQuerycporderAPIResponse.go │ ├── YoukuOttPayOrderQueryorderAPIRequest.go │ ├── YoukuOttPayOrderQueryorderAPIResponse.go │ ├── YoukuOttPayOrderQueryorderbycpAPIRequest.go │ ├── YoukuOttPayOrderQueryorderbycpAPIResponse.go │ └── doc.go ├── oversea │ ├── AlibabaOverseaExchagerateGetAPIRequest.go │ ├── AlibabaOverseaExchagerateGetAPIResponse.go │ ├── AlibabaOverseaTranslateGetAPIRequest.go │ ├── AlibabaOverseaTranslateGetAPIResponse.go │ ├── DataResult.go │ ├── SimpleTransResult.go │ └── doc.go ├── paimai │ ├── BeikeItemDo.go │ ├── Feature.go │ ├── ItemDo.go │ ├── ItemMateriaValueDo.go │ ├── ItemMaterialProp.go │ ├── ItemProp.go │ ├── ItemTaoSirElDo.go │ ├── ItemTaosirDo.go │ ├── NftCertificateApplyCallbackDto.go │ ├── NftTradeOrderDto.go │ ├── NftTradeOrderReqDto.go │ ├── PropValue.go │ ├── Result4Top.go │ ├── ResultCode.go │ ├── TaobaoAuctionBeikeItemSyncAPIRequest.go │ ├── TaobaoAuctionBeikeItemSyncAPIResponse.go │ ├── TaobaoAuctionVehicleDetectReportUpdateAPIRequest.go │ ├── TaobaoAuctionVehicleDetectReportUpdateAPIResponse.go │ ├── TaobaoAuctionZcMerchantUserCheckAPIRequest.go │ ├── TaobaoAuctionZcMerchantUserCheckAPIResponse.go │ ├── TaobaoAuctionZcUpdateVrStatusAPIRequest.go │ ├── TaobaoAuctionZcUpdateVrStatusAPIResponse.go │ ├── TaobaoAuctionZcVehicleDetectStatusProcessAPIRequest.go │ ├── TaobaoAuctionZcVehicleDetectStatusProcessAPIResponse.go │ ├── TaobaoPaimaiAuctioncatNftChecknftuseridentifyAPIRequest.go │ ├── TaobaoPaimaiAuctioncatNftChecknftuseridentifyAPIResponse.go │ ├── TaobaoPaimaiItemCooperationSyncAPIRequest.go │ ├── TaobaoPaimaiItemCooperationSyncAPIResponse.go │ ├── TaobaoPaimaiItempropsGetAPIRequest.go │ ├── TaobaoPaimaiItempropsGetAPIResponse.go │ ├── TaobaoPaimaiNftCertificateApplycallbackAPIRequest.go │ ├── TaobaoPaimaiNftCertificateApplycallbackAPIResponse.go │ ├── TaobaoPaimaiNftOrderinfoQueryAPIRequest.go │ ├── TaobaoPaimaiNftOrderinfoQueryAPIResponse.go │ ├── VehicleDetectServerReport4Top.go │ ├── VehicleServerOrderInfo4Top.go │ └── doc.go ├── param.go ├── pentraprism │ ├── OpenTaskInfoVo.go │ ├── OpenTaskPo.go │ ├── TaobaoPentaprismTaskQueryitemAPIRequest.go │ ├── TaobaoPentaprismTaskQueryitemAPIResponse.go │ ├── TaobaoPentaprismTaskTriggerAPIRequest.go │ ├── TaobaoPentaprismTaskTriggerAPIResponse.go │ ├── TaobaoPentaprismTaskTriggerFromAPIRequest.go │ ├── TaobaoPentaprismTaskTriggerFromAPIResponse.go │ ├── TaskProgressVo.go │ ├── TaskResult.go │ ├── TaskRewardItemVo.go │ ├── TaskRewardVo.go │ └── doc.go ├── perfect │ ├── AlibabaPerfectPerformanceItemQueryAPIRequest.go │ ├── AlibabaPerfectPerformanceItemQueryAPIResponse.go │ ├── AlibabaPerfectPerformanceLocalitemEditAPIRequest.go │ ├── AlibabaPerfectPerformanceLocalitemEditAPIResponse.go │ ├── AlibabaPerfectPerformanceLocalitemPublishAPIRequest.go │ ├── AlibabaPerfectPerformanceLocalitemPublishAPIResponse.go │ ├── AlibabaTcwmsOutboundLoadBoxcodeCreateAPIRequest.go │ ├── AlibabaTcwmsOutboundLoadBoxcodeCreateAPIResponse.go │ ├── AlibabaTcwmsOutboundLoadContainerReceiveAPIRequest.go │ ├── AlibabaTcwmsOutboundLoadContainerReceiveAPIResponse.go │ ├── AlibabaTcwmsOutboundOrderCancelAPIRequest.go │ ├── AlibabaTcwmsOutboundOrderCancelAPIResponse.go │ ├── AlibabaTcwmsOutboundPickReceiveAPIRequest.go │ ├── AlibabaTcwmsOutboundPickReceiveAPIResponse.go │ ├── BaseResult.go │ ├── BoxCodeRequest.go │ ├── BoxCodeResponse.go │ ├── ItemPerfectPerformanceQueryReq.go │ ├── ItemPerfectPerformanceQueryResp.go │ ├── LoadContainerOrderRequest.go │ ├── LoadPackageOrderDetailRequest.go │ ├── LoadPackageOrderRequest.go │ ├── LoadReceiveRequest.go │ ├── LoadReceiveResponse.go │ ├── OutboundCancelRequest.go │ ├── OutboundOrderCancelDto.go │ ├── OutboundOrderCancelResponse.go │ ├── PerfectItemBaseInfoDto.go │ ├── PerfectItemDescribeInfoDto.go │ ├── PerfectItemLogisticsInfoDto.go │ ├── PerfectItemProductInfoDto.go │ ├── PerfectItemSkuInfoDto.go │ ├── PerfectItemTradeInfoDto.go │ ├── PerfectPerformanceItemPublishReq.go │ ├── PerfectPerformanceItemPublishResp.go │ ├── PerfectSalePropertyDto.go │ ├── PerfectScProductInfoDto.go │ ├── PickOrderDetailRequest.go │ ├── PickOrderRequest.go │ ├── PickOutboundOrderDetailRequest.go │ ├── PickOutboundOrderRequest.go │ ├── PickReceiveRequest.go │ ├── PickReceiveResponse.go │ ├── TcStoreList.go │ └── doc.go ├── product │ ├── AddlServiceDefDto.go │ ├── AfterSale.go │ ├── AlibabaGpuAddSchemaGetAPIRequest.go │ ├── AlibabaGpuAddSchemaGetAPIResponse.go │ ├── AlibabaGpuSchemaAddAPIRequest.go │ ├── AlibabaGpuSchemaAddAPIResponse.go │ ├── AlibabaGpuSchemaCatsearchAPIRequest.go │ ├── AlibabaGpuSchemaCatsearchAPIResponse.go │ ├── AlibabaGpuSchemaUpdateAPIRequest.go │ ├── AlibabaGpuSchemaUpdateAPIResponse.go │ ├── AlibabaGpuUpdateSchemaGetAPIRequest.go │ ├── AlibabaGpuUpdateSchemaGetAPIResponse.go │ ├── AlibabaGspSupplyImageUploadAPIRequest.go │ ├── AlibabaGspSupplyImageUploadAPIResponse.go │ ├── AlibabaJymIndustryInformationCallbakAPIRequest.go │ ├── AlibabaJymIndustryInformationCallbakAPIResponse.go │ ├── AlibabaJymItemExternalGoodsBatchDeleteAPIRequest.go │ ├── AlibabaJymItemExternalGoodsBatchDeleteAPIResponse.go │ ├── AlibabaJymItemExternalGoodsBatchModifypriceAPIRequest.go │ ├── AlibabaJymItemExternalGoodsBatchModifypriceAPIResponse.go │ ├── AlibabaJymItemExternalGoodsBatchOffsaleAPIRequest.go │ ├── AlibabaJymItemExternalGoodsBatchOffsaleAPIResponse.go │ ├── AlibabaJymItemExternalGoodsBatchOnsaleAPIRequest.go │ ├── AlibabaJymItemExternalGoodsBatchOnsaleAPIResponse.go │ ├── AlibabaJymItemExternalGoodsBatchPublishAPIRequest.go │ ├── AlibabaJymItemExternalGoodsBatchPublishAPIResponse.go │ ├── AlibabaJymItemExternalGoodsBatchtaskQueryAPIRequest.go │ ├── AlibabaJymItemExternalGoodsBatchtaskQueryAPIResponse.go │ ├── AlibabaJymItemExternalGoodsDetailQueryAPIRequest.go │ ├── AlibabaJymItemExternalGoodsDetailQueryAPIResponse.go │ ├── AlibabaJymItemExternalGoodsStatusBatchQueryAPIRequest.go │ ├── AlibabaJymItemExternalGoodsStatusBatchQueryAPIResponse.go │ ├── AlibabaJymItemGameSeverQueryAPIRequest.go │ ├── AlibabaJymItemGameSeverQueryAPIResponse.go │ ├── AlibabaJymItemPropertyDefQueryAPIRequest.go │ ├── AlibabaJymItemPropertyDefQueryAPIResponse.go │ ├── AliexpressSocialItemPromotionAPIRequest.go │ ├── AliexpressSocialItemPromotionAPIResponse.go │ ├── AliexpressSocialItemRankingAPIRequest.go │ ├── AliexpressSocialItemRankingAPIResponse.go │ ├── AliexpressSocialItemSearchAPIRequest.go │ ├── AliexpressSocialItemSearchAPIResponse.go │ ├── AlitripTravelElementsSearchAPIRequest.go │ ├── AlitripTravelElementsSearchAPIResponse.go │ ├── BatchGoodsStatusQueryDto.go │ ├── BatchGoodsStatusResultDto.go │ ├── CainiaoCntecItemChangeMessageAPIRequest.go │ ├── CainiaoCntecItemChangeMessageAPIResponse.go │ ├── CainiaoCntecItemChangeMessageResult.go │ ├── CertPicInfo.go │ ├── ChildPropertyKeyValueDto.go │ ├── ClientInfoDto.go │ ├── DapeiDo.go │ ├── DapeiTemplateItem.go │ ├── DisplayQualifications.go │ ├── ErrorCode.go │ ├── ExternalGoodsDetailDto.go │ ├── ExternalGoodsIdDto.go │ ├── GamePropertyDto.go │ ├── GoodsBaseInfoDto.go │ ├── GoodsBatchResultDto.go │ ├── GoodsBatchSubTask.go │ ├── GoodsBatchTaskQueryDto.go │ ├── GoodsBatchTaskResultDto.go │ ├── GoodsCategoryDto.go │ ├── GoodsDeleteCommandDto.go │ ├── GoodsDetailQueryDto.go │ ├── GoodsDetailResultDto.go │ ├── GoodsImageDto.go │ ├── GoodsOffSaleCommandDto.go │ ├── GoodsOnSaleCommandDto.go │ ├── GoodsPriceDto.go │ ├── GoodsPriceModifyCommandDto.go │ ├── GoodsPropertyDto.go │ ├── GoodsPropertyOptionDto.go │ ├── GoodsPropertyValueDto.go │ ├── GoodsPublishCommandDto.go │ ├── GoodsPublishDto.go │ ├── GoodsPublishImageDto.go │ ├── GoodsPublishPropertyDefDetailDto.go │ ├── GoodsServerDto.go │ ├── GoodsStatusDto.go │ ├── GroupItem.go │ ├── Item.go │ ├── ItemImg.go │ ├── ItemPickPagingResult.go │ ├── ItemSalePropNew.go │ ├── ItemSalePropSort.go │ ├── ItemSearchResult.go │ ├── ItemSeriesExtendDo.go │ ├── ItemSeriesRequest.go │ ├── ItemSkuStatus.go │ ├── MultiPropertyValueDto.go │ ├── Product.go │ ├── ProductImg.go │ ├── ProductPropImg.go │ ├── ProductSpec.go │ ├── PromotionDisplayTop.go │ ├── PromotionInItem.go │ ├── PromotionInShop.go │ ├── PropImg.go │ ├── PropertyRuleDto.go │ ├── PropertyValueDto.go │ ├── ResourceData.go │ ├── ResourceDataRecord.go │ ├── ResultDo.go │ ├── SalePropValueSort.go │ ├── SalePropValueStatus.go │ ├── SeriesField.go │ ├── SeriesItemRequest.go │ ├── SizeMappingTemplate.go │ ├── SizeMappingTemplateDo.go │ ├── Sku.go │ ├── SkuStatus.go │ ├── SpuTemplateDo.go │ ├── SupplyItemChangeMessage.go │ ├── TaobaoAftersaleGetAPIRequest.go │ ├── TaobaoAftersaleGetAPIResponse.go │ ├── TaobaoBaikeImportZhubaoDataAPIRequest.go │ ├── TaobaoBaikeImportZhubaoDataAPIResponse.go │ ├── TaobaoBaikeImportZhubaoDataResult.go │ ├── TaobaoBaikeImportZhubaoPictureAPIRequest.go │ ├── TaobaoBaikeImportZhubaoPictureAPIResponse.go │ ├── TaobaoBaikeImportZhubaoPictureResult.go │ ├── TaobaoBanamadpcItemAddAPIRequest.go │ ├── TaobaoBanamadpcItemAddAPIResponse.go │ ├── TaobaoBanamadpcItemAddApiResult.go │ ├── TaobaoBanamadpcItemEditRenderAPIRequest.go │ ├── TaobaoBanamadpcItemEditRenderAPIResponse.go │ ├── TaobaoBanamadpcItemEditRenderApiResult.go │ ├── TaobaoBanamadpcItemRenderAPIRequest.go │ ├── TaobaoBanamadpcItemRenderAPIResponse.go │ ├── TaobaoBanamadpcItemRenderApiResult.go │ ├── TaobaoBanamadpcItemSelectPropAPIRequest.go │ ├── TaobaoBanamadpcItemSelectPropAPIResponse.go │ ├── TaobaoBanamadpcItemSelectPropApiResult.go │ ├── TaobaoBanamadpcItemUpdateAPIRequest.go │ ├── TaobaoBanamadpcItemUpdateAPIResponse.go │ ├── TaobaoBanamadpcItemUpdateApiResult.go │ ├── TaobaoItemCarturlGetAPIRequest.go │ ├── TaobaoItemCarturlGetAPIResponse.go │ ├── TaobaoItemQualificationDisplayGetAPIRequest.go │ ├── TaobaoItemQualificationDisplayGetAPIResponse.go │ ├── TaobaoMiniappItemsGetAPIRequest.go │ ├── TaobaoMiniappItemsGetAPIResponse.go │ ├── TaobaoProductAddAPIRequest.go │ ├── TaobaoProductAddAPIResponse.go │ ├── TaobaoProductGetAPIRequest.go │ ├── TaobaoProductGetAPIResponse.go │ ├── TaobaoProductImgUploadAPIRequest.go │ ├── TaobaoProductImgUploadAPIResponse.go │ ├── TaobaoProductPropimgUploadAPIRequest.go │ ├── TaobaoProductPropimgUploadAPIResponse.go │ ├── TaobaoProductUpdateAPIRequest.go │ ├── TaobaoProductUpdateAPIResponse.go │ ├── TaobaoProductsGetAPIRequest.go │ ├── TaobaoProductsGetAPIResponse.go │ ├── TaobaoProductsSearchAPIRequest.go │ ├── TaobaoProductsSearchAPIResponse.go │ ├── TaobaoUmpPromotionGetAPIRequest.go │ ├── TaobaoUmpPromotionGetAPIResponse.go │ ├── TaobaoUmpPromotionSkuGetAPIRequest.go │ ├── TaobaoUmpPromotionSkuGetAPIResponse.go │ ├── Ticket.go │ ├── TmallItemAddSchemaGetAPIRequest.go │ ├── TmallItemAddSchemaGetAPIResponse.go │ ├── TmallItemDapeiTemplateQueryAPIRequest.go │ ├── TmallItemDapeiTemplateQueryAPIResponse.go │ ├── TmallItemDapeiTemplateQueryResultSet.go │ ├── TmallItemSeriesItemseriesInsertorupdateAPIRequest.go │ ├── TmallItemSeriesItemseriesInsertorupdateAPIResponse.go │ ├── TmallItemSeriesItemseriesInsertseriesitemAPIRequest.go │ ├── TmallItemSeriesItemseriesInsertseriesitemAPIResponse.go │ ├── TmallItemSeriesItemseriesRemoveitemfromseriesAPIRequest.go │ ├── TmallItemSeriesItemseriesRemoveitemfromseriesAPIResponse.go │ ├── TmallItemSetscombinesEditAPIRequest.go │ ├── TmallItemSetscombinesEditAPIResponse.go │ ├── TmallItemSizemappingTemplateCreateAPIRequest.go │ ├── TmallItemSizemappingTemplateCreateAPIResponse.go │ ├── TmallItemSizemappingTemplateDeleteAPIRequest.go │ ├── TmallItemSizemappingTemplateDeleteAPIResponse.go │ ├── TmallItemSizemappingTemplateGetAPIRequest.go │ ├── TmallItemSizemappingTemplateGetAPIResponse.go │ ├── TmallItemSizemappingTemplateGetModel.go │ ├── TmallItemSizemappingTemplateUpdateAPIRequest.go │ ├── TmallItemSizemappingTemplateUpdateAPIResponse.go │ ├── TmallItemSizemappingTemplatesListAPIRequest.go │ ├── TmallItemSizemappingTemplatesListAPIResponse.go │ ├── TmallItemSkuNewGetAPIRequest.go │ ├── TmallItemSkuNewGetAPIResponse.go │ ├── TmallItemSkuNewGetApiResult.go │ ├── TmallItemSkuNewUpdateAPIRequest.go │ ├── TmallItemSkuNewUpdateAPIResponse.go │ ├── TmallItemSkuNewUpdateApiResult.go │ ├── TmallItemSkuSortGetAPIRequest.go │ ├── TmallItemSkuSortGetAPIResponse.go │ ├── TmallItemSkuSortGetApiResult.go │ ├── TmallItemSkuSortUpdateAPIRequest.go │ ├── TmallItemSkuSortUpdateAPIResponse.go │ ├── TmallItemSkuSortUpdateApiResult.go │ ├── TmallItemSkuStatusGetAPIRequest.go │ ├── TmallItemSkuStatusGetAPIResponse.go │ ├── TmallItemSkuStatusGetApiResult.go │ ├── TmallItemSkuStatusUpdateAPIRequest.go │ ├── TmallItemSkuStatusUpdateAPIResponse.go │ ├── TmallItemSkuStatusUpdateApiResult.go │ ├── TmallItemStoreSchemaUpdateAPIRequest.go │ ├── TmallItemStoreSchemaUpdateAPIResponse.go │ ├── TmallItemStoreSchemaUpdateApiResult.go │ ├── TmallItemStoreUpdateSchemaGetAPIRequest.go │ ├── TmallItemStoreUpdateSchemaGetAPIResponse.go │ ├── TmallItemStoreUpdateSchemaGetApiResult.go │ ├── TmallItemUpdateSimpleschemaGetAPIRequest.go │ ├── TmallItemUpdateSimpleschemaGetAPIResponse.go │ ├── TmallItemVipAddSchemaGetAPIRequest.go │ ├── TmallItemVipAddSchemaGetAPIResponse.go │ ├── TmallItemVipSchemaAddAPIRequest.go │ ├── TmallItemVipSchemaAddAPIResponse.go │ ├── TmallItemVipSchemaUpdateAPIRequest.go │ ├── TmallItemVipSchemaUpdateAPIResponse.go │ ├── TmallItemVipUpdateSchemaGetAPIRequest.go │ ├── TmallItemVipUpdateSchemaGetAPIResponse.go │ ├── TmallProductSpecAddAPIRequest.go │ ├── TmallProductSpecAddAPIResponse.go │ ├── TmallProductSpecGetAPIRequest.go │ ├── TmallProductSpecGetAPIResponse.go │ ├── TmallProductSpecPicUploadAPIRequest.go │ ├── TmallProductSpecPicUploadAPIResponse.go │ ├── TmallProductSpecsGetAPIRequest.go │ ├── TmallProductSpecsGetAPIResponse.go │ ├── TmallProductSpecsTicketGetAPIRequest.go │ ├── TmallProductSpecsTicketGetAPIResponse.go │ ├── TmallProductTemplateGetAPIRequest.go │ ├── TmallProductTemplateGetAPIResponse.go │ ├── UpdateSkuScProduct.go │ ├── UploadImageResp.go │ ├── Video.go │ └── doc.go ├── promotion │ ├── Activity.go │ ├── ActivityBenefitDetailVo.go │ ├── ActivityDto.go │ ├── ActivityReadTopQuery.go │ ├── ActivityRelationDetailRequest.go │ ├── AlibabaArgusUpdateredriskAPIRequest.go │ ├── AlibabaArgusUpdateredriskAPIResponse.go │ ├── AlibabaAsrDataservicePromotionruleDeleteAPIRequest.go │ ├── AlibabaAsrDataservicePromotionruleDeleteAPIResponse.go │ ├── AlibabaAsrDataservicePromotionruleQueryAPIRequest.go │ ├── AlibabaAsrDataservicePromotionruleQueryAPIResponse.go │ ├── AlibabaAsrDataservicePromotionruleQueryData.go │ ├── AlibabaAsrDataservicePromotionruleWriteAPIRequest.go │ ├── AlibabaAsrDataservicePromotionruleWriteAPIResponse.go │ ├── AlibabaBenefitDrawAPIRequest.go │ ├── AlibabaBenefitDrawAPIResponse.go │ ├── AlibabaBenefitDrawResult.go │ ├── AlibabaBenefitQueryAPIRequest.go │ ├── AlibabaBenefitQueryAPIResponse.go │ ├── AlibabaBenefitQueryResult.go │ ├── AlibabaLafiteSellerActivityListAPIRequest.go │ ├── AlibabaLafiteSellerActivityListAPIResponse.go │ ├── AlibabaLafiteSellerActivityListResult.go │ ├── AlibabaLafiteSellerBenefitListAPIRequest.go │ ├── AlibabaLafiteSellerBenefitListAPIResponse.go │ ├── AlibabaLafiteSellerBenefitListResult.go │ ├── AlibabaLatourStrategyIssueAPIRequest.go │ ├── AlibabaLatourStrategyIssueAPIResponse.go │ ├── AlibabaLatourStrategyIssueResult.go │ ├── AlibabaLatourStrategyShowAPIRequest.go │ ├── AlibabaLatourStrategyShowAPIResponse.go │ ├── AlibabaLatourStrategyShowResult.go │ ├── AlibabaWdkCouponAbandonAPIRequest.go │ ├── AlibabaWdkCouponAbandonAPIResponse.go │ ├── AlibabaWdkCouponAbandonApiResult.go │ ├── AlibabaWdkCouponSkuAddAPIRequest.go │ ├── AlibabaWdkCouponSkuAddAPIResponse.go │ ├── AlibabaWdkCouponSkuAddApiResult.go │ ├── AlibabaWdkCouponSkuQueryAPIRequest.go │ ├── AlibabaWdkCouponSkuQueryAPIResponse.go │ ├── AlibabaWdkCouponSkuQueryApiResult.go │ ├── AlibabaWdkCouponSkuRemoveAPIRequest.go │ ├── AlibabaWdkCouponSkuRemoveAPIResponse.go │ ├── AlibabaWdkCouponSkuRemoveApiResult.go │ ├── AlibabaWdkCouponSpreadApplyAPIRequest.go │ ├── AlibabaWdkCouponSpreadApplyAPIResponse.go │ ├── AlibabaWdkCouponSpreadApplyApiResult.go │ ├── AlibabaWdkCouponTemplateCreateAPIRequest.go │ ├── AlibabaWdkCouponTemplateCreateAPIResponse.go │ ├── AlibabaWdkCouponTemplateCreateApiResult.go │ ├── AlibabaWdkCouponTemplateQueryAPIRequest.go │ ├── AlibabaWdkCouponTemplateQueryAPIResponse.go │ ├── AlibabaWdkCouponTemplateQueryApiResult.go │ ├── AlibabaWdkCouponTemplateTerminateAPIRequest.go │ ├── AlibabaWdkCouponTemplateTerminateAPIResponse.go │ ├── AlibabaWdkCouponTemplateTerminateApiResult.go │ ├── AlibabaWdkCouponTemplateUpdateAPIRequest.go │ ├── AlibabaWdkCouponTemplateUpdateAPIResponse.go │ ├── AlibabaWdkCouponTemplateUpdateApiResult.go │ ├── AlibabaWdkMarketingCouponSendmaAPIRequest.go │ ├── AlibabaWdkMarketingCouponSendmaAPIResponse.go │ ├── AllsparkSellerCouponDetail.go │ ├── BenefitActivityVo.go │ ├── BenefitDto.go │ ├── BenefitReadTopQuery.go │ ├── BenefitSelectorQuery.go │ ├── BenefitSelectorVo.go │ ├── BenefitSendResultExt.go │ ├── BenefitSingleSendRequest.go │ ├── BenefitTemplateVo.go │ ├── CheckToolModule.go │ ├── CommonActivityParam.go │ ├── CommonItemActivity.go │ ├── CommonItemDetail.go │ ├── Coupon.go │ ├── CouponActivity.go │ ├── CouponApplyResult.go │ ├── CouponResult.go │ ├── CouponSearchResult.go │ ├── CouponTemplate.go │ ├── CouponTemplateApplyLimitConfig.go │ ├── CouponTemplateCommonConfig.go │ ├── CouponTemplateCompatibleConfig.go │ ├── CouponTemplateConditionConfig.go │ ├── CouponTemplateDiscountConfig.go │ ├── CouponTemplateInvestmentConfig.go │ ├── CouponTemplateItemQueryRequest.go │ ├── CouponTemplateItemRequest.go │ ├── CouponTemplateOperateRequest.go │ ├── CouponTemplateOperateResponse.go │ ├── CouponTemplateOptionConfig.go │ ├── CouponTemplateParticipateConfig.go │ ├── CouponTemplateQueryRequest.go │ ├── CouponTemplateTerminateRequest.go │ ├── CouponTemplateTimeLimitConfig.go │ ├── CouponTemplateUserCrowdConfig.go │ ├── DataServiceResponse.go │ ├── DeleteActivityBenefitDetailVo.go │ ├── Detaillist.go │ ├── ErrorMessage.go │ ├── ExpandCardVo.go │ ├── Extmap.go │ ├── FailElement.go │ ├── InvestmentInfo.go │ ├── ItemPromotion.go │ ├── LimitDiscountDetail.go │ ├── LogicGroup.go │ ├── MarketResult.go │ ├── Meal.go │ ├── MjsPromotion.go │ ├── MobileBenefitSendResultExt.go │ ├── OrightDto.go │ ├── OuidData.go │ ├── Page.go │ ├── PageInfo.go │ ├── PosKeyPromotionRuleDetailDto.go │ ├── PosKeyPromotionRuleDto.go │ ├── PromActSku.go │ ├── PromotionRange.go │ ├── PromotionTag.go │ ├── PromotionTagQuery.go │ ├── Range.go │ ├── RedRiskUpdateFactor.go │ ├── RelationActivityBenefitRequest.go │ ├── RiskLevelParam.go │ ├── SellerCouponDetail.go │ ├── SellerGlobalDiscount.go │ ├── ShareBenefitSendResult.go │ ├── ShopInfoVo.go │ ├── ShowBenefitDto.go │ ├── ShowBenefitInstanceDto.go │ ├── ShowRuleDto.go │ ├── ShowStrategyDto.go │ ├── SingleBenefitRequest.go │ ├── SingleBenefitSendResult.go │ ├── SkuRedRiskFactor.go │ ├── StrategyIssueResultDto.go │ ├── StrategyShowResultDto.go │ ├── TaobaoCardExpandcardQueryAPIRequest.go │ ├── TaobaoCardExpandcardQueryAPIResponse.go │ ├── TaobaoCardExpandcardQueryResult.go │ ├── TaobaoMarketingPromotionKfcAPIRequest.go │ ├── TaobaoMarketingPromotionKfcAPIResponse.go │ ├── TaobaoMobilePromotionBenefitActivitySendAPIRequest.go │ ├── TaobaoMobilePromotionBenefitActivitySendAPIResponse.go │ ├── TaobaoMobilePromotionBenefitActivitySendShareAPIRequest.go │ ├── TaobaoMobilePromotionBenefitActivitySendShareAPIResponse.go │ ├── TaobaoMobilePromotionCouponApplyAPIRequest.go │ ├── TaobaoMobilePromotionCouponApplyAPIResponse.go │ ├── TaobaoMobilePromotionCouponSellerSearchAPIRequest.go │ ├── TaobaoMobilePromotionCouponSellerSearchAPIResponse.go │ ├── TaobaoPromotionActivityGetAPIRequest.go │ ├── TaobaoPromotionActivityGetAPIResponse.go │ ├── TaobaoPromotionBenefitActivityDeleteAPIRequest.go │ ├── TaobaoPromotionBenefitActivityDeleteAPIResponse.go │ ├── TaobaoPromotionBenefitActivityDetailGetAPIRequest.go │ ├── TaobaoPromotionBenefitActivityDetailGetAPIResponse.go │ ├── TaobaoPromotionBenefitActivityRelationAPIRequest.go │ ├── TaobaoPromotionBenefitActivityRelationAPIResponse.go │ ├── TaobaoPromotionBenefitActivitySendAPIRequest.go │ ├── TaobaoPromotionBenefitActivitySendAPIResponse.go │ ├── TaobaoPromotionBenefitActivityTimeUpdateAPIRequest.go │ ├── TaobaoPromotionBenefitActivityTimeUpdateAPIResponse.go │ ├── TaobaoPromotionBenefitActivityUpdateAPIRequest.go │ ├── TaobaoPromotionBenefitActivityUpdateAPIResponse.go │ ├── TaobaoPromotionBenefitSelectorAPIRequest.go │ ├── TaobaoPromotionBenefitSelectorAPIResponse.go │ ├── TaobaoPromotionCouponAddAPIRequest.go │ ├── TaobaoPromotionCouponAddAPIResponse.go │ ├── TaobaoPromotionCouponApplyAPIRequest.go │ ├── TaobaoPromotionCouponApplyAPIResponse.go │ ├── TaobaoPromotionCouponSellerSearchAPIRequest.go │ ├── TaobaoPromotionCouponSellerSearchAPIResponse.go │ ├── TaobaoPromotionCouponSendAPIRequest.go │ ├── TaobaoPromotionCouponSendAPIResponse.go │ ├── TaobaoPromotionCouponSnsSendAPIRequest.go │ ├── TaobaoPromotionCouponSnsSendAPIResponse.go │ ├── TaobaoPromotionCouponsGetAPIRequest.go │ ├── TaobaoPromotionCouponsGetAPIResponse.go │ ├── TaobaoPromotionLimitdiscountDetailGetAPIRequest.go │ ├── TaobaoPromotionLimitdiscountDetailGetAPIResponse.go │ ├── TaobaoPromotionMealGetAPIRequest.go │ ├── TaobaoPromotionMealGetAPIResponse.go │ ├── TaobaoPromotionmiscActivityRangeAddAPIRequest.go │ ├── TaobaoPromotionmiscActivityRangeAddAPIResponse.go │ ├── TaobaoPromotionmiscActivityRangeAllRemoveAPIRequest.go │ ├── TaobaoPromotionmiscActivityRangeAllRemoveAPIResponse.go │ ├── TaobaoPromotionmiscActivityRangeListGetAPIRequest.go │ ├── TaobaoPromotionmiscActivityRangeListGetAPIResponse.go │ ├── TaobaoPromotionmiscActivityRangeRemoveAPIRequest.go │ ├── TaobaoPromotionmiscActivityRangeRemoveAPIResponse.go │ ├── TaobaoPromotionmiscCommonItemActivityAddAPIRequest.go │ ├── TaobaoPromotionmiscCommonItemActivityAddAPIResponse.go │ ├── TaobaoPromotionmiscCommonItemActivityDeleteAPIRequest.go │ ├── TaobaoPromotionmiscCommonItemActivityDeleteAPIResponse.go │ ├── TaobaoPromotionmiscCommonItemActivityGetAPIRequest.go │ ├── TaobaoPromotionmiscCommonItemActivityGetAPIResponse.go │ ├── TaobaoPromotionmiscCommonItemActivityListGetAPIRequest.go │ ├── TaobaoPromotionmiscCommonItemActivityListGetAPIResponse.go │ ├── TaobaoPromotionmiscCommonItemActivityUpdateAPIRequest.go │ ├── TaobaoPromotionmiscCommonItemActivityUpdateAPIResponse.go │ ├── TaobaoPromotionmiscCommonItemDetailAddAPIRequest.go │ ├── TaobaoPromotionmiscCommonItemDetailAddAPIResponse.go │ ├── TaobaoPromotionmiscCommonItemDetailDeleteAPIRequest.go │ ├── TaobaoPromotionmiscCommonItemDetailDeleteAPIResponse.go │ ├── TaobaoPromotionmiscCommonItemDetailListGetAPIRequest.go │ ├── TaobaoPromotionmiscCommonItemDetailListGetAPIResponse.go │ ├── TaobaoPromotionmiscCommonItemDetailUpdateAPIRequest.go │ ├── TaobaoPromotionmiscCommonItemDetailUpdateAPIResponse.go │ ├── TaobaoPromotionmiscItemActivityAddAPIRequest.go │ ├── TaobaoPromotionmiscItemActivityAddAPIResponse.go │ ├── TaobaoPromotionmiscItemActivityDeleteAPIRequest.go │ ├── TaobaoPromotionmiscItemActivityDeleteAPIResponse.go │ ├── TaobaoPromotionmiscItemActivityGetAPIRequest.go │ ├── TaobaoPromotionmiscItemActivityGetAPIResponse.go │ ├── TaobaoPromotionmiscItemActivityListGetAPIRequest.go │ ├── TaobaoPromotionmiscItemActivityListGetAPIResponse.go │ ├── TaobaoPromotionmiscItemActivityUpdateAPIRequest.go │ ├── TaobaoPromotionmiscItemActivityUpdateAPIResponse.go │ ├── TaobaoPromotionmiscMjsActivityAddAPIRequest.go │ ├── TaobaoPromotionmiscMjsActivityAddAPIResponse.go │ ├── TaobaoPromotionmiscMjsActivityDeleteAPIRequest.go │ ├── TaobaoPromotionmiscMjsActivityDeleteAPIResponse.go │ ├── TaobaoPromotionmiscMjsActivityGetAPIRequest.go │ ├── TaobaoPromotionmiscMjsActivityGetAPIResponse.go │ ├── TaobaoPromotionmiscMjsActivityListGetAPIRequest.go │ ├── TaobaoPromotionmiscMjsActivityListGetAPIResponse.go │ ├── TaobaoPromotionmiscMjsActivityUpdateAPIRequest.go │ ├── TaobaoPromotionmiscMjsActivityUpdateAPIResponse.go │ ├── TaobaoPromotionmiscToolCheckAPIRequest.go │ ├── TaobaoPromotionmiscToolCheckAPIResponse.go │ ├── TaobaoUmpActivitiesGetAPIRequest.go │ ├── TaobaoUmpActivitiesGetAPIResponse.go │ ├── TaobaoUmpActivitiesListGetAPIRequest.go │ ├── TaobaoUmpActivitiesListGetAPIResponse.go │ ├── TaobaoUmpActivityAddAPIRequest.go │ ├── TaobaoUmpActivityAddAPIResponse.go │ ├── TaobaoUmpActivityDeleteAPIRequest.go │ ├── TaobaoUmpActivityDeleteAPIResponse.go │ ├── TaobaoUmpActivityGetAPIRequest.go │ ├── TaobaoUmpActivityGetAPIResponse.go │ ├── TaobaoUmpActivityUpdateAPIRequest.go │ ├── TaobaoUmpActivityUpdateAPIResponse.go │ ├── TaobaoUmpDetailAddAPIRequest.go │ ├── TaobaoUmpDetailAddAPIResponse.go │ ├── TaobaoUmpDetailDeleteAPIRequest.go │ ├── TaobaoUmpDetailDeleteAPIResponse.go │ ├── TaobaoUmpDetailGetAPIRequest.go │ ├── TaobaoUmpDetailGetAPIResponse.go │ ├── TaobaoUmpDetailListAddAPIRequest.go │ ├── TaobaoUmpDetailListAddAPIResponse.go │ ├── TaobaoUmpDetailUpdateAPIRequest.go │ ├── TaobaoUmpDetailUpdateAPIResponse.go │ ├── TaobaoUmpDetailsGetAPIRequest.go │ ├── TaobaoUmpDetailsGetAPIResponse.go │ ├── TaobaoUmpMbbGetbycodeAPIRequest.go │ ├── TaobaoUmpMbbGetbycodeAPIResponse.go │ ├── TaobaoUmpMbbGetbyidAPIRequest.go │ ├── TaobaoUmpMbbGetbyidAPIResponse.go │ ├── TaobaoUmpMbbsListGetAPIRequest.go │ ├── TaobaoUmpMbbsListGetAPIResponse.go │ ├── TaobaoUmpPromotionGlobalDiscountGetAPIRequest.go │ ├── TaobaoUmpPromotionGlobalDiscountGetAPIResponse.go │ ├── TaobaoUmpPromotionGlobalDiscountGetResult.go │ ├── TaobaoUmpRangeAddAPIRequest.go │ ├── TaobaoUmpRangeAddAPIResponse.go │ ├── TaobaoUmpRangeDeleteAPIRequest.go │ ├── TaobaoUmpRangeDeleteAPIResponse.go │ ├── TaobaoUmpRangeGetAPIRequest.go │ ├── TaobaoUmpRangeGetAPIResponse.go │ ├── TaobaoUmpToolGetAPIRequest.go │ ├── TaobaoUmpToolGetAPIResponse.go │ ├── TaobaoUmpToolsGetAPIRequest.go │ ├── TaobaoUmpToolsGetAPIResponse.go │ ├── TmallCcfCrowdActivityuserUploadAPIRequest.go │ ├── TmallCcfCrowdActivityuserUploadAPIResponse.go │ ├── TmallPromotagTagApplyAPIRequest.go │ ├── TmallPromotagTagApplyAPIResponse.go │ ├── TmallPromotagTagFindAPIRequest.go │ ├── TmallPromotagTagFindAPIResponse.go │ ├── TmallPromotagTagRemovetagAPIRequest.go │ ├── TmallPromotagTagRemovetagAPIResponse.go │ ├── TmallPromotagTaguserJudgeAPIRequest.go │ ├── TmallPromotagTaguserJudgeAPIResponse.go │ ├── TmallPromotagTaguserRemoveAPIRequest.go │ ├── TmallPromotagTaguserRemoveAPIResponse.go │ ├── TmallPromotagTaguserSaveAPIRequest.go │ ├── TmallPromotagTaguserSaveAPIResponse.go │ ├── TmallPromotionCouponQueryAPIRequest.go │ ├── TmallPromotionCouponQueryAPIResponse.go │ ├── TmallPromotionCouponQueryData.go │ ├── TmallPromotionCouponQueryResult.go │ ├── TmallPromotionCouponUseAPIRequest.go │ ├── TmallPromotionCouponUseAPIResponse.go │ ├── UpdateBenefitActivityRequest.go │ ├── UpdateBenefitActivityVo.go │ ├── UseResultDo.go │ ├── UserInfo.go │ ├── WdkCouponAbandonParam.go │ ├── WdkCouponApplyParam.go │ └── doc.go ├── pur │ ├── AccessGoodsDto.go │ ├── AccessLadderPriceDto.go │ ├── AccessPackageDto.go │ ├── AccessProductAttrValueDto.go │ ├── AccessProductDto.go │ ├── AccessQuotationDto.go │ ├── AccessSkuAttrValueDto.go │ ├── ActionResult.go │ ├── AlibabaCeresSupplierPoQueryAPIRequest.go │ ├── AlibabaCeresSupplierPoQueryAPIResponse.go │ ├── AlibabaCeresSupplierPoQueryResult.go │ ├── AlibabaCeresSupplierPoQuerydetailAPIRequest.go │ ├── AlibabaCeresSupplierPoQuerydetailAPIResponse.go │ ├── AlibabaPurBasketMergeAPIRequest.go │ ├── AlibabaPurBasketMergeAPIResponse.go │ ├── AlibabaPurCmallGoodsStatusSyncAPIRequest.go │ ├── AlibabaPurCmallGoodsStatusSyncAPIResponse.go │ ├── AlibabaPurCmallGoodsSyncAPIRequest.go │ ├── AlibabaPurCmallGoodsSyncAPIResponse.go │ ├── AlibabaPurCmallPackageSyncAPIRequest.go │ ├── AlibabaPurCmallPackageSyncAPIResponse.go │ ├── AlibabaPurCreateDoAPIRequest.go │ ├── AlibabaPurCreateDoAPIResponse.go │ ├── AlibabaPurMediaStatisticsAPIRequest.go │ ├── AlibabaPurMediaStatisticsAPIResponse.go │ ├── AlibabaPurPrCreateAPIRequest.go │ ├── AlibabaPurPrCreateAPIResponse.go │ ├── AlibabaPurProductSyncAPIRequest.go │ ├── AlibabaPurProductSyncAPIResponse.go │ ├── AlibabaPurSupplierAsncreateAPIRequest.go │ ├── AlibabaPurSupplierAsncreateAPIResponse.go │ ├── AlibabaPurSupplierInvoicecreateAPIRequest.go │ ├── AlibabaPurSupplierInvoicecreateAPIResponse.go │ ├── AlibabaPurSupplierPorespcreateAPIRequest.go │ ├── AlibabaPurSupplierPorespcreateAPIResponse.go │ ├── DeliveryItemTopDto.go │ ├── DeliveryTopDto.go │ ├── MallFile.go │ ├── MallItemDto.go │ ├── MallMergeCartRequestDto.go │ ├── MallReceivePrRequest.go │ ├── MallReceivePrResponse.go │ ├── MallReceivePrResponseData.go │ ├── MaterialInformationTopDto.go │ ├── MediaStatisticsDto.go │ ├── OrderItem.go │ ├── Polinelist.go │ ├── Polinestructureitemdtolist.go │ ├── RelationTopDto.go │ ├── ResultTopDto.go │ ├── SupplierAsnInfoVo.go │ ├── SupplierAsnItem.go │ ├── SupplierPoDetailDto.go │ ├── SupplierPoResponseDo.go │ ├── SupplierPreInvoiceInfoVo.go │ ├── SupplierPreInvoiceItem.go │ ├── Value.go │ └── doc.go ├── qianniu │ ├── OrderStatisticsResult.go │ ├── PicAuditParam.go │ ├── PicAuditResult.go │ ├── QTask.go │ ├── QTaskMetadata.go │ ├── QnCopilotResultDo.go │ ├── RecordList.go │ ├── TaobaoDaogoubaoOrderStatisticsTotalAPIRequest.go │ ├── TaobaoDaogoubaoOrderStatisticsTotalAPIResponse.go │ ├── TaobaoQianniuAutoTaskConfigCheckAPIRequest.go │ ├── TaobaoQianniuAutoTaskConfigCheckAPIResponse.go │ ├── TaobaoQianniuBuyerTagGetAPIRequest.go │ ├── TaobaoQianniuBuyerTagGetAPIResponse.go │ ├── TaobaoQianniuCloudkefuOnlinestatuslogGetAPIRequest.go │ ├── TaobaoQianniuCloudkefuOnlinestatuslogGetAPIResponse.go │ ├── TaobaoQianniuNumberPutAPIRequest.go │ ├── TaobaoQianniuNumberPutAPIResponse.go │ ├── TaobaoQianniuTaskCancelAPIRequest.go │ ├── TaobaoQianniuTaskCancelAPIResponse.go │ ├── TaobaoQianniuTaskCreateAPIRequest.go │ ├── TaobaoQianniuTaskCreateAPIResponse.go │ ├── TaobaoQianniuTaskFinishAPIRequest.go │ ├── TaobaoQianniuTaskFinishAPIResponse.go │ ├── TaobaoQianniuTaskIncreaseAPIRequest.go │ ├── TaobaoQianniuTaskIncreaseAPIResponse.go │ ├── TaobaoQianniuTaskMessageSendAPIRequest.go │ ├── TaobaoQianniuTaskMessageSendAPIResponse.go │ ├── TaobaoQianniuTaskRemoveAPIRequest.go │ ├── TaobaoQianniuTaskRemoveAPIResponse.go │ ├── TaobaoQianniuTaskUpdateAPIRequest.go │ ├── TaobaoQianniuTaskUpdateAPIResponse.go │ ├── TaobaoQianniuTaskmetaUpdateAPIRequest.go │ ├── TaobaoQianniuTaskmetaUpdateAPIResponse.go │ ├── TaobaoQianniuTaskmetasGetAPIRequest.go │ ├── TaobaoQianniuTaskmetasGetAPIResponse.go │ ├── TaobaoQianniuTasksCountAPIRequest.go │ ├── TaobaoQianniuTasksCountAPIResponse.go │ ├── TaobaoQianniuTasksGetAPIRequest.go │ ├── TaobaoQianniuTasksGetAPIResponse.go │ ├── TaobaoQncopilotPictureAuditAPIRequest.go │ ├── TaobaoQncopilotPictureAuditAPIResponse.go │ ├── UserTagQueryResult.go │ └── doc.go ├── qimen │ ├── Address.go │ ├── BatchItemSynItem.go │ ├── ChannelRatioRule.go │ ├── CombItem.go │ ├── CombineItemSyncRequest.go │ ├── Criteria.go │ ├── DeliveryOrder.go │ ├── DeliveryOrderBatchConfirmRequest.go │ ├── DeliveryOrderBatchCreateAnswerRequest.go │ ├── DeliveryOrderBatchCreateRequest.go │ ├── DeliveryOrderBatchCreateResponse.go │ ├── DeliveryOrderConfirmRequest.go │ ├── DeliveryOrderCreateRequest.go │ ├── DeliveryOrderCreateResponse.go │ ├── DeliveryOrderQueryRequest.go │ ├── DeliveryOrderQueryResponse.go │ ├── DeliveryRequirements.go │ ├── EntryOrder.go │ ├── EntryOrderConfirmRequest.go │ ├── EntryOrderCreateRequest.go │ ├── EntryOrderQueryRequest.go │ ├── EntryOrderQueryResponse.go │ ├── ExpressInfo.go │ ├── Insurance.go │ ├── InventoryQueryRequest.go │ ├── InventoryQueryResponse.go │ ├── InventoryReportRequest.go │ ├── InventoryRule.go │ ├── Invoice.go │ ├── Item.go │ ├── ItemInventory.go │ ├── ItemLackReportRequest.go │ ├── ItemMapping.go │ ├── ItemSynRequest.go │ ├── Items.go │ ├── ItemsSynchronizeRequest.go │ ├── ItemsSynchronizeResponse.go │ ├── MaterialItem.go │ ├── Order.go │ ├── OrderCallbackRequestDo.go │ ├── OrderCallbackResponseDo.go │ ├── OrderCancelRequest.go │ ├── OrderCancelResponse.go │ ├── OrderInfo.go │ ├── OrderLine.go │ ├── OrderLines.go │ ├── OrderPendingRequest.go │ ├── OrderPendingResponse.go │ ├── OrderProcess.go │ ├── OrderProcessQueryRequest.go │ ├── OrderProcessQueryResponse.go │ ├── OrderProcessReportRequest.go │ ├── Package.go │ ├── PackageMaterial.go │ ├── Packages.go │ ├── PickerInfo.go │ ├── PresalesPackageConsignRequest.go │ ├── PresalesPackageConsignResponse.go │ ├── PriceAdjustment.go │ ├── Process.go │ ├── ProductItem.go │ ├── ReceiverInfo.go │ ├── RelatedOrder.go │ ├── RelatedOrders.go │ ├── RequestDo.go │ ├── ResponseDo.go │ ├── ReturnOrder.go │ ├── ReturnOrderConfirmRequest.go │ ├── ReturnOrderCreateRequest.go │ ├── SenderInfo.go │ ├── Shop.go │ ├── ShopAddress.go │ ├── SnList.go │ ├── SnReportRequest.go │ ├── StockChangeReportRequest.go │ ├── StockOutCreateRequest.go │ ├── StockQueryRequest.go │ ├── StockQueryResponse.go │ ├── StoreKeeper.go │ ├── StoreProcessConfirmRequest.go │ ├── StoreProcessCreateRequest.go │ ├── StoreProcessCreateResponse.go │ ├── SubSourceOrder.go │ ├── TaobaoQimenChannelinventoryQueryAPIRequest.go │ ├── TaobaoQimenChannelinventoryQueryAPIResponse.go │ ├── TaobaoQimenCombineitemDeleteAPIRequest.go │ ├── TaobaoQimenCombineitemDeleteAPIResponse.go │ ├── TaobaoQimenCombineitemQueryAPIRequest.go │ ├── TaobaoQimenCombineitemQueryAPIResponse.go │ ├── TaobaoQimenCombineitemQueryMap.go │ ├── TaobaoQimenCombineitemQueryRequest.go │ ├── TaobaoQimenCombineitemQueryResponse.go │ ├── TaobaoQimenCombineitemSynchronizeAPIRequest.go │ ├── TaobaoQimenCombineitemSynchronizeAPIResponse.go │ ├── TaobaoQimenCombineitemSynchronizeBatch.go │ ├── TaobaoQimenCombineitemSynchronizeMap.go │ ├── TaobaoQimenCombineitemSynchronizeResponse.go │ ├── TaobaoQimenDeliveryorderBatchconfirmAPIRequest.go │ ├── TaobaoQimenDeliveryorderBatchconfirmAPIResponse.go │ ├── TaobaoQimenDeliveryorderBatchconfirmBatch.go │ ├── TaobaoQimenDeliveryorderBatchconfirmDetail.go │ ├── TaobaoQimenDeliveryorderBatchconfirmMap.go │ ├── TaobaoQimenDeliveryorderBatchconfirmResponse.go │ ├── TaobaoQimenDeliveryorderBatchcreateAPIRequest.go │ ├── TaobaoQimenDeliveryorderBatchcreateAPIResponse.go │ ├── TaobaoQimenDeliveryorderBatchcreateAnswerAPIRequest.go │ ├── TaobaoQimenDeliveryorderBatchcreateAnswerAPIResponse.go │ ├── TaobaoQimenDeliveryorderBatchcreateAnswerMap.go │ ├── TaobaoQimenDeliveryorderBatchcreateAnswerResponse.go │ ├── TaobaoQimenDeliveryorderBatchcreateDetail.go │ ├── TaobaoQimenDeliveryorderBatchcreateMap.go │ ├── TaobaoQimenDeliveryorderConfirmAPIRequest.go │ ├── TaobaoQimenDeliveryorderConfirmAPIResponse.go │ ├── TaobaoQimenDeliveryorderConfirmBatch.go │ ├── TaobaoQimenDeliveryorderConfirmDetail.go │ ├── TaobaoQimenDeliveryorderConfirmMap.go │ ├── TaobaoQimenDeliveryorderConfirmResponse.go │ ├── TaobaoQimenDeliveryorderCreateAPIRequest.go │ ├── TaobaoQimenDeliveryorderCreateAPIResponse.go │ ├── TaobaoQimenDeliveryorderCreateDetail.go │ ├── TaobaoQimenDeliveryorderCreateMap.go │ ├── TaobaoQimenDeliveryorderQueryAPIRequest.go │ ├── TaobaoQimenDeliveryorderQueryAPIResponse.go │ ├── TaobaoQimenDeliveryorderQueryBatch.go │ ├── TaobaoQimenDeliveryorderQueryDetail.go │ ├── TaobaoQimenDeliveryorderQueryMap.go │ ├── TaobaoQimenEntryorderConfirmAPIRequest.go │ ├── TaobaoQimenEntryorderConfirmAPIResponse.go │ ├── TaobaoQimenEntryorderConfirmBatch.go │ ├── TaobaoQimenEntryorderConfirmMap.go │ ├── TaobaoQimenEntryorderConfirmResponse.go │ ├── TaobaoQimenEntryorderCreateAPIRequest.go │ ├── TaobaoQimenEntryorderCreateAPIResponse.go │ ├── TaobaoQimenEntryorderCreateMap.go │ ├── TaobaoQimenEntryorderCreateResponse.go │ ├── TaobaoQimenEntryorderQueryAPIRequest.go │ ├── TaobaoQimenEntryorderQueryAPIResponse.go │ ├── TaobaoQimenEntryorderQueryMap.go │ ├── TaobaoQimenExpressinfoQueryAPIRequest.go │ ├── TaobaoQimenExpressinfoQueryAPIResponse.go │ ├── TaobaoQimenExpressinfoQueryMap.go │ ├── TaobaoQimenExpressinfoQueryRequest.go │ ├── TaobaoQimenExpressinfoQueryResponse.go │ ├── TaobaoQimenInventoryQueryAPIRequest.go │ ├── TaobaoQimenInventoryQueryAPIResponse.go │ ├── TaobaoQimenInventoryQueryMap.go │ ├── TaobaoQimenInventoryReportAPIRequest.go │ ├── TaobaoQimenInventoryReportAPIResponse.go │ ├── TaobaoQimenInventoryReportMap.go │ ├── TaobaoQimenInventoryReportResponse.go │ ├── TaobaoQimenInventorySynchronizeAPIRequest.go │ ├── TaobaoQimenInventorySynchronizeAPIResponse.go │ ├── TaobaoQimenInventorySynchronizeReportAPIRequest.go │ ├── TaobaoQimenInventorySynchronizeReportAPIResponse.go │ ├── TaobaoQimenInventorySynchronizeReportRequest.go │ ├── TaobaoQimenInventorySynchronizeReportResponse.go │ ├── TaobaoQimenInventorySynchronizeRequest.go │ ├── TaobaoQimenInventorySynchronizeResponse.go │ ├── TaobaoQimenInventorybatchQueryAPIRequest.go │ ├── TaobaoQimenInventorybatchQueryAPIResponse.go │ ├── TaobaoQimenInventorybatchQueryRequest.go │ ├── TaobaoQimenInventorybatchQueryResponse.go │ ├── TaobaoQimenInventoryreserveCancelAPIRequest.go │ ├── TaobaoQimenInventoryreserveCancelAPIResponse.go │ ├── TaobaoQimenInventoryreserveCancelMap.go │ ├── TaobaoQimenInventoryreserveCancelRequest.go │ ├── TaobaoQimenInventoryreserveCancelResponse.go │ ├── TaobaoQimenInventoryruleCreateAPIRequest.go │ ├── TaobaoQimenInventoryruleCreateAPIResponse.go │ ├── TaobaoQimenItemlackReportAPIRequest.go │ ├── TaobaoQimenItemlackReportAPIResponse.go │ ├── TaobaoQimenItemlackReportMap.go │ ├── TaobaoQimenItemlackReportResponse.go │ ├── TaobaoQimenItemmappingCreateAPIRequest.go │ ├── TaobaoQimenItemmappingCreateAPIResponse.go │ ├── TaobaoQimenItemmappingQueryAPIRequest.go │ ├── TaobaoQimenItemmappingQueryAPIResponse.go │ ├── TaobaoQimenItemmappingQueryRequest.go │ ├── TaobaoQimenItemmappingQueryResponse.go │ ├── TaobaoQimenItemsSynchronizeAPIRequest.go │ ├── TaobaoQimenItemsSynchronizeAPIResponse.go │ ├── TaobaoQimenItemsSynchronizeMap.go │ ├── TaobaoQimenItemstoreBandingAPIRequest.go │ ├── TaobaoQimenItemstoreBandingAPIResponse.go │ ├── TaobaoQimenItemstoreQueryAPIRequest.go │ ├── TaobaoQimenItemstoreQueryAPIResponse.go │ ├── TaobaoQimenOrderCallbackAPIRequest.go │ ├── TaobaoQimenOrderCallbackAPIResponse.go │ ├── TaobaoQimenOrderCancelAPIRequest.go │ ├── TaobaoQimenOrderCancelAPIResponse.go │ ├── TaobaoQimenOrderCancelMap.go │ ├── TaobaoQimenOrderPendingAPIRequest.go │ ├── TaobaoQimenOrderPendingAPIResponse.go │ ├── TaobaoQimenOrderPendingMap.go │ ├── TaobaoQimenOrderQueryAPIRequest.go │ ├── TaobaoQimenOrderQueryAPIResponse.go │ ├── TaobaoQimenOrderQueryRequest.go │ ├── TaobaoQimenOrderQueryResponse.go │ ├── TaobaoQimenOrderSnReportAPIRequest.go │ ├── TaobaoQimenOrderSnReportAPIResponse.go │ ├── TaobaoQimenOrderSnReportMap.go │ ├── TaobaoQimenOrderSnReportRequest.go │ ├── TaobaoQimenOrderSnReportResponse.go │ ├── TaobaoQimenOrderexceptionReportAPIRequest.go │ ├── TaobaoQimenOrderexceptionReportAPIResponse.go │ ├── TaobaoQimenOrderexceptionReportBatch.go │ ├── TaobaoQimenOrderexceptionReportMap.go │ ├── TaobaoQimenOrderexceptionReportRequest.go │ ├── TaobaoQimenOrderexceptionReportResponse.go │ ├── TaobaoQimenOrderprocessQueryAPIRequest.go │ ├── TaobaoQimenOrderprocessQueryAPIResponse.go │ ├── TaobaoQimenOrderprocessQueryMap.go │ ├── TaobaoQimenOrderprocessReportAPIRequest.go │ ├── TaobaoQimenOrderprocessReportAPIResponse.go │ ├── TaobaoQimenOrderprocessReportMap.go │ ├── TaobaoQimenOrderprocessReportResponse.go │ ├── TaobaoQimenPresalespackageConsignAPIRequest.go │ ├── TaobaoQimenPresalespackageConsignAPIResponse.go │ ├── TaobaoQimenReceiverinfoQueryAPIRequest.go │ ├── TaobaoQimenReceiverinfoQueryAPIResponse.go │ ├── TaobaoQimenReceiverinfoQueryRequest.go │ ├── TaobaoQimenReceiverinfoQueryResponse.go │ ├── TaobaoQimenReturnorderConfirmAPIRequest.go │ ├── TaobaoQimenReturnorderConfirmAPIResponse.go │ ├── TaobaoQimenReturnorderConfirmBatch.go │ ├── TaobaoQimenReturnorderConfirmMap.go │ ├── TaobaoQimenReturnorderConfirmResponse.go │ ├── TaobaoQimenReturnorderCreateAPIRequest.go │ ├── TaobaoQimenReturnorderCreateAPIResponse.go │ ├── TaobaoQimenReturnorderCreateMap.go │ ├── TaobaoQimenReturnorderCreateResponse.go │ ├── TaobaoQimenReturnpackageReportAPIRequest.go │ ├── TaobaoQimenReturnpackageReportAPIResponse.go │ ├── TaobaoQimenReturnpackageReportRequest.go │ ├── TaobaoQimenReturnpackageReportResponse.go │ ├── TaobaoQimenShopSynchronizeAPIRequest.go │ ├── TaobaoQimenShopSynchronizeAPIResponse.go │ ├── TaobaoQimenShopSynchronizeRequest.go │ ├── TaobaoQimenShopSynchronizeResponse.go │ ├── TaobaoQimenSingleitemQueryAPIRequest.go │ ├── TaobaoQimenSingleitemQueryAPIResponse.go │ ├── TaobaoQimenSingleitemSynchronizeAPIRequest.go │ ├── TaobaoQimenSingleitemSynchronizeAPIResponse.go │ ├── TaobaoQimenSingleitemSynchronizeMap.go │ ├── TaobaoQimenSingleitemSynchronizeResponse.go │ ├── TaobaoQimenSnReportAPIRequest.go │ ├── TaobaoQimenSnReportAPIResponse.go │ ├── TaobaoQimenSnReportMap.go │ ├── TaobaoQimenSnReportResponse.go │ ├── TaobaoQimenStockQueryAPIRequest.go │ ├── TaobaoQimenStockQueryAPIResponse.go │ ├── TaobaoQimenStockQueryMap.go │ ├── TaobaoQimenStockchangeReportAPIRequest.go │ ├── TaobaoQimenStockchangeReportAPIResponse.go │ ├── TaobaoQimenStockchangeReportBatch.go │ ├── TaobaoQimenStockchangeReportMap.go │ ├── TaobaoQimenStockchangeReportResponse.go │ ├── TaobaoQimenStockoutConfirmAPIRequest.go │ ├── TaobaoQimenStockoutConfirmAPIResponse.go │ ├── TaobaoQimenStockoutConfirmBatch.go │ ├── TaobaoQimenStockoutConfirmMap.go │ ├── TaobaoQimenStockoutConfirmStruct.go │ ├── TaobaoQimenStockoutCreateAPIRequest.go │ ├── TaobaoQimenStockoutCreateAPIResponse.go │ ├── TaobaoQimenStockoutCreateMap.go │ ├── TaobaoQimenStockoutCreateResponse.go │ ├── TaobaoQimenStoreCreateAPIRequest.go │ ├── TaobaoQimenStoreCreateAPIResponse.go │ ├── TaobaoQimenStoreDeleteAPIRequest.go │ ├── TaobaoQimenStoreDeleteAPIResponse.go │ ├── TaobaoQimenStoreQueryAPIRequest.go │ ├── TaobaoQimenStoreQueryAPIResponse.go │ ├── TaobaoQimenStoreUpdateAPIRequest.go │ ├── TaobaoQimenStoreUpdateAPIResponse.go │ ├── TaobaoQimenStorecategoryGetAPIRequest.go │ ├── TaobaoQimenStorecategoryGetAPIResponse.go │ ├── TaobaoQimenStoreitemQueryAPIRequest.go │ ├── TaobaoQimenStoreitemQueryAPIResponse.go │ ├── TaobaoQimenStoreprocessConfirmAPIRequest.go │ ├── TaobaoQimenStoreprocessConfirmAPIResponse.go │ ├── TaobaoQimenStoreprocessConfirmMap.go │ ├── TaobaoQimenStoreprocessConfirmResponse.go │ ├── TaobaoQimenStoreprocessCreateAPIRequest.go │ ├── TaobaoQimenStoreprocessCreateAPIResponse.go │ ├── TaobaoQimenStoreprocessCreateMap.go │ ├── TaobaoQimenSupplierSynchronizeAPIRequest.go │ ├── TaobaoQimenSupplierSynchronizeAPIResponse.go │ ├── TaobaoQimenSupplierSynchronizeRequest.go │ ├── TaobaoQimenSupplierSynchronizeResponse.go │ ├── TaobaoQimenTransferorderCreateAPIRequest.go │ ├── TaobaoQimenTransferorderCreateAPIResponse.go │ ├── TaobaoQimenTransferorderCreateStruct.go │ ├── TaobaoQimenTransferorderQueryAPIRequest.go │ ├── TaobaoQimenTransferorderQueryAPIResponse.go │ ├── TaobaoQimenTransferorderQueryStruct.go │ ├── TaobaoQimenTransferorderReportAPIRequest.go │ ├── TaobaoQimenTransferorderReportAPIResponse.go │ ├── TaobaoQimenTransferorderReportStruct.go │ ├── TaobaoQimenWarehouseinfoQueryAPIRequest.go │ ├── TaobaoQimenWarehouseinfoQueryAPIResponse.go │ ├── TaobaoQimenWarehouseinfoQueryMap.go │ ├── TaobaoQimenWarehouseinfoQueryRequest.go │ ├── TaobaoQimenWarehouseinfoQueryResponse.go │ ├── TaobaoQimenWarehouseinfoSynchronizeAPIRequest.go │ ├── TaobaoQimenWarehouseinfoSynchronizeAPIResponse.go │ ├── TaobaoQimenWarehouseinfoSynchronizeRequest.go │ ├── TaobaoQimenWarehouseinfoSynchronizeResponse.go │ ├── TaobaoQimenWavenumReportAPIRequest.go │ ├── TaobaoQimenWavenumReportAPIResponse.go │ ├── TaobaoQimenWavenumReportMap.go │ ├── TaobaoQimenWavenumReportResponse.go │ ├── TotalOrder.go │ ├── TransferItems.go │ ├── TransferOrderDetail.go │ ├── WarehouseInfo.go │ ├── WarehouseInfos.go │ ├── WaveNumReportRequest.go │ └── doc.go ├── qt │ ├── ItemPropertyValues.go │ ├── QtReport.go │ ├── QualityUsageDetail.go │ ├── ServiceItemProperty.go │ ├── ServiceSubscribe.go │ ├── TaobaoQtReportAddAPIRequest.go │ ├── TaobaoQtReportAddAPIResponse.go │ ├── TaobaoQtReportDeleteAPIRequest.go │ ├── TaobaoQtReportDeleteAPIResponse.go │ ├── TaobaoQtReportGetAPIRequest.go │ ├── TaobaoQtReportGetAPIResponse.go │ ├── TaobaoQtReportUpdateAPIRequest.go │ ├── TaobaoQtReportUpdateAPIResponse.go │ ├── TaobaoQtReportsGetAPIRequest.go │ ├── TaobaoQtReportsGetAPIResponse.go │ ├── TaobaoTsPropertyGetAPIRequest.go │ ├── TaobaoTsPropertyGetAPIResponse.go │ ├── TaobaoTsSubscribeGetAPIRequest.go │ ├── TaobaoTsSubscribeGetAPIResponse.go │ └── doc.go ├── rail │ ├── AlitripRailIrCarrierGetAPIRequest.go │ ├── AlitripRailIrCarrierGetAPIResponse.go │ ├── AlitripRailIrDivisionGetAPIRequest.go │ ├── AlitripRailIrDivisionGetAPIResponse.go │ ├── AlitripRailIrServiceGetAPIRequest.go │ ├── AlitripRailIrServiceGetAPIResponse.go │ ├── AlitripRailIrServiceGetResult.go │ ├── AlitripRailIrStationGetAPIRequest.go │ ├── AlitripRailIrStationGetAPIResponse.go │ ├── AlitripRailTradeCloseticketAPIRequest.go │ ├── AlitripRailTradeCloseticketAPIResponse.go │ ├── AlitripRailTradeCloseticketResultSet.go │ ├── AlitripRailTradeIssueticketAPIRequest.go │ ├── AlitripRailTradeIssueticketAPIResponse.go │ ├── AlitripRailTradeIssueticketResultSet.go │ ├── Modules.go │ ├── RailCarrierRs.go │ ├── RailDivisionRs.go │ ├── RailResultList.go │ ├── RailStationRs.go │ └── doc.go ├── refund │ ├── CancelGoodsDto.go │ ├── Refund.go │ ├── Resultdata.go │ ├── SyncIdentifyRefundCaseDto.go │ ├── SyncIdentifyRefundCaseResultDto.go │ ├── TaobaoRdcAligeniusIdentificationCaseResultUpdateAPIRequest.go │ ├── TaobaoRdcAligeniusIdentificationCaseResultUpdateAPIResponse.go │ ├── TaobaoRdcAligeniusIdentificationCaseResultUpdateResult.go │ ├── TaobaoRdcAligeniusIdentificationCaseUpdateAPIRequest.go │ ├── TaobaoRdcAligeniusIdentificationCaseUpdateAPIResponse.go │ ├── TaobaoRdcAligeniusIdentificationCaseUpdateResult.go │ ├── TaobaoRdcAligeniusSendgoodsCancelAPIRequest.go │ ├── TaobaoRdcAligeniusSendgoodsCancelAPIResponse.go │ ├── TaobaoRdcAligeniusSendgoodsCancelResult.go │ ├── TaobaoRefundRefuseAPIRequest.go │ ├── TaobaoRefundRefuseAPIResponse.go │ ├── TaobaoRefundsReceiveGetAPIRequest.go │ ├── TaobaoRefundsReceiveGetAPIResponse.go │ └── doc.go ├── request.go ├── response.go ├── retail │ ├── AlibabaRetailDeviceRoadStatusResetAPIRequest.go │ ├── AlibabaRetailDeviceRoadStatusResetAPIResponse.go │ ├── AlibabaRetailElectronicCertificateConfirmAPIRequest.go │ ├── AlibabaRetailElectronicCertificateConfirmAPIResponse.go │ ├── AlibabaRetailElectronicCertificateConfirmResult.go │ ├── AlibabaRetailElectronicCertificatePreConfirmAPIRequest.go │ ├── AlibabaRetailElectronicCertificatePreConfirmAPIResponse.go │ ├── AlibabaRetailElectronicCertificatePreConfirmResult.go │ ├── AlibabaRetailVendingPriceWhitelistRemoveAPIRequest.go │ ├── AlibabaRetailVendingPriceWhitelistRemoveAPIResponse.go │ ├── AlibabaRetailVendingPriceWhitelistRemoveResultDo.go │ ├── AppInfo.go │ ├── CreateOrderRequest.go │ ├── DeliveryAddressDto.go │ ├── Detailresults.go │ ├── ElectronicCertificateDto.go │ ├── ItemLineDto.go │ ├── Order.go │ ├── ServiceItemLineDto.go │ ├── TmallStoreOrderCreateAPIRequest.go │ ├── TmallStoreOrderCreateAPIResponse.go │ └── doc.go ├── rhino │ ├── ClothingInboundConfirmDto.go │ ├── ClothingOutboundWaybill.go │ ├── ClothingSkuDto.go │ ├── CrmEntity.go │ ├── PickingCompleteMsg.go │ ├── SkuBo.go │ ├── TaobaoRhinoCrmGatewayAPIRequest.go │ ├── TaobaoRhinoCrmGatewayAPIResponse.go │ ├── TaobaoRhinoCrmReviewDeliveryAPIRequest.go │ ├── TaobaoRhinoCrmReviewDeliveryAPIResponse.go │ ├── TaobaoRhinoSupplychainInboundConfirmAPIRequest.go │ ├── TaobaoRhinoSupplychainInboundConfirmAPIResponse.go │ ├── TaobaoRhinoSupplychainOutboundPickingcompleteAPIRequest.go │ ├── TaobaoRhinoSupplychainOutboundPickingcompleteAPIResponse.go │ └── doc.go ├── scbp │ ├── AccountEffectDto.go │ ├── AccountQuery.go │ ├── AccountReportDto.go │ ├── AccountReportOperationDto.go │ ├── AdGroupBatchOperationDto.go │ ├── AdGroupOperationDto.go │ ├── AdGroupQueryDto.go │ ├── AdKeywordEffectDto.go │ ├── AdProductDto.go │ ├── AdProductEffectDto.go │ ├── AdRecommendWordDto.go │ ├── AdsEffectDto.go │ ├── AdsTargetingTagDto.go │ ├── AlibabaScbpAccountBudgetGetAPIRequest.go │ ├── AlibabaScbpAccountBudgetGetAPIResponse.go │ ├── AlibabaScbpAccountDaycostGetAPIRequest.go │ ├── AlibabaScbpAccountDaycostGetAPIResponse.go │ ├── AlibabaScbpAccountIsarrearsGetAPIRequest.go │ ├── AlibabaScbpAccountIsarrearsGetAPIResponse.go │ ├── AlibabaScbpAccountStatusGetAPIRequest.go │ ├── AlibabaScbpAccountStatusGetAPIResponse.go │ ├── AlibabaScbpAccountStatusUpdateAPIRequest.go │ ├── AlibabaScbpAccountStatusUpdateAPIResponse.go │ ├── AlibabaScbpAdAccountBalanceGetAPIRequest.go │ ├── AlibabaScbpAdAccountBalanceGetAPIResponse.go │ ├── AlibabaScbpAdAccountLevelGetAPIRequest.go │ ├── AlibabaScbpAdAccountLevelGetAPIResponse.go │ ├── AlibabaScbpAdCampaignCreateAPIRequest.go │ ├── AlibabaScbpAdCampaignCreateAPIResponse.go │ ├── AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest.go │ ├── AlibabaScbpAdCampaignCreateForbiddenKeywordAPIResponse.go │ ├── AlibabaScbpAdCampaignDeleteAPIRequest.go │ ├── AlibabaScbpAdCampaignDeleteAPIResponse.go │ ├── AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest.go │ ├── AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIResponse.go │ ├── AlibabaScbpAdCampaignFindCampaignEffectAPIRequest.go │ ├── AlibabaScbpAdCampaignFindCampaignEffectAPIResponse.go │ ├── AlibabaScbpAdCampaignFindCampaignPageAPIRequest.go │ ├── AlibabaScbpAdCampaignFindCampaignPageAPIResponse.go │ ├── AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest.go │ ├── AlibabaScbpAdCampaignFindForbiddenKeywordAPIResponse.go │ ├── AlibabaScbpAdCampaignFindForbiddenKeywordResult.go │ ├── AlibabaScbpAdCampaignFindForbiddenKeywordResultDto.go │ ├── AlibabaScbpAdCampaignFindRealCostAPIRequest.go │ ├── AlibabaScbpAdCampaignFindRealCostAPIResponse.go │ ├── AlibabaScbpAdCampaignUpdateAPIRequest.go │ ├── AlibabaScbpAdCampaignUpdateAPIResponse.go │ ├── AlibabaScbpAdCustomerFindCustomerInfoAPIRequest.go │ ├── AlibabaScbpAdCustomerFindCustomerInfoAPIResponse.go │ ├── AlibabaScbpAdCustomerFindCustomerInfoResultDto.go │ ├── AlibabaScbpAdGroupCountAdGroupAPIRequest.go │ ├── AlibabaScbpAdGroupCountAdGroupAPIResponse.go │ ├── AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest.go │ ├── AlibabaScbpAdGroupCreateAdGroupBatchAPIResponse.go │ ├── AlibabaScbpAdGroupCreateForbiddenProductAPIRequest.go │ ├── AlibabaScbpAdGroupCreateForbiddenProductAPIResponse.go │ ├── AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest.go │ ├── AlibabaScbpAdGroupDeleteAdGroupBatchAPIResponse.go │ ├── AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest.go │ ├── AlibabaScbpAdGroupDeleteForbiddenProductAPIResponse.go │ ├── AlibabaScbpAdGroupFindAdGroupAPIRequest.go │ ├── AlibabaScbpAdGroupFindAdGroupAPIResponse.go │ ├── AlibabaScbpAdGroupFindForbiddenProductAPIRequest.go │ ├── AlibabaScbpAdGroupFindForbiddenProductAPIResponse.go │ ├── AlibabaScbpAdGroupRecommendProductAPIRequest.go │ ├── AlibabaScbpAdGroupRecommendProductAPIResponse.go │ ├── AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest.go │ ├── AlibabaScbpAdGroupUpdateAdGroupBatchAPIResponse.go │ ├── AlibabaScbpAdKeywordAddAPIRequest.go │ ├── AlibabaScbpAdKeywordAddAPIResponse.go │ ├── AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest.go │ ├── AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIResponse.go │ ├── AlibabaScbpAdKeywordBatchdeleteAPIRequest.go │ ├── AlibabaScbpAdKeywordBatchdeleteAPIResponse.go │ ├── AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest.go │ ├── AlibabaScbpAdKeywordCreateKeywordBatchAPIResponse.go │ ├── AlibabaScbpAdKeywordDeleteAPIRequest.go │ ├── AlibabaScbpAdKeywordDeleteAPIResponse.go │ ├── AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest.go │ ├── AlibabaScbpAdKeywordDeleteKeywordBatchAPIResponse.go │ ├── AlibabaScbpAdKeywordGetAPIRequest.go │ ├── AlibabaScbpAdKeywordGetAPIResponse.go │ ├── AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest.go │ ├── AlibabaScbpAdKeywordGetKeywordCountByQueryAPIResponse.go │ ├── AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest.go │ ├── AlibabaScbpAdKeywordListCampaignKeywordsAPIResponse.go │ ├── AlibabaScbpAdKeywordListRelevantProductsAPIRequest.go │ ├── AlibabaScbpAdKeywordListRelevantProductsAPIResponse.go │ ├── AlibabaScbpAdKeywordOperationPreferentialProductAPIRequest.go │ ├── AlibabaScbpAdKeywordOperationPreferentialProductAPIResponse.go │ ├── AlibabaScbpAdKeywordPriceBatchupdateAPIRequest.go │ ├── AlibabaScbpAdKeywordPriceBatchupdateAPIResponse.go │ ├── AlibabaScbpAdKeywordPriceUpdateAPIRequest.go │ ├── AlibabaScbpAdKeywordPriceUpdateAPIResponse.go │ ├── AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest.go │ ├── AlibabaScbpAdKeywordQueryKeywordRankPriceAPIResponse.go │ ├── AlibabaScbpAdKeywordRankGetAPIRequest.go │ ├── AlibabaScbpAdKeywordRankGetAPIResponse.go │ ├── AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest.go │ ├── AlibabaScbpAdKeywordRankPriceBatchgetAPIResponse.go │ ├── AlibabaScbpAdKeywordRankPriceGetAPIRequest.go │ ├── AlibabaScbpAdKeywordRankPriceGetAPIResponse.go │ ├── AlibabaScbpAdKeywordRecommendWordAPIRequest.go │ ├── AlibabaScbpAdKeywordRecommendWordAPIResponse.go │ ├── AlibabaScbpAdKeywordStatusBatchupdateAPIRequest.go │ ├── AlibabaScbpAdKeywordStatusBatchupdateAPIResponse.go │ ├── AlibabaScbpAdKeywordStatusUpdateAPIRequest.go │ ├── AlibabaScbpAdKeywordStatusUpdateAPIResponse.go │ ├── AlibabaScbpAdKeywordTagUpdateAPIRequest.go │ ├── AlibabaScbpAdKeywordTagUpdateAPIResponse.go │ ├── AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest.go │ ├── AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIResponse.go │ ├── AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest.go │ ├── AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIResponse.go │ ├── AlibabaScbpAdReportGetAccountReportAPIRequest.go │ ├── AlibabaScbpAdReportGetAccountReportAPIResponse.go │ ├── AlibabaScbpAdReportGetLastEffectDateAPIRequest.go │ ├── AlibabaScbpAdReportGetLastEffectDateAPIResponse.go │ ├── AlibabaScbpAdReportGetProductReportAPIRequest.go │ ├── AlibabaScbpAdReportGetProductReportAPIResponse.go │ ├── AlibabaScbpAdReportGetTargetReportAPIRequest.go │ ├── AlibabaScbpAdReportGetTargetReportAPIResponse.go │ ├── AlibabaScbpAdReportQueryKeywordEffectAPIRequest.go │ ├── AlibabaScbpAdReportQueryKeywordEffectAPIResponse.go │ ├── AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest.go │ ├── AlibabaScbpAdReportQuerySingleKeywordEffectAPIResponse.go │ ├── AlibabaScbpAdTargetTagEstimateUvAPIRequest.go │ ├── AlibabaScbpAdTargetTagEstimateUvAPIResponse.go │ ├── AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest.go │ ├── AlibabaScbpAdTargetTagFindCampaignTargetTagAPIResponse.go │ ├── AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest.go │ ├── AlibabaScbpAdTargetTagGetAllEnableTagListAPIResponse.go │ ├── AlibabaScbpAdTargetTagListRecommendTagAPIRequest.go │ ├── AlibabaScbpAdTargetTagListRecommendTagAPIResponse.go │ ├── AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest.go │ ├── AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIResponse.go │ ├── AlibabaScbpEffectAccountDateGetAPIRequest.go │ ├── AlibabaScbpEffectAccountDateGetAPIResponse.go │ ├── AlibabaScbpEffectAccountListAPIRequest.go │ ├── AlibabaScbpEffectAccountListAPIResponse.go │ ├── AlibabaScbpEffectKeywordListAPIRequest.go │ ├── AlibabaScbpEffectKeywordListAPIResponse.go │ ├── AlibabaScbpEffectKeywordSingleGetAPIRequest.go │ ├── AlibabaScbpEffectKeywordSingleGetAPIResponse.go │ ├── AlibabaScbpEffectProductReportAPIRequest.go │ ├── AlibabaScbpEffectProductReportAPIResponse.go │ ├── AlibabaScbpEffectProductSingleGetAPIRequest.go │ ├── AlibabaScbpEffectProductSingleGetAPIResponse.go │ ├── AlibabaScbpKeywordMatchedProductsGetAPIRequest.go │ ├── AlibabaScbpKeywordMatchedProductsGetAPIResponse.go │ ├── AlibabaScbpProductGroupGetAPIRequest.go │ ├── AlibabaScbpProductGroupGetAPIResponse.go │ ├── AlibabaScbpProductListAPIRequest.go │ ├── AlibabaScbpProductListAPIResponse.go │ ├── AlibabaScbpProductPreferentialUpdateAPIRequest.go │ ├── AlibabaScbpProductPreferentialUpdateAPIResponse.go │ ├── AlibabaScbpProductStatusUpdateAPIRequest.go │ ├── AlibabaScbpProductStatusUpdateAPIResponse.go │ ├── AlibabaScbpReckeywordSearchAPIRequest.go │ ├── AlibabaScbpReckeywordSearchAPIResponse.go │ ├── AlibabaScbpReckeywordSysGetAPIRequest.go │ ├── AlibabaScbpReckeywordSysGetAPIResponse.go │ ├── AlibabaScbpTagAddAPIRequest.go │ ├── AlibabaScbpTagAddAPIResponse.go │ ├── AlibabaScbpTagDeleteAPIRequest.go │ ├── AlibabaScbpTagDeleteAPIResponse.go │ ├── AlibabaScbpTagListAPIRequest.go │ ├── AlibabaScbpTagListAPIResponse.go │ ├── AlibabaScbpTagRenameAPIRequest.go │ ├── AlibabaScbpTagRenameAPIResponse.go │ ├── AlibabaScbpTargetAdCampaignEffectAPIRequest.go │ ├── AlibabaScbpTargetAdCampaignEffectAPIResponse.go │ ├── AlibabaScbpTargetAdCampaignProductEffectAPIRequest.go │ ├── AlibabaScbpTargetAdCampaignProductEffectAPIResponse.go │ ├── AlibabaScbpTargetAdCampaignTagEffectAPIRequest.go │ ├── AlibabaScbpTargetAdCampaignTagEffectAPIResponse.go │ ├── AlibabaScbpTargetAdPlanAddAPIRequest.go │ ├── AlibabaScbpTargetAdPlanAddAPIResponse.go │ ├── AlibabaScbpTargetAdPlanCountryIdGetAPIRequest.go │ ├── AlibabaScbpTargetAdPlanCountryIdGetAPIResponse.go │ ├── AlibabaScbpTargetAdPlanCrowdIdGetAPIRequest.go │ ├── AlibabaScbpTargetAdPlanCrowdIdGetAPIResponse.go │ ├── AlibabaScbpTargetAdPlanForbiddenWordModifyAPIRequest.go │ ├── AlibabaScbpTargetAdPlanForbiddenWordModifyAPIResponse.go │ ├── AlibabaScbpTargetAdPlanListAPIRequest.go │ ├── AlibabaScbpTargetAdPlanListAPIResponse.go │ ├── AlibabaScbpTargetAdPlanOperationAPIRequest.go │ ├── AlibabaScbpTargetAdPlanOperationAPIResponse.go │ ├── AlibabaScbpTargetAdPlanProductListGetAPIRequest.go │ ├── AlibabaScbpTargetAdPlanProductListGetAPIResponse.go │ ├── AlibabaScbpTargetAdPlanTagGetAPIRequest.go │ ├── AlibabaScbpTargetAdPlanTagGetAPIResponse.go │ ├── AlibabaScbpTargetAdPlanUpdateAPIRequest.go │ ├── AlibabaScbpTargetAdPlanUpdateAPIResponse.go │ ├── AlibabaScbpTargetAdPlanUpdateProductsAPIRequest.go │ ├── AlibabaScbpTargetAdPlanUpdateProductsAPIResponse.go │ ├── AlibabaScbpTargetAdPlanUpdateTagsAPIRequest.go │ ├── AlibabaScbpTargetAdPlanUpdateTagsAPIResponse.go │ ├── BasicQuickCampaign.go │ ├── BidStrategyDto.go │ ├── CampaignBatchOperationDto.go │ ├── CampaignDto.go │ ├── CampaignKeywordQuery.go │ ├── CampaignOperationDto.go │ ├── CampaignQueryDto.go │ ├── CampaignTargetingWordSettingOperationDto.go │ ├── Campaignoperationlist.go │ ├── ContextDto.go │ ├── CountryTagView.go │ ├── CountryView.go │ ├── CrowdInfo.go │ ├── CrowdTagView.go │ ├── CrowdView.go │ ├── Effect7d.go │ ├── ErrorKeyword.go │ ├── ForbiddenKeywordBatchOperationDto.go │ ├── ForbiddenKeywordOperation.go │ ├── ForbiddenKeywordOperationDto.go │ ├── ForbiddenProductBatchOperationDto.go │ ├── ForbiddenProductDto.go │ ├── ForbiddenProductOperationDto.go │ ├── IKeywordQuery.go │ ├── KeywordDto.go │ ├── KeywordEffectDto.go │ ├── KeywordErrorResultDto.go │ ├── KeywordInfo.go │ ├── KeywordQuery.go │ ├── KeywordRankPriceDto.go │ ├── KeywordReportDto.go │ ├── KeywordReportOperationDto.go │ ├── KeywordResultDto.go │ ├── KeywordUpdateDto.go │ ├── KeywordUpdateQuery.go │ ├── PageResultDto.go │ ├── ProductEffectDto.go │ ├── ProductQuery.go │ ├── ProductRecommendQueryDto.go │ ├── ProductReportDto.go │ ├── ProductReportOperationDto.go │ ├── RecKeywordDto.go │ ├── RecKeywordQuery.go │ ├── RecommendKeywordQueryDto.go │ ├── RecommendProductDto.go │ ├── RegionView.go │ ├── RelevantProductDto.go │ ├── SingleAdKeywordEffectDto.go │ ├── SingleProductEffectDto.go │ ├── TagDefineDto.go │ ├── TagEstimateOperationDto.go │ ├── TagGroup.go │ ├── TargetEffectDto.go │ ├── TargetReportDto.go │ ├── TargetReportOperationDto.go │ ├── TargetTagOperationDto.go │ ├── TargetTagRecommendQueryDto.go │ ├── TargetTagRecommendResultDto.go │ ├── TopContextDto.go │ ├── TopCustLevelDto.go │ ├── TopCustomerDto.go │ ├── TopKeywordListDto.go │ ├── TopMatchedProductDto.go │ ├── TopP4pBasicQuickCampaign.go │ ├── TopP4pBasicQuickCampaignView.go │ ├── TopP4pCampaignTargetingTagView.go │ ├── TopP4pModifyQuickCampaignDto.go │ ├── TopP4pModifyQuickCampaignProductDto.go │ ├── TopP4pModifyQuickCampaignTagDto.go │ ├── TopP4pQuickCampaignEffectView.go │ ├── TopP4pQuickCampaignProductView.go │ ├── TopP4pQuickCampaignQueryDto.go │ ├── TopP4pQuickEffectQuery.go │ ├── TopP4pQuickForbiddenWordDto.go │ ├── TopP4pQuickProductEffectView.go │ ├── TopP4pQuickProductQuery.go │ ├── TopP4pQuickTagEffectView.go │ ├── TopProductDto.go │ ├── TopProductGroupDto.go │ └── doc.go ├── scs │ ├── AccountTopDto.go │ ├── AdStrategyInfoTopDto.go │ ├── ApiServiceContext.go │ ├── CampaignQueryTopDto.go │ ├── CampaignResultTopDto.go │ ├── CampaignSolutionTopDto.go │ ├── CreativeBindQueryTopDto.go │ ├── CreativeBindResultTopDto.go │ ├── DayBudgetTopDto.go │ ├── DmpCrowdResultTopDto.go │ ├── DmpCrowdTmpResultTopDto.go │ ├── DmpJxCrowdTemplateViewDto.go │ ├── DmpJxTopicViewDto.go │ ├── GroupQueryTopDto.go │ ├── LaunchTimeTopDto.go │ ├── MarketingTopDto.go │ ├── MaterialQueryTopDto.go │ ├── MaterialResultTopDto.go │ ├── NewDmpTemplateCrowdTopDto.go │ ├── ReportQueryTopDto.go │ ├── ReportResultTopDto.go │ ├── ResultCode.go │ ├── ResultDto.go │ ├── ShowTagTopDto.go │ ├── SolutionResultTopDto.go │ ├── SolutionTopDto.go │ ├── TaobaoOnebpDkxAccountAccountFreezeAPIRequest.go │ ├── TaobaoOnebpDkxAccountAccountFreezeAPIResponse.go │ ├── TaobaoOnebpDkxAccountAccountFreezeResultDto.go │ ├── TaobaoOnebpDkxAccountAccountQueryAPIRequest.go │ ├── TaobaoOnebpDkxAccountAccountQueryAPIResponse.go │ ├── TaobaoOnebpDkxCampaignCampaignAddAPIRequest.go │ ├── TaobaoOnebpDkxCampaignCampaignAddAPIResponse.go │ ├── TaobaoOnebpDkxCampaignCampaignAddResultDto.go │ ├── TaobaoOnebpDkxCampaignCampaignModifyAPIRequest.go │ ├── TaobaoOnebpDkxCampaignCampaignModifyAPIResponse.go │ ├── TaobaoOnebpDkxCampaignCampaignModifyResultDto.go │ ├── TaobaoOnebpDkxCampaignCampaignNoreportAPIRequest.go │ ├── TaobaoOnebpDkxCampaignCampaignNoreportAPIResponse.go │ ├── TaobaoOnebpDkxCampaignCampaignNoreportResultDto.go │ ├── TaobaoOnebpDkxCampaignCampaignReportpageAPIRequest.go │ ├── TaobaoOnebpDkxCampaignCampaignReportpageAPIResponse.go │ ├── TaobaoOnebpDkxCampaignCampaignReportpageResultDto.go │ ├── TaobaoOnebpDkxCreativeCreativeReportOfflineAPIRequest.go │ ├── TaobaoOnebpDkxCreativeCreativeReportOfflineAPIResponse.go │ ├── TaobaoOnebpDkxCreativeCreativeReportOfflineResultDto.go │ ├── TaobaoOnebpDkxCreativeCreativeReportRealtimeAPIRequest.go │ ├── TaobaoOnebpDkxCreativeCreativeReportRealtimeAPIResponse.go │ ├── TaobaoOnebpDkxCreativeCreativeReportRealtimeResultDto.go │ ├── TaobaoOnebpDkxCrowdCrowdCoverageAPIRequest.go │ ├── TaobaoOnebpDkxCrowdCrowdCoverageAPIResponse.go │ ├── TaobaoOnebpDkxCrowdCrowdCoverageResultDto.go │ ├── TaobaoOnebpDkxCrowdCrowdFindcrowdgroupsAPIRequest.go │ ├── TaobaoOnebpDkxCrowdCrowdFindcrowdgroupsAPIResponse.go │ ├── TaobaoOnebpDkxCrowdCrowdFindcrowdgroupsResultDto.go │ ├── TaobaoOnebpDkxCrowdCrowdFinddmpcrowdAPIRequest.go │ ├── TaobaoOnebpDkxCrowdCrowdFinddmpcrowdAPIResponse.go │ ├── TaobaoOnebpDkxCrowdCrowdListAPIRequest.go │ ├── TaobaoOnebpDkxCrowdCrowdListAPIResponse.go │ ├── TaobaoOnebpDkxCrowdCrowdListResultDto.go │ ├── TaobaoOnebpDkxCrowdCrowdTemplateAPIRequest.go │ ├── TaobaoOnebpDkxCrowdCrowdTemplateAPIResponse.go │ ├── TaobaoOnebpDkxCrowdCrowdTemplateResultDto.go │ ├── TaobaoOnebpDkxMaterialMaterialFindpageAPIRequest.go │ ├── TaobaoOnebpDkxMaterialMaterialFindpageAPIResponse.go │ ├── TaobaoOnebpDkxMaterialMaterialFindpageResultDto.go │ ├── TaobaoOnebpDkxReportReportAccountDaylistAPIRequest.go │ ├── TaobaoOnebpDkxReportReportAccountDaylistAPIResponse.go │ ├── TaobaoOnebpDkxReportReportAccountDaylistResultDto.go │ ├── TaobaoOnebpDkxReportReportAccountOfflineAPIRequest.go │ ├── TaobaoOnebpDkxReportReportAccountOfflineAPIResponse.go │ ├── TaobaoOnebpDkxReportReportAccountOfflineResultDto.go │ ├── TaobaoOnebpDkxReportReportAccountRealtimeAPIRequest.go │ ├── TaobaoOnebpDkxReportReportAccountRealtimeAPIResponse.go │ ├── TaobaoOnebpDkxReportReportAccountRealtimeResultDto.go │ ├── TaobaoOnebpDkxReportReportCampaignDaylistAPIRequest.go │ ├── TaobaoOnebpDkxReportReportCampaignDaylistAPIResponse.go │ ├── TaobaoOnebpDkxReportReportCampaignDaylistResultDto.go │ ├── TaobaoOnebpDkxReportReportCampaignOfflineAPIRequest.go │ ├── TaobaoOnebpDkxReportReportCampaignOfflineAPIResponse.go │ ├── TaobaoOnebpDkxReportReportCampaignOfflineResultDto.go │ ├── TaobaoOnebpDkxReportReportCampaignRealtimeAPIRequest.go │ ├── TaobaoOnebpDkxReportReportCampaignRealtimeAPIResponse.go │ ├── TaobaoOnebpDkxReportReportCampaignRealtimeResultDto.go │ ├── TaobaoOnebpDkxReportReportCrowdListAPIRequest.go │ ├── TaobaoOnebpDkxReportReportCrowdListAPIResponse.go │ ├── TaobaoOnebpDkxReportReportCrowdListExpandAPIRequest.go │ ├── TaobaoOnebpDkxReportReportCrowdListExpandAPIResponse.go │ ├── TaobaoOnebpDkxReportReportCrowdListExpandResultDto.go │ ├── TaobaoOnebpDkxReportReportCrowdListResultDto.go │ ├── TaobaoOnebpDkxReportReportMaterialOfflineAPIRequest.go │ ├── TaobaoOnebpDkxReportReportMaterialOfflineAPIResponse.go │ ├── TaobaoOnebpDkxReportReportMaterialOfflineResultDto.go │ ├── TaobaoOnebpDkxReportReportMaterialRealtimeAPIRequest.go │ ├── TaobaoOnebpDkxReportReportMaterialRealtimeAPIResponse.go │ ├── TaobaoOnebpDkxReportReportMaterialRealtimeResultDto.go │ ├── TemplateGroupTopDto.go │ └── doc.go ├── seaking │ ├── AlibabaSeakingAuthmachineapiAPIRequest.go │ ├── AlibabaSeakingAuthmachineapiAPIResponse.go │ ├── AlibabaSeakingDiagnosistitleAPIRequest.go │ ├── AlibabaSeakingDiagnosistitleAPIResponse.go │ ├── AlibabaSeakingFeedbackAPIRequest.go │ ├── AlibabaSeakingFeedbackAPIResponse.go │ ├── AlibabaSeakingImagetranslateResultAPIRequest.go │ ├── AlibabaSeakingImagetranslateResultAPIResponse.go │ ├── AlibabaSeakingImagetranslateSubmitAPIRequest.go │ ├── AlibabaSeakingImagetranslateSubmitAPIResponse.go │ ├── AlibabaSeakingServicepackAPIRequest.go │ ├── AlibabaSeakingServicepackAPIResponse.go │ ├── AlibabaSeakingServicepackResult.go │ ├── AlibabaSeakingTaskReportAPIRequest.go │ ├── AlibabaSeakingTaskReportAPIResponse.go │ ├── AlibabaSeakingTitlerewriteResultAPIRequest.go │ ├── AlibabaSeakingTitlerewriteResultAPIResponse.go │ ├── AlibabaSeakingTitlerewriteSubmitAPIRequest.go │ ├── AlibabaSeakingTitlerewriteSubmitAPIResponse.go │ ├── Extra.go │ ├── ImageTranslateDetailDto.go │ ├── TaskDetailReportDto.go │ ├── TaskResultDetailDto.go │ ├── TaskResultDto.go │ ├── TitleRewriteDetailDto.go │ └── doc.go ├── security │ ├── AlibabaDiafiTokenCheckAPIRequest.go │ ├── AlibabaDiafiTokenCheckAPIResponse.go │ ├── AlibabaSecurityJaqAfsCheckAPIRequest.go │ ├── AlibabaSecurityJaqAfsCheckAPIResponse.go │ ├── AlibabaSecurityJaqAppOfficialApplyAPIRequest.go │ ├── AlibabaSecurityJaqAppOfficialApplyAPIResponse.go │ ├── AlibabaSecurityJaqAppOfficialVerifyAPIRequest.go │ ├── AlibabaSecurityJaqAppOfficialVerifyAPIResponse.go │ ├── AlibabaSecurityJaqAppRiskScanAPIRequest.go │ ├── AlibabaSecurityJaqAppRiskScanAPIResponse.go │ ├── AlibabaSecurityJaqAppRiskScanbatchAPIRequest.go │ ├── AlibabaSecurityJaqAppRiskScanbatchAPIResponse.go │ ├── AlibabaSecurityJaqAppRiskdetailGetAPIRequest.go │ ├── AlibabaSecurityJaqAppRiskdetailGetAPIResponse.go │ ├── AlibabaSecurityJaqAppRiskdetailbatchGetAPIRequest.go │ ├── AlibabaSecurityJaqAppRiskdetailbatchGetAPIResponse.go │ ├── AlibabaSecurityJaqAppRisksummaryGetAPIRequest.go │ ├── AlibabaSecurityJaqAppRisksummaryGetAPIResponse.go │ ├── AlibabaSecurityJaqAppShieldAPIRequest.go │ ├── AlibabaSecurityJaqAppShieldAPIResponse.go │ ├── AlibabaSecurityJaqAppShieldresultGetAPIRequest.go │ ├── AlibabaSecurityJaqAppShieldresultGetAPIResponse.go │ ├── AlibabaSecurityJaqCampaignpreventionResultFetchAPIRequest.go │ ├── AlibabaSecurityJaqCampaignpreventionResultFetchAPIResponse.go │ ├── AlibabaSecurityJaqCaptchaSendAPIRequest.go │ ├── AlibabaSecurityJaqCaptchaSendAPIResponse.go │ ├── AlibabaSecurityJaqCaptchaVerifyAPIRequest.go │ ├── AlibabaSecurityJaqCaptchaVerifyAPIResponse.go │ ├── AlibabaSecurityJaqCaptchaVerifyResultFetchAPIRequest.go │ ├── AlibabaSecurityJaqCaptchaVerifyResultFetchAPIResponse.go │ ├── AlibabaSecurityJaqLoginpreventionResultFetchAPIRequest.go │ ├── AlibabaSecurityJaqLoginpreventionResultFetchAPIResponse.go │ ├── AlibabaSecurityJaqOcrImageAsyncDetectResultsFetchAPIRequest.go │ ├── AlibabaSecurityJaqOcrImageAsyncDetectResultsFetchAPIResponse.go │ ├── AlibabaSecurityJaqOcrImageSyncDetectAPIRequest.go │ ├── AlibabaSecurityJaqOcrImageSyncDetectAPIResponse.go │ ├── AlibabaSecurityJaqPornImageSyncDetectAPIRequest.go │ ├── AlibabaSecurityJaqPornImageSyncDetectAPIResponse.go │ ├── AlibabaSecurityJaqResourceFetchAPIRequest.go │ ├── AlibabaSecurityJaqResourceFetchAPIResponse.go │ ├── AlibabaSecurityJaqRpCloudEventAPIRequest.go │ ├── AlibabaSecurityJaqRpCloudEventAPIResponse.go │ ├── AlibabaSecurityJaqRpCloudOcrCheckAPIRequest.go │ ├── AlibabaSecurityJaqRpCloudOcrCheckAPIResponse.go │ ├── AlibabaSecurityJaqRpCloudRealnameCheckAPIRequest.go │ ├── AlibabaSecurityJaqRpCloudRealnameCheckAPIResponse.go │ ├── AlibabaSecurityJaqRpCloudRphitAPIRequest.go │ ├── AlibabaSecurityJaqRpCloudRphitAPIResponse.go │ ├── AlibabaSecurityJaqRpCloudStartAPIRequest.go │ ├── AlibabaSecurityJaqRpCloudStartAPIResponse.go │ ├── AlibabaSecurityJaqRpCloudSubmitAPIRequest.go │ ├── AlibabaSecurityJaqRpCloudSubmitAPIResponse.go │ ├── AlibabaSecurityJaqRpCloudUploadAPIRequest.go │ ├── AlibabaSecurityJaqRpCloudUploadAPIResponse.go │ ├── AlibabaSecurityJaqRpFetchmaterialAPIRequest.go │ ├── AlibabaSecurityJaqRpFetchmaterialAPIResponse.go │ ├── AlibabaSecurityJaqRpGetverifytokenAPIRequest.go │ ├── AlibabaSecurityJaqRpGetverifytokenAPIResponse.go │ ├── AlibabaSecurityJaqRpOcrAPIRequest.go │ ├── AlibabaSecurityJaqRpOcrAPIResponse.go │ ├── AlibabaSecurityJaqRpOcrCheckAPIRequest.go │ ├── AlibabaSecurityJaqRpOcrCheckAPIResponse.go │ ├── AlibabaSecurityJaqRpQueryAPIRequest.go │ ├── AlibabaSecurityJaqRpQueryAPIResponse.go │ ├── AlibabaSecurityJaqRpRphitAPIRequest.go │ ├── AlibabaSecurityJaqRpRphitAPIResponse.go │ ├── AlibabaSecurityJaqRpStartAPIRequest.go │ ├── AlibabaSecurityJaqRpStartAPIResponse.go │ ├── AlibabaSecurityJaqRpStatusAPIRequest.go │ ├── AlibabaSecurityJaqRpStatusAPIResponse.go │ ├── AlibabaSecurityJaqRpSubmitAPIRequest.go │ ├── AlibabaSecurityJaqRpSubmitAPIResponse.go │ ├── AlibabaSecurityJaqRpUploadAPIRequest.go │ ├── AlibabaSecurityJaqRpUploadAPIResponse.go │ ├── AlibabaSecurityJaqSpamregisterpreventionFeedbackAPIRequest.go │ ├── AlibabaSecurityJaqSpamregisterpreventionFeedbackAPIResponse.go │ ├── AlibabaSecurityJaqSpamregisterpreventionResultFetchAPIRequest.go │ ├── AlibabaSecurityJaqSpamregisterpreventionResultFetchAPIResponse.go │ ├── AlibabaSecurityJaqSpamregisterpreventionResultFetchNewAPIRequest.go │ ├── AlibabaSecurityJaqSpamregisterpreventionResultFetchNewAPIResponse.go │ ├── AlibabaSecurityJaqUrlScanAPIRequest.go │ ├── AlibabaSecurityJaqUrlScanAPIResponse.go │ ├── AlibabaSecurityJaqWsgriskdataReportAPIRequest.go │ ├── AlibabaSecurityJaqWsgriskdataReportAPIResponse.go │ ├── AppInfoBatch.go │ ├── AppInfoBatchItem.go │ ├── CaptchaCheckData.go │ ├── ChannelAppInfo.go │ ├── DiAfiResult.go │ ├── Element.go │ ├── Elements.go │ ├── FakeAppDetail.go │ ├── FakeAppFullInfo.go │ ├── FakeAppSummary.go │ ├── JaqAccountRiskData.go │ ├── JaqAccountRiskDetailItem.go │ ├── JaqAccountRiskResult.go │ ├── JaqDispatchParam.go │ ├── JaqFeedBackResult.go │ ├── JaqImageDetectResult.go │ ├── JaqImageDetectResultCollection.go │ ├── JaqOcrImageDetectResult.go │ ├── JaqPornImageDetectResult.go │ ├── JaqResourceResult.go │ ├── JaqSecondCheckResult.go │ ├── JaqSendCaptchaResult.go │ ├── JaqVerifyCaptchaResult.go │ ├── JaqWsgReportResult.go │ ├── Locale.go │ ├── MalwareCount.go │ ├── MalwareDetail.go │ ├── MalwareFullInfo.go │ ├── MalwareSummary.go │ ├── ObfuscateResult.go │ ├── OfficialAppApplyRequest.go │ ├── OfficialAppApplyResponse.go │ ├── OfficialAppVerifyRequest.go │ ├── OfficialAppVerifyResponse.go │ ├── PluginDetail.go │ ├── PluginFullInfo.go │ ├── PluginSummary.go │ ├── RealNameResult.go │ ├── RiskDetail.go │ ├── RiskDetailBatch.go │ ├── RiskDetailBatchItem.go │ ├── RiskSummary.go │ ├── RpAuditComparisonDetail.go │ ├── RpAuditComparisonDetailBo.go │ ├── RpAuditComparisonDetailBos.go │ ├── RpAuditDetails.go │ ├── RpAuditDetailsBos.go │ ├── RpAuditMaterialDetail.go │ ├── RpAuditMaterialDetailBos.go │ ├── RpAuditResult.go │ ├── RpAuditResultBo.go │ ├── RpAuditStatus.go │ ├── RpAuditStatusBo.go │ ├── RpAuditType.go │ ├── RpAuditTypeBo.go │ ├── RpAuditValue.go │ ├── RpAuditValueBo.go │ ├── RpClientInfo.go │ ├── RpErrorCode.go │ ├── RpEventResult.go │ ├── RpGrade.go │ ├── RpGradeBo.go │ ├── RpInitResultBo.go │ ├── RpProperty.go │ ├── RpSex.go │ ├── RpStartResult.go │ ├── RpStatusResultBo.go │ ├── RpStepItem.go │ ├── RpStepProperty.go │ ├── RpStepType.go │ ├── RpSubmitResult.go │ ├── RpUploadResult.go │ ├── RpUploadStatus.go │ ├── RpUserResult.go │ ├── RpidCard.go │ ├── RpidCardBo.go │ ├── RpidCardImage.go │ ├── ScanAppInfo.go │ ├── ScanTaskInfo.go │ ├── ShieldChannel.go │ ├── ShieldResult.go │ ├── StsUploadToken.go │ ├── TaskInfo.go │ ├── UploadStatus.go │ ├── UrlScanParamItem.go │ ├── UrlScanParamList.go │ ├── UrlScanResult.go │ ├── UrlScanResultItem.go │ ├── VulnCount.go │ ├── VulnDetail.go │ ├── VulnFullInfo.go │ ├── VulnSummary.go │ └── doc.go ├── servicecenter │ ├── ActivitySummaryDto.go │ ├── ArticleBizOrder.go │ ├── ArticleItemViewUnit.go │ ├── ArticleSub.go │ ├── ArticleUserSubscribe.go │ ├── ArticleViewResult.go │ ├── AuthorizedAccountWrapper.go │ ├── BillRecordDto.go │ ├── CarItemInfoDto.go │ ├── CosumeCodeReqDto.go │ ├── CreditInfoTopDto.go │ ├── CsScheduling.go │ ├── CsSchedulingWrapper.go │ ├── ErrorMessage.go │ ├── ExternalEndRedPacketDto.go │ ├── ExternalPreRedPacketDto.go │ ├── ExternalRedPacketDto.go │ ├── IncomeConfirmDto.go │ ├── LeaseOrderInfoDto.go │ ├── OfnPreRedPacketActionDto.go │ ├── OfnPreRedPacketDto.go │ ├── OfnPreRedPacketFundRecordDto.go │ ├── OfnRecycleOrderPreDeductDetailDto.go │ ├── OfnRecycleOrderSubsidyDto.go │ ├── OfnRecycleOrderSyncFulfillTypeDto.go │ ├── OfnRecycleOrderSyncOfflineSettleInfoDto.go │ ├── OfnRecyclerSyncBlackListDto.go │ ├── Order.go │ ├── OrderConfirmQueryDto.go │ ├── PerformanceInfoDto.go │ ├── PerformanceInfoWrapper.go │ ├── ResultBase.go │ ├── ResultVo.go │ ├── Scheduling.go │ ├── ScoreResult.go │ ├── SettleAdjustmentResponse.go │ ├── SubUser.go │ ├── SubscInfo.go │ ├── SubscInfoWrapper.go │ ├── TailPaymentDto.go │ ├── TaobaoFuwuPurchaseOrderConfirmAPIRequest.go │ ├── TaobaoFuwuPurchaseOrderConfirmAPIResponse.go │ ├── TaobaoFuwuPurchaseOrderPayAPIRequest.go │ ├── TaobaoFuwuPurchaseOrderPayAPIResponse.go │ ├── TaobaoFuwuSaleLinkGenAPIRequest.go │ ├── TaobaoFuwuSaleLinkGenAPIResponse.go │ ├── TaobaoFuwuScoresGetAPIRequest.go │ ├── TaobaoFuwuScoresGetAPIResponse.go │ ├── TaobaoFuwuSkuGetAPIRequest.go │ ├── TaobaoFuwuSkuGetAPIResponse.go │ ├── TaobaoFuwuSpBillreordAddAPIRequest.go │ ├── TaobaoFuwuSpBillreordAddAPIResponse.go │ ├── TaobaoFuwuSpConfirmApplyAPIRequest.go │ ├── TaobaoFuwuSpConfirmApplyAPIResponse.go │ ├── TaobaoRecycleOfnpreredpacketGetAPIRequest.go │ ├── TaobaoRecycleOfnpreredpacketGetAPIResponse.go │ ├── TaobaoRecycleOfnpreredpacketTpdeductsuccessAPIRequest.go │ ├── TaobaoRecycleOfnpreredpacketTpdeductsuccessAPIResponse.go │ ├── TaobaoRecycleOfnsubsidyOldGetAPIRequest.go │ ├── TaobaoRecycleOfnsubsidyOldGetAPIResponse.go │ ├── TaobaoRecycleOrderFulfillSyncAPIRequest.go │ ├── TaobaoRecycleOrderFulfillSyncAPIResponse.go │ ├── TaobaoRecyclePredeductBlacklistOrderSyncAPIRequest.go │ ├── TaobaoRecyclePredeductBlacklistOrderSyncAPIResponse.go │ ├── TaobaoRecyclePredeductOldGetAPIRequest.go │ ├── TaobaoRecyclePredeductOldGetAPIResponse.go │ ├── TaobaoRecyclePredeductSettleSyncAPIRequest.go │ ├── TaobaoRecyclePredeductSettleSyncAPIResponse.go │ ├── TaobaoVasOrderSearchAPIRequest.go │ ├── TaobaoVasOrderSearchAPIResponse.go │ ├── TaobaoVasServiceValidateAPIRequest.go │ ├── TaobaoVasServiceValidateAPIResponse.go │ ├── TaobaoVasSubscSearchAPIRequest.go │ ├── TaobaoVasSubscSearchAPIResponse.go │ ├── TaobaoVasSubscribeGetAPIRequest.go │ ├── TaobaoVasSubscribeGetAPIResponse.go │ ├── TaobaoWeikeEserviceOrderGetAPIRequest.go │ ├── TaobaoWeikeEserviceOrderGetAPIResponse.go │ ├── TaobaoWeikeEserviceScheduleGetAPIRequest.go │ ├── TaobaoWeikeEserviceScheduleGetAPIResponse.go │ ├── TaobaoWeikeEserviceSubusersGetAPIRequest.go │ ├── TaobaoWeikeEserviceSubusersGetAPIResponse.go │ ├── TaobaoWeikePerformancePutAPIRequest.go │ ├── TaobaoWeikePerformancePutAPIResponse.go │ ├── TaobaoWeikeSubscinfoGetAPIRequest.go │ ├── TaobaoWeikeSubscinfoGetAPIResponse.go │ ├── TmallCarContractDownloadAPIRequest.go │ ├── TmallCarContractDownloadAPIResponse.go │ ├── TmallCarContractDownloadResult.go │ ├── TmallCarFpcarGetcarNotifyAPIRequest.go │ ├── TmallCarFpcarGetcarNotifyAPIResponse.go │ ├── TmallCarFpcarRestpayReceiveAPIRequest.go │ ├── TmallCarFpcarRestpayReceiveAPIResponse.go │ ├── TmallCarLeaseConsumeAPIRequest.go │ ├── TmallCarLeaseConsumeAPIResponse.go │ ├── TmallCarLeaseConsumeResult.go │ ├── TmallCarLeaseFreedownpaymentPutAPIRequest.go │ ├── TmallCarLeaseFreedownpaymentPutAPIResponse.go │ ├── TmallCarLeaseFreedownpaymentPutResult.go │ ├── TmallCarLeaseItemActivityGetAPIRequest.go │ ├── TmallCarLeaseItemActivityGetAPIResponse.go │ ├── TmallCarLeaseItemActivityGetResult.go │ ├── TmallCarLeaseItemcarinfoAPIRequest.go │ ├── TmallCarLeaseItemcarinfoAPIResponse.go │ ├── TmallCarLeaseItemcarinfoResult.go │ ├── TmallCarLeaseRiskcallbackAPIRequest.go │ ├── TmallCarLeaseRiskcallbackAPIResponse.go │ ├── TmallCarLeaseRiskcallbackResult.go │ ├── TmallCarLeaseTailpaymentbackAPIRequest.go │ ├── TmallCarLeaseTailpaymentbackAPIResponse.go │ ├── TmallCarLeaseTailpaymentbackResult.go │ ├── TmallCarLeaseorderGetAPIRequest.go │ ├── TmallCarLeaseorderGetAPIResponse.go │ ├── TmallMsfReceiveAPIRequest.go │ ├── TmallMsfReceiveAPIResponse.go │ ├── TmallMsfVerifyAPIRequest.go │ ├── TmallMsfVerifyAPIResponse.go │ ├── TmallServiceSettleadjustmentSearchAPIRequest.go │ ├── TmallServiceSettleadjustmentSearchAPIResponse.go │ ├── TmallServiceSettleadjustmentSearchResult.go │ ├── TmallServicecenterTpFundsRecoverQueryAPIRequest.go │ ├── TmallServicecenterTpFundsRecoverQueryAPIResponse.go │ ├── TmallServicecenterTpFundsSendQueryAPIRequest.go │ ├── TmallServicecenterTpFundsSendQueryAPIResponse.go │ ├── TpFundsRecoverQuery.go │ ├── TpFundsRecoverResultDo.go │ ├── TpFundsSendQuery.go │ ├── TpFundsSendResultDo.go │ └── doc.go ├── shenjing │ ├── AlibabaIbShenjingVisitorPadFetchcodeverifyAPIRequest.go │ ├── AlibabaIbShenjingVisitorPadFetchcodeverifyAPIResponse.go │ ├── AlibabaIbShenjingVisitorPadGetinfoAPIRequest.go │ ├── AlibabaIbShenjingVisitorPadGetinfoAPIResponse.go │ ├── AlibabaIbShenjingVisitorPadGetqrcodelinkAPIRequest.go │ ├── AlibabaIbShenjingVisitorPadGetqrcodelinkAPIResponse.go │ ├── AlibabaIbShenjingVisitorPadOpendoorAPIRequest.go │ ├── AlibabaIbShenjingVisitorPadOpendoorAPIResponse.go │ ├── AlibabaIbShenjingVisitorPadUploadfaceAPIRequest.go │ ├── AlibabaIbShenjingVisitorPadUploadfaceAPIResponse.go │ ├── AlibabaShenjingCoreActivityGetappshowlistAPIRequest.go │ ├── AlibabaShenjingCoreActivityGetappshowlistAPIResponse.go │ ├── AlibabaShenjingCoreActivityGetappshowlistT.go │ ├── Content.go │ ├── Page.go │ ├── PageResult.go │ ├── PostObjectPolicyVo.go │ ├── ResultMap.go │ ├── UploadFaceDo.go │ ├── WorkBenchContext.go │ └── doc.go ├── ship │ ├── AlitripShipOrderNotifyAPIRequest.go │ ├── AlitripShipOrderNotifyAPIResponse.go │ ├── AlitripShipProductSyncbaseAPIRequest.go │ ├── AlitripShipProductSyncbaseAPIResponse.go │ ├── AlitripShipProductSynccallAPIRequest.go │ ├── AlitripShipProductSynccallAPIResponse.go │ ├── AlitripShipProductSyncnunberAPIRequest.go │ ├── AlitripShipProductSyncnunberAPIResponse.go │ ├── AlitripShipReturnNotifyAPIRequest.go │ ├── AlitripShipReturnNotifyAPIResponse.go │ ├── ShipAgentConfirmBookPassengerInfo.go │ ├── ShipAgentConfirmBookRq.go │ ├── ShipAgentConfirmBookTicketInfo.go │ ├── ShipAgentConfirmRefundRq.go │ └── doc.go ├── shop │ ├── AlibabaDataCouponGetAPIRequest.go │ ├── AlibabaDataCouponGetAPIResponse.go │ ├── AlibabaDataItemGetAPIRequest.go │ ├── AlibabaDataItemGetAPIResponse.go │ ├── AlibabaInteractSensorClipbroadAPIRequest.go │ ├── AlibabaInteractSensorClipbroadAPIResponse.go │ ├── AlibabaKoubeishopsPropertyGetAPIRequest.go │ ├── AlibabaKoubeishopsPropertyGetAPIResponse.go │ ├── AlibabaShopCategoryAllGetAPIRequest.go │ ├── AlibabaShopCategoryAllGetAPIResponse.go │ ├── AlibabaShopCategoryAllGetResult.go │ ├── AlibabaShopCategoryGetAPIRequest.go │ ├── AlibabaShopCategoryGetAPIResponse.go │ ├── AlibabaShopCategoryGetResult.go │ ├── AlibabaShopCouponApplyAPIRequest.go │ ├── AlibabaShopCouponApplyAPIResponse.go │ ├── AlibabaShopCouponApplyResult.go │ ├── OpenApiHit.go │ ├── OpenApiSearchRequest.go │ ├── OpenApiSearchResult.go │ ├── OpenCategoryDto.go │ ├── SellerCat.go │ ├── Shop.go │ ├── ShopCat.go │ ├── TaobaoMcnShopcatsListGetAPIRequest.go │ ├── TaobaoMcnShopcatsListGetAPIResponse.go │ ├── TaobaoSellercatsListAddAPIRequest.go │ ├── TaobaoSellercatsListAddAPIResponse.go │ ├── TaobaoSellercatsListGetAPIRequest.go │ ├── TaobaoSellercatsListGetAPIResponse.go │ ├── TaobaoSellercatsListUpdateAPIRequest.go │ ├── TaobaoSellercatsListUpdateAPIResponse.go │ ├── TaobaoShopSellerGetAPIRequest.go │ ├── TaobaoShopSellerGetAPIResponse.go │ ├── TaobaoShopUpdateAPIRequest.go │ ├── TaobaoShopUpdateAPIResponse.go │ ├── TaobaoShopcatsListGetAPIRequest.go │ ├── TaobaoShopcatsListGetAPIResponse.go │ ├── TaobaoStoreFollowurlGetAPIRequest.go │ ├── TaobaoStoreFollowurlGetAPIResponse.go │ └── doc.go ├── simba │ ├── ADGroup.go │ ├── ADGroupPage.go │ ├── AdgroupOcpcVo.go │ ├── AdgroupQueryVo.go │ ├── AdgroupTargetingTagDto.go │ ├── AdgroupVo.go │ ├── AdzoneConfigVo.go │ ├── AdzoneRefQueryVo.go │ ├── AdzoneRefVo.go │ ├── AreaOption.go │ ├── AuditVo.go │ ├── BidStrategyVo.go │ ├── BidwordDefaultQueryVo.go │ ├── BidwordSuggestItemVo.go │ ├── BidwordSuggestQueryVo.go │ ├── BrandInfoVo.go │ ├── Campaign.go │ ├── CampaignArea.go │ ├── CampaignBrandFilterVo.go │ ├── CampaignBudget.go │ ├── CampaignCrowdFilterVo.go │ ├── CampaignGenderAgeFilterVo.go │ ├── CampaignGroupQueryVo.go │ ├── CampaignGroupVo.go │ ├── CampaignLaunchTimeVo.go │ ├── CampaignMiniDetailVo.go │ ├── CampaignOcpcVo.go │ ├── CampaignPlatform.go │ ├── CampaignQueryVo.go │ ├── CampaignSchedule.go │ ├── CampaignVo.go │ ├── CategoryQueryVo.go │ ├── CiaConfig.go │ ├── CiaUpdateDto.go │ ├── CommonMaterialVo.go │ ├── Creative.go │ ├── CreativeAdzonePreviewVo.go │ ├── CreativeChildrenVo.go │ ├── CreativePage.go │ ├── CreativePreviewResultVo.go │ ├── CreativePromotionEntityVo.go │ ├── CreativeQueryVo.go │ ├── CreativeRecord.go │ ├── CreativeRefVo.go │ ├── CreativeVo.go │ ├── CrowdBindQueryVo.go │ ├── CrowdBindResultVo.go │ ├── CrowdDto.go │ ├── CrowdRecQueryVo.go │ ├── CrowdRefVo.go │ ├── CrowdVo.go │ ├── DeeplinkBrandVo.go │ ├── DimDtOs.go │ ├── DmpBaseOptionalSelectVo.go │ ├── DmpModuleConfigVo.go │ ├── ExtendSeedCrowdRefVo.go │ ├── ExtendSeedCrowdVo.go │ ├── ExtendSeedLabelVo.go │ ├── ExtraAttributes.go │ ├── GuidancePrice.go │ ├── InsightCategoryDataDto.go │ ├── InsightCategoryForcastDto.go │ ├── InsightCategoryInfoDto.go │ ├── InsightRelatedWord.go │ ├── InsightRelatedWords.go │ ├── InsightWordDataDto.go │ ├── InsightWordDataUnderCatDto.go │ ├── InsightWordPriceDistributeDataDto.go │ ├── InsightWordSubDataDto.go │ ├── InsightWordsAreaDistributeDataDto.go │ ├── Integer.go │ ├── ItemLifeCycleViewVo.go │ ├── ItemMaterialVo.go │ ├── ItemQueryVo.go │ ├── ItemVideoVo.go │ ├── ItemVo.go │ ├── ItemWordPackageDto.go │ ├── Keyword.go │ ├── KeywordPage.go │ ├── KeywordQscore.go │ ├── LabelConfigVo.go │ ├── LabelOptionProperties.go │ ├── LabelVo.go │ ├── LaunchPeriodVo.go │ ├── MaterialAccessAllowQueryVo.go │ ├── MaterialAccessAllowVo.go │ ├── MaterialImageInfoVo.go │ ├── OptionGroupVo.go │ ├── OptionVo.go │ ├── PreAddItemCreativeVo.go │ ├── PriceSuggestionDto.go │ ├── PriceVo.go │ ├── PromotionMaterialInfoVo.go │ ├── QScoreSplitDto.go │ ├── Qscore.go │ ├── RankedItem.go │ ├── RecommendWord.go │ ├── RecommendWordPage.go │ ├── ReportQueryVo.go │ ├── ReportResultTopDto.go │ ├── ResultMap.go │ ├── RptBaseEntityDto.go │ ├── RptEffectEntityDto.go │ ├── RptQueryConditionVo.go │ ├── RptQueryVo.go │ ├── RptResult.go │ ├── RtRptResultEntityDto.go │ ├── ShopCategoryVo.go │ ├── ShopInfoVo.go │ ├── ShowTagVo.go │ ├── SidVo.go │ ├── SiriusBidwordDto.go │ ├── SiriusItemWordPackageDto.go │ ├── StdCategoryQueryVo.go │ ├── StdCategoryVo.go │ ├── SubCrowdVo.go │ ├── SubwayItem.go │ ├── SubwayItemPartition.go │ ├── SuggestBidwordVo.go │ ├── SuggestWordPackageVo.go │ ├── TagOptions.go │ ├── TaobaoSimbaAccountBalanceGetAPIRequest.go │ ├── TaobaoSimbaAccountBalanceGetAPIResponse.go │ ├── TaobaoSimbaAdgroupAddAPIRequest.go │ ├── TaobaoSimbaAdgroupAddAPIResponse.go │ ├── TaobaoSimbaAdgroupDeleteAPIRequest.go │ ├── TaobaoSimbaAdgroupDeleteAPIResponse.go │ ├── TaobaoSimbaAdgroupMobilediscountDeleteAPIRequest.go │ ├── TaobaoSimbaAdgroupMobilediscountDeleteAPIResponse.go │ ├── TaobaoSimbaAdgroupMobilediscountUpdateAPIRequest.go │ ├── TaobaoSimbaAdgroupMobilediscountUpdateAPIResponse.go │ ├── TaobaoSimbaAdgroupOnlineitemsvonGetAPIRequest.go │ ├── TaobaoSimbaAdgroupOnlineitemsvonGetAPIResponse.go │ ├── TaobaoSimbaAdgroupUpdateAPIRequest.go │ ├── TaobaoSimbaAdgroupUpdateAPIResponse.go │ ├── TaobaoSimbaAdgroupidsChangedGetAPIRequest.go │ ├── TaobaoSimbaAdgroupidsChangedGetAPIResponse.go │ ├── TaobaoSimbaAdgroupidsDeletedGetAPIRequest.go │ ├── TaobaoSimbaAdgroupidsDeletedGetAPIResponse.go │ ├── TaobaoSimbaAdgroupsChangedGetAPIRequest.go │ ├── TaobaoSimbaAdgroupsChangedGetAPIResponse.go │ ├── TaobaoSimbaAdgroupsItemExistAPIRequest.go │ ├── TaobaoSimbaAdgroupsItemExistAPIResponse.go │ ├── TaobaoSimbaAdgroupsbyadgroupidsGetAPIRequest.go │ ├── TaobaoSimbaAdgroupsbyadgroupidsGetAPIResponse.go │ ├── TaobaoSimbaAdgroupsbycampaignidGetAPIRequest.go │ ├── TaobaoSimbaAdgroupsbycampaignidGetAPIResponse.go │ ├── TaobaoSimbaBidwordPricetoolsAPIRequest.go │ ├── TaobaoSimbaBidwordPricetoolsAPIResponse.go │ ├── TaobaoSimbaCampaignAddAPIRequest.go │ ├── TaobaoSimbaCampaignAddAPIResponse.go │ ├── TaobaoSimbaCampaignAreaGetAPIRequest.go │ ├── TaobaoSimbaCampaignAreaGetAPIResponse.go │ ├── TaobaoSimbaCampaignAreaUpdateAPIRequest.go │ ├── TaobaoSimbaCampaignAreaUpdateAPIResponse.go │ ├── TaobaoSimbaCampaignAreaoptionsGetAPIRequest.go │ ├── TaobaoSimbaCampaignAreaoptionsGetAPIResponse.go │ ├── TaobaoSimbaCampaignBudgetGetAPIRequest.go │ ├── TaobaoSimbaCampaignBudgetGetAPIResponse.go │ ├── TaobaoSimbaCampaignBudgetUpdateAPIRequest.go │ ├── TaobaoSimbaCampaignBudgetUpdateAPIResponse.go │ ├── TaobaoSimbaCampaignPlatformGetAPIRequest.go │ ├── TaobaoSimbaCampaignPlatformGetAPIResponse.go │ ├── TaobaoSimbaCampaignPlatformUpdateAPIRequest.go │ ├── TaobaoSimbaCampaignPlatformUpdateAPIResponse.go │ ├── TaobaoSimbaCampaignScheduleGetAPIRequest.go │ ├── TaobaoSimbaCampaignScheduleGetAPIResponse.go │ ├── TaobaoSimbaCampaignScheduleUpdateAPIRequest.go │ ├── TaobaoSimbaCampaignScheduleUpdateAPIResponse.go │ ├── TaobaoSimbaCampaignTimetemplateFindAPIRequest.go │ ├── TaobaoSimbaCampaignTimetemplateFindAPIResponse.go │ ├── TaobaoSimbaCampaignUpdateAPIRequest.go │ ├── TaobaoSimbaCampaignUpdateAPIResponse.go │ ├── TaobaoSimbaCampaignsGetAPIRequest.go │ ├── TaobaoSimbaCampaignsGetAPIResponse.go │ ├── TaobaoSimbaCreativeAddAPIRequest.go │ ├── TaobaoSimbaCreativeAddAPIResponse.go │ ├── TaobaoSimbaCreativeDeleteAPIRequest.go │ ├── TaobaoSimbaCreativeDeleteAPIResponse.go │ ├── TaobaoSimbaCreativeUpdateAPIRequest.go │ ├── TaobaoSimbaCreativeUpdateAPIResponse.go │ ├── TaobaoSimbaCreativeidsDeletedGetAPIRequest.go │ ├── TaobaoSimbaCreativeidsDeletedGetAPIResponse.go │ ├── TaobaoSimbaCreativesChangedGetAPIRequest.go │ ├── TaobaoSimbaCreativesChangedGetAPIResponse.go │ ├── TaobaoSimbaCreativesGetAPIRequest.go │ ├── TaobaoSimbaCreativesGetAPIResponse.go │ ├── TaobaoSimbaCustomersAuthorizedGetAPIRequest.go │ ├── TaobaoSimbaCustomersAuthorizedGetAPIResponse.go │ ├── TaobaoSimbaCustomersSidGetAPIRequest.go │ ├── TaobaoSimbaCustomersSidGetAPIResponse.go │ ├── TaobaoSimbaHourReportAccountGetAPIRequest.go │ ├── TaobaoSimbaHourReportAccountGetAPIResponse.go │ ├── TaobaoSimbaHourReportAdgroupGetAPIRequest.go │ ├── TaobaoSimbaHourReportAdgroupGetAPIResponse.go │ ├── TaobaoSimbaHourReportCampaignGetAPIRequest.go │ ├── TaobaoSimbaHourReportCampaignGetAPIResponse.go │ ├── TaobaoSimbaInsightCatsdataGetAPIRequest.go │ ├── TaobaoSimbaInsightCatsdataGetAPIResponse.go │ ├── TaobaoSimbaInsightCatsforecastnewGetAPIRequest.go │ ├── TaobaoSimbaInsightCatsforecastnewGetAPIResponse.go │ ├── TaobaoSimbaInsightCatsinfoGetAPIRequest.go │ ├── TaobaoSimbaInsightCatsinfoGetAPIResponse.go │ ├── TaobaoSimbaInsightCatstopwordnewGetAPIRequest.go │ ├── TaobaoSimbaInsightCatstopwordnewGetAPIResponse.go │ ├── TaobaoSimbaInsightCatsworddataGetAPIRequest.go │ ├── TaobaoSimbaInsightCatsworddataGetAPIResponse.go │ ├── TaobaoSimbaInsightRelatedwordsGetAPIRequest.go │ ├── TaobaoSimbaInsightRelatedwordsGetAPIResponse.go │ ├── TaobaoSimbaInsightWordsareadataGetAPIRequest.go │ ├── TaobaoSimbaInsightWordsareadataGetAPIResponse.go │ ├── TaobaoSimbaInsightWordsdataGetAPIRequest.go │ ├── TaobaoSimbaInsightWordsdataGetAPIResponse.go │ ├── TaobaoSimbaInsightWordspricedataGetAPIRequest.go │ ├── TaobaoSimbaInsightWordspricedataGetAPIResponse.go │ ├── TaobaoSimbaInsightWordssubdataGetAPIRequest.go │ ├── TaobaoSimbaInsightWordssubdataGetAPIResponse.go │ ├── TaobaoSimbaKeywordAddAPIRequest.go │ ├── TaobaoSimbaKeywordAddAPIResponse.go │ ├── TaobaoSimbaKeywordFindbyadgroupidAPIRequest.go │ ├── TaobaoSimbaKeywordFindbyadgroupidAPIResponse.go │ ├── TaobaoSimbaKeywordFindbyidsAPIRequest.go │ ├── TaobaoSimbaKeywordFindbyidsAPIResponse.go │ ├── TaobaoSimbaKeywordUpdateAPIRequest.go │ ├── TaobaoSimbaKeywordUpdateAPIResponse.go │ ├── TaobaoSimbaKeywordidsChangedGetAPIRequest.go │ ├── TaobaoSimbaKeywordidsChangedGetAPIResponse.go │ ├── TaobaoSimbaKeywordidsDeletedGetAPIRequest.go │ ├── TaobaoSimbaKeywordidsDeletedGetAPIResponse.go │ ├── TaobaoSimbaKeywordsChangedGetAPIRequest.go │ ├── TaobaoSimbaKeywordsChangedGetAPIResponse.go │ ├── TaobaoSimbaKeywordsDeleteAPIRequest.go │ ├── TaobaoSimbaKeywordsDeleteAPIResponse.go │ ├── TaobaoSimbaKeywordsPricevonSetAPIRequest.go │ ├── TaobaoSimbaKeywordsPricevonSetAPIResponse.go │ ├── TaobaoSimbaKeywordsQscoreGetAPIRequest.go │ ├── TaobaoSimbaKeywordsQscoreGetAPIResponse.go │ ├── TaobaoSimbaKeywordsQscoreSplitGetAPIRequest.go │ ├── TaobaoSimbaKeywordsQscoreSplitGetAPIResponse.go │ ├── TaobaoSimbaKeywordsQscoreSplitGetResultDto.go │ ├── TaobaoSimbaKeywordsRealtimeRankingBatchGetAPIRequest.go │ ├── TaobaoSimbaKeywordsRealtimeRankingBatchGetAPIResponse.go │ ├── TaobaoSimbaKeywordsRealtimeRankingBatchGetResult.go │ ├── TaobaoSimbaKeywordsRealtimeRankingBatchGetResultDto.go │ ├── TaobaoSimbaKeywordsRecommendGetAPIRequest.go │ ├── TaobaoSimbaKeywordsRecommendGetAPIResponse.go │ ├── TaobaoSimbaKeywordsbyadgroupidGetAPIRequest.go │ ├── TaobaoSimbaKeywordsbyadgroupidGetAPIResponse.go │ ├── TaobaoSimbaKeywordsbykeywordidsGetAPIRequest.go │ ├── TaobaoSimbaKeywordsbykeywordidsGetAPIResponse.go │ ├── TaobaoSimbaKeywordscatQscoreGetAPIRequest.go │ ├── TaobaoSimbaKeywordscatQscoreGetAPIResponse.go │ ├── TaobaoSimbaKeywordsvonAddAPIRequest.go │ ├── TaobaoSimbaKeywordsvonAddAPIResponse.go │ ├── TaobaoSimbaLoginAuthsignGetAPIRequest.go │ ├── TaobaoSimbaLoginAuthsignGetAPIResponse.go │ ├── TaobaoSimbaReportCityGetAPIRequest.go │ ├── TaobaoSimbaReportCityGetAPIResponse.go │ ├── TaobaoSimbaRptAdgroupbaseGetAPIRequest.go │ ├── TaobaoSimbaRptAdgroupbaseGetAPIResponse.go │ ├── TaobaoSimbaRptAdgroupcreativebaseGetAPIRequest.go │ ├── TaobaoSimbaRptAdgroupcreativebaseGetAPIResponse.go │ ├── TaobaoSimbaRptAdgroupcreativeeffectGetAPIRequest.go │ ├── TaobaoSimbaRptAdgroupcreativeeffectGetAPIResponse.go │ ├── TaobaoSimbaRptAdgroupeffectGetAPIRequest.go │ ├── TaobaoSimbaRptAdgroupeffectGetAPIResponse.go │ ├── TaobaoSimbaRptAdgroupkeywordbaseGetAPIRequest.go │ ├── TaobaoSimbaRptAdgroupkeywordbaseGetAPIResponse.go │ ├── TaobaoSimbaRptAdgroupkeywordeffectGetAPIRequest.go │ ├── TaobaoSimbaRptAdgroupkeywordeffectGetAPIResponse.go │ ├── TaobaoSimbaRptCampadgroupbaseGetAPIRequest.go │ ├── TaobaoSimbaRptCampadgroupbaseGetAPIResponse.go │ ├── TaobaoSimbaRptCampadgroupeffectGetAPIRequest.go │ ├── TaobaoSimbaRptCampadgroupeffectGetAPIResponse.go │ ├── TaobaoSimbaRptCampaignbaseGetAPIRequest.go │ ├── TaobaoSimbaRptCampaignbaseGetAPIResponse.go │ ├── TaobaoSimbaRptCampaigneffectGetAPIRequest.go │ ├── TaobaoSimbaRptCampaigneffectGetAPIResponse.go │ ├── TaobaoSimbaRptCustbaseGetAPIRequest.go │ ├── TaobaoSimbaRptCustbaseGetAPIResponse.go │ ├── TaobaoSimbaRptCusteffectGetAPIRequest.go │ ├── TaobaoSimbaRptCusteffectGetAPIResponse.go │ ├── TaobaoSimbaRptTargetingtagGetAPIRequest.go │ ├── TaobaoSimbaRptTargetingtagGetAPIResponse.go │ ├── TaobaoSimbaRptTargetingtagbaseGetAPIRequest.go │ ├── TaobaoSimbaRptTargetingtagbaseGetAPIResponse.go │ ├── TaobaoSimbaRptTargetingtageffectGetAPIRequest.go │ ├── TaobaoSimbaRptTargetingtageffectGetAPIResponse.go │ ├── TaobaoSimbaRtrptAdgroupGetAPIRequest.go │ ├── TaobaoSimbaRtrptAdgroupGetAPIResponse.go │ ├── TaobaoSimbaRtrptBidwordGetAPIRequest.go │ ├── TaobaoSimbaRtrptBidwordGetAPIResponse.go │ ├── TaobaoSimbaRtrptCampaignGetAPIRequest.go │ ├── TaobaoSimbaRtrptCampaignGetAPIResponse.go │ ├── TaobaoSimbaRtrptCreativeGetAPIRequest.go │ ├── TaobaoSimbaRtrptCreativeGetAPIResponse.go │ ├── TaobaoSimbaRtrptCustGetAPIRequest.go │ ├── TaobaoSimbaRtrptCustGetAPIResponse.go │ ├── TaobaoSimbaRtrptTargetingtagGetAPIRequest.go │ ├── TaobaoSimbaRtrptTargetingtagGetAPIResponse.go │ ├── TaobaoSimbaSalestarAdgroupAddAPIRequest.go │ ├── TaobaoSimbaSalestarAdgroupAddAPIResponse.go │ ├── TaobaoSimbaSalestarAdgroupDeleteAPIRequest.go │ ├── TaobaoSimbaSalestarAdgroupDeleteAPIResponse.go │ ├── TaobaoSimbaSalestarAdgroupFindbycampidAPIRequest.go │ ├── TaobaoSimbaSalestarAdgroupFindbycampidAPIResponse.go │ ├── TaobaoSimbaSalestarAdgroupUpdateAPIRequest.go │ ├── TaobaoSimbaSalestarAdgroupUpdateAPIResponse.go │ ├── TaobaoSimbaSalestarCampaignBudgetUpdateAPIRequest.go │ ├── TaobaoSimbaSalestarCampaignBudgetUpdateAPIResponse.go │ ├── TaobaoSimbaSalestarCreativeAddAPIRequest.go │ ├── TaobaoSimbaSalestarCreativeAddAPIResponse.go │ ├── TaobaoSimbaSalestarCreativeDeleteAPIRequest.go │ ├── TaobaoSimbaSalestarCreativeDeleteAPIResponse.go │ ├── TaobaoSimbaSalestarCreativeUpdateAPIRequest.go │ ├── TaobaoSimbaSalestarCreativeUpdateAPIResponse.go │ ├── TaobaoSimbaSalestarCreativesGetAPIRequest.go │ ├── TaobaoSimbaSalestarCreativesGetAPIResponse.go │ ├── TaobaoSimbaSalestarKeywordsDeleteAPIRequest.go │ ├── TaobaoSimbaSalestarKeywordsDeleteAPIResponse.go │ ├── TaobaoSimbaSalestarKeywordsQscoreSplitGetAPIRequest.go │ ├── TaobaoSimbaSalestarKeywordsQscoreSplitGetAPIResponse.go │ ├── TaobaoSimbaSalestarKeywordsQscoreSplitGetResultDto.go │ ├── TaobaoSimbaSalestarKeywordsRecommendGetAPIRequest.go │ ├── TaobaoSimbaSalestarKeywordsRecommendGetAPIResponse.go │ ├── TaobaoSimbaSearchcrowdBatchAddAPIRequest.go │ ├── TaobaoSimbaSearchcrowdBatchAddAPIResponse.go │ ├── TaobaoSimbaSearchtagtemplateGetAPIRequest.go │ ├── TaobaoSimbaSearchtagtemplateGetAPIResponse.go │ ├── TaobaoSimbaSearchtagtemplateGetResult.go │ ├── TaobaoSimbaSerchcrowdBatchDeleteAPIRequest.go │ ├── TaobaoSimbaSerchcrowdBatchDeleteAPIResponse.go │ ├── TaobaoSimbaSerchcrowdGetAPIRequest.go │ ├── TaobaoSimbaSerchcrowdGetAPIResponse.go │ ├── TaobaoSimbaSerchcrowdGetResult.go │ ├── TaobaoSimbaSerchcrowdPriceBatchUpdateAPIRequest.go │ ├── TaobaoSimbaSerchcrowdPriceBatchUpdateAPIResponse.go │ ├── TaobaoSimbaSerchcrowdStateBatchUpdateAPIRequest.go │ ├── TaobaoSimbaSerchcrowdStateBatchUpdateAPIResponse.go │ ├── TaobaoSimbaToolsItemsTopGetAPIRequest.go │ ├── TaobaoSimbaToolsItemsTopGetAPIResponse.go │ ├── TaobaoSubwayAccountOfflineFindAPIRequest.go │ ├── TaobaoSubwayAccountOfflineFindAPIResponse.go │ ├── TaobaoSubwayAccountOfflineLayeredfindAPIRequest.go │ ├── TaobaoSubwayAccountOfflineLayeredfindAPIResponse.go │ ├── TaobaoSubwayAdgroupOfflineFindAPIRequest.go │ ├── TaobaoSubwayAdgroupOfflineFindAPIResponse.go │ ├── TaobaoSubwayAdgroupOfflineLayeredfindAPIRequest.go │ ├── TaobaoSubwayAdgroupOfflineLayeredfindAPIResponse.go │ ├── TaobaoSubwayAutomatchRptGetAPIRequest.go │ ├── TaobaoSubwayAutomatchRptGetAPIResponse.go │ ├── TaobaoSubwayCampaignOfflineFindAPIRequest.go │ ├── TaobaoSubwayCampaignOfflineFindAPIResponse.go │ ├── TaobaoSubwayCampaignOfflineLayeredfindAPIRequest.go │ ├── TaobaoSubwayCampaignOfflineLayeredfindAPIResponse.go │ ├── TaobaoSubwayCiaGetAPIRequest.go │ ├── TaobaoSubwayCiaGetAPIResponse.go │ ├── TaobaoSubwayCiaUpdateAPIRequest.go │ ├── TaobaoSubwayCiaUpdateAPIResponse.go │ ├── TaobaoSubwayCreativeOfflineLayeredfindAPIRequest.go │ ├── TaobaoSubwayCreativeOfflineLayeredfindAPIResponse.go │ ├── TaobaoSubwayCreativeVideoBindAPIRequest.go │ ├── TaobaoSubwayCreativeVideoBindAPIResponse.go │ ├── TaobaoSubwayCreativeVideoUnbindAPIRequest.go │ ├── TaobaoSubwayCreativeVideoUnbindAPIResponse.go │ ├── TaobaoSubwayCreativeofflineFindAPIRequest.go │ ├── TaobaoSubwayCreativeofflineFindAPIResponse.go │ ├── TaobaoSubwayCrowdOfflineLayeredfindAPIRequest.go │ ├── TaobaoSubwayCrowdOfflineLayeredfindAPIResponse.go │ ├── TaobaoSubwayCrowdofflinenewFindAPIRequest.go │ ├── TaobaoSubwayCrowdofflinenewFindAPIResponse.go │ ├── TaobaoSubwayItemVideoUploadAPIRequest.go │ ├── TaobaoSubwayItemVideoUploadAPIResponse.go │ ├── TaobaoSubwayKeywordOfflineFindAPIRequest.go │ ├── TaobaoSubwayKeywordOfflineFindAPIResponse.go │ ├── TaobaoSubwayKeywordOfflineLayeredfindAPIRequest.go │ ├── TaobaoSubwayKeywordOfflineLayeredfindAPIResponse.go │ ├── TaobaoSubwayMarshLandRptGetAPIRequest.go │ ├── TaobaoSubwayMarshLandRptGetAPIResponse.go │ ├── TaobaoSubwayVideoStateGetAPIRequest.go │ ├── TaobaoSubwayVideoStateGetAPIResponse.go │ ├── TaobaoSubwayWordpackageGetAPIRequest.go │ ├── TaobaoSubwayWordpackageGetAPIResponse.go │ ├── TaobaoSubwayWordpackageUpdateAPIRequest.go │ ├── TaobaoSubwayWordpackageUpdateAPIResponse.go │ ├── TaobaoSubwayWordpackageUpdateResult.go │ ├── TaobaoUniversalbpAccountGetBalanceAPIRequest.go │ ├── TaobaoUniversalbpAccountGetBalanceAPIResponse.go │ ├── TaobaoUniversalbpAccountGetBalanceTopResult.go │ ├── TaobaoUniversalbpAccountGetCanUseBizcodeAPIRequest.go │ ├── TaobaoUniversalbpAccountGetCanUseBizcodeAPIResponse.go │ ├── TaobaoUniversalbpAccountGetCanUseBizcodeTopResult.go │ ├── TaobaoUniversalbpAccountIsUniversalUserAPIRequest.go │ ├── TaobaoUniversalbpAccountIsUniversalUserAPIResponse.go │ ├── TaobaoUniversalbpAccountIsUniversalUserTopResult.go │ ├── TaobaoUniversalbpAdgroupHorizontalFindpageAPIRequest.go │ ├── TaobaoUniversalbpAdgroupHorizontalFindpageAPIResponse.go │ ├── TaobaoUniversalbpAdgroupHorizontalFindpageTopResult.go │ ├── TaobaoUniversalbpAdzoneFindconfiglistAPIRequest.go │ ├── TaobaoUniversalbpAdzoneFindconfiglistAPIResponse.go │ ├── TaobaoUniversalbpAdzoneFindconfiglistTopResult.go │ ├── TaobaoUniversalbpAdzoneHorizontalFindpageAPIRequest.go │ ├── TaobaoUniversalbpAdzoneHorizontalFindpageAPIResponse.go │ ├── TaobaoUniversalbpAdzoneHorizontalFindpageTopResult.go │ ├── TaobaoUniversalbpBidwordFindlistAPIRequest.go │ ├── TaobaoUniversalbpBidwordFindlistAPIResponse.go │ ├── TaobaoUniversalbpBidwordFindlistTopResult.go │ ├── TaobaoUniversalbpBidwordSuggestdefaultlistAPIRequest.go │ ├── TaobaoUniversalbpBidwordSuggestdefaultlistAPIResponse.go │ ├── TaobaoUniversalbpBidwordSuggestdefaultlistTopResult.go │ ├── TaobaoUniversalbpBidwordSuggestkrlistAPIRequest.go │ ├── TaobaoUniversalbpBidwordSuggestkrlistAPIResponse.go │ ├── TaobaoUniversalbpBidwordSuggestkrlistTopResult.go │ ├── TaobaoUniversalbpCampaignFindlistAPIRequest.go │ ├── TaobaoUniversalbpCampaignFindlistAPIResponse.go │ ├── TaobaoUniversalbpCampaignFindlistTopResult.go │ ├── TaobaoUniversalbpCampaignFindpageAPIRequest.go │ ├── TaobaoUniversalbpCampaignFindpageAPIResponse.go │ ├── TaobaoUniversalbpCampaignFindpageTopResult.go │ ├── TaobaoUniversalbpCampaignFindsubcampaignidAPIRequest.go │ ├── TaobaoUniversalbpCampaignFindsubcampaignidAPIResponse.go │ ├── TaobaoUniversalbpCampaignFindsubcampaignidTopResult.go │ ├── TaobaoUniversalbpCampaignGetAPIRequest.go │ ├── TaobaoUniversalbpCampaignGetAPIResponse.go │ ├── TaobaoUniversalbpCampaignGetTopResult.go │ ├── TaobaoUniversalbpCampaigngroupFindlistAPIRequest.go │ ├── TaobaoUniversalbpCampaigngroupFindlistAPIResponse.go │ ├── TaobaoUniversalbpCampaigngroupFindlistTopResult.go │ ├── TaobaoUniversalbpCreativeHorizontalFindpageAPIRequest.go │ ├── TaobaoUniversalbpCreativeHorizontalFindpageAPIResponse.go │ ├── TaobaoUniversalbpCreativeHorizontalFindpageTopResult.go │ ├── TaobaoUniversalbpCreativeManageFindmanagepageAPIRequest.go │ ├── TaobaoUniversalbpCreativeManageFindmanagepageAPIResponse.go │ ├── TaobaoUniversalbpCreativeManageFindmanagepageTopResult.go │ ├── TaobaoUniversalbpCreativePreaddAPIRequest.go │ ├── TaobaoUniversalbpCreativePreaddAPIResponse.go │ ├── TaobaoUniversalbpCreativePreaddTopResult.go │ ├── TaobaoUniversalbpCrowdFindlistAPIRequest.go │ ├── TaobaoUniversalbpCrowdFindlistAPIResponse.go │ ├── TaobaoUniversalbpCrowdFindlistTopResult.go │ ├── TaobaoUniversalbpCrowdFindrecommendcrowdAPIRequest.go │ ├── TaobaoUniversalbpCrowdFindrecommendcrowdAPIResponse.go │ ├── TaobaoUniversalbpCrowdFindrecommendcrowdTopResult.go │ ├── TaobaoUniversalbpLabelDmpFinddmpmoduleconfigAPIRequest.go │ ├── TaobaoUniversalbpLabelDmpFinddmpmoduleconfigAPIResponse.go │ ├── TaobaoUniversalbpLabelDmpFinddmpmoduleconfigTopResult.go │ ├── TaobaoUniversalbpLabelFindconfiglistAPIRequest.go │ ├── TaobaoUniversalbpLabelFindconfiglistAPIResponse.go │ ├── TaobaoUniversalbpLabelFindconfiglistTopResult.go │ ├── TaobaoUniversalbpMaterialAccessallowedAPIRequest.go │ ├── TaobaoUniversalbpMaterialAccessallowedAPIResponse.go │ ├── TaobaoUniversalbpMaterialAccessallowedTopResult.go │ ├── TaobaoUniversalbpMaterialItemFindpageAPIRequest.go │ ├── TaobaoUniversalbpMaterialItemFindpageAPIResponse.go │ ├── TaobaoUniversalbpMaterialItemFindpageTopResult.go │ ├── TaobaoUniversalbpMaterialShopGetAPIRequest.go │ ├── TaobaoUniversalbpMaterialShopGetAPIResponse.go │ ├── TaobaoUniversalbpMaterialShopGetTopResult.go │ ├── TaobaoUniversalbpMemberFindbrandinfolistAPIRequest.go │ ├── TaobaoUniversalbpMemberFindbrandinfolistAPIResponse.go │ ├── TaobaoUniversalbpMemberFindbrandinfolistTopResult.go │ ├── TaobaoUniversalbpReportAsyncCreateDownloadTaskAPIRequest.go │ ├── TaobaoUniversalbpReportAsyncCreateDownloadTaskAPIResponse.go │ ├── TaobaoUniversalbpReportAsyncCreateDownloadTaskTopResult.go │ ├── TaobaoUniversalbpReportQueryAccountAPIRequest.go │ ├── TaobaoUniversalbpReportQueryAccountAPIResponse.go │ ├── TaobaoUniversalbpReportQueryAccountTopResult.go │ ├── TaobaoUniversalbpReportQueryAdgroupAPIRequest.go │ ├── TaobaoUniversalbpReportQueryAdgroupAPIResponse.go │ ├── TaobaoUniversalbpReportQueryAdgroupTopResult.go │ ├── TaobaoUniversalbpReportQueryAreaAPIRequest.go │ ├── TaobaoUniversalbpReportQueryAreaAPIResponse.go │ ├── TaobaoUniversalbpReportQueryAreaTopResult.go │ ├── TaobaoUniversalbpReportQueryBidwordAPIRequest.go │ ├── TaobaoUniversalbpReportQueryBidwordAPIResponse.go │ ├── TaobaoUniversalbpReportQueryBidwordTopResult.go │ ├── TaobaoUniversalbpReportQueryCampaignAPIRequest.go │ ├── TaobaoUniversalbpReportQueryCampaignAPIResponse.go │ ├── TaobaoUniversalbpReportQueryCampaignTopResult.go │ ├── TaobaoUniversalbpReportQueryCreativeAPIRequest.go │ ├── TaobaoUniversalbpReportQueryCreativeAPIResponse.go │ ├── TaobaoUniversalbpReportQueryCreativeTopResult.go │ ├── TaobaoUniversalbpReportQueryCrowdAPIRequest.go │ ├── TaobaoUniversalbpReportQueryCrowdAPIResponse.go │ ├── TaobaoUniversalbpReportQueryCrowdTopResult.go │ ├── TaobaoUniversalbpReportQueryItemPromotionAPIRequest.go │ ├── TaobaoUniversalbpReportQueryItemPromotionAPIResponse.go │ ├── TaobaoUniversalbpReportQueryItemPromotionTopResult.go │ ├── TaobaoUniversalbpReportQueryNotItemPromotionAPIRequest.go │ ├── TaobaoUniversalbpReportQueryNotItemPromotionAPIResponse.go │ ├── TaobaoUniversalbpReportQueryNotItemPromotionTopResult.go │ ├── TaobaoUniversalbpReportQueryRealtimeAPIRequest.go │ ├── TaobaoUniversalbpReportQueryRealtimeAPIResponse.go │ ├── TaobaoUniversalbpReportQueryRealtimeTopResult.go │ ├── TaobaoUniversalbpShopcategoryFindlistAPIRequest.go │ ├── TaobaoUniversalbpShopcategoryFindlistAPIResponse.go │ ├── TaobaoUniversalbpShopcategoryFindlistTopResult.go │ ├── TaobaoUniversalbpStdcategoryFindcategoryconditionAPIRequest.go │ ├── TaobaoUniversalbpStdcategoryFindcategoryconditionAPIResponse.go │ ├── TaobaoUniversalbpStdcategoryFindcategoryconditionTopResult.go │ ├── TaobaoUniversalbpStdcategoryFindlistAPIRequest.go │ ├── TaobaoUniversalbpStdcategoryFindlistAPIResponse.go │ ├── TaobaoUniversalbpStdcategoryFindlistTopResult.go │ ├── TaobaoUniversalbpWordpackageFindlistAPIRequest.go │ ├── TaobaoUniversalbpWordpackageFindlistAPIResponse.go │ ├── TaobaoUniversalbpWordpackageFindlistTopResult.go │ ├── TaobaoUniversalbpWordpackageSuggestdefaultlistAPIRequest.go │ ├── TaobaoUniversalbpWordpackageSuggestdefaultlistAPIResponse.go │ ├── TaobaoUniversalbpWordpackageSuggestdefaultlistTopResult.go │ ├── TaobaoUniversalbpWordpackageSuggestkrlistAPIRequest.go │ ├── TaobaoUniversalbpWordpackageSuggestkrlistAPIResponse.go │ ├── TaobaoUniversalbpWordpackageSuggestkrlistTopResult.go │ ├── TimeSpanQueryResVo.go │ ├── TopAccountBalanceVo.go │ ├── TopAccountReportQueryVo.go │ ├── TopAccountStatusVo.go │ ├── TopAdgroupReportQueryVo.go │ ├── TopAreaReportQueryVo.go │ ├── TopBidWordReportQueryVo.go │ ├── TopBulkData.go │ ├── TopCampaignReportQueryVo.go │ ├── TopCampaignVo.go │ ├── TopCreativeReportQueryVo.go │ ├── TopCrowdReportQueryVo.go │ ├── TopInfo.go │ ├── TopItemPromotionReportQueryVo.go │ ├── TopMarketSceneVo.go │ ├── TopOtherPromotionReportQueryVo.go │ ├── TopRealTimeReportQueryVo.go │ ├── TopReportDownloadVo.go │ ├── TopReportIndexVo.go │ ├── TopReportVo.go │ ├── TopServiceContext.go │ ├── VideoFeedDto.go │ ├── WordPackageDefaultQueryVo.go │ ├── WordPackageQueryVo.go │ ├── WordPackageStrategyVo.go │ ├── WordPackageSuggestItemVo.go │ ├── WordPackageSuggestQueryVo.go │ ├── WordPackageVo.go │ ├── WordQueryVo.go │ ├── WordVo.go │ ├── Wordscorelist.go │ ├── YesterdayInfo.go │ └── doc.go ├── singletreasure │ ├── ActivityInfo.go │ ├── ActivityInfoCreateDto.go │ ├── ActivityInfoListQueryDto.go │ ├── ActivityNameCategoryDto.go │ ├── ActivityNameInfoDto.go │ ├── ItemDetailInfo.go │ ├── ItemDetailInfoBatchCreateDto.go │ ├── ItemDetailInfoCreateDto.go │ ├── ItemProcessErrorResultDto.go │ ├── PageQueryDto.go │ ├── PageResultDto.go │ ├── SkuDetailInfoCreateDto.go │ ├── TaobaoSingletreasureActivityCreateAPIRequest.go │ ├── TaobaoSingletreasureActivityCreateAPIResponse.go │ ├── TaobaoSingletreasureActivityCreateResultDto.go │ ├── TaobaoSingletreasureActivityDeleteAPIRequest.go │ ├── TaobaoSingletreasureActivityDeleteAPIResponse.go │ ├── TaobaoSingletreasureActivityItemBatchaddAPIRequest.go │ ├── TaobaoSingletreasureActivityItemBatchaddAPIResponse.go │ ├── TaobaoSingletreasureActivityItemBatchaddResultDto.go │ ├── TaobaoSingletreasureActivityItemBatchupdateAPIRequest.go │ ├── TaobaoSingletreasureActivityItemBatchupdateAPIResponse.go │ ├── TaobaoSingletreasureActivityItemBatchupdateResultDto.go │ ├── TaobaoSingletreasureActivityItemDeleteAPIRequest.go │ ├── TaobaoSingletreasureActivityItemDeleteAPIResponse.go │ ├── TaobaoSingletreasureActivityItemDeleteResultDto.go │ ├── TaobaoSingletreasureActivityItemQueryAPIRequest.go │ ├── TaobaoSingletreasureActivityItemQueryAPIResponse.go │ ├── TaobaoSingletreasureActivityItemUpdateAPIRequest.go │ ├── TaobaoSingletreasureActivityItemUpdateAPIResponse.go │ ├── TaobaoSingletreasureActivityItemUpdateResultDto.go │ ├── TaobaoSingletreasureActivityNameQueryAPIRequest.go │ ├── TaobaoSingletreasureActivityNameQueryAPIResponse.go │ ├── TaobaoSingletreasureActivityNameQueryResultDto.go │ ├── TaobaoSingletreasureActivityQueryAPIRequest.go │ ├── TaobaoSingletreasureActivityQueryAPIResponse.go │ ├── TaobaoSingletreasureActivityQueryResultDto.go │ ├── TaobaoSingletreasureActivityUpdateAPIRequest.go │ ├── TaobaoSingletreasureActivityUpdateAPIResponse.go │ ├── TaobaoSingletreasureActivityUpdateResultDto.go │ └── doc.go ├── smartstore │ ├── Area.go │ ├── Hasdevicecodelist.go │ ├── Needdevicecodelist.go │ ├── Storelist.go │ ├── TaobaoIstoreAreasGetAPIRequest.go │ ├── TaobaoIstoreAreasGetAPIResponse.go │ ├── TaobaoSmartstoreDeviceStatusFeedbackAPIRequest.go │ ├── TaobaoSmartstoreDeviceStatusFeedbackAPIResponse.go │ ├── TmallPopupstoreActivityDeviceQueryAPIRequest.go │ ├── TmallPopupstoreActivityDeviceQueryAPIResponse.go │ ├── TmallPopupstoreActivityDeviceQueryResult.go │ ├── TmallPopupstoreActivityDeviceQueryResultDto.go │ ├── TmallPopupstoreActivityQueryAPIRequest.go │ ├── TmallPopupstoreActivityQueryAPIResponse.go │ ├── TmallPopupstoreActivityQueryResult.go │ ├── TmallPopupstoreActivityQueryResultDto.go │ ├── TmallPopupstoreItemDiscountPriceAPIRequest.go │ ├── TmallPopupstoreItemDiscountPriceAPIResponse.go │ ├── TmallPopupstoreItemDiscountPriceResultDto.go │ └── doc.go ├── store │ ├── FullStoreTopDto.go │ ├── Models.go │ ├── Other.go │ ├── PoiInfoDto.go │ ├── StoreRelationSimpleDo.go │ ├── StoreRelationSimpleQuery.go │ ├── TaobaoPlaceStoreExtendUpdateAPIRequest.go │ ├── TaobaoPlaceStoreExtendUpdateAPIResponse.go │ ├── TaobaoPlaceStoreExtendUpdateResultDo.go │ ├── TaobaoPlaceStoreItemstoreBandAPIRequest.go │ ├── TaobaoPlaceStoreItemstoreBandAPIResponse.go │ ├── TaobaoPlaceStoreQueryAPIRequest.go │ ├── TaobaoPlaceStoreQueryAPIResponse.go │ ├── TaobaoPlaceStoreRelationQueryAPIRequest.go │ ├── TaobaoPlaceStoreRelationQueryAPIResponse.go │ ├── TaobaoPlaceStoreUpdateLabelAPIRequest.go │ ├── TaobaoPlaceStoreUpdateLabelAPIResponse.go │ ├── TaobaoPlaceStoregroupCreateAPIRequest.go │ ├── TaobaoPlaceStoregroupCreateAPIResponse.go │ ├── TaobaoPlaceStoregroupDeleteAPIRequest.go │ ├── TaobaoPlaceStoregroupDeleteAPIResponse.go │ ├── TaobaoPlaceStoregroupUpdateAPIRequest.go │ ├── TaobaoPlaceStoregroupUpdateAPIResponse.go │ ├── TaobaoPlaceStorerelatesubAddAPIRequest.go │ ├── TaobaoPlaceStorerelatesubAddAPIResponse.go │ ├── TaobaoPlaceStorerelatesubDeleteAPIRequest.go │ ├── TaobaoPlaceStorerelatesubDeleteAPIResponse.go │ ├── TaobaoPlaceStorerelatesubGetAPIRequest.go │ ├── TaobaoPlaceStorerelatesubGetAPIResponse.go │ ├── TaobaoPlaceStorerelatesubGetT.go │ ├── TopBatchResultDo.go │ ├── TopResultDo.go │ ├── UpdateResultDo.go │ ├── UpdateStoreExtendDto.go │ └── doc.go ├── subuser │ ├── Department.go │ ├── Duty.go │ ├── Permission.go │ ├── Role.go │ ├── SubAccountInfo.go │ ├── SubUserDo.go │ ├── SubUserFullInfo.go │ ├── SubUserInfo.go │ ├── SubUserPermission.go │ ├── TaobaoSellercenterRoleAddAPIRequest.go │ ├── TaobaoSellercenterRoleAddAPIResponse.go │ ├── TaobaoSellercenterRolesGetAPIRequest.go │ ├── TaobaoSellercenterRolesGetAPIResponse.go │ ├── TaobaoSellercenterSubuserPermissionsRolesGetAPIRequest.go │ ├── TaobaoSellercenterSubuserPermissionsRolesGetAPIResponse.go │ ├── TaobaoSellercenterSubusersGetAPIRequest.go │ ├── TaobaoSellercenterSubusersGetAPIResponse.go │ ├── TaobaoSellercenterSubusersPageAPIRequest.go │ ├── TaobaoSellercenterSubusersPageAPIResponse.go │ ├── TaobaoSellercenterUserPermissionsGetAPIRequest.go │ ├── TaobaoSellercenterUserPermissionsGetAPIResponse.go │ ├── TaobaoSubuserDepartmentsGetAPIRequest.go │ ├── TaobaoSubuserDepartmentsGetAPIResponse.go │ ├── TaobaoSubuserDutysGetAPIRequest.go │ ├── TaobaoSubuserDutysGetAPIResponse.go │ ├── TaobaoSubuserFullinfoGetAPIRequest.go │ ├── TaobaoSubuserFullinfoGetAPIResponse.go │ ├── TaobaoSubuserInfoUpdateAPIRequest.go │ ├── TaobaoSubuserInfoUpdateAPIResponse.go │ ├── TaobaoSubusersGetAPIRequest.go │ ├── TaobaoSubusersGetAPIResponse.go │ ├── TaobaoSubusersInfoQueryAPIRequest.go │ ├── TaobaoSubusersInfoQueryAPIResponse.go │ ├── TaobaoSubusersPageAPIRequest.go │ ├── TaobaoSubusersPageAPIResponse.go │ ├── TaobaoSubusersSubaccountSearchAPIRequest.go │ ├── TaobaoSubusersSubaccountSearchAPIResponse.go │ └── doc.go ├── sungari │ ├── DisposeInfoDo.go │ ├── DisposeResultVo.go │ ├── InspectionResultInfo.go │ ├── TaobaoCloudbridgeCaseinvestExecuteAPIRequest.go │ ├── TaobaoCloudbridgeCaseinvestExecuteAPIResponse.go │ ├── TaobaoCloudbridgeCaseinvestExecuteResult.go │ ├── TaobaoSungariDisposeQueryAPIRequest.go │ ├── TaobaoSungariDisposeQueryAPIResponse.go │ ├── TaobaoSungariDisposeQueryResult.go │ ├── TaobaoSungariDisposeSubmitAPIRequest.go │ ├── TaobaoSungariDisposeSubmitAPIResponse.go │ ├── TaobaoSungariInspectionSubmitAPIRequest.go │ ├── TaobaoSungariInspectionSubmitAPIResponse.go │ └── doc.go ├── tanx │ ├── BiddingRefuseDto.go │ ├── CreativeAuditDto.go │ ├── CreativeDto.go │ ├── CreativeInfoDto.go │ ├── CreativeParamDto.go │ ├── CreativePublisherAuditDto.go │ ├── DealInfoDto.go │ ├── DicDto.go │ ├── NativeTemplateAreaDto.go │ ├── NativeTemplateCreativeDto.go │ ├── NativeTemplateDto.go │ ├── QualificationDto.go │ ├── QualificationQuery.go │ ├── TaobaoTanxAuditCreativeAddAPIRequest.go │ ├── TaobaoTanxAuditCreativeAddAPIResponse.go │ ├── TaobaoTanxAuditCreativeModifyAPIRequest.go │ ├── TaobaoTanxAuditCreativeModifyAPIResponse.go │ ├── TaobaoTanxAuditDepositcreativeAddAPIRequest.go │ ├── TaobaoTanxAuditDepositcreativeAddAPIResponse.go │ ├── TaobaoTanxBiddingrefusesGetAPIRequest.go │ ├── TaobaoTanxBiddingrefusesGetAPIResponse.go │ ├── TaobaoTanxCreativeGetAPIRequest.go │ ├── TaobaoTanxCreativeGetAPIResponse.go │ ├── TaobaoTanxCreativesGetAPIRequest.go │ ├── TaobaoTanxCreativesGetAPIResponse.go │ ├── TaobaoTanxDealGetAPIRequest.go │ ├── TaobaoTanxDealGetAPIResponse.go │ ├── TaobaoTanxNativetemplatesGetAPIRequest.go │ ├── TaobaoTanxNativetemplatesGetAPIResponse.go │ ├── TaobaoTanxQualificationFindAPIRequest.go │ ├── TaobaoTanxQualificationFindAPIResponse.go │ ├── TaobaoTanxQualificationSolidFindAPIRequest.go │ ├── TaobaoTanxQualificationSolidFindAPIResponse.go │ └── doc.go ├── taotv │ ├── CarouselChannelRbo.go │ ├── CarouselCurrentPlayRbo.go │ ├── CarouselPlaylistVideoRbo.go │ ├── Channels.go │ ├── PlayListNavRbo.go │ ├── Playlist.go │ ├── TaobaoTaotvCarouselCategoryListAPIRequest.go │ ├── TaobaoTaotvCarouselCategoryListAPIResponse.go │ ├── TaobaoTaotvCarouselCategoryListModel.go │ ├── TaobaoTaotvCarouselCategoryListResult.go │ ├── TaobaoTaotvCarouselChannelAllAPIRequest.go │ ├── TaobaoTaotvCarouselChannelAllAPIResponse.go │ ├── TaobaoTaotvCarouselChannelAllModel.go │ ├── TaobaoTaotvCarouselChannelAllResult.go │ ├── TaobaoTaotvCarouselPlaylistGetAPIRequest.go │ ├── TaobaoTaotvCarouselPlaylistGetAPIResponse.go │ ├── TaobaoTaotvCarouselPlaylistGetResult.go │ ├── TaobaoTaotvVideoPlaylistAllAPIRequest.go │ ├── TaobaoTaotvVideoPlaylistAllAPIResponse.go │ ├── TaobaoTaotvVideoPlaylistAllModel.go │ ├── TaobaoTaotvVideoPlaylistAllResult.go │ ├── TaobaoTaotvVideoPlaylistGetAPIRequest.go │ ├── TaobaoTaotvVideoPlaylistGetAPIResponse.go │ ├── TaobaoTaotvVideoPlaylistGetModel.go │ ├── TaobaoTaotvVideoPlaylistGetResult.go │ ├── TaobaoTaotvVideoPlaylistOttnavGetAPIRequest.go │ ├── TaobaoTaotvVideoPlaylistOttnavGetAPIResponse.go │ ├── TaobaoTaotvVideoPlaylistOttnavGetResult.go │ ├── TaobaoTaotvVideoPlaylistPageAPIRequest.go │ ├── TaobaoTaotvVideoPlaylistPageAPIResponse.go │ ├── TaobaoTaotvVideoPlaylistPageData.go │ ├── TaobaoTaotvVideoPlaylistPageModel.go │ ├── TaobaoTaotvVideoPlaylistPageResult.go │ ├── V5BaseItemRbo.go │ ├── Videolist.go │ ├── Videos.go │ ├── YoukuTvDesktopToyouRecommendAPIRequest.go │ ├── YoukuTvDesktopToyouRecommendAPIResponse.go │ └── doc.go ├── tax │ ├── AlibabaTaxInvoiceSyncAPIRequest.go │ ├── AlibabaTaxInvoiceSyncAPIResponse.go │ ├── ResultItem.go │ ├── ThirdPartyInvoiceCallBackResultDto.go │ └── doc.go ├── tbitem │ ├── AlibabaItemEditFastupdateAPIRequest.go │ ├── AlibabaItemEditFastupdateAPIResponse.go │ ├── AlibabaItemEditSchemaGetAPIRequest.go │ ├── AlibabaItemEditSchemaGetAPIResponse.go │ ├── AlibabaItemEditSubmitAPIRequest.go │ ├── AlibabaItemEditSubmitAPIResponse.go │ ├── AlibabaItemOperateDeleteAPIRequest.go │ ├── AlibabaItemOperateDeleteAPIResponse.go │ ├── AlibabaItemOperateDownshelfAPIRequest.go │ ├── AlibabaItemOperateDownshelfAPIResponse.go │ ├── AlibabaItemOperateUpshelfAPIRequest.go │ ├── AlibabaItemOperateUpshelfAPIResponse.go │ ├── AlibabaItemPublishMarketGetAPIRequest.go │ ├── AlibabaItemPublishMarketGetAPIResponse.go │ ├── AlibabaItemPublishPropsGetAPIRequest.go │ ├── AlibabaItemPublishPropsGetAPIResponse.go │ ├── AlibabaItemPublishSchemaGetAPIRequest.go │ ├── AlibabaItemPublishSchemaGetAPIResponse.go │ ├── AlibabaItemPublishSubmitAPIRequest.go │ ├── AlibabaItemPublishSubmitAPIResponse.go │ ├── CuntaoItemSpecific.go │ ├── DescModuleInfo.go │ ├── FoodSecurity.go │ ├── HscodeAuditInfo.go │ ├── IdsModule.go │ ├── Item.go │ ├── ItemDescModule.go │ ├── ItemImg.go │ ├── ItemPromotionRule.go │ ├── ItemTemplate.go │ ├── LocalityLife.go │ ├── Location.go │ ├── ModularDescInfo.go │ ├── MpicVideo.go │ ├── PaimaiInfo.go │ ├── PropImg.go │ ├── Sku.go │ ├── SkuFeature.go │ ├── TaobaoItemAnchorGetAPIRequest.go │ ├── TaobaoItemAnchorGetAPIResponse.go │ ├── TaobaoItemBarcodeUpdateAPIRequest.go │ ├── TaobaoItemBarcodeUpdateAPIResponse.go │ ├── TaobaoItemDeleteAPIRequest.go │ ├── TaobaoItemDeleteAPIResponse.go │ ├── TaobaoItemImgDeleteAPIRequest.go │ ├── TaobaoItemImgDeleteAPIResponse.go │ ├── TaobaoItemImgUploadAPIRequest.go │ ├── TaobaoItemImgUploadAPIResponse.go │ ├── TaobaoItemJointImgAPIRequest.go │ ├── TaobaoItemJointImgAPIResponse.go │ ├── TaobaoItemJointPropimgAPIRequest.go │ ├── TaobaoItemJointPropimgAPIResponse.go │ ├── TaobaoItemPromotionRuleGetAPIRequest.go │ ├── TaobaoItemPromotionRuleGetAPIResponse.go │ ├── TaobaoItemPropimgDeleteAPIRequest.go │ ├── TaobaoItemPropimgDeleteAPIResponse.go │ ├── TaobaoItemPropimgUploadAPIRequest.go │ ├── TaobaoItemPropimgUploadAPIResponse.go │ ├── TaobaoItemQuantityUpdateAPIRequest.go │ ├── TaobaoItemQuantityUpdateAPIResponse.go │ ├── TaobaoItemSellerGetAPIRequest.go │ ├── TaobaoItemSellerGetAPIResponse.go │ ├── TaobaoItemSkuAddAPIRequest.go │ ├── TaobaoItemSkuAddAPIResponse.go │ ├── TaobaoItemSkuDeleteAPIRequest.go │ ├── TaobaoItemSkuDeleteAPIResponse.go │ ├── TaobaoItemSkuGetAPIRequest.go │ ├── TaobaoItemSkuGetAPIResponse.go │ ├── TaobaoItemSkuPriceUpdateAPIRequest.go │ ├── TaobaoItemSkuPriceUpdateAPIResponse.go │ ├── TaobaoItemSkuUpdateAPIRequest.go │ ├── TaobaoItemSkuUpdateAPIResponse.go │ ├── TaobaoItemSkusGetAPIRequest.go │ ├── TaobaoItemSkusGetAPIResponse.go │ ├── TaobaoItemTemplatesGetAPIRequest.go │ ├── TaobaoItemTemplatesGetAPIResponse.go │ ├── TaobaoItemUpdateDelistingAPIRequest.go │ ├── TaobaoItemUpdateDelistingAPIResponse.go │ ├── TaobaoItemUpdateDelistingTmallAPIRequest.go │ ├── TaobaoItemUpdateDelistingTmallAPIResponse.go │ ├── TaobaoItemUpdateListingAPIRequest.go │ ├── TaobaoItemUpdateListingAPIResponse.go │ ├── TaobaoItemUpdateListingTmallAPIRequest.go │ ├── TaobaoItemUpdateListingTmallAPIResponse.go │ ├── TaobaoItemsCustomGetAPIRequest.go │ ├── TaobaoItemsCustomGetAPIResponse.go │ ├── TaobaoItemsInventoryGetAPIRequest.go │ ├── TaobaoItemsInventoryGetAPIResponse.go │ ├── TaobaoItemsOnsaleGetAPIRequest.go │ ├── TaobaoItemsOnsaleGetAPIResponse.go │ ├── TaobaoItemsSellerListGetAPIRequest.go │ ├── TaobaoItemsSellerListGetAPIResponse.go │ ├── TaobaoSkusCustomGetAPIRequest.go │ ├── TaobaoSkusCustomGetAPIResponse.go │ ├── TaobaoSkusQuantityUpdateAPIRequest.go │ ├── TaobaoSkusQuantityUpdateAPIResponse.go │ ├── TmallItemAddSimpleschemaGetAPIRequest.go │ ├── TmallItemAddSimpleschemaGetAPIResponse.go │ ├── TmallItemCalculateHscodeGetAPIRequest.go │ ├── TmallItemCalculateHscodeGetAPIResponse.go │ ├── TmallItemCombineGetAPIRequest.go │ ├── TmallItemCombineGetAPIResponse.go │ ├── TmallItemDescModulesGetAPIRequest.go │ ├── TmallItemDescModulesGetAPIResponse.go │ ├── TmallItemHscodeAuditResultsQueryAPIRequest.go │ ├── TmallItemHscodeAuditResultsQueryAPIResponse.go │ ├── TmallItemHscodeDetailGetAPIRequest.go │ ├── TmallItemHscodeDetailGetAPIResponse.go │ ├── TmallItemIncrementUpdateSchemaGetAPIRequest.go │ ├── TmallItemIncrementUpdateSchemaGetAPIResponse.go │ ├── TmallItemOuteridUpdateAPIRequest.go │ ├── TmallItemOuteridUpdateAPIResponse.go │ ├── TmallItemPriceUpdateAPIRequest.go │ ├── TmallItemPriceUpdateAPIResponse.go │ ├── TmallItemQuantityUpdateAPIRequest.go │ ├── TmallItemQuantityUpdateAPIResponse.go │ ├── TmallItemSchemaAddAPIRequest.go │ ├── TmallItemSchemaAddAPIResponse.go │ ├── TmallItemSchemaIncrementUpdateAPIRequest.go │ ├── TmallItemSchemaIncrementUpdateAPIResponse.go │ ├── TmallItemSchemaUpdateAPIRequest.go │ ├── TmallItemSchemaUpdateAPIResponse.go │ ├── TmallItemShiptimeUpdateAPIRequest.go │ ├── TmallItemShiptimeUpdateAPIResponse.go │ ├── TmallItemSimpleschemaAddAPIRequest.go │ ├── TmallItemSimpleschemaAddAPIResponse.go │ ├── TmallItemSimpleschemaUpdateAPIRequest.go │ ├── TmallItemSimpleschemaUpdateAPIResponse.go │ ├── TmallItemUpdateSchemaGetAPIRequest.go │ ├── TmallItemUpdateSchemaGetAPIResponse.go │ ├── TmallProductAddSchemaGetAPIRequest.go │ ├── TmallProductAddSchemaGetAPIResponse.go │ ├── TmallProductMatchSchemaGetAPIRequest.go │ ├── TmallProductMatchSchemaGetAPIResponse.go │ ├── TmallProductSchemaAddAPIRequest.go │ ├── TmallProductSchemaAddAPIResponse.go │ ├── TmallProductSchemaGetAPIRequest.go │ ├── TmallProductSchemaGetAPIResponse.go │ ├── TmallProductSchemaMatchAPIRequest.go │ ├── TmallProductSchemaMatchAPIResponse.go │ ├── TmallProductSchemaUpdateAPIRequest.go │ ├── TmallProductSchemaUpdateAPIResponse.go │ ├── TmallProductUpdateSchemaGetAPIRequest.go │ ├── TmallProductUpdateSchemaGetAPIResponse.go │ ├── UpdateItemPriceOption.go │ ├── UpdateItemQuantityOption.go │ ├── UpdateItemShipTimeOption.go │ ├── UpdateSkuOuterId.go │ ├── UpdateSkuPrice.go │ ├── UpdateSkuQuantity.go │ ├── UpdateSkuShipTime.go │ ├── Video.go │ └── doc.go ├── tbk │ ├── AlimmShareInfoDto.go │ ├── BybtInfoDto.go │ ├── CouponInfoDto.go │ ├── CrowdDto.go │ ├── DataMap.go │ ├── DwsUnionAppDto.go │ ├── EventUrlList.go │ ├── Extra.go │ ├── FavoritesDetail.go │ ├── FavoritesInfo.go │ ├── InstanceDto.go │ ├── ItemLinkInfoDto.go │ ├── ItemMultiCouponPromotionInfoDto.go │ ├── ItemPromotionInfoDto.go │ ├── ItemUrlList.go │ ├── LinkInfoDto.go │ ├── LkItemDto.go │ ├── LkMaterialDto.go │ ├── LkPageDto.go │ ├── LkShopDto.go │ ├── MaifanPromotionDto.go │ ├── MaterialDto.go │ ├── MaterialMultiCouponPromotionInfoDto.go │ ├── MaterialPromotionInfoDto.go │ ├── MaterialUrlList.go │ ├── MiniProgramDto.go │ ├── NTbkItem.go │ ├── NTbkShop.go │ ├── OfferList.go │ ├── OrderData.go │ ├── OrderPage.go │ ├── PageResult.go │ ├── PlatformSpecialShareInfoDto.go │ ├── PromotionExtend.go │ ├── PromotionInfoDto.go │ ├── PromotionList.go │ ├── PublisherOrderDto.go │ ├── PublisherRefundOrderDto.go │ ├── PublisherRefundOrderQueryOption.go │ ├── RecommendItemList.go │ ├── RegisterInfoDto.go │ ├── Resultlist.go │ ├── RightsInstanceCreateResult.go │ ├── RightsSendRelationRptDto.go │ ├── RightsSendRptDto.go │ ├── ServiceFeeDto.go │ ├── ShopUrlList.go │ ├── SpCampaign.go │ ├── StepRateDto.go │ ├── StrategyResultList.go │ ├── SubsidyDetailDto.go │ ├── TaobaoTbkActivityInfoGetAPIRequest.go │ ├── TaobaoTbkActivityInfoGetAPIResponse.go │ ├── TaobaoTbkActivityInfoGetData.go │ ├── TaobaoTbkCartCouponExpireUserQueryAPIRequest.go │ ├── TaobaoTbkCartCouponExpireUserQueryAPIResponse.go │ ├── TaobaoTbkCartCouponExpireUserQueryMapData.go │ ├── TaobaoTbkCouponConvertAPIRequest.go │ ├── TaobaoTbkCouponConvertAPIResponse.go │ ├── TaobaoTbkCouponConvertRpcResult.go │ ├── TaobaoTbkCouponGetAPIRequest.go │ ├── TaobaoTbkCouponGetAPIResponse.go │ ├── TaobaoTbkCouponGetMapData.go │ ├── TaobaoTbkDgCpaActivityDetailAPIRequest.go │ ├── TaobaoTbkDgCpaActivityDetailAPIResponse.go │ ├── TaobaoTbkDgCpaActivityDetailResult.go │ ├── TaobaoTbkDgCpaActivityDetailResults.go │ ├── TaobaoTbkDgCpaActivityReportAPIRequest.go │ ├── TaobaoTbkDgCpaActivityReportAPIResponse.go │ ├── TaobaoTbkDgCpaActivityReportRpcResult.go │ ├── TaobaoTbkDgGeneralLinkConvertAPIRequest.go │ ├── TaobaoTbkDgGeneralLinkConvertAPIResponse.go │ ├── TaobaoTbkDgGeneralLinkParseAPIRequest.go │ ├── TaobaoTbkDgGeneralLinkParseAPIResponse.go │ ├── TaobaoTbkDgMaterialOptionalAPIRequest.go │ ├── TaobaoTbkDgMaterialOptionalAPIResponse.go │ ├── TaobaoTbkDgMaterialOptionalMapData.go │ ├── TaobaoTbkDgNewuserOrderGetAPIRequest.go │ ├── TaobaoTbkDgNewuserOrderGetAPIResponse.go │ ├── TaobaoTbkDgNewuserOrderGetData.go │ ├── TaobaoTbkDgNewuserOrderGetMapData.go │ ├── TaobaoTbkDgNewuserOrderGetResults.go │ ├── TaobaoTbkDgNewuserOrderSumAPIRequest.go │ ├── TaobaoTbkDgNewuserOrderSumAPIResponse.go │ ├── TaobaoTbkDgNewuserOrderSumData.go │ ├── TaobaoTbkDgOptimusMaterialAPIRequest.go │ ├── TaobaoTbkDgOptimusMaterialAPIResponse.go │ ├── TaobaoTbkDgOptimusMaterialMapData.go │ ├── TaobaoTbkDgOptimusPromotionAPIRequest.go │ ├── TaobaoTbkDgOptimusPromotionAPIResponse.go │ ├── TaobaoTbkDgOptimusPromotionMapData.go │ ├── TaobaoTbkDgPunishOrderGetAPIRequest.go │ ├── TaobaoTbkDgPunishOrderGetAPIResponse.go │ ├── TaobaoTbkDgPunishOrderGetResult.go │ ├── TaobaoTbkDgPunishOrderGetRpcResult.go │ ├── TaobaoTbkDgTpwdReportGetAPIRequest.go │ ├── TaobaoTbkDgTpwdReportGetAPIResponse.go │ ├── TaobaoTbkDgTpwdReportGetMapData.go │ ├── TaobaoTbkDgTpwdRiskReportAPIRequest.go │ ├── TaobaoTbkDgTpwdRiskReportAPIResponse.go │ ├── TaobaoTbkDgTpwdRiskReportResult.go │ ├── TaobaoTbkDgVegasSendReportAPIRequest.go │ ├── TaobaoTbkDgVegasSendReportAPIResponse.go │ ├── TaobaoTbkDgVegasSendReportResult.go │ ├── TaobaoTbkDgVegasSendStatusAPIRequest.go │ ├── TaobaoTbkDgVegasSendStatusAPIResponse.go │ ├── TaobaoTbkDgVegasSendStatusData.go │ ├── TaobaoTbkDgVegasSendStatusMapData.go │ ├── TaobaoTbkDgVegasTljCreateAPIRequest.go │ ├── TaobaoTbkDgVegasTljCreateAPIResponse.go │ ├── TaobaoTbkDgVegasTljCreateResult.go │ ├── TaobaoTbkDgVegasTljReportAPIRequest.go │ ├── TaobaoTbkDgVegasTljReportAPIResponse.go │ ├── TaobaoTbkDgVegasTljStopAPIRequest.go │ ├── TaobaoTbkDgVegasTljStopAPIResponse.go │ ├── TaobaoTbkItemInfoGetAPIRequest.go │ ├── TaobaoTbkItemInfoGetAPIResponse.go │ ├── TaobaoTbkOrderDetailsGetAPIRequest.go │ ├── TaobaoTbkOrderDetailsGetAPIResponse.go │ ├── TaobaoTbkOrderRefundGetAPIRequest.go │ ├── TaobaoTbkOrderRefundGetAPIResponse.go │ ├── TaobaoTbkPrivilegeGetAPIRequest.go │ ├── TaobaoTbkPrivilegeGetAPIResponse.go │ ├── TaobaoTbkPrivilegeGetRpcResult.go │ ├── TaobaoTbkRelationRefundAPIRequest.go │ ├── TaobaoTbkRelationRefundAPIResponse.go │ ├── TaobaoTbkRelationRefundResult.go │ ├── TaobaoTbkRelationRefundRpcResult.go │ ├── TaobaoTbkRtaConsumerMatchAPIRequest.go │ ├── TaobaoTbkRtaConsumerMatchAPIResponse.go │ ├── TaobaoTbkRtaConsumerMatchData.go │ ├── TaobaoTbkScActivityInfoGetAPIRequest.go │ ├── TaobaoTbkScActivityInfoGetAPIResponse.go │ ├── TaobaoTbkScActivityInfoGetData.go │ ├── TaobaoTbkScAdzoneCreateAPIRequest.go │ ├── TaobaoTbkScAdzoneCreateAPIResponse.go │ ├── TaobaoTbkScAdzoneCreateMapData.go │ ├── TaobaoTbkScGeneralLinkConvertAPIRequest.go │ ├── TaobaoTbkScGeneralLinkConvertAPIResponse.go │ ├── TaobaoTbkScGeneralLinkParseAPIRequest.go │ ├── TaobaoTbkScGeneralLinkParseAPIResponse.go │ ├── TaobaoTbkScInvitecodeGetAPIRequest.go │ ├── TaobaoTbkScInvitecodeGetAPIResponse.go │ ├── TaobaoTbkScInvitecodeGetData.go │ ├── TaobaoTbkScMaterialOptionalAPIRequest.go │ ├── TaobaoTbkScMaterialOptionalAPIResponse.go │ ├── TaobaoTbkScMaterialOptionalMapData.go │ ├── TaobaoTbkScMembergroupOptionalAPIRequest.go │ ├── TaobaoTbkScMembergroupOptionalAPIResponse.go │ ├── TaobaoTbkScMembergroupOptionalMapData.go │ ├── TaobaoTbkScOptimusMaterialAPIRequest.go │ ├── TaobaoTbkScOptimusMaterialAPIResponse.go │ ├── TaobaoTbkScOptimusMaterialMapData.go │ ├── TaobaoTbkScOptimusPromotionAPIRequest.go │ ├── TaobaoTbkScOptimusPromotionAPIResponse.go │ ├── TaobaoTbkScOptimusPromotionMapData.go │ ├── TaobaoTbkScOrderDetailsGetAPIRequest.go │ ├── TaobaoTbkScOrderDetailsGetAPIResponse.go │ ├── TaobaoTbkScPublisherInfoGetAPIRequest.go │ ├── TaobaoTbkScPublisherInfoGetAPIResponse.go │ ├── TaobaoTbkScPublisherInfoGetData.go │ ├── TaobaoTbkScPublisherInfoGetMapData.go │ ├── TaobaoTbkScPublisherInfoSaveAPIRequest.go │ ├── TaobaoTbkScPublisherInfoSaveAPIResponse.go │ ├── TaobaoTbkScPublisherInfoSaveData.go │ ├── TaobaoTbkScPunishOrderGetAPIRequest.go │ ├── TaobaoTbkScPunishOrderGetAPIResponse.go │ ├── TaobaoTbkScPunishOrderGetResult.go │ ├── TaobaoTbkScPunishOrderGetRpcResult.go │ ├── TaobaoTbkScRelationRecordAPIRequest.go │ ├── TaobaoTbkScRelationRecordAPIResponse.go │ ├── TaobaoTbkScRelationRecordMapData.go │ ├── TaobaoTbkScRelationRefundAPIRequest.go │ ├── TaobaoTbkScRelationRefundAPIResponse.go │ ├── TaobaoTbkScRelationRefundResult.go │ ├── TaobaoTbkScRelationRefundRpcResult.go │ ├── TaobaoTbkScShopConvertAPIRequest.go │ ├── TaobaoTbkScShopConvertAPIResponse.go │ ├── TaobaoTbkScTpwdConvertAPIRequest.go │ ├── TaobaoTbkScTpwdConvertAPIResponse.go │ ├── TaobaoTbkScTpwdConvertMapData.go │ ├── TaobaoTbkScUcrowdCreateAPIRequest.go │ ├── TaobaoTbkScUcrowdCreateAPIResponse.go │ ├── TaobaoTbkScUcrowdCreateRpcResult.go │ ├── TaobaoTbkScUcrowdDeleteAPIRequest.go │ ├── TaobaoTbkScUcrowdDeleteAPIResponse.go │ ├── TaobaoTbkScUcrowdDeleteRpcResult.go │ ├── TaobaoTbkScUcrowdGetAPIRequest.go │ ├── TaobaoTbkScUcrowdGetAPIResponse.go │ ├── TaobaoTbkScUcrowdGetRpcResult.go │ ├── TaobaoTbkScUcrowdMemberAddAPIRequest.go │ ├── TaobaoTbkScUcrowdMemberAddAPIResponse.go │ ├── TaobaoTbkScUcrowdMemberAddRpcResult.go │ ├── TaobaoTbkScUcrowdReportGetAPIRequest.go │ ├── TaobaoTbkScUcrowdReportGetAPIResponse.go │ ├── TaobaoTbkScUcrowdReportGetRpcResult.go │ ├── TaobaoTbkScVegasSendReportAPIRequest.go │ ├── TaobaoTbkScVegasSendReportAPIResponse.go │ ├── TaobaoTbkScVegasSendReportResult.go │ ├── TaobaoTbkScVegasSendStatusAPIRequest.go │ ├── TaobaoTbkScVegasSendStatusAPIResponse.go │ ├── TaobaoTbkScVegasSendStatusData.go │ ├── TaobaoTbkScVegasSendStatusMapData.go │ ├── TaobaoTbkShopGetAPIRequest.go │ ├── TaobaoTbkShopGetAPIResponse.go │ ├── TaobaoTbkShopRecommendGetAPIRequest.go │ ├── TaobaoTbkShopRecommendGetAPIResponse.go │ ├── TaobaoTbkSkuBestCouponAPIRequest.go │ ├── TaobaoTbkSkuBestCouponAPIResponse.go │ ├── TaobaoTbkSkuBestCouponMapData.go │ ├── TaobaoTbkSpreadGetAPIRequest.go │ ├── TaobaoTbkSpreadGetAPIResponse.go │ ├── TaobaoTbkTpwdCreateAPIRequest.go │ ├── TaobaoTbkTpwdCreateAPIResponse.go │ ├── TaobaoTbkTpwdCreateMapData.go │ ├── TargetItemDto.go │ ├── TbkLinkDto.go │ ├── TbkSpread.go │ ├── TbkSpreadRequest.go │ ├── TopApiAfOrderOption.go │ ├── TopApiRefundRptOption.go │ ├── TopNInfoDto.go │ ├── Ucrowdrankitems.go │ ├── UpdateStatusResult.go │ ├── UserRuleInfo.go │ ├── VegasCpaReportDto.go │ ├── WordMapData.go │ ├── Youjiacouponinfo.go │ └── doc.go ├── tblogistics │ ├── AlibabaAscpLogisticsConsignModifyAPIRequest.go │ ├── AlibabaAscpLogisticsConsignModifyAPIResponse.go │ ├── AlibabaAscpLogisticsConsignResendAPIRequest.go │ ├── AlibabaAscpLogisticsConsignResendAPIResponse.go │ ├── AlibabaAscpLogisticsConsignResendResultDto.go │ ├── AlibabaAscpLogisticsInstantsonlineCalldeliveryAPIRequest.go │ ├── AlibabaAscpLogisticsInstantsonlineCalldeliveryAPIResponse.go │ ├── AlibabaAscpLogisticsInstantsonlineCalldeliveryTopResult.go │ ├── AlibabaAscpLogisticsInstantsonlineCanceldeliveryAPIRequest.go │ ├── AlibabaAscpLogisticsInstantsonlineCanceldeliveryAPIResponse.go │ ├── AlibabaAscpLogisticsInstantsonlineCanceldeliveryTopResult.go │ ├── AlibabaAscpLogisticsInstantsonlineCheckdeliveryauthAPIRequest.go │ ├── AlibabaAscpLogisticsInstantsonlineCheckdeliveryauthAPIResponse.go │ ├── AlibabaAscpLogisticsInstantsonlineCheckdeliveryauthTopResult.go │ ├── AlibabaAscpLogisticsInstantsonlineDeliveryorderGetAPIRequest.go │ ├── AlibabaAscpLogisticsInstantsonlineDeliveryorderGetAPIResponse.go │ ├── AlibabaAscpLogisticsInstantsonlineDeliveryorderGetTopResult.go │ ├── AlibabaAscpLogisticsInstantsonlinePriorcalldeliveryAPIRequest.go │ ├── AlibabaAscpLogisticsInstantsonlinePriorcalldeliveryAPIResponse.go │ ├── AlibabaAscpLogisticsInstantsonlinePriorcalldeliveryTopResult.go │ ├── AlibabaAscpLogisticsOfflineSendAPIRequest.go │ ├── AlibabaAscpLogisticsOfflineSendAPIResponse.go │ ├── AlibabaAscpLogisticsOfflineSendResultDto.go │ ├── AlibabaAscpLogisticsSellerOrdersGetAPIRequest.go │ ├── AlibabaAscpLogisticsSellerOrdersGetAPIResponse.go │ ├── AlibabaAscpLogisticsSellerSendAPIRequest.go │ ├── AlibabaAscpLogisticsSellerSendAPIResponse.go │ ├── AlibabaAscpLogisticsSellerWritelogisticsnodeAPIRequest.go │ ├── AlibabaAscpLogisticsSellerWritelogisticsnodeAPIResponse.go │ ├── AlibabaAscpLogisticsSellerWriteoffAPIRequest.go │ ├── AlibabaAscpLogisticsSellerWriteoffAPIResponse.go │ ├── Area.go │ ├── BatchWriteLogisticsNodeTopResponse.go │ ├── CarriageDetail.go │ ├── CheckDeliveryAuthTopResponse.go │ ├── ConfirmPackageOrderRequest.go │ ├── ConsignDto.go │ ├── ConsignStatusRequest.go │ ├── ContactInfo.go │ ├── DeliveryTemplate.go │ ├── DeliveryTopDto.go │ ├── GenPickupCodeConfigTopDto.go │ ├── GetDeliveryOrderTopResponse.go │ ├── ItemTopDto.go │ ├── JzReceiverTo.go │ ├── JzTopArgs.go │ ├── JzTopDto.go │ ├── Location.go │ ├── LocationTopDto.go │ ├── LogisticsCompany.go │ ├── LogisticsMail.go │ ├── LogisticsNodeTopDto.go │ ├── LogisticsPartner.go │ ├── PackageDto.go │ ├── PartnerDetail.go │ ├── PriorCallDeliveryTopResponse.go │ ├── PullPackageOrderRequest.go │ ├── PullPackageOrderResponse.go │ ├── ReceiverTopDto.go │ ├── ReportExceptionRequest.go │ ├── ResourceDto.go │ ├── ResultDto.go │ ├── ResultWrappe.go │ ├── ResultWrapper.go │ ├── SelectedResourceTopDto.go │ ├── SenderTopDto.go │ ├── Shipping.go │ ├── SingleResultDto.go │ ├── StoreInfo.go │ ├── TaobaoAreasGetAPIRequest.go │ ├── TaobaoAreasGetAPIResponse.go │ ├── TaobaoDeliveryTemplateAddAPIRequest.go │ ├── TaobaoDeliveryTemplateAddAPIResponse.go │ ├── TaobaoDeliveryTemplateDeleteAPIRequest.go │ ├── TaobaoDeliveryTemplateDeleteAPIResponse.go │ ├── TaobaoDeliveryTemplateGetAPIRequest.go │ ├── TaobaoDeliveryTemplateGetAPIResponse.go │ ├── TaobaoDeliveryTemplateUpdateAPIRequest.go │ ├── TaobaoDeliveryTemplateUpdateAPIResponse.go │ ├── TaobaoDeliveryTemplatesGetAPIRequest.go │ ├── TaobaoDeliveryTemplatesGetAPIResponse.go │ ├── TaobaoLogisticsCompaniesGetAPIRequest.go │ ├── TaobaoLogisticsCompaniesGetAPIResponse.go │ ├── TaobaoLogisticsConsignOrderCreateandsendAPIRequest.go │ ├── TaobaoLogisticsConsignOrderCreateandsendAPIResponse.go │ ├── TaobaoLogisticsDummySendAPIRequest.go │ ├── TaobaoLogisticsDummySendAPIResponse.go │ ├── TaobaoLogisticsInstantTraceSearchAPIRequest.go │ ├── TaobaoLogisticsInstantTraceSearchAPIResponse.go │ ├── TaobaoLogisticsInstantTraceSearchResult.go │ ├── TaobaoLogisticsOnlineCancelAPIRequest.go │ ├── TaobaoLogisticsOnlineCancelAPIResponse.go │ ├── TaobaoLogisticsOnlineConfirmAPIRequest.go │ ├── TaobaoLogisticsOnlineConfirmAPIResponse.go │ ├── TaobaoLogisticsOnlineSendAPIRequest.go │ ├── TaobaoLogisticsOnlineSendAPIResponse.go │ ├── TaobaoLogisticsOrderCreateAPIRequest.go │ ├── TaobaoLogisticsOrderCreateAPIResponse.go │ ├── TaobaoLogisticsOrdersDetailGetAPIRequest.go │ ├── TaobaoLogisticsOrdersDetailGetAPIResponse.go │ ├── TaobaoLogisticsOrdersGetAPIRequest.go │ ├── TaobaoLogisticsOrdersGetAPIResponse.go │ ├── TaobaoLogisticsPartnersGetAPIRequest.go │ ├── TaobaoLogisticsPartnersGetAPIResponse.go │ ├── TaobaoLogisticsTraceGetAPIRequest.go │ ├── TaobaoLogisticsTraceGetAPIResponse.go │ ├── TaobaoLogisticsTraceSearchAPIRequest.go │ ├── TaobaoLogisticsTraceSearchAPIResponse.go │ ├── TaobaoLogisticsWmsPackagedeliveryorderConfirmAPIRequest.go │ ├── TaobaoLogisticsWmsPackagedeliveryorderConfirmAPIResponse.go │ ├── TaobaoLogisticsWmsPackagedeliveryorderPullAPIRequest.go │ ├── TaobaoLogisticsWmsPackagedeliveryorderPullAPIResponse.go │ ├── TaobaoLogisticsWmsPackageentryorderConfirmAPIRequest.go │ ├── TaobaoLogisticsWmsPackageentryorderConfirmAPIResponse.go │ ├── TaobaoLogisticsWmsPackageentryorderPullAPIRequest.go │ ├── TaobaoLogisticsWmsPackageentryorderPullAPIResponse.go │ ├── TaobaoLogisticsWmsPackageexceptionReportAPIRequest.go │ ├── TaobaoLogisticsWmsPackageexceptionReportAPIResponse.go │ ├── TaobaoWlbOrderJzConsignAPIRequest.go │ ├── TaobaoWlbOrderJzConsignAPIResponse.go │ ├── TaobaoWlbOrderJzQueryAPIRequest.go │ ├── TaobaoWlbOrderJzQueryAPIResponse.go │ ├── TaobaoWlbStoresBaseinfoGetAPIRequest.go │ ├── TaobaoWlbStoresBaseinfoGetAPIResponse.go │ ├── TopConsignGoodsRequest.go │ ├── TopConsignPkgRequest.go │ ├── TopFee.go │ ├── TopLogisticsMailDto.go │ ├── TopLogisticsNodeDto.go │ ├── Tpdto.go │ ├── TransitStepInfo.go │ ├── TransitStepResult.go │ ├── WriteOffGoodsDto.go │ ├── WriteOffOrderDto.go │ └── doc.go ├── tbrefund │ ├── Address.go │ ├── CombineSubItemDo.go │ ├── Dispute.go │ ├── MaxRefundFee.go │ ├── Operation.go │ ├── PicUrl.go │ ├── QueryRefundStatusResponse.go │ ├── Reason.go │ ├── Refund.go │ ├── RefundDetail.go │ ├── RefundMappingResult.go │ ├── RefundMessage.go │ ├── RefundQueryByOrderIdRequest.go │ ├── RefundRemindTimeout.go │ ├── TaobaoRefundDetailGetAPIRequest.go │ ├── TaobaoRefundDetailGetAPIResponse.go │ ├── TaobaoRefundGetAPIRequest.go │ ├── TaobaoRefundGetAPIResponse.go │ ├── TaobaoRefundMessageAddAPIRequest.go │ ├── TaobaoRefundMessageAddAPIResponse.go │ ├── TaobaoRefundMessagesGetAPIRequest.go │ ├── TaobaoRefundMessagesGetAPIResponse.go │ ├── TaobaoRefundNegotiatereturnAPIRequest.go │ ├── TaobaoRefundNegotiatereturnAPIResponse.go │ ├── TaobaoRefundNegotiatereturnRenderAPIRequest.go │ ├── TaobaoRefundNegotiatereturnRenderAPIResponse.go │ ├── TaobaoRefundRefusereasonGetAPIRequest.go │ ├── TaobaoRefundRefusereasonGetAPIResponse.go │ ├── TaobaoRefundStatusGetAPIRequest.go │ ├── TaobaoRefundStatusGetAPIResponse.go │ ├── TaobaoRefundStatusGetResultSet.go │ ├── TaobaoRefundsApplyGetAPIRequest.go │ ├── TaobaoRefundsApplyGetAPIResponse.go │ ├── TaobaoRpRefundInterceptAPIRequest.go │ ├── TaobaoRpRefundInterceptAPIResponse.go │ ├── TaobaoRpRefundReviewAPIRequest.go │ ├── TaobaoRpRefundReviewAPIResponse.go │ ├── TaobaoRpRefundsAgreeAPIRequest.go │ ├── TaobaoRpRefundsAgreeAPIResponse.go │ ├── TaobaoRpReturngoodsAgreeAPIRequest.go │ ├── TaobaoRpReturngoodsAgreeAPIResponse.go │ ├── TaobaoRpReturngoodsRefillAPIRequest.go │ ├── TaobaoRpReturngoodsRefillAPIResponse.go │ ├── TaobaoRpReturngoodsRefuseAPIRequest.go │ ├── TaobaoRpReturngoodsRefuseAPIResponse.go │ ├── TaobaoSpecialRefundGetAPIRequest.go │ ├── TaobaoSpecialRefundGetAPIResponse.go │ ├── TaobaoSpecialRefundsReceiveGetAPIRequest.go │ ├── TaobaoSpecialRefundsReceiveGetAPIResponse.go │ ├── TmallDisputeReceiveGetAPIRequest.go │ ├── TmallDisputeReceiveGetAPIResponse.go │ ├── TmallDisputeReceiveGetResultSet.go │ └── doc.go ├── tbtrade │ ├── AddressDetail.go │ ├── AgreeRefundCheck.go │ ├── AlibabaTaobaoUdSmartMonitorUrlCreateAPIRequest.go │ ├── AlibabaTaobaoUdSmartMonitorUrlCreateAPIResponse.go │ ├── AlibabaTaobaoUdSmartOrderCollectCartDetailPullAPIRequest.go │ ├── AlibabaTaobaoUdSmartOrderCollectCartDetailPullAPIResponse.go │ ├── AlibabaTaobaoUdSmartOrderDetailPullAPIRequest.go │ ├── AlibabaTaobaoUdSmartOrderDetailPullAPIResponse.go │ ├── AlibabaUdUdsmartdataGetAPIRequest.go │ ├── AlibabaUdUdsmartdataGetAPIResponse.go │ ├── AppBillQueryRequest.go │ ├── AssembleOrder.go │ ├── BillDetailInfo.go │ ├── CallBackResultDto.go │ ├── CombineConsignInfo.go │ ├── CombineLogisticsDetail.go │ ├── CombineSubItemDo.go │ ├── DeliveryPlan.go │ ├── ExpandCardInfo.go │ ├── IdentifyInfo.go │ ├── IdentifyLogisticsInfo.go │ ├── IdentifyServiceInfo.go │ ├── LogisticServiceTag.go │ ├── LogisticsAgreement.go │ ├── LogisticsConsignInfo.go │ ├── LogisticsInfo.go │ ├── LogisticsModifyInfo.go │ ├── LogisticsTag.go │ ├── MonitorUrlTopDto.go │ ├── MonitorUrlTopRequestDto.go │ ├── Order.go │ ├── OrderAmount.go │ ├── OrderAssembleResponse.go │ ├── OrderDetailCursorTopDTO2.go │ ├── OrderDetailCursorTopDto.go │ ├── OrderGroup.go │ ├── OrderGroupResponse.go │ ├── OrderMerge.go │ ├── OrderQuery.go │ ├── OrderTopCursorQueryDTO2.go │ ├── OrderTopCursorQueryDto.go │ ├── PackageGoodsDetail.go │ ├── PromotionDetail.go │ ├── Receiver.go │ ├── ReceiverQuery.go │ ├── SecretNo.go │ ├── SecretNoExtendRequest.go │ ├── SellerBillQueryRequest.go │ ├── SendGoodsDetail.go │ ├── ServiceOrder.go │ ├── ShipInfo.go │ ├── SortInfo.go │ ├── StepPayDetail.go │ ├── TaobaoFulfillmentOrderAssembleAPIRequest.go │ ├── TaobaoFulfillmentOrderAssembleAPIResponse.go │ ├── TaobaoTopOaidClientDecryptAPIRequest.go │ ├── TaobaoTopOaidClientDecryptAPIResponse.go │ ├── TaobaoTopOaidDecryptAPIRequest.go │ ├── TaobaoTopOaidDecryptAPIResponse.go │ ├── TaobaoTopOaidMergeAPIRequest.go │ ├── TaobaoTopOaidMergeAPIResponse.go │ ├── TaobaoTopOnceTokenGetAPIRequest.go │ ├── TaobaoTopOnceTokenGetAPIResponse.go │ ├── TaobaoTopSecretAppkeyBillDetailAPIRequest.go │ ├── TaobaoTopSecretAppkeyBillDetailAPIResponse.go │ ├── TaobaoTopSecretBillDetailAPIRequest.go │ ├── TaobaoTopSecretBillDetailAPIResponse.go │ ├── TaobaoTopSecretExtendAPIRequest.go │ ├── TaobaoTopSecretExtendAPIResponse.go │ ├── TaobaoTradeAmountGetAPIRequest.go │ ├── TaobaoTradeAmountGetAPIResponse.go │ ├── TaobaoTradeCloseAPIRequest.go │ ├── TaobaoTradeCloseAPIResponse.go │ ├── TaobaoTradeConfirmfeeGetAPIRequest.go │ ├── TaobaoTradeConfirmfeeGetAPIResponse.go │ ├── TaobaoTradeFullinfoGetAPIRequest.go │ ├── TaobaoTradeFullinfoGetAPIResponse.go │ ├── TaobaoTradeInvoiceAmountGetAPIRequest.go │ ├── TaobaoTradeInvoiceAmountGetAPIResponse.go │ ├── TaobaoTradeMemoAddAPIRequest.go │ ├── TaobaoTradeMemoAddAPIResponse.go │ ├── TaobaoTradeMemoUpdateAPIRequest.go │ ├── TaobaoTradeMemoUpdateAPIResponse.go │ ├── TaobaoTradeOrderskuUpdateAPIRequest.go │ ├── TaobaoTradeOrderskuUpdateAPIResponse.go │ ├── TaobaoTradePostageUpdateAPIRequest.go │ ├── TaobaoTradePostageUpdateAPIResponse.go │ ├── TaobaoTradeReceivetimeDelayAPIRequest.go │ ├── TaobaoTradeReceivetimeDelayAPIResponse.go │ ├── TaobaoTradeShippingaddressUpdateAPIRequest.go │ ├── TaobaoTradeShippingaddressUpdateAPIResponse.go │ ├── TaobaoTradesSoldGetAPIRequest.go │ ├── TaobaoTradesSoldGetAPIResponse.go │ ├── TaobaoTradesSoldIncrementGetAPIRequest.go │ ├── TaobaoTradesSoldIncrementGetAPIResponse.go │ ├── TaobaoTradesSoldIncrementvGetAPIRequest.go │ ├── TaobaoTradesSoldIncrementvGetAPIResponse.go │ ├── TaobaoTradesSoldQueryAPIRequest.go │ ├── TaobaoTradesSoldQueryAPIResponse.go │ ├── Trade.go │ ├── TradeAmount.go │ ├── TradeConfirmFee.go │ ├── TradeExt.go │ ├── UDSmartServiceRequest.go │ └── doc.go ├── tbuser │ ├── BuyerOrder.go │ ├── OpenUidInfo.go │ ├── TaobaoUserAvatarGetAPIRequest.go │ ├── TaobaoUserAvatarGetAPIResponse.go │ ├── TaobaoUserBuyerGetAPIRequest.go │ ├── TaobaoUserBuyerGetAPIResponse.go │ ├── TaobaoUserOpenuidGetbynickAPIRequest.go │ ├── TaobaoUserOpenuidGetbynickAPIResponse.go │ ├── TaobaoUserOpenuidGetbyorderAPIRequest.go │ ├── TaobaoUserOpenuidGetbyorderAPIResponse.go │ ├── TaobaoUserSellerGetAPIRequest.go │ ├── TaobaoUserSellerGetAPIResponse.go │ ├── User.go │ ├── UserCredit.go │ └── doc.go ├── ticket │ ├── AlitripTicketProductQueryAPIRequest.go │ ├── AlitripTicketProductQueryAPIResponse.go │ ├── AlitripTicketProductUploadAPIRequest.go │ ├── AlitripTicketProductUploadAPIResponse.go │ ├── AlitripTicketRuleQueryAPIRequest.go │ ├── AlitripTicketRuleQueryAPIResponse.go │ ├── AlitripTicketRuleUploadAPIRequest.go │ ├── AlitripTicketRuleUploadAPIResponse.go │ ├── AlitripTicketRuleUploadResultSet.go │ ├── AlitripTicketScenicBindAPIRequest.go │ ├── AlitripTicketScenicBindAPIResponse.go │ ├── AlitripTicketScenicQueryAPIRequest.go │ ├── AlitripTicketScenicQueryAPIResponse.go │ ├── AlitripTicketSkusBatchUploadAPIRequest.go │ ├── AlitripTicketSkusBatchUploadAPIResponse.go │ ├── AlitripTicketSkusUploadAPIRequest.go │ ├── AlitripTicketSkusUploadAPIResponse.go │ ├── CodeSendingInfo.go │ ├── DateInventory.go │ ├── ItemEleCertInfo.go │ ├── PriceRule.go │ ├── Product.go │ ├── Scenic.go │ ├── ScenicAndProductResult.go │ ├── TicketItemResult.go │ ├── TicketPriceRule.go │ ├── TicketRuleParam.go │ ├── TicketScenicResult.go │ ├── TicketSimpleSkuParam.go │ ├── TopTicketItemFullinfoResult.go │ ├── TopTicketRuleResult.go │ └── doc.go ├── tmallcampus │ ├── StudentDto.go │ ├── TmallCampusAuthstatusQueryAPIRequest.go │ ├── TmallCampusAuthstatusQueryAPIResponse.go │ ├── TmallCampusAuthstatusQueryResult.go │ └── doc.go ├── tmallcar │ ├── AliAutoResult.go │ ├── AreaDto.go │ ├── AuthCheckReq.go │ ├── AutoFinanceDto.go │ ├── AutoShopDto.go │ ├── BaseResult.go │ ├── CarLeasePostSchemeDto.go │ ├── CarLeasePostSchemeSynchronizeDto.go │ ├── CarOrderDetailDto.go │ ├── CarPayOrderDto.go │ ├── CarSubOrderDetailDto.go │ ├── CarSubPayOrderDto.go │ ├── CarefreeDetailInfoDto.go │ ├── CarefreeDetailQueryReq.go │ ├── CheckEticketAvailableCommand.go │ ├── CheckReceiptOrderIsPaid4IsvDto.go │ ├── ConfirmOrderQrCode4IsvDto.go │ ├── ConsumeEticketCommand.go │ ├── CreditLoanStatusSyncReq.go │ ├── CreditLoanStatusSyncResp.go │ ├── CreditReceiveDto.go │ ├── DaSouEticketVerifyResultDto.go │ ├── DeliveryAddressDto.go │ ├── EticketInfoDto.go │ ├── EticketStoreInfoDto.go │ ├── FinanceDetailInfoDto.go │ ├── FinanceDetailQueryReq.go │ ├── FullInfoCarModelDto.go │ ├── Item4IsvDto.go │ ├── LoanReceiveDto.go │ ├── LogisticsTraceReq.go │ ├── ModifyRestPaymentCommand.go │ ├── OrderItem4IsvDto.go │ ├── PageResult.go │ ├── PurchaseUserDto.go │ ├── ResourceMetaCommand.go │ ├── ResultVo.go │ ├── ServiceReceiptInfo4IsvDto.go │ ├── SignContractReq.go │ ├── SingleOrderDetailQuery.go │ ├── StoreServiceItem4IsvDto.go │ ├── SyncInfoReq.go │ ├── TaobaoCarVehicleinfoRegisterAPIRequest.go │ ├── TaobaoCarVehicleinfoRegisterAPIResponse.go │ ├── TmallAliautoAutofinanceCreditReceiveAPIRequest.go │ ├── TmallAliautoAutofinanceCreditReceiveAPIResponse.go │ ├── TmallAliautoAutofinanceLoanReceiveAPIRequest.go │ ├── TmallAliautoAutofinanceLoanReceiveAPIResponse.go │ ├── TmallAliautoEticketConsumeAPIRequest.go │ ├── TmallAliautoEticketConsumeAPIResponse.go │ ├── TmallAliautoEticketStatusAPIRequest.go │ ├── TmallAliautoEticketStatusAPIResponse.go │ ├── TmallAliautoEticketStoreGetAPIRequest.go │ ├── TmallAliautoEticketStoreGetAPIResponse.go │ ├── TmallAliautoFulfillmentAuthCheckAPIRequest.go │ ├── TmallAliautoFulfillmentAuthCheckAPIResponse.go │ ├── TmallAliautoFulfillmentContractSignAPIRequest.go │ ├── TmallAliautoFulfillmentContractSignAPIResponse.go │ ├── TmallAliautoFulfillmentDeliverySynAPIRequest.go │ ├── TmallAliautoFulfillmentDeliverySynAPIResponse.go │ ├── TmallAliautoMetaReceiveAPIRequest.go │ ├── TmallAliautoMetaReceiveAPIResponse.go │ ├── TmallAliautoMetaReceiveResult.go │ ├── TmallAliautoOrderQrcodeAPIRequest.go │ ├── TmallAliautoOrderQrcodeAPIResponse.go │ ├── TmallAliautoReceiptOrderCheckAPIRequest.go │ ├── TmallAliautoReceiptOrderCheckAPIResponse.go │ ├── TmallAliautoReceiptStateUpdateAPIRequest.go │ ├── TmallAliautoReceiptStateUpdateAPIResponse.go │ ├── TmallAliautoServiceItemGetAPIRequest.go │ ├── TmallAliautoServiceItemGetAPIResponse.go │ ├── TmallAliautoServiceReceiptGetAPIRequest.go │ ├── TmallAliautoServiceReceiptGetAPIResponse.go │ ├── TmallAliautoTradeCarEticketAvailableCheckAPIRequest.go │ ├── TmallAliautoTradeCarEticketAvailableCheckAPIResponse.go │ ├── TmallAliautoTradeCarEticketConsumeAPIRequest.go │ ├── TmallAliautoTradeCarEticketConsumeAPIResponse.go │ ├── TmallAliautoTradeCarOrderGetAPIRequest.go │ ├── TmallAliautoTradeCarOrderGetAPIResponse.go │ ├── TmallAliautoTradeRestpayfeeModifyAPIRequest.go │ ├── TmallAliautoTradeRestpayfeeModifyAPIResponse.go │ ├── TmallAliautoWisdomdataOmidRecieveAPIRequest.go │ ├── TmallAliautoWisdomdataOmidRecieveAPIResponse.go │ ├── TmallCarCarefreeDetailGetAPIRequest.go │ ├── TmallCarCarefreeDetailGetAPIResponse.go │ ├── TmallCarFinanceDetailGetAPIRequest.go │ ├── TmallCarFinanceDetailGetAPIResponse.go │ ├── TmallCarFinanceStatusSyncAPIRequest.go │ ├── TmallCarFinanceStatusSyncAPIResponse.go │ ├── TmallCarLeaseCitysynchronizeAPIRequest.go │ ├── TmallCarLeaseCitysynchronizeAPIResponse.go │ ├── TmallCarLeaseContractdownloadAPIRequest.go │ ├── TmallCarLeaseContractdownloadAPIResponse.go │ ├── TmallCarLeaseExceptionflowsynchronizeAPIRequest.go │ ├── TmallCarLeaseExceptionflowsynchronizeAPIResponse.go │ ├── TmallCarLeaseOrderidGetAPIRequest.go │ ├── TmallCarLeaseOrderidGetAPIResponse.go │ ├── TmallCarLeasePayforcustomerAPIRequest.go │ ├── TmallCarLeasePayforcustomerAPIResponse.go │ ├── TmallCarLeasePostsynchronizeAPIRequest.go │ ├── TmallCarLeasePostsynchronizeAPIResponse.go │ ├── TmallCarLeaseQueryloanplansAPIRequest.go │ ├── TmallCarLeaseQueryloanplansAPIResponse.go │ ├── TmallCarLeaseStatussynchronizeAPIRequest.go │ ├── TmallCarLeaseStatussynchronizeAPIResponse.go │ ├── TmallCarOrderQueryAPIRequest.go │ ├── TmallCarOrderQueryAPIResponse.go │ ├── TmallCarXcarSynchronizeCarLineDataAPIRequest.go │ ├── TmallCarXcarSynchronizeCarLineDataAPIResponse.go │ ├── TmallCarXcarSynchronizeCarLinePicsDataAPIRequest.go │ ├── TmallCarXcarSynchronizeCarLinePicsDataAPIResponse.go │ ├── TmallCarXcarSynchronizeCarModelDataAPIRequest.go │ ├── TmallCarXcarSynchronizeCarModelDataAPIResponse.go │ ├── TopOrderDto.go │ ├── TopOrderQuery.go │ ├── TradeItemDto.go │ ├── TradeItemSkuDto.go │ ├── XCarSysLineDto.go │ ├── XCarSysLinePicsDto.go │ ├── XCarSysModelDto.go │ └── doc.go ├── tmallcarenter │ ├── ChasisVehicleInfoOriginalDto.go │ ├── OriginVehicleInfoDto.go │ ├── TmallCarcenterVehicleChasisInsertAPIRequest.go │ ├── TmallCarcenterVehicleChasisInsertAPIResponse.go │ ├── TmallCarcenterVehicleChasisInsertResult.go │ ├── TmallCarcenterVehicleCvmappingInsertAPIRequest.go │ ├── TmallCarcenterVehicleCvmappingInsertAPIResponse.go │ ├── TmallCarcenterVehicleCvmappingInsertResult.go │ ├── TmallCarcenterVehicleVersionInsertAPIRequest.go │ ├── TmallCarcenterVehicleVersionInsertAPIResponse.go │ ├── TmallCarcenterVehicleVersionInsertResult.go │ ├── TmallCarcenterVehicleinfoRegisterAPIRequest.go │ ├── TmallCarcenterVehicleinfoRegisterAPIResponse.go │ ├── TmallCarcenterVehicleinfoRegisterResult.go │ ├── VersionVehicleInfoOriginalDto.go │ └── doc.go ├── tmallchannel │ ├── PageResultDto.go │ ├── ProductSkuTopDto.go │ ├── ProductTopDto.go │ ├── TaobaoChannelTradePrepayOfflineAddAPIRequest.go │ ├── TaobaoChannelTradePrepayOfflineAddAPIResponse.go │ ├── TaobaoChannelTradePrepayOfflineAddResultTopDo.go │ ├── TaobaoChannelTradePrepayOfflineReduceAPIRequest.go │ ├── TaobaoChannelTradePrepayOfflineReduceAPIResponse.go │ ├── TaobaoChannelTradePrepayOfflineReduceResultTopDo.go │ ├── TmallChannelProductsQueryAPIRequest.go │ ├── TmallChannelProductsQueryAPIResponse.go │ ├── TmallChannelTradeOrderGetAPIRequest.go │ ├── TmallChannelTradeOrderGetAPIResponse.go │ ├── TmallChannelTradeOrderGetsAPIRequest.go │ ├── TmallChannelTradeOrderGetsAPIResponse.go │ ├── TmallChannelTradeRefundorderGetsAPIRequest.go │ ├── TmallChannelTradeRefundorderGetsAPIResponse.go │ ├── TopChannelLogisticsOrderDto.go │ ├── TopChannelPurchaseOrderDto.go │ ├── TopChannelRefundDto.go │ ├── TopChannelSubPurchaseOrderDto.go │ ├── TopOfflineAddPrepayDto.go │ ├── TopOfflineReducePrepayDto.go │ ├── TopPurchasePayOrderDto.go │ └── doc.go ├── tmallcms │ ├── LLBApiResult.go │ ├── SpreadLinkDo.go │ ├── TmallMarketingLiuliangbaoSpreadlinkCreateAPIRequest.go │ ├── TmallMarketingLiuliangbaoSpreadlinkCreateAPIResponse.go │ └── doc.go ├── tmallfcbox │ ├── TmallFcboxNotifyAPIRequest.go │ ├── TmallFcboxNotifyAPIResponse.go │ ├── TmallFcboxNotifyResult.go │ └── doc.go ├── tmallgenie │ ├── AiCloudResult.go │ ├── Alarm.go │ ├── AlarmMusic.go │ ├── AlibabaAiContentBusinessGetThirdCycleVipStatusAPIRequest.go │ ├── AlibabaAiContentBusinessGetThirdCycleVipStatusAPIResponse.go │ ├── AlibabaAiContentBusinessSendPlanQueryAPIRequest.go │ ├── AlibabaAiContentBusinessSendPlanQueryAPIResponse.go │ ├── AlibabaAiContentBusinessSendPlanReceiveAPIRequest.go │ ├── AlibabaAiContentBusinessSendPlanReceiveAPIResponse.go │ ├── AlibabaAiContentBusinessSupplyChargeAPIRequest.go │ ├── AlibabaAiContentBusinessSupplyChargeAPIResponse.go │ ├── AlibabaAiContentBusinessSupplyChargeBizResult.go │ ├── AlibabaAiUserQuickBindAPIRequest.go │ ├── AlibabaAiUserQuickBindAPIResponse.go │ ├── AlibabaAiUserQuickRegisterAPIRequest.go │ ├── AlibabaAiUserQuickRegisterAPIResponse.go │ ├── AlibabaAiUserQuickTokenBindAPIRequest.go │ ├── AlibabaAiUserQuickTokenBindAPIResponse.go │ ├── AlibabaAilabsAligenieDeviceRegisterAPIRequest.go │ ├── AlibabaAilabsAligenieDeviceRegisterAPIResponse.go │ ├── AlibabaAilabsAligenieOpencontentPushAPIRequest.go │ ├── AlibabaAilabsAligenieOpencontentPushAPIResponse.go │ ├── AlibabaAilabsAligenieOpencontentPushResult.go │ ├── AlibabaAilabsAligenieOpencontentScenepushAPIRequest.go │ ├── AlibabaAilabsAligenieOpencontentScenepushAPIResponse.go │ ├── AlibabaAilabsAligenieOpenvideoPushAPIRequest.go │ ├── AlibabaAilabsAligenieOpenvideoPushAPIResponse.go │ ├── AlibabaAilabsAligenieOpenvideoScenepushAPIRequest.go │ ├── AlibabaAilabsAligenieOpenvideoScenepushAPIResponse.go │ ├── AlibabaAilabsAligenieOpenvideoalbumScenepushAPIRequest.go │ ├── AlibabaAilabsAligenieOpenvideoalbumScenepushAPIResponse.go │ ├── AlibabaAilabsAligenieSkillEntityImportAPIRequest.go │ ├── AlibabaAilabsAligenieSkillEntityImportAPIResponse.go │ ├── AlibabaAilabsAligenieSkillMessagePushAPIRequest.go │ ├── AlibabaAilabsAligenieSkillMessagePushAPIResponse.go │ ├── AlibabaAilabsAligenieVideoalbumPushAPIRequest.go │ ├── AlibabaAilabsAligenieVideoalbumPushAPIResponse.go │ ├── AlibabaAilabsBotsSkilsListAPIRequest.go │ ├── AlibabaAilabsBotsSkilsListAPIResponse.go │ ├── AlibabaAilabsIotCloudDeviceReportAPIRequest.go │ ├── AlibabaAilabsIotCloudDeviceReportAPIResponse.go │ ├── AlibabaAilabsIotDeviceControlNotifyAPIRequest.go │ ├── AlibabaAilabsIotDeviceControlNotifyAPIResponse.go │ ├── AlibabaAilabsIotDeviceListGetAPIRequest.go │ ├── AlibabaAilabsIotDeviceListGetAPIResponse.go │ ├── AlibabaAilabsIotDeviceListGetResult.go │ ├── AlibabaAilabsIotDeviceMeshEventInvokeAPIRequest.go │ ├── AlibabaAilabsIotDeviceMeshEventInvokeAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthDeviceGetcodeAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthDeviceGetcodeAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthDeviceQrcodeStaticbindAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthDeviceQrcodeStaticbindAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthDeviceQrcodeStaticbindResult.go │ ├── AlibabaAilabsTmallgenieAuthDeviceValidauthcodeAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthDeviceValidauthcodeAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthDeviceValidauthcodeResult.go │ ├── AlibabaAilabsTmallgenieAuthDeviceWithmacQrcodeGetAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthDeviceWithmacQrcodeGetAPIResponse.go │ ├── AlibabaAilabsTmallgenieAuthDeviceWithshortQrcodeGetAPIRequest.go │ ├── AlibabaAilabsTmallgenieAuthDeviceWithshortQrcodeGetAPIResponse.go │ ├── AlibabaAilabsTmallgenieSdkDeviceIssupportsdkAPIRequest.go │ ├── AlibabaAilabsTmallgenieSdkDeviceIssupportsdkAPIResponse.go │ ├── AlibabaAilabsTmallgenieSdkDeviceIssupportsdkResult.go │ ├── AlibabaAilabsTmallgenieThirdTelecomAutoauthAPIRequest.go │ ├── AlibabaAilabsTmallgenieThirdTelecomAutoauthAPIResponse.go │ ├── AlibabaAilabsTmallgenieThirdTelecomPushrenderAPIRequest.go │ ├── AlibabaAilabsTmallgenieThirdTelecomPushrenderAPIResponse.go │ ├── AlibabaAilabsTmallgenieThirdTelecomPushrenderResult.go │ ├── AlibabaAilabsTmallgenieThirdUnicomShenyanOperAPIRequest.go │ ├── AlibabaAilabsTmallgenieThirdUnicomShenyanOperAPIResponse.go │ ├── AlibabaAilabsTmallgenieThirdUnicomShenyanOperResult.go │ ├── AlibabaAliyunAicloudIotVisionSaasCtccJiangsuCloudWatcherStatusUpdateAPIRequest.go │ ├── AlibabaAliyunAicloudIotVisionSaasCtccJiangsuCloudWatcherStatusUpdateAPIResponse.go │ ├── AlibabaAliyunAicloudIotVisionSaasCtccJiangsuKeySecretUpdateAPIRequest.go │ ├── AlibabaAliyunAicloudIotVisionSaasCtccJiangsuKeySecretUpdateAPIResponse.go │ ├── AlibabaIotDeviceCorpusGetAPIRequest.go │ ├── AlibabaIotDeviceCorpusGetAPIResponse.go │ ├── AuthResultVo.go │ ├── Author.go │ ├── BaseResult.go │ ├── BatchContent.go │ ├── BotSkillsRelInfo.go │ ├── CloudReportParam.go │ ├── ConverterIdRequest.go │ ├── CreateAlarmParam.go │ ├── DeviceCorpusTopDto.go │ ├── DeviceSecretInfo.go │ ├── Dtcancelrequest.go │ ├── Dtcancelresponse.go │ ├── Dtreturnmessage.go │ ├── ImageUrl.go │ ├── IotCommonDeviceProperty.go │ ├── IotCommonHeader.go │ ├── LivingGenericEventDto.go │ ├── Meeting.go │ ├── MemberChargeRequest.go │ ├── MessageBroadcastRequest.go │ ├── MessageSendTarget.go │ ├── MessageUnicastRequest.go │ ├── Note.go │ ├── NotifyVehicleControlParams.go │ ├── OnceSchedule.go │ ├── OpenContent.go │ ├── OpenInfoResponse.go │ ├── OpsCommonResult.go │ ├── PageResult.go │ ├── Payload.go │ ├── PlayUrl.go │ ├── PurchaseCircleInfoForOuterDto.go │ ├── PurchaseForOuterDto.go │ ├── PurchaseReceiveReturnDto.go │ ├── PurchaseSendPlanDto.go │ ├── RawSingleVideo.go │ ├── RawVideoAlbum.go │ ├── RetValue.go │ ├── ScheduleDto.go │ ├── ScheduleInfo.go │ ├── ServiceProvider.go │ ├── SimpleTextImportResult.go │ ├── StatutoryWorkingDaySchedule.go │ ├── TaobaoAilabAicloudTopEarthquakeSendAPIRequest.go │ ├── TaobaoAilabAicloudTopEarthquakeSendAPIResponse.go │ ├── TaobaoAilabAicloudTopIdListConverterAPIRequest.go │ ├── TaobaoAilabAicloudTopIdListConverterAPIResponse.go │ ├── TaobaoAilabAicloudTopIdListConverterResult.go │ ├── TaobaoAilabAicloudTopMemoAlarmCreateAPIRequest.go │ ├── TaobaoAilabAicloudTopMemoAlarmCreateAPIResponse.go │ ├── TaobaoAilabAicloudTopMemoAlarmDeleteAPIRequest.go │ ├── TaobaoAilabAicloudTopMemoAlarmDeleteAPIResponse.go │ ├── TaobaoAilabAicloudTopMemoAlarmDeleteResult.go │ ├── TaobaoAilabAicloudTopMemoAlarmListAPIRequest.go │ ├── TaobaoAilabAicloudTopMemoAlarmListAPIResponse.go │ ├── TaobaoAilabAicloudTopMemoAlarmListResult.go │ ├── TaobaoAilabAicloudTopMemoMeetingDeleteAPIRequest.go │ ├── TaobaoAilabAicloudTopMemoMeetingDeleteAPIResponse.go │ ├── TaobaoAilabAicloudTopMemoMeetingDeleteResult.go │ ├── TaobaoAilabAicloudTopMemoMeetingListAPIRequest.go │ ├── TaobaoAilabAicloudTopMemoMeetingListAPIResponse.go │ ├── TaobaoAilabAicloudTopMemoMeetingListResult.go │ ├── TaobaoAilabAicloudTopMemoNoteDeleteAPIRequest.go │ ├── TaobaoAilabAicloudTopMemoNoteDeleteAPIResponse.go │ ├── TaobaoAilabAicloudTopMemoNoteDeleteResult.go │ ├── TaobaoAilabAicloudTopMemoNoteListAPIRequest.go │ ├── TaobaoAilabAicloudTopMemoNoteListAPIResponse.go │ ├── TaobaoAilabAicloudTopMemoNoteListResult.go │ ├── TaobaoAilabAicloudTopMessagePushAPIRequest.go │ ├── TaobaoAilabAicloudTopMessagePushAPIResponse.go │ ├── TaobaoAilabAicloudTopMessagePushUnicastAPIRequest.go │ ├── TaobaoAilabAicloudTopMessagePushUnicastAPIResponse.go │ ├── TaobaoAilabAicloudTopMessageSendaudioAPIRequest.go │ ├── TaobaoAilabAicloudTopMessageSendaudioAPIResponse.go │ ├── TaobaoAilabAicloudTopMessageSendtextAPIRequest.go │ ├── TaobaoAilabAicloudTopMessageSendtextAPIResponse.go │ ├── TaobaoAilabAicloudTopMusicSearchAPIRequest.go │ ├── TaobaoAilabAicloudTopMusicSearchAPIResponse.go │ ├── TaobaoAilabAicloudTopSkilsListAPIRequest.go │ ├── TaobaoAilabAicloudTopSkilsListAPIResponse.go │ ├── TaobaoTmallgenieHotelplayerpauseAPIRequest.go │ ├── TaobaoTmallgenieHotelplayerpauseAPIResponse.go │ ├── TaobaoTmallgenieHotelwelcomeAPIRequest.go │ ├── TaobaoTmallgenieHotelwelcomeAPIResponse.go │ ├── TmallTmjlappSapServiceorderCancelAPIRequest.go │ ├── TmallTmjlappSapServiceorderCancelAPIResponse.go │ ├── UnionIdInfo.go │ ├── VipCycleThirdVipStatusRequest.go │ ├── WeeklySchedule.go │ └── doc.go ├── tmallgeniescp │ ├── AbstractRequest.go │ ├── AlibabaTmallgenieScpLocationGetAPIRequest.go │ ├── AlibabaTmallgenieScpLocationGetAPIResponse.go │ ├── AlibabaTmallgenieScpLocationGetData.go │ ├── AlibabaTmallgenieScpPlanBomUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanBomUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanChannelGetAPIRequest.go │ ├── AlibabaTmallgenieScpPlanChannelGetAPIResponse.go │ ├── AlibabaTmallgenieScpPlanChannelQuoteUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanChannelQuoteUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanConsensusDemandUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanConsensusDemandUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanConsensusDemandUploadResult.go │ ├── AlibabaTmallgenieScpPlanCorrectSupplierQuoteRawUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanCorrectSupplierQuoteRawUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanCorrectSupplierQuoteUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanCorrectSupplierQuoteUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanCtomConsensusDemandUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanCtomConsensusDemandUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanCurrentPoGetAPIRequest.go │ ├── AlibabaTmallgenieScpPlanCurrentPoGetAPIResponse.go │ ├── AlibabaTmallgenieScpPlanCurrentRawpoGetAPIRequest.go │ ├── AlibabaTmallgenieScpPlanCurrentRawpoGetAPIResponse.go │ ├── AlibabaTmallgenieScpPlanFeedbackOemUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanFeedbackOemUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanFeedbackRawUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanFeedbackRawUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanForecastOemUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanForecastOemUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanForecastRawUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanForecastRawUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanInventorQtyGetAPIRequest.go │ ├── AlibabaTmallgenieScpPlanInventorQtyGetAPIResponse.go │ ├── AlibabaTmallgenieScpPlanLocationQuoteUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanLocationQuoteUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanMaterialPurchaseAttrGetAPIRequest.go │ ├── AlibabaTmallgenieScpPlanMaterialPurchaseAttrGetAPIResponse.go │ ├── AlibabaTmallgenieScpPlanMaterielGetAPIRequest.go │ ├── AlibabaTmallgenieScpPlanMaterielGetAPIResponse.go │ ├── AlibabaTmallgenieScpPlanMouthfourUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanMouthfourUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanNetdemandRawUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanNetdemandRawUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanNetdemandUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanNetdemandUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanRawpoGapReturnAPIRequest.go │ ├── AlibabaTmallgenieScpPlanRawpoGapReturnAPIResponse.go │ ├── AlibabaTmallgenieScpPlanSaleQtyGetAPIRequest.go │ ├── AlibabaTmallgenieScpPlanSaleQtyGetAPIResponse.go │ ├── AlibabaTmallgenieScpPlanSaleforcastPmMonthUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanSaleforcastPmMonthUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanSaleforcastPmUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanSaleforcastPmUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanSaleforcastSalerUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanSaleforcastSalerUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanSkuSupplierQuoteUploadAPIRequest.go │ ├── AlibabaTmallgenieScpPlanSkuSupplierQuoteUploadAPIResponse.go │ ├── AlibabaTmallgenieScpPlanSummarySaleQtyGetAPIRequest.go │ ├── AlibabaTmallgenieScpPlanSummarySaleQtyGetAPIResponse.go │ ├── BomDto.go │ ├── C2MConsensusDemandParamDto.go │ ├── C2MConsensusDemandRequest.go │ ├── ChannelQuotaDto.go │ ├── ConsensusDemandParamDto.go │ ├── ConsensusDemandRequest.go │ ├── CurrentQuotaDto.go │ ├── DataResult.go │ ├── IbpChannelDto.go │ ├── IbpInventoryQuantityDto.go │ ├── IbpMaterielDto.go │ ├── IbpPurchaseOrderDto.go │ ├── IbpSaleDto.go │ ├── LTMopMqpDto.go │ ├── MonthFourPrParamDto.go │ ├── MonthFourPrRequest.go │ ├── NetDemandDto.go │ ├── NetDemandRawDto.go │ ├── NetDemandRawRequest.go │ ├── NetDemandRequest.go │ ├── RawPurchaseOrderGapDto.go │ ├── RawPurchaseOrderGapRequest.go │ ├── SalesForecastParamDto.go │ ├── SalesForecastRequest.go │ ├── SupplierFeedbackDto.go │ ├── SupplierForecastParamDto.go │ ├── SupplierForecastRawParamDto.go │ ├── SupplierForecastRawRequest.go │ ├── SupplierForecastRequest.go │ └── doc.go ├── tmallhk │ ├── AwdcHrd.go │ ├── AwdcInfo.go │ ├── AwdcNgtc.go │ ├── AwdcShipment.go │ ├── BrokenOrderItemInfo.go │ ├── CCICCheckCodeDo.go │ ├── CertifyQueryResult.go │ ├── ClearanceDataDo.go │ ├── ClearanceLogisticsOrderDo.go │ ├── ClearanceOrderLineDo.go │ ├── ClearanceOrderRequest.go │ ├── ClearancePayOrderDo.go │ ├── ClearanceTaxDo.go │ ├── ConsigneeCertifyInfo.go │ ├── CtsCarriage.go │ ├── CtsDelivery.go │ ├── CtsInfo.go │ ├── CtsNgtc.go │ ├── CtsRing.go │ ├── CtsShipment.go │ ├── DataResult.go │ ├── OrderCertRequest.go │ ├── OrderCertify.go │ ├── OrderCertifyResponse.go │ ├── OrderClearanceInfoRequest.go │ ├── SupplierBreakOrderRequest.go │ ├── TaobaoCcoSelfCoordinateBreakOrderAPIRequest.go │ ├── TaobaoCcoSelfCoordinateBreakOrderAPIResponse.go │ ├── TaobaoCcoSelfCoordinateHandleFinishAPIRequest.go │ ├── TaobaoCcoSelfCoordinateHandleFinishAPIResponse.go │ ├── TicketOrderUpdator.go │ ├── TmallHkClearanceCertificationGetAPIRequest.go │ ├── TmallHkClearanceCertificationGetAPIResponse.go │ ├── TmallHkClearanceDistributionGetAPIRequest.go │ ├── TmallHkClearanceDistributionGetAPIResponse.go │ ├── TmallHkClearanceGetAPIRequest.go │ ├── TmallHkClearanceGetAPIResponse.go │ ├── TmallHkClearanceInfoSendAPIRequest.go │ ├── TmallHkClearanceInfoSendAPIResponse.go │ ├── TmallHkClearanceOrderGetAPIRequest.go │ ├── TmallHkClearanceOrderGetAPIResponse.go │ ├── TmallTraceplatformAwdcInfoUploadAPIRequest.go │ ├── TmallTraceplatformAwdcInfoUploadAPIResponse.go │ ├── TmallTraceplatformCcicTracecodeCheckAPIRequest.go │ ├── TmallTraceplatformCcicTracecodeCheckAPIResponse.go │ ├── TmallTraceplatformCtsInfoUploadAPIRequest.go │ ├── TmallTraceplatformCtsInfoUploadAPIResponse.go │ ├── TmallTraceplatformCtsOrderStopAPIRequest.go │ ├── TmallTraceplatformCtsOrderStopAPIResponse.go │ ├── TmallTraceplatformTicketOrderUploadAPIRequest.go │ ├── TmallTraceplatformTicketOrderUploadAPIResponse.go │ ├── TmallTraceplatformTicketPictureUploadAPIRequest.go │ ├── TmallTraceplatformTicketPictureUploadAPIResponse.go │ ├── TraceInfo.go │ └── doc.go ├── tmallitem │ ├── TmallBrand.go │ ├── TmallCat.go │ ├── TmallExtendSearchItem.go │ ├── TmallItemsExtendSearchAPIRequest.go │ ├── TmallItemsExtendSearchAPIResponse.go │ └── doc.go ├── tmallnr │ ├── AlibabaLsyCrmActivityDataUpdateAPIRequest.go │ ├── AlibabaLsyCrmActivityDataUpdateAPIResponse.go │ ├── AlibabaLsyCrmActivityDataUpdateResultDo.go │ ├── AlibabaLsyCrmActivityGetAPIRequest.go │ ├── AlibabaLsyCrmActivityGetAPIResponse.go │ ├── AlibabaLsyCrmActivityGetResultDo.go │ ├── AlibabaLsyCrmActivityGetbaseinfoAPIRequest.go │ ├── AlibabaLsyCrmActivityGetbaseinfoAPIResponse.go │ ├── AlibabaLsyCrmActivityGetbaseinfoResultDo.go │ ├── AlibabaLsyCrmActivityPageUpdateAPIRequest.go │ ├── AlibabaLsyCrmActivityPageUpdateAPIResponse.go │ ├── AlibabaLsyCrmActivityPageUpdateResultDo.go │ ├── AlibabaLsyCrmActivitySellerinfoAPIRequest.go │ ├── AlibabaLsyCrmActivitySellerinfoAPIResponse.go │ ├── AlibabaLsyCrmActivityStoreGetstorelistAPIRequest.go │ ├── AlibabaLsyCrmActivityStoreGetstorelistAPIResponse.go │ ├── AlibabaLsyCrmActivityUpdateAPIRequest.go │ ├── AlibabaLsyCrmActivityUpdateAPIResponse.go │ ├── AlibabaLsyCrmActivityUpdateResultDo.go │ ├── AlibabaLsyCrmCustomerAddAPIRequest.go │ ├── AlibabaLsyCrmCustomerAddAPIResponse.go │ ├── AlibabaLsyCrmCustomerAddNewAPIRequest.go │ ├── AlibabaLsyCrmCustomerAddNewAPIResponse.go │ ├── AlibabaLsyCrmCustomerAddNewResultDo.go │ ├── AlibabaLsyCrmCustomerAddResultDo.go │ ├── AlibabaLsyCrmCustomerAppointAPIRequest.go │ ├── AlibabaLsyCrmCustomerAppointAPIResponse.go │ ├── CrmAppointActivityReq.go │ ├── Errmsg.go │ ├── InventoryUpdateRespDto.go │ ├── NewRetailResult.go │ ├── NrCancelFulfillReqDto.go │ ├── NrDeliveryBriefStatusDto.go │ ├── NrFetchCodeDto.go │ ├── NrFetchCodeQueryRespDto.go │ ├── NrInventoryCheckDetailDto.go │ ├── NrInventoryUpdateReqDto.go │ ├── NrLogisticsInfoSynReqDto.go │ ├── NrOrderDto.go │ ├── NrResult.go │ ├── NrServiceRangeResponseDto.go │ ├── NrStoreGoodsReadyReqDto.go │ ├── NrStoreGoodsReadyRespDto.go │ ├── NrStoreInvItemInitialReqDto.go │ ├── NrTimingFulfillDetailQueryRespDto.go │ ├── NrTimingOrderSoldQueryReqDto.go │ ├── NrTimingOrderSoldQueryRespDto.go │ ├── NrZqsGoodsReadyReqDto.go │ ├── NrZqsPauseInfoDto.go │ ├── NrZqsPlanDetailInfoDto.go │ ├── NrZqsPlanRespDto.go │ ├── NrtCertificateInstanceQueryDto.go │ ├── NrtCertificateInstanceResponseDto.go │ ├── NrtCertificateSendDto.go │ ├── NrtCouponSendDto.go │ ├── NrtCouponTemplateDto.go │ ├── NrtCrmActivityDetailDto.go │ ├── NrtCrmActivityDto.go │ ├── NrtCrmActivityPageCreateReq.go │ ├── NrtCrmActivityStatisticsDataReq.go │ ├── NrtCrmBenefitDto.go │ ├── NrtCrmCreateCustomerReq.go │ ├── NrtCrmLiveDto.go │ ├── NrtCrmSceneActivityDto.go │ ├── NrtCrmSellerInfoDto.go │ ├── NrtQueryActivityReq.go │ ├── NrtQueryStoreReq.go │ ├── NrtRecordDto.go │ ├── NrtStoreDto.go │ ├── NrtUpdateActivityReq.go │ ├── PageData.go │ ├── PageResultDo.go │ ├── Point.go │ ├── Points.go │ ├── ResultData.go │ ├── ResultDo.go │ ├── SendCouponResponse.go │ ├── StoreDto.go │ ├── StoreInvetoryDto.go │ ├── SyncServiceRangeRequestDto.go │ ├── TagReqDto.go │ ├── TagRespDto.go │ ├── TmallNrFulfillCancelAPIRequest.go │ ├── TmallNrFulfillCancelAPIResponse.go │ ├── TmallNrFulfillCancelReasonQueryAPIRequest.go │ ├── TmallNrFulfillCancelReasonQueryAPIResponse.go │ ├── TmallNrFulfillLogisticsConsignAPIRequest.go │ ├── TmallNrFulfillLogisticsConsignAPIResponse.go │ ├── TmallNrFulfillLogisticsQueryAPIRequest.go │ ├── TmallNrFulfillLogisticsQueryAPIResponse.go │ ├── TmallNrFulfillLogisticsSyncAPIRequest.go │ ├── TmallNrFulfillLogisticsSyncAPIResponse.go │ ├── TmallNrFulfillOrderQueryAPIRequest.go │ ├── TmallNrFulfillOrderQueryAPIResponse.go │ ├── TmallNrFulfillSoldOrderlistQueryAPIRequest.go │ ├── TmallNrFulfillSoldOrderlistQueryAPIResponse.go │ ├── TmallNrInventoryInitialAPIRequest.go │ ├── TmallNrInventoryInitialAPIResponse.go │ ├── TmallNrInventoryUpdateAPIRequest.go │ ├── TmallNrInventoryUpdateAPIResponse.go │ ├── TmallNrItemTagOpsAPIRequest.go │ ├── TmallNrItemTagOpsAPIResponse.go │ ├── TmallNrNoticeGoodsReadyAPIRequest.go │ ├── TmallNrNoticeGoodsReadyAPIResponse.go │ ├── TmallNrOrderLogisInfoAPIRequest.go │ ├── TmallNrOrderLogisInfoAPIResponse.go │ ├── TmallNrOrderQueryJstAPIRequest.go │ ├── TmallNrOrderQueryJstAPIResponse.go │ ├── TmallNrSellerStorerangeReadAPIRequest.go │ ├── TmallNrSellerStorerangeReadAPIResponse.go │ ├── TmallNrSellerStorerangeSyncAPIRequest.go │ ├── TmallNrSellerStorerangeSyncAPIResponse.go │ ├── TmallNrSoldOrderlistQueryJstAPIRequest.go │ ├── TmallNrSoldOrderlistQueryJstAPIResponse.go │ ├── TmallNrZqsPlanQueryAPIRequest.go │ ├── TmallNrZqsPlanQueryAPIResponse.go │ ├── TmallNrtCertificateQueryAPIRequest.go │ ├── TmallNrtCertificateQueryAPIResponse.go │ ├── TmallNrtCertificateQueryResult.go │ ├── TmallNrtCertificateSendAPIRequest.go │ ├── TmallNrtCertificateSendAPIResponse.go │ ├── TmallNrtCertificateSendResult.go │ ├── TmallNrtCouponInstanceQueryAPIRequest.go │ ├── TmallNrtCouponInstanceQueryAPIResponse.go │ ├── TmallNrtCouponInstanceQueryResult.go │ ├── TmallNrtCouponTemplateQueryAPIRequest.go │ ├── TmallNrtCouponTemplateQueryAPIResponse.go │ ├── TmallNrtCouponTemplateQueryResult.go │ ├── TmallNrtNewcouponSendAPIRequest.go │ ├── TmallNrtNewcouponSendAPIResponse.go │ ├── TmallNrtNewcouponSendResult.go │ ├── TradeOrderDetailDto.go │ └── doc.go ├── tmallsc │ ├── AlibabaDchainMiaoshifuCustomerComplaintsPutAPIRequest.go │ ├── AlibabaDchainMiaoshifuCustomerComplaintsPutAPIResponse.go │ ├── AlibabaMsfserviceAuditsUpdateAPIRequest.go │ ├── AlibabaMsfserviceAuditsUpdateAPIResponse.go │ ├── AlibabaMsfserviceAuditsUpdateResult.go │ ├── AlibabaMsfserviceWorkerQueryidAPIRequest.go │ ├── AlibabaMsfserviceWorkerQueryidAPIResponse.go │ ├── AlibabaMsfserviceWorkerQueryidResult.go │ ├── AlibabaServiceSettlementQueryAPIRequest.go │ ├── AlibabaServiceSettlementQueryAPIResponse.go │ ├── AlibabaServicecenterWorkcardConfirmedskuQueryAPIRequest.go │ ├── AlibabaServicecenterWorkcardConfirmedskuQueryAPIResponse.go │ ├── AlibabaServicecenterWorkcardConfirmedskuQueryResult.go │ ├── AlibabaServicecenterWorkcardEvaluateAPIRequest.go │ ├── AlibabaServicecenterWorkcardEvaluateAPIResponse.go │ ├── AlibabaServicecenterWorkcardEvaluateResult.go │ ├── AlibabaServicecenterWorkcardRelatedskuQueryAPIRequest.go │ ├── AlibabaServicecenterWorkcardRelatedskuQueryAPIResponse.go │ ├── AlibabaServicecenterWorkcardRelatedskuQueryResult.go │ ├── AlibabaServicecenterWorkcardServiceskuSuggestAPIRequest.go │ ├── AlibabaServicecenterWorkcardServiceskuSuggestAPIResponse.go │ ├── AlibabaSscBusinessServicepriceQueryAPIRequest.go │ ├── AlibabaSscBusinessServicepriceQueryAPIResponse.go │ ├── AlibabaSscBusinessServicepriceQueryResult.go │ ├── AlibabaSscPurchaseProductQueryAPIRequest.go │ ├── AlibabaSscPurchaseProductQueryAPIResponse.go │ ├── AlibabaSscPurchaseServicedefinitionParamQueryAPIRequest.go │ ├── AlibabaSscPurchaseServicedefinitionParamQueryAPIResponse.go │ ├── AlibabaTmallSparepartsDetailsCreateAPIRequest.go │ ├── AlibabaTmallSparepartsDetailsCreateAPIResponse.go │ ├── ApplicationInfoDto.go │ ├── BuyerRefuseAcceptRequest.go │ ├── CreateLogisticsOrderRequest.go │ ├── Datalist.go │ ├── FulfilplatformResult.go │ ├── IdentifyTaskDeliveryRequest.go │ ├── PagedResult.go │ ├── ReserveAuditRequest.go │ ├── ReserveOpenConditionDelDto.go │ ├── ReserveOpenConditionDto.go │ ├── ResultBase.go │ ├── ServiceCallRecordCO.go │ ├── ServiceContent.go │ ├── ServiceDefinition.go │ ├── ServiceInsuranceCallbackRequest.go │ ├── ServicePriceLine.go │ ├── ServicePriceQueryRequest.go │ ├── ServicePriceQueryResponse.go │ ├── ServiceProduct.go │ ├── ServiceProperty.go │ ├── ServiceRateMessageQueryCmd.go │ ├── SparePartsDetailsSaveRequest.go │ ├── SparePartsInfoDto.go │ ├── TmallFuwuRateGetAPIRequest.go │ ├── TmallFuwuRateGetAPIResponse.go │ ├── TmallFuwuRateGetResult.go │ ├── TmallSerivcecenterServicerorderInsuranceCallbackAPIRequest.go │ ├── TmallSerivcecenterServicerorderInsuranceCallbackAPIResponse.go │ ├── TmallSerivcecenterWorkcardInsuranceClaimAPIRequest.go │ ├── TmallSerivcecenterWorkcardInsuranceClaimAPIResponse.go │ ├── TmallServicecenterAnomalyrecourseCloseAPIRequest.go │ ├── TmallServicecenterAnomalyrecourseCloseAPIResponse.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationAdmitAPIRequest.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationAdmitAPIResponse.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationAdmitResult.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationAppealAPIRequest.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationAppealAPIResponse.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationAppealResult.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationCloseAPIRequest.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationCloseAPIResponse.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationCloseResult.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationCreateAPIRequest.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationCreateAPIResponse.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationCreateResult.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationQuestioncodeQueryAPIRequest.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationQuestioncodeQueryAPIResponse.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationQuestioncodeQueryResult.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationResponseAPIRequest.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationResponseAPIResponse.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationResponseResult.go │ ├── TmallServicecenterAnomalyrecourseRemarkUpdateAPIRequest.go │ ├── TmallServicecenterAnomalyrecourseRemarkUpdateAPIResponse.go │ ├── TmallServicecenterAnomalyrecourseSearchAPIRequest.go │ ├── TmallServicecenterAnomalyrecourseSearchAPIResponse.go │ ├── TmallServicecenterCallrecordQueryAPIRequest.go │ ├── TmallServicecenterCallrecordQueryAPIResponse.go │ ├── TmallServicecenterCallrecordQueryResult.go │ ├── TmallServicecenterReservecondCreateAPIRequest.go │ ├── TmallServicecenterReservecondCreateAPIResponse.go │ ├── TmallServicecenterReservecondDeleteAPIRequest.go │ ├── TmallServicecenterReservecondDeleteAPIResponse.go │ ├── TmallServicecenterReservecondUpdateAPIRequest.go │ ├── TmallServicecenterReservecondUpdateAPIResponse.go │ ├── TmallServicecenterServicestoreCreateservicestorecapacityAPIRequest.go │ ├── TmallServicecenterServicestoreCreateservicestorecapacityAPIResponse.go │ ├── TmallServicecenterServicestoreCreateservicestorecoverserviceAPIRequest.go │ ├── TmallServicecenterServicestoreCreateservicestorecoverserviceAPIResponse.go │ ├── TmallServicecenterServicestoreDeleteservicestorecapacityAPIRequest.go │ ├── TmallServicecenterServicestoreDeleteservicestorecapacityAPIResponse.go │ ├── TmallServicecenterServicestoreUpdateservicestorecapacityAPIRequest.go │ ├── TmallServicecenterServicestoreUpdateservicestorecapacityAPIResponse.go │ ├── TmallServicecenterServicestoreUpdateservicestorecoverserviceAPIRequest.go │ ├── TmallServicecenterServicestoreUpdateservicestorecoverserviceAPIResponse.go │ ├── TmallServicecenterWorkcardDeliveryAPIRequest.go │ ├── TmallServicecenterWorkcardDeliveryAPIResponse.go │ ├── TmallServicecenterWorkcardLogisticsinfoCreateAPIRequest.go │ ├── TmallServicecenterWorkcardLogisticsinfoCreateAPIResponse.go │ ├── TmallServicecenterWorkcardLogisticsinfoUpdateAPIRequest.go │ ├── TmallServicecenterWorkcardLogisticsinfoUpdateAPIResponse.go │ ├── TmallServicecenterWorkcardRefuseAPIRequest.go │ ├── TmallServicecenterWorkcardRefuseAPIResponse.go │ ├── TmallServicecenterWorkcardServiceprogressUpdateAPIRequest.go │ ├── TmallServicecenterWorkcardServiceprogressUpdateAPIResponse.go │ ├── TmallServicecenterWorkcardTpconfirmAPIRequest.go │ ├── TmallServicecenterWorkcardTpconfirmAPIResponse.go │ ├── TmallWorkcardIdentifyAPIRequest.go │ ├── TmallWorkcardIdentifyAPIResponse.go │ ├── TmallWorkcardIdentifyResult.go │ ├── TpConfirmRequest.go │ ├── TpSuggestServiceSkuInfoDto.go │ ├── UpdateServiceProgressRequest.go │ ├── Value.go │ ├── VerifyRequestDto.go │ ├── WorkcardInsuranceCallbackRequest.go │ ├── WorkerCustomerComplaintSaveCmd.go │ └── doc.go ├── tmallservice │ ├── AcceptWorkcardRequest.go │ ├── AddressDto.go │ ├── AlibabaMallitemcenterEntitledserviceSupplierQueryAPIRequest.go │ ├── AlibabaMallitemcenterEntitledserviceSupplierQueryAPIResponse.go │ ├── AlibabaMallitemcenterEntitledserviceSupplierQueryResult.go │ ├── AlibabaServicecenterFulfiltaskBuyeraddressChangeAPIRequest.go │ ├── AlibabaServicecenterFulfiltaskBuyeraddressChangeAPIResponse.go │ ├── AlibabaServicecenterFulfiltaskBuyeraddressChangeResult.go │ ├── AlibabaServicecenterFulfiltaskCreateAPIRequest.go │ ├── AlibabaServicecenterFulfiltaskCreateAPIResponse.go │ ├── AlibabaServicecenterFulfiltaskCreateResult.go │ ├── AlibabaServicecenterFulfiltaskQueryAPIRequest.go │ ├── AlibabaServicecenterFulfiltaskQueryAPIResponse.go │ ├── AlibabaServicecenterIdentifytaskCreateAPIRequest.go │ ├── AlibabaServicecenterIdentifytaskCreateAPIResponse.go │ ├── AlibabaServicecenterSpserviceorderQueryAPIRequest.go │ ├── AlibabaServicecenterSpserviceorderQueryAPIResponse.go │ ├── AlibabaServicecenterSpserviceorderQueryResult.go │ ├── AlibabaServicecenterSpserviceorderUpdateAPIRequest.go │ ├── AlibabaServicecenterSpserviceorderUpdateAPIResponse.go │ ├── AlibabaServicecenterSpserviceorderUpdateResult.go │ ├── AlibabaServicecenterWorkcardCancelAPIRequest.go │ ├── AlibabaServicecenterWorkcardCancelAPIResponse.go │ ├── AlibabaServicecenterWorkcardCreateAPIRequest.go │ ├── AlibabaServicecenterWorkcardCreateAPIResponse.go │ ├── AlibabaServicecenterWorkcardServiceprogressUpdateAPIRequest.go │ ├── AlibabaServicecenterWorkcardServiceprogressUpdateAPIResponse.go │ ├── AlibabaSscServicecenterServicestoreQueryAPIRequest.go │ ├── AlibabaSscServicecenterServicestoreQueryAPIResponse.go │ ├── AlibabaSscServicecenterServicestoreQueryResult.go │ ├── AlibabaSscSupplyplatformServiceInventoryEditAPIRequest.go │ ├── AlibabaSscSupplyplatformServiceInventoryEditAPIResponse.go │ ├── AlibabaSscSupplyplatformServiceInventoryEditResult.go │ ├── AlibabaSscSupplyplatformServiceInventoryQueryAPIRequest.go │ ├── AlibabaSscSupplyplatformServiceInventoryQueryAPIResponse.go │ ├── AlibabaSscSupplyplatformServiceInventoryQueryResult.go │ ├── AlibabaSscSupplyplatformServiceabilityDeleteAPIRequest.go │ ├── AlibabaSscSupplyplatformServiceabilityDeleteAPIResponse.go │ ├── AlibabaSscSupplyplatformServiceabilityDeleteResult.go │ ├── AlibabaSscSupplyplatformServiceabilitySaveAPIRequest.go │ ├── AlibabaSscSupplyplatformServiceabilitySaveAPIResponse.go │ ├── AlibabaSscSupplyplatformServiceabilitySaveResult.go │ ├── AlibabaSscSupplyplatformServicecapacityDeleteAPIRequest.go │ ├── AlibabaSscSupplyplatformServicecapacityDeleteAPIResponse.go │ ├── AlibabaSscSupplyplatformServicecapacityDeleteResult.go │ ├── AlibabaSscSupplyplatformServicecapacitySaveAPIRequest.go │ ├── AlibabaSscSupplyplatformServicecapacitySaveAPIResponse.go │ ├── AlibabaSscSupplyplatformServicecapacitySaveResult.go │ ├── AlibabaSscSupplyplatformServicedefinitionQueryskuAPIRequest.go │ ├── AlibabaSscSupplyplatformServicedefinitionQueryskuAPIResponse.go │ ├── AlibabaSscSupplyplatformServicedefinitionQueryskuResult.go │ ├── AlibabaSscSupplyplatformServicestoreOfflineAPIRequest.go │ ├── AlibabaSscSupplyplatformServicestoreOfflineAPIResponse.go │ ├── AlibabaSscSupplyplatformServicestoreOfflineResult.go │ ├── AlibabaSscSupplyplatformServicestoreSaveAPIRequest.go │ ├── AlibabaSscSupplyplatformServicestoreSaveAPIResponse.go │ ├── AlibabaSscSupplyplatformServicestoreSaveResult.go │ ├── AlibabaSscSupplyplatformServiceworkerAvailableworkerAPIRequest.go │ ├── AlibabaSscSupplyplatformServiceworkerAvailableworkerAPIResponse.go │ ├── AlibabaSscSupplyplatformServiceworkerAvailableworkerResult.go │ ├── AlibabaSscSupplyplatformServiceworkerCancelleaveAPIRequest.go │ ├── AlibabaSscSupplyplatformServiceworkerCancelleaveAPIResponse.go │ ├── AlibabaSscSupplyplatformServiceworkerCancelleaveResult.go │ ├── AlibabaSscSupplyplatformServiceworkerQuitservicestoreAPIRequest.go │ ├── AlibabaSscSupplyplatformServiceworkerQuitservicestoreAPIResponse.go │ ├── AlibabaSscSupplyplatformServiceworkerQuitservicestoreResult.go │ ├── AlibabaSscSupplyplatformServiceworkerRegisterAPIRequest.go │ ├── AlibabaSscSupplyplatformServiceworkerRegisterAPIResponse.go │ ├── AlibabaSscSupplyplatformServiceworkerRegisterResult.go │ ├── AlibabaSscSupplyplatformServiceworkerSaveAPIRequest.go │ ├── AlibabaSscSupplyplatformServiceworkerSaveAPIResponse.go │ ├── AlibabaSscSupplyplatformServiceworkerSaveResult.go │ ├── AlibabaSscSupplyplatformServiceworkerWokrerleaveAPIRequest.go │ ├── AlibabaSscSupplyplatformServiceworkerWokrerleaveAPIResponse.go │ ├── AlibabaSscSupplyplatformServiceworkerWokrerleaveResult.go │ ├── AvailableWorkerQueryForTopReqDto.go │ ├── BillList.go │ ├── Buyer.go │ ├── BuyerDto.go │ ├── CapacityTaskQueryDto.go │ ├── CustomerInfo.go │ ├── DayQuantity.go │ ├── DivisionDto.go │ ├── Double.go │ ├── EditDetailInventoryRequest.go │ ├── EnableServiceStoreRequestDto.go │ ├── ErrorMessage.go │ ├── ExpressDto.go │ ├── FeeInfo.go │ ├── FeeList.go │ ├── FulfilInsuranceTaskResponse.go │ ├── FulfilplatformResult.go │ ├── JoinedStore.go │ ├── MasterTradeOrder.go │ ├── MasterTradeOrderDto.go │ ├── MemoDto.go │ ├── OnePagedDataList.go │ ├── PageResult.go │ ├── Paged.go │ ├── PagedResult.go │ ├── PictureInfoTo.go │ ├── ReassignStoreRequest.go │ ├── RefundWorkCardTo.go │ ├── ReservationDto.go │ ├── ResultBase.go │ ├── ResultData.go │ ├── ServiceCapacityAdjustReqDto.go │ ├── ServiceContractDo.go │ ├── ServiceContractPacket.go │ ├── ServiceDefinition.go │ ├── ServiceDefinitionDto.go │ ├── ServiceMonitorMessage.go │ ├── ServiceProvider.go │ ├── ServiceProviderDto.go │ ├── ServiceSkuDto.go │ ├── ServiceSkuPriceList.go │ ├── ServiceStoreCreateDto.go │ ├── ServiceStoreCreateResp.go │ ├── ServiceStoreDto.go │ ├── ServiceStoreSaveForTopReqDto.go │ ├── ServiceTaskDo.go │ ├── ServiceTaskPacket.go │ ├── ServiceTradeOrder.go │ ├── ServiceTradeOrderDto.go │ ├── ServiceTypeDtOs.go │ ├── ServiceTypeDto.go │ ├── SettleAdjustmentRequest.go │ ├── SettleAdjustmentResp.go │ ├── SettleAdjustmentResponse.go │ ├── SettlementPriceFactor.go │ ├── SimpleServiceSkuDtOs.go │ ├── SpServiceOrderDto.go │ ├── Spb2bOderQuery.go │ ├── SscClaimInfoDto.go │ ├── StoreOfferPriceDto.go │ ├── SubscribeMerchantDto.go │ ├── SupplyCategoryWorkerDto.go │ ├── SupplyConfigRuleDto.go │ ├── SupplyLevelWorkerDto.go │ ├── SuspendServiceDo.go │ ├── TmallFuwuHomedecorationSupplyruleCategoryworkerlistAPIRequest.go │ ├── TmallFuwuHomedecorationSupplyruleCategoryworkerlistAPIResponse.go │ ├── TmallFuwuHomedecorationSupplyruleCategoryworkerlistResult.go │ ├── TmallFuwuHomedecorationSupplyruleListAPIRequest.go │ ├── TmallFuwuHomedecorationSupplyruleListAPIResponse.go │ ├── TmallFuwuHomedecorationSupplyruleListResult.go │ ├── TmallFuwuHomedecorationWorkerlevelListAPIRequest.go │ ├── TmallFuwuHomedecorationWorkerlevelListAPIResponse.go │ ├── TmallFuwuHomedecorationWorkerlevelListResult.go │ ├── TmallFuwuServiceitemListAPIRequest.go │ ├── TmallFuwuServiceitemListAPIResponse.go │ ├── TmallFuwuServiceitemListResult.go │ ├── TmallMallitemcenterServiceproductQueryAPIRequest.go │ ├── TmallMallitemcenterServiceproductQueryAPIResponse.go │ ├── TmallMallitemcenterServiceproductQueryResult.go │ ├── TmallMallitemcenterSubscribeQueryAPIRequest.go │ ├── TmallMallitemcenterSubscribeQueryAPIResponse.go │ ├── TmallMallitemcenterSubscribeQueryResult.go │ ├── TmallMallitemcenterSupplierAbilityUpdateAPIRequest.go │ ├── TmallMallitemcenterSupplierAbilityUpdateAPIResponse.go │ ├── TmallMallitemcenterSupplierAbilityUpdateResult.go │ ├── TmallMallitemcenterSupplierPriceUploadAPIRequest.go │ ├── TmallMallitemcenterSupplierPriceUploadAPIResponse.go │ ├── TmallMallitemcenterSupplierPriceUploadResult.go │ ├── TmallMsdClaimQueryAPIRequest.go │ ├── TmallMsdClaimQueryAPIResponse.go │ ├── TmallMsfIdentifyStatusQueryAPIRequest.go │ ├── TmallMsfIdentifyStatusQueryAPIResponse.go │ ├── TmallMsfReservationAPIRequest.go │ ├── TmallMsfReservationAPIResponse.go │ ├── TmallServiceCodeConsumeAPIRequest.go │ ├── TmallServiceCodeConsumeAPIResponse.go │ ├── TmallServiceSettleadjustmentCancelAPIRequest.go │ ├── TmallServiceSettleadjustmentCancelAPIResponse.go │ ├── TmallServiceSettleadjustmentCancelResult.go │ ├── TmallServiceSettleadjustmentGetAPIRequest.go │ ├── TmallServiceSettleadjustmentGetAPIResponse.go │ ├── TmallServiceSettleadjustmentGetResult.go │ ├── TmallServiceSettleadjustmentOperateAPIRequest.go │ ├── TmallServiceSettleadjustmentOperateAPIResponse.go │ ├── TmallServiceSettleadjustmentOperateResult.go │ ├── TmallServiceSettleadjustmentRequestAPIRequest.go │ ├── TmallServiceSettleadjustmentRequestAPIResponse.go │ ├── TmallServiceSettleadjustmentRequestResult.go │ ├── TmallServiceSettlementBillinfoQueryAPIRequest.go │ ├── TmallServiceSettlementBillinfoQueryAPIResponse.go │ ├── TmallServiceSettlementBillinfoQueryResult.go │ ├── TmallServiceSettlementFbBillDetailQueryAPIRequest.go │ ├── TmallServiceSettlementFbBillDetailQueryAPIResponse.go │ ├── TmallServiceSettlementFbBillQueryAPIRequest.go │ ├── TmallServiceSettlementFbBillQueryAPIResponse.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationQuerybyidAPIRequest.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationQuerybyidAPIResponse.go │ ├── TmallServicecenterAnomalyrecourseHomedecorationQuerybyidResult.go │ ├── TmallServicecenterAnomalyrecourseQuerybyidAPIRequest.go │ ├── TmallServicecenterAnomalyrecourseQuerybyidAPIResponse.go │ ├── TmallServicecenterContractsSearchAPIRequest.go │ ├── TmallServicecenterContractsSearchAPIResponse.go │ ├── TmallServicecenterFulfiltaskInsuranceActionAPIRequest.go │ ├── TmallServicecenterFulfiltaskInsuranceActionAPIResponse.go │ ├── TmallServicecenterFulfiltaskInsuranceActionResult.go │ ├── TmallServicecenterIdentifytaskCreateAPIRequest.go │ ├── TmallServicecenterIdentifytaskCreateAPIResponse.go │ ├── TmallServicecenterMsfTasksUpdateAPIRequest.go │ ├── TmallServicecenterMsfTasksUpdateAPIResponse.go │ ├── TmallServicecenterPictureUploadAPIRequest.go │ ├── TmallServicecenterPictureUploadAPIResponse.go │ ├── TmallServicecenterServiceTypeQueryallAPIRequest.go │ ├── TmallServicecenterServiceTypeQueryallAPIResponse.go │ ├── TmallServicecenterServicemonitormessageInfoAPIRequest.go │ ├── TmallServicecenterServicemonitormessageInfoAPIResponse.go │ ├── TmallServicecenterServicemonitormessageSearchAPIRequest.go │ ├── TmallServicecenterServicemonitormessageSearchAPIResponse.go │ ├── TmallServicecenterServicemonitormessageUpdateAPIRequest.go │ ├── TmallServicecenterServicemonitormessageUpdateAPIResponse.go │ ├── TmallServicecenterServicestoreCreateAPIRequest.go │ ├── TmallServicecenterServicestoreCreateAPIResponse.go │ ├── TmallServicecenterServicestoreCreateResult.go │ ├── TmallServicecenterServicestoreCreateservicestoreAPIRequest.go │ ├── TmallServicecenterServicestoreCreateservicestoreAPIResponse.go │ ├── TmallServicecenterServicestoreDeleteservicestoreAPIRequest.go │ ├── TmallServicecenterServicestoreDeleteservicestoreAPIResponse.go │ ├── TmallServicecenterServicestoreDeleteservicestorecoverserviceAPIRequest.go │ ├── TmallServicecenterServicestoreDeleteservicestorecoverserviceAPIResponse.go │ ├── TmallServicecenterServicestoreUpdateAPIRequest.go │ ├── TmallServicecenterServicestoreUpdateAPIResponse.go │ ├── TmallServicecenterServicestoreUpdateResult.go │ ├── TmallServicecenterServicestoreUpdateservicestoreAPIRequest.go │ ├── TmallServicecenterServicestoreUpdateservicestoreAPIResponse.go │ ├── TmallServicecenterServicestoreUpdatestatusAPIRequest.go │ ├── TmallServicecenterServicestoreUpdatestatusAPIResponse.go │ ├── TmallServicecenterServicestoreUpdatestatusResult.go │ ├── TmallServicecenterSettlementStoretransferAuditAPIRequest.go │ ├── TmallServicecenterSettlementStoretransferAuditAPIResponse.go │ ├── TmallServicecenterSpserviceorderCreateAPIRequest.go │ ├── TmallServicecenterSpserviceorderCreateAPIResponse.go │ ├── TmallServicecenterSpserviceorderEpocReceiveAPIRequest.go │ ├── TmallServicecenterSpserviceorderEpocReceiveAPIResponse.go │ ├── TmallServicecenterSpserviceorderEpocTransferAPIRequest.go │ ├── TmallServicecenterSpserviceorderEpocTransferAPIResponse.go │ ├── TmallServicecenterSpserviceorderEpocUploadAPIRequest.go │ ├── TmallServicecenterSpserviceorderEpocUploadAPIResponse.go │ ├── TmallServicecenterSpserviceorderQueryAPIRequest.go │ ├── TmallServicecenterSpserviceorderQueryAPIResponse.go │ ├── TmallServicecenterTaskFeedbacknoneedserviceAPIRequest.go │ ├── TmallServicecenterTaskFeedbacknoneedserviceAPIResponse.go │ ├── TmallServicecenterTaskGetAPIRequest.go │ ├── TmallServicecenterTaskGetAPIResponse.go │ ├── TmallServicecenterTaskQueryrefundAPIRequest.go │ ├── TmallServicecenterTaskQueryrefundAPIResponse.go │ ├── TmallServicecenterTasksSearchAPIRequest.go │ ├── TmallServicecenterTasksSearchAPIResponse.go │ ├── TmallServicecenterWorkcardAssignworkerAPIRequest.go │ ├── TmallServicecenterWorkcardAssignworkerAPIResponse.go │ ├── TmallServicecenterWorkcardAssignworkerResult.go │ ├── TmallServicecenterWorkcardCallRecordAPIRequest.go │ ├── TmallServicecenterWorkcardCallRecordAPIResponse.go │ ├── TmallServicecenterWorkcardCollectAPIRequest.go │ ├── TmallServicecenterWorkcardCollectAPIResponse.go │ ├── TmallServicecenterWorkcardCompleteAPIRequest.go │ ├── TmallServicecenterWorkcardCompleteAPIResponse.go │ ├── TmallServicecenterWorkcardConfirmAPIRequest.go │ ├── TmallServicecenterWorkcardConfirmAPIResponse.go │ ├── TmallServicecenterWorkcardDesensitizationQueryAPIRequest.go │ ├── TmallServicecenterWorkcardDesensitizationQueryAPIResponse.go │ ├── TmallServicecenterWorkcardDesensitizationQueryResult.go │ ├── TmallServicecenterWorkcardEvaluateAPIRequest.go │ ├── TmallServicecenterWorkcardEvaluateAPIResponse.go │ ├── TmallServicecenterWorkcardEvaluateResult.go │ ├── TmallServicecenterWorkcardExpressorderConsignAPIRequest.go │ ├── TmallServicecenterWorkcardExpressorderConsignAPIResponse.go │ ├── TmallServicecenterWorkcardExpressorderCreateAPIRequest.go │ ├── TmallServicecenterWorkcardExpressorderCreateAPIResponse.go │ ├── TmallServicecenterWorkcardExtrachargeCreateAPIRequest.go │ ├── TmallServicecenterWorkcardExtrachargeCreateAPIResponse.go │ ├── TmallServicecenterWorkcardLogisticsorderQueryAPIRequest.go │ ├── TmallServicecenterWorkcardLogisticsorderQueryAPIResponse.go │ ├── TmallServicecenterWorkcardLogisticsorderTpcancelAPIRequest.go │ ├── TmallServicecenterWorkcardLogisticsorderTpcancelAPIResponse.go │ ├── TmallServicecenterWorkcardLogisticsorderUpdateAPIRequest.go │ ├── TmallServicecenterWorkcardLogisticsorderUpdateAPIResponse.go │ ├── TmallServicecenterWorkcardPushAPIRequest.go │ ├── TmallServicecenterWorkcardPushAPIResponse.go │ ├── TmallServicecenterWorkcardQueryAPIRequest.go │ ├── TmallServicecenterWorkcardQueryAPIResponse.go │ ├── TmallServicecenterWorkcardQueryResult.go │ ├── TmallServicecenterWorkcardQuerybysellerAPIRequest.go │ ├── TmallServicecenterWorkcardQuerybysellerAPIResponse.go │ ├── TmallServicecenterWorkcardQuerybysellerResult.go │ ├── TmallServicecenterWorkcardReassignAPIRequest.go │ ├── TmallServicecenterWorkcardReassignAPIResponse.go │ ├── TmallServicecenterWorkcardReassignResult.go │ ├── TmallServicecenterWorkcardRepairprogressUpdateAPIRequest.go │ ├── TmallServicecenterWorkcardRepairprogressUpdateAPIResponse.go │ ├── TmallServicecenterWorkcardRepairprogressUpdateResult.go │ ├── TmallServicecenterWorkcardReserveAPIRequest.go │ ├── TmallServicecenterWorkcardReserveAPIResponse.go │ ├── TmallServicecenterWorkcardReserveResult.go │ ├── TmallServicecenterWorkcardReservefailAPIRequest.go │ ├── TmallServicecenterWorkcardReservefailAPIResponse.go │ ├── TmallServicecenterWorkcardReservefailResult.go │ ├── TmallServicecenterWorkcardSigninAPIRequest.go │ ├── TmallServicecenterWorkcardSigninAPIResponse.go │ ├── TmallServicecenterWorkcardSigninResult.go │ ├── TmallServicecenterWorkcardStatusUpdateAPIRequest.go │ ├── TmallServicecenterWorkcardStatusUpdateAPIResponse.go │ ├── TmallServicecenterWorkcardSuspendAPIRequest.go │ ├── TmallServicecenterWorkcardSuspendAPIResponse.go │ ├── TmallServicecenterWorkcardSuspendResult.go │ ├── TmallServicecenterWorkcardUpdatelogisticsAPIRequest.go │ ├── TmallServicecenterWorkcardUpdatelogisticsAPIResponse.go │ ├── TmallServicecenterWorkcardVerifycodeResendAPIRequest.go │ ├── TmallServicecenterWorkcardVerifycodeResendAPIResponse.go │ ├── TmallServicecenterWorkcardVerifycodeResendResult.go │ ├── TmallServicecenterWorkcardVirtualphoneBindAPIRequest.go │ ├── TmallServicecenterWorkcardVirtualphoneBindAPIResponse.go │ ├── TmallServicecenterWorkerCreateAPIRequest.go │ ├── TmallServicecenterWorkerCreateAPIResponse.go │ ├── TmallServicecenterWorkerDeleteAPIRequest.go │ ├── TmallServicecenterWorkerDeleteAPIResponse.go │ ├── TmallServicecenterWorkerQueryAPIRequest.go │ ├── TmallServicecenterWorkerQueryAPIResponse.go │ ├── TmallServicecenterWorkerQuerycapacitytaskAPIRequest.go │ ├── TmallServicecenterWorkerQuerycapacitytaskAPIResponse.go │ ├── TmallServicecenterWorkerQuerypageAPIRequest.go │ ├── TmallServicecenterWorkerQuerypageAPIResponse.go │ ├── TmallServicecenterWorkerTaglistGetAPIRequest.go │ ├── TmallServicecenterWorkerTaglistGetAPIResponse.go │ ├── TmallServicecenterWorkerUpdateAPIRequest.go │ ├── TmallServicecenterWorkerUpdateAPIResponse.go │ ├── TmallSscSupplyplatformCapacityEditAPIRequest.go │ ├── TmallSscSupplyplatformCapacityEditAPIResponse.go │ ├── TmallSscSupplyplatformCapacityEditResult.go │ ├── TmallSscWorkcardAcceptAPIRequest.go │ ├── TmallSscWorkcardAcceptAPIResponse.go │ ├── TmallSscWorkcardAcceptResult.go │ ├── UpdateAttributeRequest.go │ ├── Value.go │ ├── WorkCardInstallDetail.go │ ├── Workcard.go │ ├── WorkcardBaseRequest.go │ ├── WorkcardBillInfoDto.go │ ├── WorkcardDto.go │ ├── WorkcardExtraChargeCreateTuple.go │ ├── WorkcardOperationDto.go │ ├── WorkcardRequestSource.go │ ├── WorkerCreateDto.go │ ├── WorkerDto.go │ ├── WorkerQuitServiceStoreForTopReqDto.go │ ├── WorkerRegisterForTopReqDto.go │ ├── WorkerSaveForTopReqDto.go │ ├── WorkerServiceAbility.go │ ├── WorkerTag.go │ └── doc.go ├── tmalltrend │ ├── StyleBasicInfoBo.go │ ├── StyleProduceInfoBO.go │ ├── TmallBrandChannelNewItem.go │ ├── TmallBrandItemCouponProtectAPIRequest.go │ ├── TmallBrandItemCouponProtectAPIResponse.go │ ├── TmallBrandItemUploadAPIRequest.go │ ├── TmallBrandItemUploadAPIResponse.go │ ├── TmallTrendStyleBasicinfoUploadAPIRequest.go │ ├── TmallTrendStyleBasicinfoUploadAPIResponse.go │ ├── TmallTrendStyleBindinfoUploadAPIRequest.go │ ├── TmallTrendStyleBindinfoUploadAPIResponse.go │ ├── TmallTrendStyleProduceinfoUploadAPIRequest.go │ ├── TmallTrendStyleProduceinfoUploadAPIResponse.go │ ├── TrendStyleBindInfoBO.go │ └── doc.go ├── tmc │ ├── AlibabaLsyMiniappMsgPushAPIRequest.go │ ├── AlibabaLsyMiniappMsgPushAPIResponse.go │ ├── AlipayXiaodaiUserPermitAPIRequest.go │ ├── AlipayXiaodaiUserPermitAPIResponse.go │ ├── TaobaoTmcGroupAddAPIRequest.go │ ├── TaobaoTmcGroupAddAPIResponse.go │ ├── TaobaoTmcGroupDeleteAPIRequest.go │ ├── TaobaoTmcGroupDeleteAPIResponse.go │ ├── TaobaoTmcGroupsGetAPIRequest.go │ ├── TaobaoTmcGroupsGetAPIResponse.go │ ├── TaobaoTmcMessageProduceAPIRequest.go │ ├── TaobaoTmcMessageProduceAPIResponse.go │ ├── TaobaoTmcMessagesConfirmAPIRequest.go │ ├── TaobaoTmcMessagesConfirmAPIResponse.go │ ├── TaobaoTmcMessagesConsumeAPIRequest.go │ ├── TaobaoTmcMessagesConsumeAPIResponse.go │ ├── TaobaoTmcMessagesProduceAPIRequest.go │ ├── TaobaoTmcMessagesProduceAPIResponse.go │ ├── TaobaoTmcQueueGetAPIRequest.go │ ├── TaobaoTmcQueueGetAPIResponse.go │ ├── TaobaoTmcTopicGroupAddAPIRequest.go │ ├── TaobaoTmcTopicGroupAddAPIResponse.go │ ├── TaobaoTmcTopicGroupDeleteAPIRequest.go │ ├── TaobaoTmcTopicGroupDeleteAPIResponse.go │ ├── TaobaoTmcUserCancelAPIRequest.go │ ├── TaobaoTmcUserCancelAPIResponse.go │ ├── TaobaoTmcUserGetAPIRequest.go │ ├── TaobaoTmcUserGetAPIResponse.go │ ├── TaobaoTmcUserPermitAPIRequest.go │ ├── TaobaoTmcUserPermitAPIResponse.go │ ├── TaobaoTmcUserTopicsGetAPIRequest.go │ ├── TaobaoTmcUserTopicsGetAPIResponse.go │ ├── TmcGroup.go │ ├── TmcMessage.go │ ├── TmcProduceResult.go │ ├── TmcPublishMessage.go │ ├── TmcQueueInfo.go │ ├── TmcUser.go │ └── doc.go ├── tmic │ ├── AnswerBo.go │ ├── ItemBo.go │ ├── OpenOptionResult.go │ ├── OptionBo.go │ ├── OptionItemBo.go │ ├── QuestionBo.go │ ├── SubQuestionBo.go │ ├── SubQuestionItemBo.go │ ├── TmallTmicQuestionnaireAnswerPushAPIRequest.go │ ├── TmallTmicQuestionnaireAnswerPushAPIResponse.go │ ├── TmallTmicQuestionnaireAnswerSubmitAPIRequest.go │ ├── TmallTmicQuestionnaireAnswerSubmitAPIResponse.go │ ├── TmallTmicQuestionnaireOptionGetAPIRequest.go │ ├── TmallTmicQuestionnaireOptionGetAPIResponse.go │ ├── TmallTmicQuestionnaireSurveyGetAPIRequest.go │ ├── TmallTmicQuestionnaireSurveyGetAPIResponse.go │ ├── TmallTmicQuestionnaireSurveyGetResult.go │ └── doc.go ├── topoaid │ ├── AuthScopeCheckRequest.go │ ├── AuthScopeCheckResponse.go │ ├── CrmPrivacyResponse.go │ ├── IsPrivacyPackageRequest.go │ ├── IsPrivacyPackageResponse.go │ ├── PackageInfo.go │ ├── QueryPackageListRequest.go │ ├── TaobaoCrmHistoryOmidGetAPIRequest.go │ ├── TaobaoCrmHistoryOmidGetAPIResponse.go │ ├── TaobaoCrmHistoryOuidGetAPIRequest.go │ ├── TaobaoCrmHistoryOuidGetAPIResponse.go │ ├── TaobaoTopPackageAuthCheckAPIRequest.go │ ├── TaobaoTopPackageAuthCheckAPIResponse.go │ ├── TaobaoTopPackageAuthInfoGetAPIRequest.go │ ├── TaobaoTopPackageAuthInfoGetAPIResponse.go │ ├── TaobaoTopPackageQueryAPIRequest.go │ ├── TaobaoTopPackageQueryAPIResponse.go │ ├── TaobaoTopPackageUnauthQueryAPIRequest.go │ ├── TaobaoTopPackageUnauthQueryAPIResponse.go │ ├── UserAuthInfo.go │ └── doc.go ├── trade │ ├── AdvertiseInfoDto.go │ ├── AdvertiseInfoQuery.go │ ├── AlibabaAlicomTradeAdvertiseinfoGetAPIRequest.go │ ├── AlibabaAlicomTradeAdvertiseinfoGetAPIResponse.go │ ├── AlibabaJymFulfillmentCardCallbackAPIRequest.go │ ├── AlibabaJymFulfillmentCardCallbackAPIResponse.go │ ├── AlibabaJymFulfillmentIoschargeCallbackAPIRequest.go │ ├── AlibabaJymFulfillmentIoschargeCallbackAPIResponse.go │ ├── AlibabaLstVasTradeflowSaveAPIRequest.go │ ├── AlibabaLstVasTradeflowSaveAPIResponse.go │ ├── AlibabaLstVasTradeflowSaveResult.go │ ├── AlibabaOmniSaasOrderCreateAPIRequest.go │ ├── AlibabaOmniSaasOrderCreateAPIResponse.go │ ├── AlibabaTradeAlianceCreateAPIRequest.go │ ├── AlibabaTradeAlianceCreateAPIResponse.go │ ├── AlibabaTradeAlianceCreateResultModel.go │ ├── AlibabaWdkPosTradeCloseAPIRequest.go │ ├── AlibabaWdkPosTradeCloseAPIResponse.go │ ├── AlibabaWdkPosTradeCreateAPIRequest.go │ ├── AlibabaWdkPosTradeCreateAPIResponse.go │ ├── AlibabaWdkPosTradePayAPIRequest.go │ ├── AlibabaWdkPosTradePayAPIResponse.go │ ├── AlibabaWdkPosTradeQueryAPIRequest.go │ ├── AlibabaWdkPosTradeQueryAPIResponse.go │ ├── AlibabaWdkPosTradeReverseAPIRequest.go │ ├── AlibabaWdkPosTradeReverseAPIResponse.go │ ├── AlibabaWdkTradeDiscountBillGetAPIRequest.go │ ├── AlibabaWdkTradeDiscountBillGetAPIResponse.go │ ├── AlibabaWdkTradeOrderCancelAPIRequest.go │ ├── AlibabaWdkTradeOrderCancelAPIResponse.go │ ├── AlibabaWdkTradeOrderCreateAPIRequest.go │ ├── AlibabaWdkTradeOrderCreateAPIResponse.go │ ├── AlibabaWdkTradeOrderQueryAPIRequest.go │ ├── AlibabaWdkTradeOrderQueryAPIResponse.go │ ├── AlibabaWdkTradeRefundCreateAPIRequest.go │ ├── AlibabaWdkTradeRefundCreateAPIResponse.go │ ├── AlibabaWdkTradeRefundInformAPIRequest.go │ ├── AlibabaWdkTradeRefundInformAPIResponse.go │ ├── AlibabaWdkTradeRefundQueryAPIRequest.go │ ├── AlibabaWdkTradeRefundQueryAPIResponse.go │ ├── AliexpressPaymentExchangeGetAPIRequest.go │ ├── AliexpressPaymentExchangeGetAPIResponse.go │ ├── AliexpressPaymentExchangeGetModule.go │ ├── AliexpressPaymentExchangeGetResult.go │ ├── AlitripRailTradeRefundAPIRequest.go │ ├── AlitripRailTradeRefundAPIResponse.go │ ├── AlitripRailTradeRefundResultSet.go │ ├── CainiaoCntecSupplierOrderServiceAPIRequest.go │ ├── CainiaoCntecSupplierOrderServiceAPIResponse.go │ ├── CainiaoCntecSupplierOrderServiceResult.go │ ├── CainiaoRefundRefundactionsDisplayAPIRequest.go │ ├── CainiaoRefundRefundactionsDisplayAPIResponse.go │ ├── CainiaoRefundRefundactionsDisplayBizResult.go │ ├── CainiaoRefundRefundactionsGetAPIRequest.go │ ├── CainiaoRefundRefundactionsGetAPIResponse.go │ ├── CainiaoRefundRefundactionsGetBizResult.go │ ├── CainiaoRefundRefundactionsJudgementAPIRequest.go │ ├── CainiaoRefundRefundactionsJudgementAPIResponse.go │ ├── CainiaoRefundRefundactionsJudgementBizResult.go │ ├── CardChargeCallbackRequestDto.go │ ├── ChannelOrderItem.go │ ├── ChannelOrderOption.go │ ├── CheckoutExchangeRequest.go │ ├── CommonKeyValue.go │ ├── CouponInfo.go │ ├── CreateChannelOrderRequest.go │ ├── ErrorCode.go │ ├── ExpandCardInfo.go │ ├── FastBuyPosCloseRequest.go │ ├── FastBuyPosCloseResult.go │ ├── FastBuyPosCreateRequest.go │ ├── FastBuyPosCreateResult.go │ ├── FastBuyPosItemBo.go │ ├── FastBuyPosPayRequest.go │ ├── FastBuyPosPayResult.go │ ├── FastBuyPosQueryRequest.go │ ├── FastBuyPosQueryResult.go │ ├── FastBuyPosReverseRequest.go │ ├── FastBuyPosReverseResult.go │ ├── File.go │ ├── GoodsDetail.go │ ├── IOSChargeCallbackRequestDto.go │ ├── InformRefundSuccessRequest.go │ ├── InformRefundSuccessResult.go │ ├── IsvCreateOrderParam.go │ ├── IsvSimpleSubOrderModel.go │ ├── ItemDigestDto.go │ ├── LogisticServiceTag.go │ ├── LogisticsTag.go │ ├── OfnSelfRecycleAuthDto.go │ ├── Order.go │ ├── OrderDeliverer.go │ ├── OrderDelivery.go │ ├── OrderDiscountBillBo.go │ ├── OrderDiscountBillQueryRequest.go │ ├── OrderDiscountBillQueryResult.go │ ├── OrderInfoDto.go │ ├── OrderInfoResultDto.go │ ├── OrderObject.go │ ├── OrderRefundActionResponse.go │ ├── OrderRefundOperationJudgementReq.go │ ├── OrderRefundOperationReq.go │ ├── OrderRefundOperationResponse.go │ ├── OrderResult.go │ ├── PromotionDetail.go │ ├── PromotionDetails.go │ ├── ReceiverLogistics.go │ ├── RefundGoodsCreateRequest.go │ ├── RefundGoodsCreateResult.go │ ├── RefundGoodsQueryRequest.go │ ├── RefundGoodsQueryResult.go │ ├── RefundGoodsSubOrder.go │ ├── RefundGoodsSubOrderDetail.go │ ├── RefundReq.go │ ├── RefundSuccessSubOrderRequest.go │ ├── RetryResult.go │ ├── ServiceOrder.go │ ├── ServiceOrders.go │ ├── SmAddrModel.go │ ├── Suborders.go │ ├── SupplierOrder.go │ ├── SupplierOrderQueryDto.go │ ├── Supportrefundactions.go │ ├── TaobaoKoubeiTribeOpenOrderPageAPIRequest.go │ ├── TaobaoKoubeiTribeOpenOrderPageAPIResponse.go │ ├── TaobaoKoubeiTribeOpenOrderPageResult.go │ ├── TaobaoLifeReservationItemOrderChangeAPIRequest.go │ ├── TaobaoLifeReservationItemOrderChangeAPIResponse.go │ ├── TaobaoLifeReservationItemOrderChangeResult.go │ ├── TaobaoLifeReservationItemOrderConfirmAPIRequest.go │ ├── TaobaoLifeReservationItemOrderConfirmAPIResponse.go │ ├── TaobaoLifeReservationItemOrderConfirmResult.go │ ├── TaobaoLifeReservationTradeConsumeNoticeAPIRequest.go │ ├── TaobaoLifeReservationTradeConsumeNoticeAPIResponse.go │ ├── TaobaoLifeReservationTradeConsumeNoticeResult.go │ ├── TaobaoOfnSelfRecycleAuthAPIRequest.go │ ├── TaobaoOfnSelfRecycleAuthAPIResponse.go │ ├── TaobaoOpenTradeGetAPIRequest.go │ ├── TaobaoOpenTradeGetAPIResponse.go │ ├── TaobaoOpenTradesSoldGetAPIRequest.go │ ├── TaobaoOpenTradesSoldGetAPIResponse.go │ ├── TaobaoOpentradeCustomizationRefundEnableAPIRequest.go │ ├── TaobaoOpentradeCustomizationRefundEnableAPIResponse.go │ ├── TaobaoRdcAligeniusOrdermsgUpdateAPIRequest.go │ ├── TaobaoRdcAligeniusOrdermsgUpdateAPIResponse.go │ ├── TaobaoRdcAligeniusOrdermsgUpdateResult.go │ ├── TaobaoServindustryFinanceGeexOrderLoanAPIRequest.go │ ├── TaobaoServindustryFinanceGeexOrderLoanAPIResponse.go │ ├── TaobaoServindustryFinanceGeexOrderUpdateAPIRequest.go │ ├── TaobaoServindustryFinanceGeexOrderUpdateAPIResponse.go │ ├── TaobaoServindustryFinanceInsuranceAgreementSignAPIRequest.go │ ├── TaobaoServindustryFinanceInsuranceAgreementSignAPIResponse.go │ ├── TaobaoTradeGetAPIRequest.go │ ├── TaobaoTradeGetAPIResponse.go │ ├── TaobaoTradeSimpleGetAPIRequest.go │ ├── TaobaoTradeSimpleGetAPIResponse.go │ ├── TaobaoTradeVoucherUploadAPIRequest.go │ ├── TaobaoTradeVoucherUploadAPIResponse.go │ ├── TaobaoTradeWtverticalGetAPIRequest.go │ ├── TaobaoTradeWtverticalGetAPIResponse.go │ ├── TaobaoTradesSimpleSoldGetAPIRequest.go │ ├── TaobaoTradesSimpleSoldGetAPIResponse.go │ ├── TaobaoTradesSimpleSoldIncrementGetAPIRequest.go │ ├── TaobaoTradesSimpleSoldIncrementGetAPIResponse.go │ ├── TaobaoTradesSoldHistoryGetAPIRequest.go │ ├── TaobaoTradesSoldHistoryGetAPIResponse.go │ ├── TaobaoWttTradeServiceGetAPIRequest.go │ ├── TaobaoWttTradeServiceGetAPIResponse.go │ ├── TaobaoXhotelDistributionOrderDetailSearchAPIRequest.go │ ├── TaobaoXhotelDistributionOrderDetailSearchAPIResponse.go │ ├── TmallAscpOrdersSaleCreateAPIRequest.go │ ├── TmallAscpOrdersSaleCreateAPIResponse.go │ ├── TmallAscpOrdersSaleCreateResultDo.go │ ├── TopDistributionOrderDetail.go │ ├── Trade.go │ ├── TradeFlowGoodsDetailModel.go │ ├── TradeFlowModel.go │ ├── TradeFlowPaymentModel.go │ ├── TradeOrder.go │ ├── TradeOrderQuery.go │ ├── TradeOrderQueryResult.go │ ├── Tradeorders.go │ ├── TribeError.go │ ├── WtExtResult.go │ ├── WtverticalDto.go │ └── doc.go ├── traderate │ ├── GetMixRateListResult.go │ ├── ItemStatisticVo.go │ ├── MixRateVo.go │ ├── TabInfo.go │ ├── Tags.go │ ├── TaobaoFliggyWrateGetmixratelistAPIRequest.go │ ├── TaobaoFliggyWrateGetmixratelistAPIResponse.go │ ├── TaobaoFliggyWrateGetmixratelistResult.go │ ├── TaobaoTraderateAddAPIRequest.go │ ├── TaobaoTraderateAddAPIResponse.go │ ├── TaobaoTraderateExplainAddAPIRequest.go │ ├── TaobaoTraderateExplainAddAPIResponse.go │ ├── TaobaoTraderateListAddAPIRequest.go │ ├── TaobaoTraderateListAddAPIResponse.go │ ├── TaobaoTraderatesGetAPIRequest.go │ ├── TaobaoTraderatesGetAPIResponse.go │ ├── TaobaoTraderatesGetResults.go │ ├── TmallRateTagDetail.go │ ├── TmallTraderateFeedsGetAPIRequest.go │ ├── TmallTraderateFeedsGetAPIResponse.go │ ├── TmallTraderateFeedsGetModel.go │ ├── TmallTraderateItemtagsGetAPIRequest.go │ ├── TmallTraderateItemtagsGetAPIResponse.go │ ├── TopGetMixRateListParam.go │ ├── TradeRateRequest.go │ └── doc.go ├── train │ ├── BookTicketConfirmRq.go │ ├── BookTicketFailRq.go │ ├── ChangeApplyOrderDto.go │ ├── ChangeApplySubOrderDto.go │ ├── ChangeIssueRq.go │ ├── ChangeTicketDto.go │ ├── CustomMadeItemDto.go │ ├── FreeChildrenTicketDealRq.go │ ├── FreeChildrenTicketDetailRq.go │ ├── FreeChildrenTicketDetailRs.go │ ├── FreeChildrenTicketListRs.go │ ├── IgnoreOrderRq.go │ ├── LockOrderRq.go │ ├── LockOrderRs.go │ ├── OrderTicketInfo.go │ ├── PassengerInfo.go │ ├── QueryChangeDetailRq.go │ ├── QueryOrderRq.go │ ├── QueryOrderRs.go │ ├── QueryUntreatedChangeRq.go │ ├── StudentInfo.go │ ├── TaobaoTrainAgentBookordersGetVtwoAPIRequest.go │ ├── TaobaoTrainAgentBookordersGetVtwoAPIResponse.go │ ├── TaobaoTrainAgentBookticketConfirmVtwoAPIRequest.go │ ├── TaobaoTrainAgentBookticketConfirmVtwoAPIResponse.go │ ├── TaobaoTrainAgentChangeissueConfirmVtwoAPIRequest.go │ ├── TaobaoTrainAgentChangeissueConfirmVtwoAPIResponse.go │ ├── TaobaoTrainAgentChangeorderdetailQueryVtwoAPIRequest.go │ ├── TaobaoTrainAgentChangeorderdetailQueryVtwoAPIResponse.go │ ├── TaobaoTrainAgentExpressSetAPIRequest.go │ ├── TaobaoTrainAgentExpressSetAPIResponse.go │ ├── TaobaoTrainAgentExpressSetVtwoAPIRequest.go │ ├── TaobaoTrainAgentExpressSetVtwoAPIResponse.go │ ├── TaobaoTrainAgentFreechildrendealConfirmVtwoAPIRequest.go │ ├── TaobaoTrainAgentFreechildrendealConfirmVtwoAPIResponse.go │ ├── TaobaoTrainAgentFreechildrendetailQueryVtwoAPIRequest.go │ ├── TaobaoTrainAgentFreechildrendetailQueryVtwoAPIResponse.go │ ├── TaobaoTrainAgentFreechildrenlistQueryVtwoAPIRequest.go │ ├── TaobaoTrainAgentFreechildrenlistQueryVtwoAPIResponse.go │ ├── TaobaoTrainAgentGetRefundAPIRequest.go │ ├── TaobaoTrainAgentGetRefundAPIResponse.go │ ├── TaobaoTrainAgentHandleticketConfirmVtwoAPIRequest.go │ ├── TaobaoTrainAgentHandleticketConfirmVtwoAPIResponse.go │ ├── TaobaoTrainAgentHandrefundRefundfeeAPIRequest.go │ ├── TaobaoTrainAgentHandrefundRefundfeeAPIResponse.go │ ├── TaobaoTrainAgentOrderConfirmAPIRequest.go │ ├── TaobaoTrainAgentOrderConfirmAPIResponse.go │ ├── TaobaoTrainAgentOrderFailAPIRequest.go │ ├── TaobaoTrainAgentOrderFailAPIResponse.go │ ├── TaobaoTrainAgentOrderGetAPIRequest.go │ ├── TaobaoTrainAgentOrderGetAPIResponse.go │ ├── TaobaoTrainAgentOrderGetVtwoAPIRequest.go │ ├── TaobaoTrainAgentOrderGetVtwoAPIResponse.go │ ├── TaobaoTrainAgentOrderIgnoreAPIRequest.go │ ├── TaobaoTrainAgentOrderIgnoreAPIResponse.go │ ├── TaobaoTrainAgentOrderLockAPIRequest.go │ ├── TaobaoTrainAgentOrderLockAPIResponse.go │ ├── TaobaoTrainAgentOrderQueryAPIRequest.go │ ├── TaobaoTrainAgentOrderQueryAPIResponse.go │ ├── TaobaoTrainAgentReturnordersGetVtwoAPIRequest.go │ ├── TaobaoTrainAgentReturnordersGetVtwoAPIResponse.go │ ├── TaobaoTrainAgentReturnticketConfirmVtwoAPIRequest.go │ ├── TaobaoTrainAgentReturnticketConfirmVtwoAPIResponse.go │ ├── TaobaoTrainAgentReturnticketinfoGetVtwoAPIRequest.go │ ├── TaobaoTrainAgentReturnticketinfoGetVtwoAPIResponse.go │ ├── TaobaoTrainAgentTicketStatusCallbackAPIRequest.go │ ├── TaobaoTrainAgentTicketStatusCallbackAPIResponse.go │ ├── TaobaoTrainAgentTostationConfirmAPIRequest.go │ ├── TaobaoTrainAgentTostationConfirmAPIResponse.go │ ├── TaobaoTrainAgentTostationReceiveAPIRequest.go │ ├── TaobaoTrainAgentTostationReceiveAPIResponse.go │ ├── TaobaoTrainAgentUntreatedchangeQueryVtwoAPIRequest.go │ ├── TaobaoTrainAgentUntreatedchangeQueryVtwoAPIResponse.go │ ├── TaobaoTrainPurchaseOrderPayurlAPIRequest.go │ ├── TaobaoTrainPurchaseOrderPayurlAPIResponse.go │ ├── TaobaoTrainStopAgentCallbackAPIRequest.go │ ├── TaobaoTrainStopAgentCallbackAPIResponse.go │ ├── TapOrderVo.go │ ├── TapResult.go │ ├── TapSubOrderVo.go │ ├── TicketDto.go │ ├── TicketInfoDto.go │ ├── ToAgentTicketInfo.go │ ├── TrainAgentStopInfo.go │ ├── TrainInfo.go │ ├── VipCustomResultItem.go │ ├── VipCustomTicketConfirmItem.go │ └── doc.go ├── travel │ ├── AlitripDaytoursProductUploadAPIRequest.go │ ├── AlitripDaytoursProductUploadAPIResponse.go │ ├── AlitripFreetourProductUploadAPIRequest.go │ ├── AlitripFreetourProductUploadAPIResponse.go │ ├── AlitripGrouptourProductUploadAPIRequest.go │ ├── AlitripGrouptourProductUploadAPIResponse.go │ ├── AlitripGrouptoursProductUploadAPIRequest.go │ ├── AlitripGrouptoursProductUploadAPIResponse.go │ ├── AlitripItemAddSchemaGetAPIRequest.go │ ├── AlitripItemAddSchemaGetAPIResponse.go │ ├── AlitripItemSchemaAddAPIRequest.go │ ├── AlitripItemSchemaAddAPIResponse.go │ ├── AlitripItemSchemaUpdateAPIRequest.go │ ├── AlitripItemSchemaUpdateAPIResponse.go │ ├── AlitripItemUpdateSchemaGetAPIRequest.go │ ├── AlitripItemUpdateSchemaGetAPIResponse.go │ ├── AlitripLocalplayProductUploadAPIRequest.go │ ├── AlitripLocalplayProductUploadAPIResponse.go │ ├── AlitripTravelGereralitemUpdateAPIRequest.go │ ├── AlitripTravelGereralitemUpdateAPIResponse.go │ ├── AlitripTravelGereralproductUpdateAPIRequest.go │ ├── AlitripTravelGereralproductUpdateAPIResponse.go │ ├── AlitripTravelGereralskuUpdateAPIRequest.go │ ├── AlitripTravelGereralskuUpdateAPIResponse.go │ ├── AlitripTravelPoiSearchAPIRequest.go │ ├── AlitripTravelPoiSearchAPIResponse.go │ ├── AlitripTravelProductGereralskuUpdateAPIRequest.go │ ├── AlitripTravelProductGereralskuUpdateAPIResponse.go │ ├── BaseInfo.go │ ├── BookingRuleInfo.go │ ├── CatPropInfo.go │ ├── CruiseItemExt.go │ ├── CruiseProductExt.go │ ├── DateInventoryAndPrice.go │ ├── DateSkuInfo.go │ ├── ElectronContract.go │ ├── FreeTourHotelInfo.go │ ├── FreeTourPackageInfo.go │ ├── FreeTourScenicInfo.go │ ├── FreeTourTrafficInfo.go │ ├── FreedomItemExt.go │ ├── FullTravelItem.go │ ├── GatherPlaceInfo.go │ ├── GeneralProductBaseInfo.go │ ├── GroupItemExt.go │ ├── GroupTourPackageInfo.go │ ├── GroupTourTrafficInfo.go │ ├── GroupTourTripElement.go │ ├── HighLights.go │ ├── ItemBaseInfo.go │ ├── ItemEleCertInfo.go │ ├── ItemHotel.go │ ├── ItemHotelInfo.go │ ├── ItemItineraryInfo.go │ ├── ItemRefundInfo.go │ ├── ItemResourceInfo.go │ ├── ItemSaleInfo.go │ ├── ItemScenic.go │ ├── ItemScenicInfo.go │ ├── ItemSkuInfo.go │ ├── ItemTraffic.go │ ├── ItemTrafficInfo.go │ ├── ItineraryActivity.go │ ├── NoDateSkuInfo.go │ ├── Poi.go │ ├── PontusTravelBookingRuleInfo.go │ ├── PontusTravelFreedomItemExt.go │ ├── PontusTravelFullTravelItem.go │ ├── PontusTravelGatherPlaceInfo.go │ ├── PontusTravelGroupItemExt.go │ ├── PontusTravelItemBaseInfo.go │ ├── PontusTravelItemEleCertInfo.go │ ├── PontusTravelItemHotel.go │ ├── PontusTravelItemHotelInfo.go │ ├── PontusTravelItemItineraryInfo.go │ ├── PontusTravelItemRefundInfo.go │ ├── PontusTravelItemResourceInfo.go │ ├── PontusTravelItemSaleInfo.go │ ├── PontusTravelItemScenic.go │ ├── PontusTravelItemScenicInfo.go │ ├── PontusTravelItemSkuInfo.go │ ├── PontusTravelItemTraffic.go │ ├── PontusTravelItemTrafficInfo.go │ ├── PontusTravelPrices.go │ ├── PontusTravelProduct.go │ ├── Prices.go │ ├── Product.go │ ├── ProductBaseInfo.go │ ├── ProductHighLights.go │ ├── ProductSaleInfo.go │ ├── PropertyAliasInfo.go │ ├── StructItinerary.go │ ├── TaobaoAlitripTravelBaseinfoCitiesGetAPIRequest.go │ ├── TaobaoAlitripTravelBaseinfoCitiesGetAPIResponse.go │ ├── TaobaoAlitripTravelBaseinfoCruiseGetAPIRequest.go │ ├── TaobaoAlitripTravelBaseinfoCruiseGetAPIResponse.go │ ├── TaobaoAlitripTravelBaseinfoScenicsGetAPIRequest.go │ ├── TaobaoAlitripTravelBaseinfoScenicsGetAPIResponse.go │ ├── TaobaoAlitripTravelItemElementManageAPIRequest.go │ ├── TaobaoAlitripTravelItemElementManageAPIResponse.go │ ├── TaobaoAlitripTravelItemElementQueryAPIRequest.go │ ├── TaobaoAlitripTravelItemElementQueryAPIResponse.go │ ├── TaobaoAlitripTravelItemNewQueryAPIRequest.go │ ├── TaobaoAlitripTravelItemNewQueryAPIResponse.go │ ├── TaobaoAlitripTravelItemShelveAPIRequest.go │ ├── TaobaoAlitripTravelItemShelveAPIResponse.go │ ├── TaobaoAlitripTravelItemSingleQueryAPIRequest.go │ ├── TaobaoAlitripTravelItemSingleQueryAPIResponse.go │ ├── TaobaoAlitripTravelItemSkuOverrideAPIRequest.go │ ├── TaobaoAlitripTravelItemSkuOverrideAPIResponse.go │ ├── TaobaoAlitripTravelItemSkuPackageModifyAPIRequest.go │ ├── TaobaoAlitripTravelItemSkuPackageModifyAPIResponse.go │ ├── TaobaoAlitripTravelItemSkuPriceModifyAPIRequest.go │ ├── TaobaoAlitripTravelItemSkuPriceModifyAPIResponse.go │ ├── TaobaoAlitripTravelProductBaseAddAPIRequest.go │ ├── TaobaoAlitripTravelProductBaseAddAPIResponse.go │ ├── TaobaoAlitripTravelProductBaseModifyAPIRequest.go │ ├── TaobaoAlitripTravelProductBaseModifyAPIResponse.go │ ├── TaobaoAlitripTravelProductSkuOverrideAPIRequest.go │ ├── TaobaoAlitripTravelProductSkuOverrideAPIResponse.go │ ├── TcwlItemExt.go │ ├── TopElementParam.go │ ├── TopElementResult.go │ ├── TopTravelItem.go │ └── doc.go ├── traveltrade │ ├── AlitripTravelBookinfoQueryAPIRequest.go │ ├── AlitripTravelBookinfoQueryAPIResponse.go │ ├── AlitripTravelBookinfoQueryModule.go │ ├── AlitripTravelBookinfosSearchAPIRequest.go │ ├── AlitripTravelBookinfosSearchAPIResponse.go │ ├── AlitripTravelHotelticketOrderCreateAPIRequest.go │ ├── AlitripTravelHotelticketOrderCreateAPIResponse.go │ ├── AlitripTravelHotelticketOrderRefundAPIRequest.go │ ├── AlitripTravelHotelticketOrderRefundAPIResponse.go │ ├── AlitripTravelHotelticketOrderVerifyAPIRequest.go │ ├── AlitripTravelHotelticketOrderVerifyAPIResponse.go │ ├── AlitripTravelHotelticketProductProductupdateAPIRequest.go │ ├── AlitripTravelHotelticketProductProductupdateAPIResponse.go │ ├── AlitripTravelHotelticketProductProductupdatepushAPIRequest.go │ ├── AlitripTravelHotelticketProductProductupdatepushAPIResponse.go │ ├── AlitripTravelTradeCloseAPIRequest.go │ ├── AlitripTravelTradeCloseAPIResponse.go │ ├── AlitripTravelTradeDeliverAPIRequest.go │ ├── AlitripTravelTradeDeliverAPIResponse.go │ ├── AlitripTravelTradeQueryAPIRequest.go │ ├── AlitripTravelTradeQueryAPIResponse.go │ ├── AlitripTravelTradeServiceinfoWriteAPIRequest.go │ ├── AlitripTravelTradeServiceinfoWriteAPIResponse.go │ ├── AlitripTravelTradeServiceinfoWriteResultSet.go │ ├── AlitripTravelTradeTemplateQueryAPIRequest.go │ ├── AlitripTravelTradeTemplateQueryAPIResponse.go │ ├── AlitripTravelTradeTemplateQueryResultSet.go │ ├── AlitripTravelTradesSearchAPIRequest.go │ ├── AlitripTravelTradesSearchAPIResponse.go │ ├── AlitripTravelVisaApplicantUpdateAPIRequest.go │ ├── AlitripTravelVisaApplicantUpdateAPIResponse.go │ ├── BuyItemInfo.go │ ├── BuyerInfo.go │ ├── FirstResult.go │ ├── HotelTicketVerifyVoucherDto.go │ ├── HotelTicketVoucherDto.go │ ├── MemoCreate.go │ ├── MemoUpdate.go │ ├── NormalVisaApplicantInfo.go │ ├── NormalVisaApplicantOperation.go │ ├── NormalVisaAppointmentInfo.go │ ├── NormalVisaDocumentInfo.go │ ├── NormalVisaETAInfo.go │ ├── NormalVisaLogisticsInfo.go │ ├── NormalVisaSubDocumentInfo.go │ ├── OrderTemplateInfo.go │ ├── OrderTipFormInfo.go │ ├── OrderTipInfoResult.go │ ├── OrderTipOptionInfo.go │ ├── OrderTipRuleInfo.go │ ├── PayInfo.go │ ├── ProductPriceStockDto.go │ ├── ProductSessionDto.go │ ├── ProductUpdateDto.go │ ├── ProductUpdatePushDto.go │ ├── PromotionDetail.go │ ├── ScoreDetail.go │ ├── SellerInfo.go │ ├── SubOrderInfo.go │ ├── TaobaoAlitripTravelTradeMemoAddAPIRequest.go │ ├── TaobaoAlitripTravelTradeMemoAddAPIResponse.go │ ├── TaobaoAlitripTravelTradeMemoUpdateAPIRequest.go │ ├── TaobaoAlitripTravelTradeMemoUpdateAPIResponse.go │ ├── TaobaoTravelTicketOrderRefundAPIRequest.go │ ├── TaobaoTravelTicketOrderRefundAPIResponse.go │ ├── TaobaoTravelTicketOrderVerifyAPIRequest.go │ ├── TaobaoTravelTicketOrderVerifyAPIResponse.go │ ├── TopTripBookInfoResult.go │ ├── TopTripOrderResult.go │ ├── TravellerInfo.go │ ├── TravellerInfos.go │ ├── VoucherInfoDto.go │ └── doc.go ├── tttm │ ├── AliyunIndustryTttmItemsSyncAPIRequest.go │ ├── AliyunIndustryTttmItemsSyncAPIResponse.go │ ├── AliyunIndustryTttmOrderQueryAPIRequest.go │ ├── AliyunIndustryTttmOrderQueryAPIResponse.go │ ├── AliyunIndustryTttmPlanSyncAPIRequest.go │ ├── AliyunIndustryTttmPlanSyncAPIResponse.go │ ├── AliyunIndustryTttmProduceSyncAPIRequest.go │ ├── AliyunIndustryTttmProduceSyncAPIResponse.go │ ├── AliyunIndustryTttmProductsSyncAPIRequest.go │ ├── AliyunIndustryTttmProductsSyncAPIResponse.go │ ├── AliyunIndustryTttmStockSyncAPIRequest.go │ ├── AliyunIndustryTttmStockSyncAPIResponse.go │ ├── ItemInfoDto.go │ ├── OrderDto.go │ ├── OrderProductDto.go │ ├── ProduceSyncDto.go │ ├── ProductInfoDto.go │ ├── StockInfoDto.go │ ├── SyncPlanDto.go │ ├── WorkSyncDto.go │ └── doc.go ├── tuanhotel │ ├── AlitripTuanHotelAdaptStoreGetAPIRequest.go │ ├── AlitripTuanHotelAdaptStoreGetAPIResponse.go │ ├── AlitripTuanHotelImageUploadAPIRequest.go │ ├── AlitripTuanHotelImageUploadAPIResponse.go │ ├── AlitripTuanHotelItemInfoGetAPIRequest.go │ ├── AlitripTuanHotelItemInfoGetAPIResponse.go │ ├── AlitripTuanHotelItemSkuCalendarUpdateAPIRequest.go │ ├── AlitripTuanHotelItemSkuCalendarUpdateAPIResponse.go │ ├── AlitripTuanHotelItemSkuDeleteAPIRequest.go │ ├── AlitripTuanHotelItemSkuDeleteAPIResponse.go │ ├── AlitripTuanHotelItemSkuUpdateAPIRequest.go │ ├── AlitripTuanHotelItemSkuUpdateAPIResponse.go │ ├── AlitripTuanHotelShopCategoryGetAPIRequest.go │ ├── AlitripTuanHotelShopCategoryGetAPIResponse.go │ ├── AppointPhoneVoList.go │ ├── ImageInfoVOList.go │ ├── ImagePathResultVoList.go │ ├── ItemInfoListResult.go │ ├── RelatedPoiDetailVo.go │ ├── RoomTypeVoList.go │ ├── ShopCategoryVoList.go │ ├── StoreDetailVoList.go │ ├── TaobaoXhotelComboOffshelfAPIRequest.go │ ├── TaobaoXhotelComboOffshelfAPIResponse.go │ ├── TaobaoXhotelComboReviewAPIRequest.go │ ├── TaobaoXhotelComboReviewAPIResponse.go │ ├── TaobaoXhotelComboStatusGetAPIRequest.go │ ├── TaobaoXhotelComboStatusGetAPIResponse.go │ ├── TopAppointPhoneVo.go │ ├── TopItemSkuBaseInfo.go │ ├── TopItemSkuBaseInfoList.go │ ├── TopRoomTypeVo.go │ ├── TopRootShopCategoryVoList.go │ ├── TopSkuCalendarInfo.go │ ├── TopSkuDailyInfo.go │ ├── TopStoreVo.go │ ├── TopTuanItemSkuVOList.go │ ├── TopTuanItemSkuVo.go │ ├── TuanEticketPackageVo.go │ ├── TuanItemOnlineManagerVo.go │ ├── TuanItemOnlineSkuManagerVo.go │ ├── TuanItemRelateGiftVo.go │ ├── TuanItemSellParamVo.go │ └── doc.go ├── tuike │ ├── AlibabaTuikeOfferGetAPIRequest.go │ ├── AlibabaTuikeOfferGetAPIResponse.go │ ├── AlibabaTuikeOfferZhitokenAPIRequest.go │ ├── AlibabaTuikeOfferZhitokenAPIResponse.go │ ├── AlibabaTuikeOfferZhitokenResult.go │ ├── TaOfferSearchResult.go │ └── doc.go ├── tvpay │ ├── ApplyAuthResultDo.go │ ├── GetAppInfoResultDo.go │ ├── GetLoginInfoByOrderResultDo.go │ ├── GetPartnerPayResultResultDo.go │ ├── GetPromotionInfoResultDo.go │ ├── PartnerPayResultDo.go │ ├── PreCreateResultDo.go │ ├── QueryPayResultResultDo.go │ ├── SdkAppConfigDo.go │ ├── SdkGlobalConfigDo.go │ ├── TaobaoTvpayAccessDataGetAPIRequest.go │ ├── TaobaoTvpayAccessDataGetAPIResponse.go │ ├── TaobaoTvpayAppinfoGetAPIRequest.go │ ├── TaobaoTvpayAppinfoGetAPIResponse.go │ ├── TaobaoTvpayAuthApplyAPIRequest.go │ ├── TaobaoTvpayAuthApplyAPIResponse.go │ ├── TaobaoTvpayOrderPartnerpayAPIRequest.go │ ├── TaobaoTvpayOrderPartnerpayAPIResponse.go │ ├── TaobaoTvpayOrderPrecreateAPIRequest.go │ ├── TaobaoTvpayOrderPrecreateAPIResponse.go │ ├── TaobaoTvpayOrderQueryAPIRequest.go │ ├── TaobaoTvpayOrderQueryAPIResponse.go │ ├── TaobaoTvpayPartnerOrderQueryAPIRequest.go │ ├── TaobaoTvpayPartnerOrderQueryAPIResponse.go │ ├── TaobaoTvpayPromotionInfoGetAPIRequest.go │ ├── TaobaoTvpayPromotionInfoGetAPIResponse.go │ ├── TopResultDo.go │ └── doc.go ├── tvupadmin │ ├── AccountSuggestDo.go │ ├── AdvertScheduleDo.go │ ├── AppDto.go │ ├── AppVersionAuditDo.go │ ├── BaseResult.go │ ├── BrandDo.go │ ├── ChildNodeContentVo.go │ ├── ChildNodeVo.go │ ├── ChildRecItemVo.go │ ├── DeviceAdapterDto.go │ ├── DeviceEntryDto.go │ ├── DeviceExtendDo.go │ ├── DeviceInfoDo.go │ ├── Deviceadapterlist.go │ ├── DfPageResultDto.go │ ├── DicControlApkDo.go │ ├── DicControlTaskDo.go │ ├── OsRomDo.go │ ├── OsVersionAuditDo.go │ ├── PageResult.go │ ├── PageVo.go │ ├── PaginationDo.go │ ├── SearchOrderInfoDo.go │ ├── SimpleBotInfo.go │ ├── SkillSimpleView.go │ ├── StatsDeviceInfoDo.go │ ├── TvAppVersion.go │ ├── UserRightsDo.go │ ├── YunosOsupdateAppversionCreateAPIRequest.go │ ├── YunosOsupdateAppversionCreateAPIResponse.go │ ├── YunosOsupdateAppversionInfoAPIRequest.go │ ├── YunosOsupdateAppversionInfoAPIResponse.go │ ├── YunosOsupdateAppversionPublishAPIRequest.go │ ├── YunosOsupdateAppversionPublishAPIResponse.go │ ├── YunosOsupdateAppversionPublishResult.go │ ├── YunosOsupdateAppversionQueryAPIRequest.go │ ├── YunosOsupdateAppversionQueryAPIResponse.go │ ├── YunosOsupdateAppversionUpdateAPIRequest.go │ ├── YunosOsupdateAppversionUpdateAPIResponse.go │ ├── YunosOsupdateDeviceserviceSearchmodelsAPIRequest.go │ ├── YunosOsupdateDeviceserviceSearchmodelsAPIResponse.go │ ├── YunosOsupdateModelSearchAPIRequest.go │ ├── YunosOsupdateModelSearchAPIResponse.go │ ├── YunosOsupdateOsfotaAddAPIRequest.go │ ├── YunosOsupdateOsfotaAddAPIResponse.go │ ├── YunosOsupdateOsfotaAddResult.go │ ├── YunosOsupdateOsfotaPublishAPIRequest.go │ ├── YunosOsupdateOsfotaPublishAPIResponse.go │ ├── YunosOsupdateOsfotaPublishResult.go │ ├── YunosOsupdateOsfotaQueryAPIRequest.go │ ├── YunosOsupdateOsfotaQueryAPIResponse.go │ ├── YunosOsupdateOsfotaQueryResult.go │ ├── YunosOsupdateVersionstatusUpdateAPIRequest.go │ ├── YunosOsupdateVersionstatusUpdateAPIResponse.go │ ├── YunosPubadminCommonOperationAPIRequest.go │ ├── YunosPubadminCommonOperationAPIResponse.go │ ├── YunosTradeAdminCommonOperationAPIRequest.go │ ├── YunosTradeAdminCommonOperationAPIResponse.go │ ├── YunosTradeAdminCommonOperationTopResult.go │ ├── YunosTvmbosCommonOperationAPIRequest.go │ ├── YunosTvmbosCommonOperationAPIResponse.go │ ├── YunosTvpubadminAdmOttAuditAPIRequest.go │ ├── YunosTvpubadminAdmOttAuditAPIResponse.go │ ├── YunosTvpubadminAdmOttQueryAPIRequest.go │ ├── YunosTvpubadminAdmOttQueryAPIResponse.go │ ├── YunosTvpubadminCommonFileUploadAPIRequest.go │ ├── YunosTvpubadminCommonFileUploadAPIResponse.go │ ├── YunosTvpubadminContentAdvertGettypesAPIRequest.go │ ├── YunosTvpubadminContentAdvertGettypesAPIResponse.go │ ├── YunosTvpubadminContentAdvertManagescheduleAPIRequest.go │ ├── YunosTvpubadminContentAdvertManagescheduleAPIResponse.go │ ├── YunosTvpubadminContentAdvertQueryscheduleAPIRequest.go │ ├── YunosTvpubadminContentAdvertQueryscheduleAPIResponse.go │ ├── YunosTvpubadminContentAppOnoffappbylicenseAPIRequest.go │ ├── YunosTvpubadminContentAppOnoffappbylicenseAPIResponse.go │ ├── YunosTvpubadminContentAppQueryappAPIRequest.go │ ├── YunosTvpubadminContentAppQueryappAPIResponse.go │ ├── YunosTvpubadminContentAppQuerybylicenceAPIRequest.go │ ├── YunosTvpubadminContentAppQuerybylicenceAPIResponse.go │ ├── YunosTvpubadminContentChannelOfflineAPIRequest.go │ ├── YunosTvpubadminContentChannelOfflineAPIResponse.go │ ├── YunosTvpubadminContentChannelQueryAPIRequest.go │ ├── YunosTvpubadminContentChannelQueryAPIResponse.go │ ├── YunosTvpubadminContentChildLeafnodeGetAPIRequest.go │ ├── YunosTvpubadminContentChildLeafnodeGetAPIResponse.go │ ├── YunosTvpubadminContentChildNodeitemOfflineAPIRequest.go │ ├── YunosTvpubadminContentChildNodeitemOfflineAPIResponse.go │ ├── YunosTvpubadminContentChildNodeitemQueryAPIRequest.go │ ├── YunosTvpubadminContentChildNodeitemQueryAPIResponse.go │ ├── YunosTvpubadminContentChildRecoitemOfflineAPIRequest.go │ ├── YunosTvpubadminContentChildRecoitemOfflineAPIResponse.go │ ├── YunosTvpubadminContentChildRecoitemQueryAPIRequest.go │ ├── YunosTvpubadminContentChildRecoitemQueryAPIResponse.go │ ├── YunosTvpubadminContentChildRootnodeGetAPIRequest.go │ ├── YunosTvpubadminContentChildRootnodeGetAPIResponse.go │ ├── YunosTvpubadminContentDeviceGetterminaltypemapAPIRequest.go │ ├── YunosTvpubadminContentDeviceGetterminaltypemapAPIResponse.go │ ├── YunosTvpubadminContentDeviceGetvendorAPIRequest.go │ ├── YunosTvpubadminContentDeviceGetvendorAPIResponse.go │ ├── YunosTvpubadminContentShowEditAPIRequest.go │ ├── YunosTvpubadminContentShowEditAPIResponse.go │ ├── YunosTvpubadminContentShowGetbyshowidAPIRequest.go │ ├── YunosTvpubadminContentShowGetbyshowidAPIResponse.go │ ├── YunosTvpubadminContentShowGetbyshowlongidAPIRequest.go │ ├── YunosTvpubadminContentShowGetbyshowlongidAPIResponse.go │ ├── YunosTvpubadminContentShowGetlistAPIRequest.go │ ├── YunosTvpubadminContentShowGetlistAPIResponse.go │ ├── YunosTvpubadminContentShowGetshowexemptauditmapAPIRequest.go │ ├── YunosTvpubadminContentShowGetshowexemptauditmapAPIResponse.go │ ├── YunosTvpubadminContentShowSetexemptauditAPIRequest.go │ ├── YunosTvpubadminContentShowSetexemptauditAPIResponse.go │ ├── YunosTvpubadminContentSingleVideoGetlistAPIRequest.go │ ├── YunosTvpubadminContentSingleVideoGetlistAPIResponse.go │ ├── YunosTvpubadminContentSingleVideoSubmitauditresultAPIRequest.go │ ├── YunosTvpubadminContentSingleVideoSubmitauditresultAPIResponse.go │ ├── YunosTvpubadminContentTableauditOfflinelauncheritemAPIRequest.go │ ├── YunosTvpubadminContentTableauditOfflinelauncheritemAPIResponse.go │ ├── YunosTvpubadminContentTableauditQuerychilddesktopAPIRequest.go │ ├── YunosTvpubadminContentTableauditQuerychilddesktopAPIResponse.go │ ├── YunosTvpubadminContentTableauditQuerylauncherAPIRequest.go │ ├── YunosTvpubadminContentTableauditQuerylauncherAPIResponse.go │ ├── YunosTvpubadminContentTableauditQuerymetaitemAPIRequest.go │ ├── YunosTvpubadminContentTableauditQuerymetaitemAPIResponse.go │ ├── YunosTvpubadminContentTopicOfflineAPIRequest.go │ ├── YunosTvpubadminContentTopicOfflineAPIResponse.go │ ├── YunosTvpubadminContentTopicQuerytopicAPIRequest.go │ ├── YunosTvpubadminContentTopicQuerytopicAPIResponse.go │ ├── YunosTvpubadminContentVideoGetauditlistAPIRequest.go │ ├── YunosTvpubadminContentVideoGetauditlistAPIResponse.go │ ├── YunosTvpubadminContentVideoSubmitauditresultAPIRequest.go │ ├── YunosTvpubadminContentVideoSubmitauditresultAPIResponse.go │ ├── YunosTvpubadminDataQueryAPIRequest.go │ ├── YunosTvpubadminDataQueryAPIResponse.go │ ├── YunosTvpubadminDeviceApkinfoAPIRequest.go │ ├── YunosTvpubadminDeviceApkinfoAPIResponse.go │ ├── YunosTvpubadminDeviceApksAPIRequest.go │ ├── YunosTvpubadminDeviceApksAPIResponse.go │ ├── YunosTvpubadminDeviceAppupgradedetailAPIRequest.go │ ├── YunosTvpubadminDeviceAppupgradedetailAPIResponse.go │ ├── YunosTvpubadminDeviceAppupgradequeryAPIRequest.go │ ├── YunosTvpubadminDeviceAppupgradequeryAPIResponse.go │ ├── YunosTvpubadminDeviceBrandsAPIRequest.go │ ├── YunosTvpubadminDeviceBrandsAPIResponse.go │ ├── YunosTvpubadminDeviceModelsAPIRequest.go │ ├── YunosTvpubadminDeviceModelsAPIResponse.go │ ├── YunosTvpubadminDeviceOsupgradedetailAPIRequest.go │ ├── YunosTvpubadminDeviceOsupgradedetailAPIResponse.go │ ├── YunosTvpubadminDeviceOsupgradequeryAPIRequest.go │ ├── YunosTvpubadminDeviceOsupgradequeryAPIResponse.go │ ├── YunosTvpubadminDeviceQueryAPIRequest.go │ ├── YunosTvpubadminDeviceQueryAPIResponse.go │ ├── YunosTvpubadminDeviceStatsAPIRequest.go │ ├── YunosTvpubadminDeviceStatsAPIResponse.go │ ├── YunosTvpubadminDeviceTvidAPIRequest.go │ ├── YunosTvpubadminDeviceTvidAPIResponse.go │ ├── YunosTvpubadminDeviceUpdateappstatusAPIRequest.go │ ├── YunosTvpubadminDeviceUpdateappstatusAPIResponse.go │ ├── YunosTvpubadminDeviceUpdateosstatusAPIRequest.go │ ├── YunosTvpubadminDeviceUpdateosstatusAPIResponse.go │ ├── YunosTvpubadminDeviceYksBotsAPIRequest.go │ ├── YunosTvpubadminDeviceYksBotsAPIResponse.go │ ├── YunosTvpubadminDeviceYksSkillAddAPIRequest.go │ ├── YunosTvpubadminDeviceYksSkillAddAPIResponse.go │ ├── YunosTvpubadminDeviceYksSkillDeleteAPIRequest.go │ ├── YunosTvpubadminDeviceYksSkillDeleteAPIResponse.go │ ├── YunosTvpubadminDeviceYksSkillModifyAPIRequest.go │ ├── YunosTvpubadminDeviceYksSkillModifyAPIResponse.go │ ├── YunosTvpubadminDeviceYksSkillOfflineAPIRequest.go │ ├── YunosTvpubadminDeviceYksSkillOfflineAPIResponse.go │ ├── YunosTvpubadminDeviceYksSkillOnlineAPIRequest.go │ ├── YunosTvpubadminDeviceYksSkillOnlineAPIResponse.go │ ├── YunosTvpubadminDeviceYksSkillsAPIRequest.go │ ├── YunosTvpubadminDeviceYksSkillsAPIResponse.go │ ├── YunosTvpubadminDiccontroltaskAddAPIRequest.go │ ├── YunosTvpubadminDiccontroltaskAddAPIResponse.go │ ├── YunosTvpubadminDiccontroltaskGetinfoAPIRequest.go │ ├── YunosTvpubadminDiccontroltaskGetinfoAPIResponse.go │ ├── YunosTvpubadminDiccontroltaskQueryAPIRequest.go │ ├── YunosTvpubadminDiccontroltaskQueryAPIResponse.go │ ├── YunosTvpubadminDiccontroltaskUpdateAPIRequest.go │ ├── YunosTvpubadminDiccontroltaskUpdateAPIResponse.go │ ├── YunosTvpubadminEpgDesktopOperationAPIRequest.go │ ├── YunosTvpubadminEpgDesktopOperationAPIResponse.go │ ├── YunosTvpubadminManageDialogAddAPIRequest.go │ ├── YunosTvpubadminManageDialogAddAPIResponse.go │ ├── YunosTvpubadminManageDialogAddTopResult.go │ ├── YunosTvpubadminManageDialogDeleteAPIRequest.go │ ├── YunosTvpubadminManageDialogDeleteAPIResponse.go │ ├── YunosTvpubadminManageDialogDeleteTopResult.go │ ├── YunosTvpubadminManageDialogEditAPIRequest.go │ ├── YunosTvpubadminManageDialogEditAPIResponse.go │ ├── YunosTvpubadminManageDialogEditTopResult.go │ ├── YunosTvpubadminManageDialogFindbyidAPIRequest.go │ ├── YunosTvpubadminManageDialogFindbyidAPIResponse.go │ ├── YunosTvpubadminManageDialogListAPIRequest.go │ ├── YunosTvpubadminManageDialogListAPIResponse.go │ ├── YunosTvpubadminManageTopicAddAPIRequest.go │ ├── YunosTvpubadminManageTopicAddAPIResponse.go │ ├── YunosTvpubadminManageTopicAddTopResult.go │ ├── YunosTvpubadminManageTopicContentaddAPIRequest.go │ ├── YunosTvpubadminManageTopicContentaddAPIResponse.go │ ├── YunosTvpubadminManageTopicContentaddTopResult.go │ ├── YunosTvpubadminManageTopicContentdeleteAPIRequest.go │ ├── YunosTvpubadminManageTopicContentdeleteAPIResponse.go │ ├── YunosTvpubadminManageTopicContentdeleteTopResult.go │ ├── YunosTvpubadminManageTopicContenteditAPIRequest.go │ ├── YunosTvpubadminManageTopicContenteditAPIResponse.go │ ├── YunosTvpubadminManageTopicContentlistAPIRequest.go │ ├── YunosTvpubadminManageTopicContentlistAPIResponse.go │ ├── YunosTvpubadminManageTopicEditAPIRequest.go │ ├── YunosTvpubadminManageTopicEditAPIResponse.go │ ├── YunosTvpubadminManageTopicEditTopResult.go │ ├── YunosTvpubadminManageTopicFindbyidAPIRequest.go │ ├── YunosTvpubadminManageTopicFindbyidAPIResponse.go │ ├── YunosTvpubadminManageTopicListAPIRequest.go │ ├── YunosTvpubadminManageTopicListAPIResponse.go │ ├── YunosTvpubadminUserOrderlistAPIRequest.go │ ├── YunosTvpubadminUserOrderlistAPIResponse.go │ ├── YunosTvpubadminUserRightsAPIRequest.go │ ├── YunosTvpubadminUserRightsAPIResponse.go │ ├── YunosTvpubadminUserSuggestAPIRequest.go │ ├── YunosTvpubadminUserSuggestAPIResponse.go │ ├── YunosTvscreenAdminCommonOperationAPIRequest.go │ ├── YunosTvscreenAdminCommonOperationAPIResponse.go │ ├── YunosTvscreenAdminCommonOperationTopResult.go │ └── doc.go ├── txcs │ ├── AccessBaseResult.go │ ├── BatchOperateResultDto.go │ ├── BizExtAttr.go │ ├── CommonResult.go │ ├── Currency.go │ ├── InvoiceInfoDto.go │ ├── InvoiceInputDto.go │ ├── InvoiceInputResultDto.go │ ├── Pagination.go │ ├── StatementBillConfirmDto.go │ ├── StatementBillDto.go │ ├── StatementBillFeeDetailQuery.go │ ├── StatementBillQuery.go │ ├── TmallTxcsFinanceBillCheckAPIRequest.go │ ├── TmallTxcsFinanceBillCheckAPIResponse.go │ ├── TmallTxcsFinanceBillConfirmAPIRequest.go │ ├── TmallTxcsFinanceBillConfirmAPIResponse.go │ ├── TmallTxcsFinanceBillQueryAPIRequest.go │ ├── TmallTxcsFinanceBillQueryAPIResponse.go │ ├── TmallTxcsFinanceInvoiceInputAPIRequest.go │ ├── TmallTxcsFinanceInvoiceInputAPIResponse.go │ ├── TmallTxcsFinanceVerifyStatementBillAPIRequest.go │ ├── TmallTxcsFinanceVerifyStatementBillAPIResponse.go │ ├── VerificationBillDto.go │ ├── VerificationBillResponseDto.go │ ├── WebPageData.go │ ├── WebPageDataList.go │ └── doc.go ├── uscesl │ ├── ItemChangeBo.go │ ├── LightResultInfoBo.go │ ├── TaobaoUsceslBizApActivateAPIRequest.go │ ├── TaobaoUsceslBizApActivateAPIResponse.go │ ├── TaobaoUsceslBizApActivateResult.go │ ├── TaobaoUsceslBizApAddAPIRequest.go │ ├── TaobaoUsceslBizApAddAPIResponse.go │ ├── TaobaoUsceslBizApAddResult.go │ ├── TaobaoUsceslBizApDeleteAPIRequest.go │ ├── TaobaoUsceslBizApDeleteAPIResponse.go │ ├── TaobaoUsceslBizApDeleteResult.go │ ├── TaobaoUsceslBizApSearchAPIRequest.go │ ├── TaobaoUsceslBizApSearchAPIResponse.go │ ├── TaobaoUsceslBizApSearchResult.go │ ├── TaobaoUsceslBizBrandInsertAPIRequest.go │ ├── TaobaoUsceslBizBrandInsertAPIResponse.go │ ├── TaobaoUsceslBizEslBindAPIRequest.go │ ├── TaobaoUsceslBizEslBindAPIResponse.go │ ├── TaobaoUsceslBizEslInfoGetAPIRequest.go │ ├── TaobaoUsceslBizEslInfoGetAPIResponse.go │ ├── TaobaoUsceslBizEslUnbindAPIRequest.go │ ├── TaobaoUsceslBizEslUnbindAPIResponse.go │ ├── TaobaoUsceslBizItemLightUpAPIRequest.go │ ├── TaobaoUsceslBizItemLightUpAPIResponse.go │ ├── TaobaoUsceslBizItemLightUpResult.go │ ├── TaobaoUsceslBizLightUpAPIRequest.go │ ├── TaobaoUsceslBizLightUpAPIResponse.go │ ├── TaobaoUsceslBizLightUpResult.go │ ├── TaobaoUsceslBizStoreInsertAPIRequest.go │ ├── TaobaoUsceslBizStoreInsertAPIResponse.go │ ├── TaobaoUsceslIteminfoBatchInsertAPIRequest.go │ ├── TaobaoUsceslIteminfoBatchInsertAPIResponse.go │ ├── TaobaoUsceslIteminfoBatchPutAPIRequest.go │ ├── TaobaoUsceslIteminfoBatchPutAPIResponse.go │ ├── TaobaoUsceslIteminfoPutAPIRequest.go │ ├── TaobaoUsceslIteminfoPutAPIResponse.go │ ├── Target.go │ └── doc.go ├── user │ ├── AccountaliyuncscomgetPubKey20130701APIRequest.go │ ├── AccountaliyuncscomgetPubKey20130701APIResponse.go │ ├── AlibabaAilabsUserSpeechGuideAPIRequest.go │ ├── AlibabaAilabsUserSpeechGuideAPIResponse.go │ ├── AlibabaAilabsUserSpeechGuideResult.go │ ├── AlibabaAliqinFlowWalletCheckBalanceAPIRequest.go │ ├── AlibabaAliqinFlowWalletCheckBalanceAPIResponse.go │ ├── AlibabaBenefitSendAPIRequest.go │ ├── AlibabaBenefitSendAPIResponse.go │ ├── AlibabaBeneiftDrawAPIRequest.go │ ├── AlibabaBeneiftDrawAPIResponse.go │ ├── AlibabaDatabankOpenOneserviceDatareadyAPIRequest.go │ ├── AlibabaDatabankOpenOneserviceDatareadyAPIResponse.go │ ├── AlibabaDatabankOpenOneserviceGetdataAPIRequest.go │ ├── AlibabaDatabankOpenOneserviceGetdataAPIResponse.go │ ├── AlibabaLsyMiniappUserGetAPIRequest.go │ ├── AlibabaLsyMiniappUserGetAPIResponse.go │ ├── AlibabaSellerVendorWriteClientAPIRequest.go │ ├── AlibabaSellerVendorWriteClientAPIResponse.go │ ├── Client.go │ ├── ContactPerson.go │ ├── DataIndicatorQueryParam.go │ ├── DateRangeModel.go │ ├── DownNormalMessageDto.go │ ├── EleUicInfo.go │ ├── ErrorMessage.go │ ├── FlightChangeDataDo.go │ ├── MassMessageDto.go │ ├── MiniAppResult.go │ ├── NormalMessageDto.go │ ├── OAuthOtherInfo.go │ ├── OpenAccount.go │ ├── OpenAccountResult.go │ ├── OpenAccountSearchResult.go │ ├── OpenAccountTokenApplyResult.go │ ├── OpenAccountTokenValidateResult.go │ ├── OpenUserInfoDto.go │ ├── OpenaccountLong.go │ ├── OpenaccountObject.go │ ├── OpenaccountVoid.go │ ├── RecommendGuide.go │ ├── RecommendInfo.go │ ├── ReplyMessageDto.go │ ├── Resultdata.go │ ├── SettleAdjustmentRequest.go │ ├── SettlementPriceFactor.go │ ├── TaobaoAlitripFlightchangeAddAPIRequest.go │ ├── TaobaoAlitripFlightchangeAddAPIResponse.go │ ├── TaobaoAlitripFlightchangeAddResultDo.go │ ├── TaobaoAppstoreSubscribeGetAPIRequest.go │ ├── TaobaoAppstoreSubscribeGetAPIResponse.go │ ├── TaobaoKoubeiTribeOpenUserQueryAPIRequest.go │ ├── TaobaoKoubeiTribeOpenUserQueryAPIResponse.go │ ├── TaobaoKoubeiTribeOpenUserQueryResult.go │ ├── TaobaoKoubeiTribeOpenVerifyCodeApplyAPIRequest.go │ ├── TaobaoKoubeiTribeOpenVerifyCodeApplyAPIResponse.go │ ├── TaobaoKoubeiTribeOpenVerifyCodeApplyResult.go │ ├── TaobaoLarkPosItemprodFindterminalAPIRequest.go │ ├── TaobaoLarkPosItemprodFindterminalAPIResponse.go │ ├── TaobaoMessageaccountMesssageMassSendAPIRequest.go │ ├── TaobaoMessageaccountMesssageMassSendAPIResponse.go │ ├── TaobaoMessageaccountMesssageMassSendResult.go │ ├── TaobaoMessageaccountMesssageNormalSendAPIRequest.go │ ├── TaobaoMessageaccountMesssageNormalSendAPIResponse.go │ ├── TaobaoMessageaccountMesssageReplyAPIRequest.go │ ├── TaobaoMessageaccountMesssageReplyAPIResponse.go │ ├── TaobaoMessageaccountMesssageReplyResult.go │ ├── TaobaoMiniappEleuserPhoneGetAPIRequest.go │ ├── TaobaoMiniappEleuserPhoneGetAPIResponse.go │ ├── TaobaoMiniappEleuserinfoGetAPIRequest.go │ ├── TaobaoMiniappEleuserinfoGetAPIResponse.go │ ├── TaobaoMiniappMesssageNormalSendAPIRequest.go │ ├── TaobaoMiniappMesssageNormalSendAPIResponse.go │ ├── TaobaoMiniappMesssageReplyAPIRequest.go │ ├── TaobaoMiniappMesssageReplyAPIResponse.go │ ├── TaobaoMiniappMesssageReplyResult.go │ ├── TaobaoMiniappUserInfoGetAPIRequest.go │ ├── TaobaoMiniappUserInfoGetAPIResponse.go │ ├── TaobaoMiniappUserInfoGetResult.go │ ├── TaobaoMiniappUserPhoneGetAPIRequest.go │ ├── TaobaoMiniappUserPhoneGetAPIResponse.go │ ├── TaobaoNewretailDivisionRecordListGetAPIRequest.go │ ├── TaobaoNewretailDivisionRecordListGetAPIResponse.go │ ├── TaobaoNewretailDivisionRecordListGetT.go │ ├── TaobaoOpenAccountCreateAPIRequest.go │ ├── TaobaoOpenAccountCreateAPIResponse.go │ ├── TaobaoOpenAccountDeleteAPIRequest.go │ ├── TaobaoOpenAccountDeleteAPIResponse.go │ ├── TaobaoOpenAccountIndexFindAPIRequest.go │ ├── TaobaoOpenAccountIndexFindAPIResponse.go │ ├── TaobaoOpenAccountListAPIRequest.go │ ├── TaobaoOpenAccountListAPIResponse.go │ ├── TaobaoOpenAccountSearchAPIRequest.go │ ├── TaobaoOpenAccountSearchAPIResponse.go │ ├── TaobaoOpenAccountTokenApplyAPIRequest.go │ ├── TaobaoOpenAccountTokenApplyAPIResponse.go │ ├── TaobaoOpenAccountTokenValidateAPIRequest.go │ ├── TaobaoOpenAccountTokenValidateAPIResponse.go │ ├── TaobaoOpenAccountUpdateAPIRequest.go │ ├── TaobaoOpenAccountUpdateAPIResponse.go │ ├── TaobaoOpensecurityIsvUidGetAPIRequest.go │ ├── TaobaoOpensecurityIsvUidGetAPIResponse.go │ ├── TaobaoOpensecurityUidGetAPIRequest.go │ ├── TaobaoOpensecurityUidGetAPIResponse.go │ ├── TaobaoRdcAligeniusAccountValidateAPIRequest.go │ ├── TaobaoRdcAligeniusAccountValidateAPIResponse.go │ ├── TaobaoRdcAligeniusAccountValidateResult.go │ ├── TaobaoUserOpenidGetAPIRequest.go │ ├── TaobaoUserOpenidGetAPIResponse.go │ ├── ThirdPartyClientDataParams.go │ ├── TmallServiceSettleadjustmentModifyAPIRequest.go │ ├── TmallServiceSettleadjustmentModifyAPIResponse.go │ ├── TmallServiceSettleadjustmentModifyResult.go │ ├── TokenInfo.go │ ├── TokenInfoExt.go │ ├── TopDivisionRecordReqDto.go │ ├── UserInfoBaseDto.go │ ├── UserInfoDto.go │ ├── UserResultCode.go │ ├── UserSubscribe.go │ └── doc.go ├── usergrowth │ ├── BatchAskResultItem.go │ ├── BatchAskResultV2.go │ ├── BuzzwordDto.go │ ├── DeviceIdParam.go │ ├── ExtraDto.go │ ├── ProductDto.go │ ├── RecognitionParam.go │ ├── RegionData.go │ ├── SuggestionContextParam.go │ ├── SuggestionDto.go │ ├── TaobaoGrowthReachingBrowserSearchAPIRequest.go │ ├── TaobaoGrowthReachingBrowserSearchAPIResponse.go │ ├── TaobaoGrowthReachingBuzzwordQueryAPIRequest.go │ ├── TaobaoGrowthReachingBuzzwordQueryAPIResponse.go │ ├── TaobaoGrowthReachingPicturesRecognizeAPIRequest.go │ ├── TaobaoGrowthReachingPicturesRecognizeAPIResponse.go │ ├── TaobaoGrowthReachingSuggestionQueryAPIRequest.go │ ├── TaobaoGrowthReachingSuggestionQueryAPIResponse.go │ ├── TaobaoGrowthReachingXiniaoQueryAPIRequest.go │ ├── TaobaoGrowthReachingXiniaoQueryAPIResponse.go │ ├── TaobaoUsergrowthDhhDeliveryAskAPIRequest.go │ ├── TaobaoUsergrowthDhhDeliveryAskAPIResponse.go │ ├── TaobaoUsergrowthDhhDeliveryBatchaskAPIRequest.go │ ├── TaobaoUsergrowthDhhDeliveryBatchaskAPIResponse.go │ ├── TaobaoUsergrowthTaskConfigGetAPIRequest.go │ ├── TaobaoUsergrowthTaskConfigGetAPIResponse.go │ ├── TaobaoUsergrowthTaskConfigGetTopResult.go │ ├── TaskConfig.go │ ├── Temperature.go │ ├── XiNiaoSuggestionContextParam.go │ ├── XiNiaoSuggestionDto.go │ └── doc.go ├── usergrowth2 │ ├── CreativeAuditResultDto.go │ ├── MaterialRejectInfo.go │ ├── TaobaoUsergrowthAdMaterialAuditAPIRequest.go │ ├── TaobaoUsergrowthAdMaterialAuditAPIResponse.go │ ├── TaobaoUsergrowthAdMaterialDataSyncAPIRequest.go │ ├── TaobaoUsergrowthAdMaterialDataSyncAPIResponse.go │ ├── TaobaoUsergrowthAdMaterialQueryAPIRequest.go │ ├── TaobaoUsergrowthAdMaterialQueryAPIResponse.go │ ├── TaobaoUsergrowthAdMaterialUpdateAPIRequest.go │ ├── TaobaoUsergrowthAdMaterialUpdateAPIResponse.go │ ├── TaobaoUsergrowthAdMediaDataSyncAPIRequest.go │ ├── TaobaoUsergrowthAdMediaDataSyncAPIResponse.go │ └── doc.go ├── util │ ├── AiotOpenDeviceBaseDto.go │ ├── AiotOpenDeviceOrganizationDto.go │ ├── AiotTopOpenDeviceDto.go │ ├── AlibabaAisAssetsTagAbortAPIRequest.go │ ├── AlibabaAisAssetsTagAbortAPIResponse.go │ ├── AlibabaAisAssetsTagGenerateAPIRequest.go │ ├── AlibabaAisAssetsTagGenerateAPIResponse.go │ ├── AlibabaAisAssetsTagGetAPIRequest.go │ ├── AlibabaAisAssetsTagGetAPIResponse.go │ ├── AlibabaInteractSensorUiAPIRequest.go │ ├── AlibabaInteractSensorUiAPIResponse.go │ ├── AlibabaMosFalconPosCounterQueryAPIRequest.go │ ├── AlibabaMosFalconPosCounterQueryAPIResponse.go │ ├── AlibabaMosFalconPosCounterQueryResultDo.go │ ├── AlibabaRetailDeviceTradeShipAPIRequest.go │ ├── AlibabaRetailDeviceTradeShipAPIResponse.go │ ├── AlibabaRetailDeviceTradeShipResult.go │ ├── AlibabaRetailShorturlGetAPIRequest.go │ ├── AlibabaRetailShorturlGetAPIResponse.go │ ├── AlibabaRetailShorturlGetResult.go │ ├── AliexpressSocialCountryGetAPIRequest.go │ ├── AliexpressSocialCountryGetAPIResponse.go │ ├── AliexpressSocialCurrencyGetAPIRequest.go │ ├── AliexpressSocialCurrencyGetAPIResponse.go │ ├── AliexpressSocialLocaleGetAPIRequest.go │ ├── AliexpressSocialLocaleGetAPIResponse.go │ ├── AssetQrCodeDto.go │ ├── BaseRep.go │ ├── Checkpoints.go │ ├── CountryDto.go │ ├── CrowdBindTopResultDto.go │ ├── CrowdRefTopDto.go │ ├── CrowdTopDto.go │ ├── CurrencyDto.go │ ├── Dto.go │ ├── ErrorInfo.go │ ├── Event.go │ ├── EventPublishResponse.go │ ├── EventPublishThirdPartyEntry.go │ ├── EventPublishThirdPartyResponse.go │ ├── EventPublishThirdPartyResultEntry.go │ ├── FileDo.go │ ├── IotRegisterResult.go │ ├── ItemPickPagingResult.go │ ├── KfcSearchResult.go │ ├── LocaleDto.go │ ├── OrderUpdateOption.go │ ├── PosInfoDto.go │ ├── PriceTopDto.go │ ├── ProcessResponse.go │ ├── QimenEvent.go │ ├── QimenResult.go │ ├── QimenUser.go │ ├── RefundCheckDto.go │ ├── ResultCode.go │ ├── SessionInfo.go │ ├── ShipDetailDto.go │ ├── ShortUrlDto.go │ ├── ShortUrlOption.go │ ├── TaobaoAppipGetAPIRequest.go │ ├── TaobaoAppipGetAPIResponse.go │ ├── TaobaoFilesGetAPIRequest.go │ ├── TaobaoFilesGetAPIResponse.go │ ├── TaobaoHttpdnsGetAPIRequest.go │ ├── TaobaoHttpdnsGetAPIResponse.go │ ├── TaobaoKfcKeywordSearchAPIRequest.go │ ├── TaobaoKfcKeywordSearchAPIResponse.go │ ├── TaobaoOpenlinkSessionGetAPIRequest.go │ ├── TaobaoOpenlinkSessionGetAPIResponse.go │ ├── TaobaoOpenlinkSessionGetResult.go │ ├── TaobaoOpenuidGetAPIRequest.go │ ├── TaobaoOpenuidGetAPIResponse.go │ ├── TaobaoOpenuidGetBymixnickAPIRequest.go │ ├── TaobaoOpenuidGetBymixnickAPIResponse.go │ ├── TaobaoOpenuidGetBytradeAPIRequest.go │ ├── TaobaoOpenuidGetBytradeAPIResponse.go │ ├── TaobaoPictureQnaigcUploadAPIRequest.go │ ├── TaobaoPictureQnaigcUploadAPIResponse.go │ ├── TaobaoPictureQnaigcUploadResult.go │ ├── TaobaoQimenEventProduceAPIRequest.go │ ├── TaobaoQimenEventProduceAPIResponse.go │ ├── TaobaoQimenEventsProduceAPIRequest.go │ ├── TaobaoQimenEventsProduceAPIResponse.go │ ├── TaobaoQimenTradeUserAddAPIRequest.go │ ├── TaobaoQimenTradeUserAddAPIResponse.go │ ├── TaobaoQimenTradeUserDeleteAPIRequest.go │ ├── TaobaoQimenTradeUserDeleteAPIResponse.go │ ├── TaobaoQimenTradeUsersGetAPIRequest.go │ ├── TaobaoQimenTradeUsersGetAPIResponse.go │ ├── TaobaoRdcAligeniusRefundsCheckAPIRequest.go │ ├── TaobaoRdcAligeniusRefundsCheckAPIResponse.go │ ├── TaobaoRdcAligeniusRefundsCheckResult.go │ ├── TaobaoStreetestSessionGetAPIRequest.go │ ├── TaobaoStreetestSessionGetAPIResponse.go │ ├── TaobaoSubwayCrowdDmpCrowdBindAPIRequest.go │ ├── TaobaoSubwayCrowdDmpCrowdBindAPIResponse.go │ ├── TaobaoTimeGetAPIRequest.go │ ├── TaobaoTimeGetAPIResponse.go │ ├── TaobaoTmcAuthGetAPIRequest.go │ ├── TaobaoTmcAuthGetAPIResponse.go │ ├── TaobaoTopAuthTokenCreateAPIRequest.go │ ├── TaobaoTopAuthTokenCreateAPIResponse.go │ ├── TaobaoTopAuthTokenRefreshAPIRequest.go │ ├── TaobaoTopAuthTokenRefreshAPIResponse.go │ ├── TaobaoTopConnectorEventPublishAPIRequest.go │ ├── TaobaoTopConnectorEventPublishAPIResponse.go │ ├── TaobaoTopEventPublishAPIRequest.go │ ├── TaobaoTopEventPublishAPIResponse.go │ ├── TaobaoTopEventSubscriptionQueryAPIRequest.go │ ├── TaobaoTopEventSubscriptionQueryAPIResponse.go │ ├── TaobaoTopIpoutGetAPIRequest.go │ ├── TaobaoTopIpoutGetAPIResponse.go │ ├── TaobaoTopOpenidConvertAPIRequest.go │ ├── TaobaoTopOpenidConvertAPIResponse.go │ ├── TaobaoTopSdkFeedbackUploadAPIRequest.go │ ├── TaobaoTopSdkFeedbackUploadAPIResponse.go │ ├── TaobaoTopSecretGetAPIRequest.go │ ├── TaobaoTopSecretGetAPIResponse.go │ ├── TaobaoTopSecretRegisterAPIRequest.go │ ├── TaobaoTopSecretRegisterAPIResponse.go │ ├── TaobaoWirelessContentCheckAPIRequest.go │ ├── TaobaoWirelessContentCheckAPIResponse.go │ ├── TaobaoWirelessPictureCheckAPIRequest.go │ ├── TaobaoWirelessPictureCheckAPIResponse.go │ ├── TopDownloadRecordDo.go │ ├── UploadRequest.go │ ├── WdkRexoutDeviceInfoGetAPIRequest.go │ ├── WdkRexoutDeviceInfoGetAPIResponse.go │ ├── WdkRexoutDeviceIotRegisteridAPIRequest.go │ ├── WdkRexoutDeviceIotRegisteridAPIResponse.go │ ├── WdkRexoutResourceListCheckAPIRequest.go │ ├── WdkRexoutResourceListCheckAPIResponse.go │ └── doc.go ├── vaccin │ ├── AlibabaAlihealthVaccineRegisterCancelAPIRequest.go │ ├── AlibabaAlihealthVaccineRegisterCancelAPIResponse.go │ ├── AlibabaAlihealthVaccineRegisterCancelMtopResult.go │ ├── AlibabaAlihealthVaccineRegisterSubmitAPIRequest.go │ ├── AlibabaAlihealthVaccineRegisterSubmitAPIResponse.go │ ├── AlibabaAlihealthVaccineRegisterSubmitMtopResult.go │ ├── AlibabaAlihealthVaccineTradeOrderChannelGetAPIRequest.go │ ├── AlibabaAlihealthVaccineTradeOrderChannelGetAPIResponse.go │ ├── AlibabaAlihealthVaccineTradeSubscribeDetailGetAPIRequest.go │ ├── AlibabaAlihealthVaccineTradeSubscribeDetailGetAPIResponse.go │ ├── AlibabaAlihealthVaccineTradeSubscribeDetailSaveAPIRequest.go │ ├── AlibabaAlihealthVaccineTradeSubscribeDetailSaveAPIResponse.go │ ├── AlibabaHealthVaccinAppointmentResultNotifyAPIRequest.go │ ├── AlibabaHealthVaccinAppointmentResultNotifyAPIResponse.go │ ├── AlibabaHealthVaccinMatchOnAPIRequest.go │ ├── AlibabaHealthVaccinMatchOnAPIResponse.go │ ├── AlibabaHealthVaccinNoticeAnnouncementPublishAPIRequest.go │ ├── AlibabaHealthVaccinNoticeAnnouncementPublishAPIResponse.go │ ├── AlibabaHealthVaccinNoticeOrderCancelAPIRequest.go │ ├── AlibabaHealthVaccinNoticeOrderCancelAPIResponse.go │ ├── AlibabaHealthVaccinNoticeOrderCreateAPIRequest.go │ ├── AlibabaHealthVaccinNoticeOrderCreateAPIResponse.go │ ├── AlibabaHealthVaccinNoticeOrderSignAPIRequest.go │ ├── AlibabaHealthVaccinNoticeOrderSignAPIResponse.go │ ├── AlibabaHealthVaccinNoticeReplantRemindAPIRequest.go │ ├── AlibabaHealthVaccinNoticeReplantRemindAPIResponse.go │ ├── AlibabaHealthVaccinNoticeSendAPIRequest.go │ ├── AlibabaHealthVaccinNoticeSendAPIResponse.go │ ├── AlibabaHealthVaccinNoticeTimebucketRemindAPIRequest.go │ ├── AlibabaHealthVaccinNoticeTimebucketRemindAPIResponse.go │ ├── AlibabaHealthVaccinNoticeUserBindAPIRequest.go │ ├── AlibabaHealthVaccinNoticeUserBindAPIResponse.go │ ├── AlibabaHealthVaccinNoticeUserCreateAPIRequest.go │ ├── AlibabaHealthVaccinNoticeUserCreateAPIResponse.go │ ├── AlibabaHealthVaccinOrderUpdateAPIRequest.go │ ├── AlibabaHealthVaccinOrderUpdateAPIResponse.go │ ├── AlibabaHealthVaccinPovUpdateAPIRequest.go │ ├── AlibabaHealthVaccinPovUpdateAPIResponse.go │ ├── AlibabaHealthVaccinSubscribeInfoReturnAPIRequest.go │ ├── AlibabaHealthVaccinSubscribeInfoReturnAPIResponse.go │ ├── AlibabaHealthVaccinUserRegisterRemindAPIRequest.go │ ├── AlibabaHealthVaccinUserRegisterRemindAPIResponse.go │ ├── AlibabaHealthVaccinVaccinateCompleteAPIRequest.go │ ├── AlibabaHealthVaccinVaccinateCompleteAPIResponse.go │ ├── AlipayVaccineUserBindDto.go │ ├── CancelVcRegisterRequest.go │ ├── IsvPovSubscribeInfoResponse.go │ ├── IsvVcAvailableRemindRequest.go │ ├── IsvVcAvailableRemindResponse.go │ ├── PovSubscribeDetailModel.go │ ├── SubmitVcRegisterRequest.go │ ├── TradeSubscribeDetailExecuteTopRequest.go │ ├── TradeSubscribeDetailQueryTopRequest.go │ ├── TradeVaccineOrderQueryTopRequest.go │ ├── TradeVaccineSubscribeDetailTopDto.go │ ├── TradeVaccineSubscribeDetailTopResult.go │ ├── VaccineInfo.go │ └── doc.go ├── viapi │ ├── AliyunViapiFacebodyComparefaceAPIRequest.go │ ├── AliyunViapiFacebodyComparefaceAPIResponse.go │ ├── AliyunViapiFacebodyComparefaceData.go │ ├── AliyunViapiFacebodyDetectfaceAPIRequest.go │ ├── AliyunViapiFacebodyDetectfaceAPIResponse.go │ ├── AliyunViapiFacebodyDetectfaceData.go │ ├── AliyunViapiFacebodyRecognizefaceAPIRequest.go │ ├── AliyunViapiFacebodyRecognizefaceAPIResponse.go │ ├── AliyunViapiFacebodyRecognizefaceData.go │ ├── AliyunViapiGoodstechClassifygoodsAPIRequest.go │ ├── AliyunViapiGoodstechClassifygoodsAPIResponse.go │ ├── AliyunViapiGoodstechClassifygoodsData.go │ ├── AliyunViapiGoodstechRecognizeFurnitureAttributeAPIRequest.go │ ├── AliyunViapiGoodstechRecognizeFurnitureAttributeAPIResponse.go │ ├── AliyunViapiGoodstechRecognizeFurnitureAttributeData.go │ ├── AliyunViapiGoodstechRecognizeFurniturespuAPIRequest.go │ ├── AliyunViapiGoodstechRecognizeFurniturespuAPIResponse.go │ ├── AliyunViapiGoodstechRecognizeFurniturespuData.go │ ├── AliyunViapiImageauditScanimageAPIRequest.go │ ├── AliyunViapiImageauditScanimageAPIResponse.go │ ├── AliyunViapiImageauditScanimageData.go │ ├── AliyunViapiImageauditScanimageResult.go │ ├── AliyunViapiImageauditScantextAPIRequest.go │ ├── AliyunViapiImageauditScantextAPIResponse.go │ ├── AliyunViapiImageauditScantextData.go │ ├── AliyunViapiImageauditScantextDetail.go │ ├── AliyunViapiImageauditScantextResult.go │ ├── AliyunViapiImagesegSegmentCommonimageAPIRequest.go │ ├── AliyunViapiImagesegSegmentCommonimageAPIResponse.go │ ├── AliyunViapiImagesegSegmentCommonimageData.go │ ├── AliyunViapiImagesegSegmentcomodityAPIRequest.go │ ├── AliyunViapiImagesegSegmentcomodityAPIResponse.go │ ├── AliyunViapiImagesegSegmentcomodityData.go │ ├── AliyunViapiImagesegSegmenthdbodyAPIRequest.go │ ├── AliyunViapiImagesegSegmenthdbodyAPIResponse.go │ ├── AliyunViapiImagesegSegmenthdbodyData.go │ ├── AliyunViapiImagesegSegmentheadAPIRequest.go │ ├── AliyunViapiImagesegSegmentheadAPIResponse.go │ ├── AliyunViapiImagesegSegmentheadData.go │ ├── AliyunViapiObjectdetDetectobjectAPIRequest.go │ ├── AliyunViapiObjectdetDetectobjectAPIResponse.go │ ├── AliyunViapiObjectdetDetectobjectData.go │ ├── AliyunViapiOcrCharacterAPIRequest.go │ ├── AliyunViapiOcrCharacterAPIResponse.go │ ├── AliyunViapiOcrCharacterData.go │ ├── AliyunViapiOcrCharacterResult.go │ ├── Category.go │ ├── Context.go │ ├── Element.go │ ├── Elements.go │ ├── Face.go │ ├── Frame.go │ ├── HintWordsInfo.go │ ├── Label.go │ ├── LogoData.go │ ├── ProgramCodeData.go │ ├── SfaceData.go │ ├── SubResult.go │ ├── Task.go │ ├── TextRectangle.go │ └── doc.go ├── vms │ ├── AppBaseResponse.go │ ├── CainiaoVmsServiceVehicleinfoUploadAPIRequest.go │ ├── CainiaoVmsServiceVehicleinfoUploadAPIResponse.go │ └── doc.go ├── wangwang │ ├── EvalDetail.go │ ├── TaobaoAirislandKefuevalGetAPIRequest.go │ ├── TaobaoAirislandKefuevalGetAPIResponse.go │ ├── TaobaoQianniuKefuevalGetAPIRequest.go │ ├── TaobaoQianniuKefuevalGetAPIResponse.go │ └── doc.go ├── waybill │ ├── Address.go │ ├── AddressArea.go │ ├── AddressDto.go │ ├── BaseResultDto.go │ ├── CainiaoCloudprintClientinfoPutAPIRequest.go │ ├── CainiaoCloudprintClientinfoPutAPIResponse.go │ ├── CainiaoCloudprintCustomareaUpdateAPIRequest.go │ ├── CainiaoCloudprintCustomareaUpdateAPIResponse.go │ ├── CainiaoCloudprintCustomaresGetAPIRequest.go │ ├── CainiaoCloudprintCustomaresGetAPIResponse.go │ ├── CainiaoCloudprintIsvResourcesGetAPIRequest.go │ ├── CainiaoCloudprintIsvResourcesGetAPIResponse.go │ ├── CainiaoCloudprintIsvtemplatesGetAPIRequest.go │ ├── CainiaoCloudprintIsvtemplatesGetAPIResponse.go │ ├── CainiaoCloudprintMystdtemplatesGetAPIRequest.go │ ├── CainiaoCloudprintMystdtemplatesGetAPIResponse.go │ ├── CainiaoCloudprintSingleCustomareaGetAPIRequest.go │ ├── CainiaoCloudprintSingleCustomareaGetAPIResponse.go │ ├── CainiaoCloudprintStdtemplatesGetAPIRequest.go │ ├── CainiaoCloudprintStdtemplatesGetAPIResponse.go │ ├── CainiaoCloudprintTemplatesMigrateAPIRequest.go │ ├── CainiaoCloudprintTemplatesMigrateAPIResponse.go │ ├── CainiaoSmartdeliveryStrategyWarehouseIDeleteAPIRequest.go │ ├── CainiaoSmartdeliveryStrategyWarehouseIDeleteAPIResponse.go │ ├── CainiaoSmartdeliveryStrategyWarehouseIUpdateAPIRequest.go │ ├── CainiaoSmartdeliveryStrategyWarehouseIUpdateAPIResponse.go │ ├── CainiaoWaybillAddressReachableQueryAPIRequest.go │ ├── CainiaoWaybillAddressReachableQueryAPIResponse.go │ ├── CainiaoWaybillIiCancelAPIRequest.go │ ├── CainiaoWaybillIiCancelAPIResponse.go │ ├── CainiaoWaybillIiConfirmAPIRequest.go │ ├── CainiaoWaybillIiConfirmAPIResponse.go │ ├── CainiaoWaybillIiDeliveryAPIRequest.go │ ├── CainiaoWaybillIiDeliveryAPIResponse.go │ ├── CainiaoWaybillIiGetAPIRequest.go │ ├── CainiaoWaybillIiGetAPIResponse.go │ ├── CainiaoWaybillIiLogisticsdetailUrlGetAPIRequest.go │ ├── CainiaoWaybillIiLogisticsdetailUrlGetAPIResponse.go │ ├── CainiaoWaybillIiProductAPIRequest.go │ ├── CainiaoWaybillIiProductAPIResponse.go │ ├── CainiaoWaybillIiQueryByTradecodeAPIRequest.go │ ├── CainiaoWaybillIiQueryByTradecodeAPIResponse.go │ ├── CainiaoWaybillIiQueryByWaybillcodeAPIRequest.go │ ├── CainiaoWaybillIiQueryByWaybillcodeAPIResponse.go │ ├── CainiaoWaybillIiSearchAPIRequest.go │ ├── CainiaoWaybillIiSearchAPIResponse.go │ ├── CainiaoWaybillIiUpdateAPIRequest.go │ ├── CainiaoWaybillIiUpdateAPIResponse.go │ ├── CainiaoWaybillPrivacySellerOrderGetAPIRequest.go │ ├── CainiaoWaybillPrivacySellerOrderGetAPIResponse.go │ ├── CainiaoWaybillPrivacySellerOrderGetModule.go │ ├── CainiaoWaybillPrivacySubscriptionGetAPIRequest.go │ ├── CainiaoWaybillPrivacySubscriptionGetAPIResponse.go │ ├── CainiaoWaybillPrivacySubscriptionGetResult.go │ ├── ClientInfoDto.go │ ├── CloudPrintBaseResult.go │ ├── CpInfo.go │ ├── CpInfoDto.go │ ├── CustomAreaResult.go │ ├── CustomAreaSingleResult.go │ ├── CustomTemplateResult.go │ ├── DeliveryStrategyInfo.go │ ├── DeliveryStrategySetRequest.go │ ├── ErrorInfo.go │ ├── IsvResourceDo.go │ ├── Item.go │ ├── KeyResult.go │ ├── LogisticsService.go │ ├── OrderInfoDto.go │ ├── PackageInfoDto.go │ ├── PackageItem.go │ ├── PrintCheckInfo.go │ ├── ReachableRecommendRequestDto.go │ ├── ReachableRecommendResponseDto.go │ ├── RecipientInfoDto.go │ ├── ServiceAttributeDto.go │ ├── ServiceInfoDto.go │ ├── SpecialRouteInfo.go │ ├── StandardTemplateDo.go │ ├── StandardTemplateResult.go │ ├── TaobaoWlbWaybillICancelAPIRequest.go │ ├── TaobaoWlbWaybillICancelAPIResponse.go │ ├── TaobaoWlbWaybillIFullupdateAPIRequest.go │ ├── TaobaoWlbWaybillIFullupdateAPIResponse.go │ ├── TaobaoWlbWaybillIGetAPIRequest.go │ ├── TaobaoWlbWaybillIGetAPIResponse.go │ ├── TaobaoWlbWaybillIPrintAPIRequest.go │ ├── TaobaoWlbWaybillIPrintAPIResponse.go │ ├── TaobaoWlbWaybillIProductAPIRequest.go │ ├── TaobaoWlbWaybillIProductAPIResponse.go │ ├── TaobaoWlbWaybillIQuerydetailAPIRequest.go │ ├── TaobaoWlbWaybillIQuerydetailAPIResponse.go │ ├── TaobaoWlbWaybillISearchAPIRequest.go │ ├── TaobaoWlbWaybillISearchAPIResponse.go │ ├── TradeOrderInfo.go │ ├── TradeOrderInfoDto.go │ ├── UserInfoDto.go │ ├── UserTemplateDo.go │ ├── UserTemplateResult.go │ ├── WarehouseDto.go │ ├── WaybillAddress.go │ ├── WaybillApplyCancelRequest.go │ ├── WaybillApplyFullUpdateRequest.go │ ├── WaybillApplyNewInfo.go │ ├── WaybillApplyNewRequest.go │ ├── WaybillApplyPrintCheckInfo.go │ ├── WaybillApplyPrintCheckRequest.go │ ├── WaybillApplyRequest.go │ ├── WaybillApplySubscriptionInfo.go │ ├── WaybillApplyUpdateInfo.go │ ├── WaybillBranchAccount.go │ ├── WaybillCloudPrintApplyNewRequest.go │ ├── WaybillCloudPrintResponse.go │ ├── WaybillCloudPrintUpdateRequest.go │ ├── WaybillCloudPrintWithResultDescResponse.go │ ├── WaybillDetailQueryByBizSubCodeRequest.go │ ├── WaybillDetailQueryByWaybillCodeRequest.go │ ├── WaybillDetailQueryInfo.go │ ├── WaybillDetailQueryRequest.go │ ├── WaybillOrderConfirmRequest.go │ ├── WaybillOrderConfirmResponse.go │ ├── WaybillOrderConfirmWaybillInfo.go │ ├── WaybillProductType.go │ ├── WaybillProductTypeRequest.go │ ├── WaybillServiceType.go │ └── doc.go ├── wdk │ ├── AbnormalContentDto.go │ ├── AbnormalStatusChangeDto.go │ ├── Action.go │ ├── ActionDto.go │ ├── ActivityRule.go │ ├── ActivitySkuQuery.go │ ├── ActivitySkuQueryDto.go │ ├── AddressInfo.go │ ├── AfterRefundOrderInfo.go │ ├── AfterRefundOrderRequest.go │ ├── AlibabaAelophyOrderDelivererChangeAPIRequest.go │ ├── AlibabaAelophyOrderDelivererChangeAPIResponse.go │ ├── AlibabaAelophyOrderDesensitizephoneGetAPIRequest.go │ ├── AlibabaAelophyOrderDesensitizephoneGetAPIResponse.go │ ├── AlibabaAelophyOrderGetAPIRequest.go │ ├── AlibabaAelophyOrderGetAPIResponse.go │ ├── AlibabaAelophyOrderLogisticsTraceCallbackAPIRequest.go │ ├── AlibabaAelophyOrderLogisticsTraceCallbackAPIResponse.go │ ├── AlibabaAelophyOrderWorkCallbackAPIRequest.go │ ├── AlibabaAelophyOrderWorkCallbackAPIResponse.go │ ├── AlibabaAelophyShopUpdateinfoAPIRequest.go │ ├── AlibabaAelophyShopUpdateinfoAPIResponse.go │ ├── AlibabaAelophyShopUpdateinfoApiResult.go │ ├── AlibabaAelophyShopUpdaterangeAPIRequest.go │ ├── AlibabaAelophyShopUpdaterangeAPIResponse.go │ ├── AlibabaAelophyShopUpdaterangeApiResult.go │ ├── AlibabaAelophyShopUpdatestatusAPIRequest.go │ ├── AlibabaAelophyShopUpdatestatusAPIResponse.go │ ├── AlibabaAelophyShopUpdatestatusApiResult.go │ ├── AlibabaAxChannelSkuStatusUpdateAPIRequest.go │ ├── AlibabaAxChannelSkuStatusUpdateAPIResponse.go │ ├── AlibabaAxChannelSkuStatusUpdateApiResult.go │ ├── AlibabaAxWarehouseInboundCallbackAPIRequest.go │ ├── AlibabaAxWarehouseInboundCallbackAPIResponse.go │ ├── AlibabaAxWarehouseOutboundCallbackAPIRequest.go │ ├── AlibabaAxWarehouseOutboundCallbackAPIResponse.go │ ├── AlibabaHmMarketingBuygiftItemAddAsyncAPIRequest.go │ ├── AlibabaHmMarketingBuygiftItemAddAsyncAPIResponse.go │ ├── AlibabaHmMarketingBuygiftItemRemoveAsyncAPIRequest.go │ ├── AlibabaHmMarketingBuygiftItemRemoveAsyncAPIResponse.go │ ├── AlibabaHmMarketingCouponCreateactivityAPIRequest.go │ ├── AlibabaHmMarketingCouponCreateactivityAPIResponse.go │ ├── AlibabaHmMarketingCouponEndactivityAPIRequest.go │ ├── AlibabaHmMarketingCouponEndactivityAPIResponse.go │ ├── AlibabaHmMarketingCouponQueryitemsAPIRequest.go │ ├── AlibabaHmMarketingCouponQueryitemsAPIResponse.go │ ├── AlibabaHmMarketingCouponSendmaAPIRequest.go │ ├── AlibabaHmMarketingCouponSendmaAPIResponse.go │ ├── AlibabaHmMarketingDiscountItemAddAsyncAPIRequest.go │ ├── AlibabaHmMarketingDiscountItemAddAsyncAPIResponse.go │ ├── AlibabaHmMarketingDiscountItemRemoveAsyncAPIRequest.go │ ├── AlibabaHmMarketingDiscountItemRemoveAsyncAPIResponse.go │ ├── AlibabaHmMarketingExpirePromotionCreateAPIRequest.go │ ├── AlibabaHmMarketingExpirePromotionCreateAPIResponse.go │ ├── AlibabaHmMarketingExpirePromotionCreateT.go │ ├── AlibabaHmMarketingExpirePromotionDeleteAPIRequest.go │ ├── AlibabaHmMarketingExpirePromotionDeleteAPIResponse.go │ ├── AlibabaHmMarketingExpirePromotionQueryAPIRequest.go │ ├── AlibabaHmMarketingExpirePromotionQueryAPIResponse.go │ ├── AlibabaHmMarketingFullrangeAddexchangeitemAPIRequest.go │ ├── AlibabaHmMarketingFullrangeAddexchangeitemAPIResponse.go │ ├── AlibabaHmMarketingFullrangeCreateactivityAPIRequest.go │ ├── AlibabaHmMarketingFullrangeCreateactivityAPIResponse.go │ ├── AlibabaHmMarketingFullrangeDeleteactivityAPIRequest.go │ ├── AlibabaHmMarketingFullrangeDeleteactivityAPIResponse.go │ ├── AlibabaHmMarketingFullrangeQueryactivityAPIRequest.go │ ├── AlibabaHmMarketingFullrangeQueryactivityAPIResponse.go │ ├── AlibabaHmMarketingFullrangeQueryitemAPIRequest.go │ ├── AlibabaHmMarketingFullrangeQueryitemAPIResponse.go │ ├── AlibabaHmMarketingFullrangeRemoveitemAPIRequest.go │ ├── AlibabaHmMarketingFullrangeRemoveitemAPIResponse.go │ ├── AlibabaHmMarketingItembuygiftAdditemAPIRequest.go │ ├── AlibabaHmMarketingItembuygiftAdditemAPIResponse.go │ ├── AlibabaHmMarketingItembuygiftCreateactivityAPIRequest.go │ ├── AlibabaHmMarketingItembuygiftCreateactivityAPIResponse.go │ ├── AlibabaHmMarketingItembuygiftDeleteactivityAPIRequest.go │ ├── AlibabaHmMarketingItembuygiftDeleteactivityAPIResponse.go │ ├── AlibabaHmMarketingItembuygiftQueryactivityAPIRequest.go │ ├── AlibabaHmMarketingItembuygiftQueryactivityAPIResponse.go │ ├── AlibabaHmMarketingItembuygiftQueryitemsAPIRequest.go │ ├── AlibabaHmMarketingItembuygiftQueryitemsAPIResponse.go │ ├── AlibabaHmMarketingItembuygiftQueryitemsData.go │ ├── AlibabaHmMarketingItembuygiftRemoveitemAPIRequest.go │ ├── AlibabaHmMarketingItembuygiftRemoveitemAPIResponse.go │ ├── AlibabaHmMarketingItemdiscountAdditemAPIRequest.go │ ├── AlibabaHmMarketingItemdiscountAdditemAPIResponse.go │ ├── AlibabaHmMarketingItemdiscountCreateactivityAPIRequest.go │ ├── AlibabaHmMarketingItemdiscountCreateactivityAPIResponse.go │ ├── AlibabaHmMarketingItemdiscountDeleteactivityAPIRequest.go │ ├── AlibabaHmMarketingItemdiscountDeleteactivityAPIResponse.go │ ├── AlibabaHmMarketingItemdiscountQueryactivityAPIRequest.go │ ├── AlibabaHmMarketingItemdiscountQueryactivityAPIResponse.go │ ├── AlibabaHmMarketingItemdiscountQueryitemsAPIRequest.go │ ├── AlibabaHmMarketingItemdiscountQueryitemsAPIResponse.go │ ├── AlibabaHmMarketingItemdiscountRemoveitemAPIRequest.go │ ├── AlibabaHmMarketingItemdiscountRemoveitemAPIResponse.go │ ├── AlibabaHmMarketingItempoolActivityCreateAPIRequest.go │ ├── AlibabaHmMarketingItempoolActivityCreateAPIResponse.go │ ├── AlibabaHmMarketingItempoolAddcategoryAPIRequest.go │ ├── AlibabaHmMarketingItempoolAddcategoryAPIResponse.go │ ├── AlibabaHmMarketingItempoolAdditemAPIRequest.go │ ├── AlibabaHmMarketingItempoolAdditemAPIResponse.go │ ├── AlibabaHmMarketingItempoolCreateactivityAPIRequest.go │ ├── AlibabaHmMarketingItempoolCreateactivityAPIResponse.go │ ├── AlibabaHmMarketingItempoolDeleteactivityAPIRequest.go │ ├── AlibabaHmMarketingItempoolDeleteactivityAPIResponse.go │ ├── AlibabaHmMarketingItempoolExcludeskucodeAPIRequest.go │ ├── AlibabaHmMarketingItempoolExcludeskucodeAPIResponse.go │ ├── AlibabaHmMarketingItempoolItemAddAsyncAPIRequest.go │ ├── AlibabaHmMarketingItempoolItemAddAsyncAPIResponse.go │ ├── AlibabaHmMarketingItempoolItemRemoveAsyncAPIRequest.go │ ├── AlibabaHmMarketingItempoolItemRemoveAsyncAPIResponse.go │ ├── AlibabaHmMarketingItempoolQueryactivityAPIRequest.go │ ├── AlibabaHmMarketingItempoolQueryactivityAPIResponse.go │ ├── AlibabaHmMarketingItempoolQueryitemsAPIRequest.go │ ├── AlibabaHmMarketingItempoolQueryitemsAPIResponse.go │ ├── AlibabaHmMarketingItempoolRemoveitemAPIRequest.go │ ├── AlibabaHmMarketingItempoolRemoveitemAPIResponse.go │ ├── AlibabaHmMarketingItempoolStairAdditemAPIRequest.go │ ├── AlibabaHmMarketingItempoolStairAdditemAPIResponse.go │ ├── AlibabaHmMarketingItempoolStairQueryitemAPIRequest.go │ ├── AlibabaHmMarketingItempoolStairQueryitemAPIResponse.go │ ├── AlibabaHmMarketingItempoolStairRemoveitemAPIRequest.go │ ├── AlibabaHmMarketingItempoolStairRemoveitemAPIResponse.go │ ├── AlibabaHmMarketingVersionCommitAPIRequest.go │ ├── AlibabaHmMarketingVersionCommitAPIResponse.go │ ├── AlibabaHmMarketingVersionGenerateAPIRequest.go │ ├── AlibabaHmMarketingVersionGenerateAPIResponse.go │ ├── AlibabaIfpFulfillWarehouseTokenQueryAPIRequest.go │ ├── AlibabaIfpFulfillWarehouseTokenQueryAPIResponse.go │ ├── AlibabaNewretailPurchasePriceDeleteAPIRequest.go │ ├── AlibabaNewretailPurchasePriceDeleteAPIResponse.go │ ├── AlibabaNewretailPurchasePriceSaveAPIRequest.go │ ├── AlibabaNewretailPurchasePriceSaveAPIResponse.go │ ├── AlibabaPosFundCashierShiftSummaryAPIRequest.go │ ├── AlibabaPosFundCashierShiftSummaryAPIResponse.go │ ├── AlibabaPosFundCashierShiftSummaryResult.go │ ├── AlibabaPricePromotionActivityDeleteAPIRequest.go │ ├── AlibabaPricePromotionActivityDeleteAPIResponse.go │ ├── AlibabaPricePromotionActivityDeleteResult.go │ ├── AlibabaPricePromotionActivityQueryAPIRequest.go │ ├── AlibabaPricePromotionActivityQueryAPIResponse.go │ ├── AlibabaPricePromotionCreateAPIRequest.go │ ├── AlibabaPricePromotionCreateAPIResponse.go │ ├── AlibabaPricePromotionItemAddAPIRequest.go │ ├── AlibabaPricePromotionItemAddAPIResponse.go │ ├── AlibabaPricePromotionItemAddResult.go │ ├── AlibabaPricePromotionItemDeleteAPIRequest.go │ ├── AlibabaPricePromotionItemDeleteAPIResponse.go │ ├── AlibabaPricePromotionItemDeleteResult.go │ ├── AlibabaRetailMarketingBuygiftActivityCreateAPIRequest.go │ ├── AlibabaRetailMarketingBuygiftActivityCreateAPIResponse.go │ ├── AlibabaRetailMarketingBuygiftActivityDeleteAPIRequest.go │ ├── AlibabaRetailMarketingBuygiftActivityDeleteAPIResponse.go │ ├── AlibabaRetailMarketingBuygiftActivityQueryAPIRequest.go │ ├── AlibabaRetailMarketingBuygiftActivityQueryAPIResponse.go │ ├── AlibabaRetailMarketingBuygiftActivitySaveAPIRequest.go │ ├── AlibabaRetailMarketingBuygiftActivitySaveAPIResponse.go │ ├── AlibabaRetailMarketingBuygiftActivitySkuAddAPIRequest.go │ ├── AlibabaRetailMarketingBuygiftActivitySkuAddAPIResponse.go │ ├── AlibabaRetailMarketingBuygiftActivitySkuDeleteAPIRequest.go │ ├── AlibabaRetailMarketingBuygiftActivitySkuDeleteAPIResponse.go │ ├── AlibabaRetailMarketingBuygiftActivityUpdateAPIRequest.go │ ├── AlibabaRetailMarketingBuygiftActivityUpdateAPIResponse.go │ ├── AlibabaRetailMarketingBuygiftSkuQueryAPIRequest.go │ ├── AlibabaRetailMarketingBuygiftSkuQueryAPIResponse.go │ ├── AlibabaRetailMarketingItemdiscountActivityCreateAPIRequest.go │ ├── AlibabaRetailMarketingItemdiscountActivityCreateAPIResponse.go │ ├── AlibabaRetailMarketingItemdiscountActivityDeleteAPIRequest.go │ ├── AlibabaRetailMarketingItemdiscountActivityDeleteAPIResponse.go │ ├── AlibabaRetailMarketingItemdiscountActivityQueryAPIRequest.go │ ├── AlibabaRetailMarketingItemdiscountActivityQueryAPIResponse.go │ ├── AlibabaRetailMarketingItemdiscountActivitySaveAPIRequest.go │ ├── AlibabaRetailMarketingItemdiscountActivitySaveAPIResponse.go │ ├── AlibabaRetailMarketingItemdiscountActivitySkuAddAPIRequest.go │ ├── AlibabaRetailMarketingItemdiscountActivitySkuAddAPIResponse.go │ ├── AlibabaRetailMarketingItemdiscountActivitySkuDeleteAPIRequest.go │ ├── AlibabaRetailMarketingItemdiscountActivitySkuDeleteAPIResponse.go │ ├── AlibabaRetailMarketingItemdiscountActivityUpdateAPIRequest.go │ ├── AlibabaRetailMarketingItemdiscountActivityUpdateAPIResponse.go │ ├── AlibabaRetailMarketingItemdiscountSkuQueryAPIRequest.go │ ├── AlibabaRetailMarketingItemdiscountSkuQueryAPIResponse.go │ ├── AlibabaRetailMarketingItempoolActivityCreateAPIRequest.go │ ├── AlibabaRetailMarketingItempoolActivityCreateAPIResponse.go │ ├── AlibabaRetailMarketingItempoolActivityDeleteAPIRequest.go │ ├── AlibabaRetailMarketingItempoolActivityDeleteAPIResponse.go │ ├── AlibabaRetailMarketingItempoolActivityQueryAPIRequest.go │ ├── AlibabaRetailMarketingItempoolActivityQueryAPIResponse.go │ ├── AlibabaRetailMarketingItempoolActivitySaveAPIRequest.go │ ├── AlibabaRetailMarketingItempoolActivitySaveAPIResponse.go │ ├── AlibabaRetailMarketingItempoolActivitySkuAddAPIRequest.go │ ├── AlibabaRetailMarketingItempoolActivitySkuAddAPIResponse.go │ ├── AlibabaRetailMarketingItempoolActivitySkuDeleteAPIRequest.go │ ├── AlibabaRetailMarketingItempoolActivitySkuDeleteAPIResponse.go │ ├── AlibabaRetailMarketingItempoolActivityUpdateAPIRequest.go │ ├── AlibabaRetailMarketingItempoolActivityUpdateAPIResponse.go │ ├── AlibabaRetailMarketingItempoolSkuQueryAPIRequest.go │ ├── AlibabaRetailMarketingItempoolSkuQueryAPIResponse.go │ ├── AlibabaTcCompassWarehousenetworkQueryAPIRequest.go │ ├── AlibabaTcCompassWarehousenetworkQueryAPIResponse.go │ ├── AlibabaTclsAelophyBillDailyQueryAPIRequest.go │ ├── AlibabaTclsAelophyBillDailyQueryAPIResponse.go │ ├── AlibabaTclsAelophyBillDetailQueryAPIRequest.go │ ├── AlibabaTclsAelophyBillDetailQueryAPIResponse.go │ ├── AlibabaTclsAelophyBillVerificateCallbackAPIRequest.go │ ├── AlibabaTclsAelophyBillVerificateCallbackAPIResponse.go │ ├── AlibabaTclsAelophyBillVerificateCallbackApiResult.go │ ├── AlibabaTclsAelophyMerchantChannelOrderCancelAPIRequest.go │ ├── AlibabaTclsAelophyMerchantChannelOrderCancelAPIResponse.go │ ├── AlibabaTclsAelophyMerchantChannelOrderCancelApiResult.go │ ├── AlibabaTclsAelophyMerchantChannelOrderCreateAPIRequest.go │ ├── AlibabaTclsAelophyMerchantChannelOrderCreateAPIResponse.go │ ├── AlibabaTclsAelophyMerchantChannelOrderCreateApiResult.go │ ├── AlibabaTclsAelophyMerchantChannelOrderPrecheckAPIRequest.go │ ├── AlibabaTclsAelophyMerchantChannelOrderPrecheckAPIResponse.go │ ├── AlibabaTclsAelophyMerchantChannelOrderPrecheckApiResult.go │ ├── AlibabaTclsAelophyMerchantChannelOrderSlicegetAPIRequest.go │ ├── AlibabaTclsAelophyMerchantChannelOrderSlicegetAPIResponse.go │ ├── AlibabaTclsAelophyMerchantChannelOrderSlicegetApiResult.go │ ├── AlibabaTclsAelophyMerchantChannelOrderUpdatestatusAPIRequest.go │ ├── AlibabaTclsAelophyMerchantChannelOrderUpdatestatusAPIResponse.go │ ├── AlibabaTclsAelophyMerchantChannelOrderUpdatestatusApiResult.go │ ├── AlibabaTclsAelophyMerchantChannelRefundApplyAPIRequest.go │ ├── AlibabaTclsAelophyMerchantChannelRefundApplyAPIResponse.go │ ├── AlibabaTclsAelophyMerchantChannelRefundApplyApiResult.go │ ├── AlibabaTclsAelophyMerchantChannelRefundCancelAPIRequest.go │ ├── AlibabaTclsAelophyMerchantChannelRefundCancelAPIResponse.go │ ├── AlibabaTclsAelophyMerchantChannelRefundCancelApiResult.go │ ├── AlibabaTclsAelophyMerchantChannelRefundCompleteAPIRequest.go │ ├── AlibabaTclsAelophyMerchantChannelRefundCompleteAPIResponse.go │ ├── AlibabaTclsAelophyMerchantChannelRefundCompleteApiResult.go │ ├── AlibabaTclsAelophyMerchantIdMixAPIRequest.go │ ├── AlibabaTclsAelophyMerchantIdMixAPIResponse.go │ ├── AlibabaTclsAelophyMerchantIdMixApiResult.go │ ├── AlibabaTclsAelophyMerchantOrderBatchUploadAPIRequest.go │ ├── AlibabaTclsAelophyMerchantOrderBatchUploadAPIResponse.go │ ├── AlibabaTclsAelophyMerchantOrderBatchUploadApiResult.go │ ├── AlibabaTclsAelophyMerchantOrderUploadAPIRequest.go │ ├── AlibabaTclsAelophyMerchantOrderUploadAPIResponse.go │ ├── AlibabaTclsAelophyMerchantOrderUploadApiResult.go │ ├── AlibabaTclsAelophyMerchantUserUploadAPIRequest.go │ ├── AlibabaTclsAelophyMerchantUserUploadAPIResponse.go │ ├── AlibabaTclsAelophyMerchantUserUploadApiResult.go │ ├── AlibabaTclsAelophyOrderReceiptQueryAPIRequest.go │ ├── AlibabaTclsAelophyOrderReceiptQueryAPIResponse.go │ ├── AlibabaTclsAelophyOrderReceiptQueryApiResult.go │ ├── AlibabaTclsAelophyRefundAgreeAPIRequest.go │ ├── AlibabaTclsAelophyRefundAgreeAPIResponse.go │ ├── AlibabaTclsAelophyRefundAgreeApiResult.go │ ├── AlibabaTclsAelophyRefundCsapplyAPIRequest.go │ ├── AlibabaTclsAelophyRefundCsapplyAPIResponse.go │ ├── AlibabaTclsAelophyRefundCsapplyApiResult.go │ ├── AlibabaTclsAelophyRefundCsapplyNewAPIRequest.go │ ├── AlibabaTclsAelophyRefundCsapplyNewAPIResponse.go │ ├── AlibabaTclsAelophyRefundCsapplyNewApiResult.go │ ├── AlibabaTclsAelophyRefundCsapplyrenderAPIRequest.go │ ├── AlibabaTclsAelophyRefundCsapplyrenderAPIResponse.go │ ├── AlibabaTclsAelophyRefundCsapplyrenderApiResult.go │ ├── AlibabaTclsAelophyRefundDisagreeAPIRequest.go │ ├── AlibabaTclsAelophyRefundDisagreeAPIResponse.go │ ├── AlibabaTclsAelophyRefundDisagreeApiResult.go │ ├── AlibabaTclsAelophyRefundFetchgoodsAPIRequest.go │ ├── AlibabaTclsAelophyRefundFetchgoodsAPIResponse.go │ ├── AlibabaTclsAelophyRefundFetchgoodsApiResult.go │ ├── AlibabaTclsAelophyWarehouseOrderGetAPIRequest.go │ ├── AlibabaTclsAelophyWarehouseOrderGetAPIResponse.go │ ├── AlibabaTclsAxIntegrationAccountImportAPIRequest.go │ ├── AlibabaTclsAxIntegrationAccountImportAPIResponse.go │ ├── AlibabaTclsAxIntegrationAccountImportApiResult.go │ ├── AlibabaTxcsBrandmarketingCouponQrcodeGetAPIRequest.go │ ├── AlibabaTxcsBrandmarketingCouponQrcodeGetAPIResponse.go │ ├── AlibabaTxcsBrandmarketingCouponQrcodeGetApiResult.go │ ├── AlibabaTxcsBrandmarketingCouponStatisticsGetAPIRequest.go │ ├── AlibabaTxcsBrandmarketingCouponStatisticsGetAPIResponse.go │ ├── AlibabaWdkAxStoreCreateAPIRequest.go │ ├── AlibabaWdkAxStoreCreateAPIResponse.go │ ├── AlibabaWdkAxStoreCreateApiResult.go │ ├── AlibabaWdkAxStoreQueryAPIRequest.go │ ├── AlibabaWdkAxStoreQueryAPIResponse.go │ ├── AlibabaWdkAxStoreQueryApiResult.go │ ├── AlibabaWdkAxStoreUpdateAPIRequest.go │ ├── AlibabaWdkAxStoreUpdateAPIResponse.go │ ├── AlibabaWdkAxStoreUpdateApiResult.go │ ├── AlibabaWdkBillListAPIRequest.go │ ├── AlibabaWdkBillListAPIResponse.go │ ├── AlibabaWdkBillListApiResult.go │ ├── AlibabaWdkBmCouponQueryAPIRequest.go │ ├── AlibabaWdkBmCouponQueryAPIResponse.go │ ├── AlibabaWdkBmCouponQueryData.go │ ├── AlibabaWdkBmPaiyangStatDataQueryAPIRequest.go │ ├── AlibabaWdkBmPaiyangStatDataQueryAPIResponse.go │ ├── AlibabaWdkBmPaiyangStockQueryAPIRequest.go │ ├── AlibabaWdkBmPaiyangStockQueryAPIResponse.go │ ├── AlibabaWdkBmPaiyangSupplyPublishAPIRequest.go │ ├── AlibabaWdkBmPaiyangSupplyPublishAPIResponse.go │ ├── AlibabaWdkBmStockPublishAPIRequest.go │ ├── AlibabaWdkBmStockPublishAPIResponse.go │ ├── AlibabaWdkBmTradeActivityQueryAPIRequest.go │ ├── AlibabaWdkBmTradeActivityQueryAPIResponse.go │ ├── AlibabaWdkChannelCommentCreateAPIRequest.go │ ├── AlibabaWdkChannelCommentCreateAPIResponse.go │ ├── AlibabaWdkChannelCommentCreateApiResult.go │ ├── AlibabaWdkChannelOrderCreateAPIRequest.go │ ├── AlibabaWdkChannelOrderCreateAPIResponse.go │ ├── AlibabaWdkChannelOrderCreateApiResult.go │ ├── AlibabaWdkChannelOrderRefundConfirmAPIRequest.go │ ├── AlibabaWdkChannelOrderRefundConfirmAPIResponse.go │ ├── AlibabaWdkChannelOrderRefundConfirmApiResult.go │ ├── AlibabaWdkChannelOrderStatusUpdateAPIRequest.go │ ├── AlibabaWdkChannelOrderStatusUpdateAPIResponse.go │ ├── AlibabaWdkChannelOrderStatusUpdateApiResult.go │ ├── AlibabaWdkChannelOrderUsercancelAPIRequest.go │ ├── AlibabaWdkChannelOrderUsercancelAPIResponse.go │ ├── AlibabaWdkChannelOrderUsercancelApiResult.go │ ├── AlibabaWdkChannelOrderUserrefundAPIRequest.go │ ├── AlibabaWdkChannelOrderUserrefundAPIResponse.go │ ├── AlibabaWdkChannelOrderUserrefundApiResult.go │ ├── AlibabaWdkChannelUserSyncAPIRequest.go │ ├── AlibabaWdkChannelUserSyncAPIResponse.go │ ├── AlibabaWdkChannelUserSyncApiResult.go │ ├── AlibabaWdkCouponContractCreateAPIRequest.go │ ├── AlibabaWdkCouponContractCreateAPIResponse.go │ ├── AlibabaWdkCouponContractCreateApiResult.go │ ├── AlibabaWdkCouponTemplateQueryumpactidAPIRequest.go │ ├── AlibabaWdkCouponTemplateQueryumpactidAPIResponse.go │ ├── AlibabaWdkCouponTemplateQueryumpactidApiResult.go │ ├── AlibabaWdkElemeBillDetailGetAPIRequest.go │ ├── AlibabaWdkElemeBillDetailGetAPIResponse.go │ ├── AlibabaWdkElemeBillDetailGetApiResult.go │ ├── AlibabaWdkElemeBillGetAPIRequest.go │ ├── AlibabaWdkElemeBillGetAPIResponse.go │ ├── AlibabaWdkElemeBillGetApiResult.go │ ├── AlibabaWdkFinanceOrderBackflowAPIRequest.go │ ├── AlibabaWdkFinanceOrderBackflowAPIResponse.go │ ├── AlibabaWdkFinanceOrderBackflowApiResult.go │ ├── AlibabaWdkFulfillBatchOnTaskStatusChangedAPIRequest.go │ ├── AlibabaWdkFulfillBatchOnTaskStatusChangedAPIResponse.go │ ├── AlibabaWdkFulfillBatchQueryByBatchidsAPIRequest.go │ ├── AlibabaWdkFulfillBatchQueryByBatchidsAPIResponse.go │ ├── AlibabaWdkFulfillBillReturnWarehouseOnTaskStatusChangedAPIRequest.go │ ├── AlibabaWdkFulfillBillReturnWarehouseOnTaskStatusChangedAPIResponse.go │ ├── AlibabaWdkFulfillBoxPostBackBoxAPIRequest.go │ ├── AlibabaWdkFulfillBoxPostBackBoxAPIResponse.go │ ├── AlibabaWdkFulfillConfigReadLimitOrderAPIRequest.go │ ├── AlibabaWdkFulfillConfigReadLimitOrderAPIResponse.go │ ├── AlibabaWdkFulfillDmsDeliveryWorkOrderCallbackAPIRequest.go │ ├── AlibabaWdkFulfillDmsDeliveryWorkOrderCallbackAPIResponse.go │ ├── AlibabaWdkFulfillDmsEbeecakeWorkOrderCallbackAPIRequest.go │ ├── AlibabaWdkFulfillDmsEbeecakeWorkOrderCallbackAPIResponse.go │ ├── AlibabaWdkFulfillMissfreshWarehouseWorkOrderCallbackAPIRequest.go │ ├── AlibabaWdkFulfillMissfreshWarehouseWorkOrderCallbackAPIResponse.go │ ├── AlibabaWdkFulfillRtBtocWarehouseWorkOrderCallbackAPIRequest.go │ ├── AlibabaWdkFulfillRtBtocWarehouseWorkOrderCallbackAPIResponse.go │ ├── AlibabaWdkFulfillSfBtocFmsWmsWorkOrderCallbackAPIRequest.go │ ├── AlibabaWdkFulfillSfBtocFmsWmsWorkOrderCallbackAPIResponse.go │ ├── AlibabaWdkFulfillWarehouseWorkOrderCallbackAPIRequest.go │ ├── AlibabaWdkFulfillWarehouseWorkOrderCallbackAPIResponse.go │ ├── AlibabaWdkFulfillWarehouseWorkOrderSealboxAPIRequest.go │ ├── AlibabaWdkFulfillWarehouseWorkOrderSealboxAPIResponse.go │ ├── AlibabaWdkHrworkbenchMokaEntryReceiptWriteAPIRequest.go │ ├── AlibabaWdkHrworkbenchMokaEntryReceiptWriteAPIResponse.go │ ├── AlibabaWdkItemCategoryUpdateAPIRequest.go │ ├── AlibabaWdkItemCategoryUpdateAPIResponse.go │ ├── AlibabaWdkItemCategoryUpdateResult.go │ ├── AlibabaWdkItemChangepriceQueryAPIRequest.go │ ├── AlibabaWdkItemChangepriceQueryAPIResponse.go │ ├── AlibabaWdkItemChangepriceQueryResult.go │ ├── AlibabaWdkItemCurrentpriceQueryAPIRequest.go │ ├── AlibabaWdkItemCurrentpriceQueryAPIResponse.go │ ├── AlibabaWdkItemCurrentpriceQueryModel.go │ ├── AlibabaWdkItemCurrentpriceQueryResult.go │ ├── AlibabaWdkItemMerchantCategoryQueryAPIRequest.go │ ├── AlibabaWdkItemMerchantCategoryQueryAPIResponse.go │ ├── AlibabaWdkItemServiceitemQueryAPIRequest.go │ ├── AlibabaWdkItemServiceitemQueryAPIResponse.go │ ├── AlibabaWdkItemServiceitemQueryResult.go │ ├── AlibabaWdkItemStoreskuUpdateAPIRequest.go │ ├── AlibabaWdkItemStoreskuUpdateAPIResponse.go │ ├── AlibabaWdkItemStoreskuUpdateResult.go │ ├── AlibabaWdkItemTraceUrlGetAPIRequest.go │ ├── AlibabaWdkItemTraceUrlGetAPIResponse.go │ ├── AlibabaWdkMarketingBuygiftItemAddAsyncAPIRequest.go │ ├── AlibabaWdkMarketingBuygiftItemAddAsyncAPIResponse.go │ ├── AlibabaWdkMarketingBuygiftItemRemoveAsyncAPIRequest.go │ ├── AlibabaWdkMarketingBuygiftItemRemoveAsyncAPIResponse.go │ ├── AlibabaWdkMarketingCouponAdditemAPIRequest.go │ ├── AlibabaWdkMarketingCouponAdditemAPIResponse.go │ ├── AlibabaWdkMarketingCouponCreateactivityAPIRequest.go │ ├── AlibabaWdkMarketingCouponCreateactivityAPIResponse.go │ ├── AlibabaWdkMarketingCouponEndactivityAPIRequest.go │ ├── AlibabaWdkMarketingCouponEndactivityAPIResponse.go │ ├── AlibabaWdkMarketingCouponQueryactivityAPIRequest.go │ ├── AlibabaWdkMarketingCouponQueryactivityAPIResponse.go │ ├── AlibabaWdkMarketingCouponQueryitemsAPIRequest.go │ ├── AlibabaWdkMarketingCouponQueryitemsAPIResponse.go │ ├── AlibabaWdkMarketingDiscountItemAddAsyncAPIRequest.go │ ├── AlibabaWdkMarketingDiscountItemAddAsyncAPIResponse.go │ ├── AlibabaWdkMarketingDiscountItemRemoveAsyncAPIRequest.go │ ├── AlibabaWdkMarketingDiscountItemRemoveAsyncAPIResponse.go │ ├── AlibabaWdkMarketingExpirePromotionCreateAPIRequest.go │ ├── AlibabaWdkMarketingExpirePromotionCreateAPIResponse.go │ ├── AlibabaWdkMarketingExpirePromotionCreateT.go │ ├── AlibabaWdkMarketingExpirePromotionDeleteAPIRequest.go │ ├── AlibabaWdkMarketingExpirePromotionDeleteAPIResponse.go │ ├── AlibabaWdkMarketingExpirePromotionQueryAPIRequest.go │ ├── AlibabaWdkMarketingExpirePromotionQueryAPIResponse.go │ ├── AlibabaWdkMarketingFullrangeAddexchangeitemAPIRequest.go │ ├── AlibabaWdkMarketingFullrangeAddexchangeitemAPIResponse.go │ ├── AlibabaWdkMarketingFullrangeCreateactivityAPIRequest.go │ ├── AlibabaWdkMarketingFullrangeCreateactivityAPIResponse.go │ ├── AlibabaWdkMarketingFullrangeDeleteactivityAPIRequest.go │ ├── AlibabaWdkMarketingFullrangeDeleteactivityAPIResponse.go │ ├── AlibabaWdkMarketingFullrangeQueryactivityAPIRequest.go │ ├── AlibabaWdkMarketingFullrangeQueryactivityAPIResponse.go │ ├── AlibabaWdkMarketingFullrangeQueryitemAPIRequest.go │ ├── AlibabaWdkMarketingFullrangeQueryitemAPIResponse.go │ ├── AlibabaWdkMarketingFullrangeRemoveitemAPIRequest.go │ ├── AlibabaWdkMarketingFullrangeRemoveitemAPIResponse.go │ ├── AlibabaWdkMarketingItembuygiftAdditemAPIRequest.go │ ├── AlibabaWdkMarketingItembuygiftAdditemAPIResponse.go │ ├── AlibabaWdkMarketingItembuygiftCreateactivityAPIRequest.go │ ├── AlibabaWdkMarketingItembuygiftCreateactivityAPIResponse.go │ ├── AlibabaWdkMarketingItembuygiftDeleteactivityAPIRequest.go │ ├── AlibabaWdkMarketingItembuygiftDeleteactivityAPIResponse.go │ ├── AlibabaWdkMarketingItembuygiftQueryactivityAPIRequest.go │ ├── AlibabaWdkMarketingItembuygiftQueryactivityAPIResponse.go │ ├── AlibabaWdkMarketingItembuygiftQueryitemsAPIRequest.go │ ├── AlibabaWdkMarketingItembuygiftQueryitemsAPIResponse.go │ ├── AlibabaWdkMarketingItembuygiftQueryitemsData.go │ ├── AlibabaWdkMarketingItembuygiftRemoveitemAPIRequest.go │ ├── AlibabaWdkMarketingItembuygiftRemoveitemAPIResponse.go │ ├── AlibabaWdkMarketingItemdiscountAdditemAPIRequest.go │ ├── AlibabaWdkMarketingItemdiscountAdditemAPIResponse.go │ ├── AlibabaWdkMarketingItemdiscountCreateactivityAPIRequest.go │ ├── AlibabaWdkMarketingItemdiscountCreateactivityAPIResponse.go │ ├── AlibabaWdkMarketingItemdiscountDeleteactivityAPIRequest.go │ ├── AlibabaWdkMarketingItemdiscountDeleteactivityAPIResponse.go │ ├── AlibabaWdkMarketingItemdiscountQueryactivityAPIRequest.go │ ├── AlibabaWdkMarketingItemdiscountQueryactivityAPIResponse.go │ ├── AlibabaWdkMarketingItemdiscountQueryitemsAPIRequest.go │ ├── AlibabaWdkMarketingItemdiscountQueryitemsAPIResponse.go │ ├── AlibabaWdkMarketingItemdiscountRemoveitemAPIRequest.go │ ├── AlibabaWdkMarketingItemdiscountRemoveitemAPIResponse.go │ ├── AlibabaWdkMarketingItempoolActivityCreateAPIRequest.go │ ├── AlibabaWdkMarketingItempoolActivityCreateAPIResponse.go │ ├── AlibabaWdkMarketingItempoolAddcategoryAPIRequest.go │ ├── AlibabaWdkMarketingItempoolAddcategoryAPIResponse.go │ ├── AlibabaWdkMarketingItempoolAdditemAPIRequest.go │ ├── AlibabaWdkMarketingItempoolAdditemAPIResponse.go │ ├── AlibabaWdkMarketingItempoolCreateactivityAPIRequest.go │ ├── AlibabaWdkMarketingItempoolCreateactivityAPIResponse.go │ ├── AlibabaWdkMarketingItempoolDeleteactivityAPIRequest.go │ ├── AlibabaWdkMarketingItempoolDeleteactivityAPIResponse.go │ ├── AlibabaWdkMarketingItempoolExcludeskucodeAPIRequest.go │ ├── AlibabaWdkMarketingItempoolExcludeskucodeAPIResponse.go │ ├── AlibabaWdkMarketingItempoolItemAddAsyncAPIRequest.go │ ├── AlibabaWdkMarketingItempoolItemAddAsyncAPIResponse.go │ ├── AlibabaWdkMarketingItempoolItemRemoveAsyncAPIRequest.go │ ├── AlibabaWdkMarketingItempoolItemRemoveAsyncAPIResponse.go │ ├── AlibabaWdkMarketingItempoolQueryactivityAPIRequest.go │ ├── AlibabaWdkMarketingItempoolQueryactivityAPIResponse.go │ ├── AlibabaWdkMarketingItempoolQueryitemsAPIRequest.go │ ├── AlibabaWdkMarketingItempoolQueryitemsAPIResponse.go │ ├── AlibabaWdkMarketingItempoolRemoveitemAPIRequest.go │ ├── AlibabaWdkMarketingItempoolRemoveitemAPIResponse.go │ ├── AlibabaWdkMarketingItempoolStairAdditemAPIRequest.go │ ├── AlibabaWdkMarketingItempoolStairAdditemAPIResponse.go │ ├── AlibabaWdkMarketingItempoolStairQueryitemAPIRequest.go │ ├── AlibabaWdkMarketingItempoolStairQueryitemAPIResponse.go │ ├── AlibabaWdkMarketingItempoolStairRemoveitemAPIRequest.go │ ├── AlibabaWdkMarketingItempoolStairRemoveitemAPIResponse.go │ ├── AlibabaWdkMarketingOpenDarunfaActivitySkuSyncAPIRequest.go │ ├── AlibabaWdkMarketingOpenDarunfaActivitySkuSyncAPIResponse.go │ ├── AlibabaWdkMarketingOpenDarunfaActivitySyncAPIRequest.go │ ├── AlibabaWdkMarketingOpenDarunfaActivitySyncAPIResponse.go │ ├── AlibabaWdkMarketingOpenDataRelationQueryAPIRequest.go │ ├── AlibabaWdkMarketingOpenDataRelationQueryAPIResponse.go │ ├── AlibabaWdkMarketingOpenHeartbeatAPIRequest.go │ ├── AlibabaWdkMarketingOpenHeartbeatAPIResponse.go │ ├── AlibabaWdkMarketingOpenPosDiscountCodeCreateAPIRequest.go │ ├── AlibabaWdkMarketingOpenPosDiscountCodeCreateAPIResponse.go │ ├── AlibabaWdkMarketingOpenVersionApplyAPIRequest.go │ ├── AlibabaWdkMarketingOpenVersionApplyAPIResponse.go │ ├── AlibabaWdkMarketingOpenVersionCountAPIRequest.go │ ├── AlibabaWdkMarketingOpenVersionCountAPIResponse.go │ ├── AlibabaWdkMarketingPriceAPIRequest.go │ ├── AlibabaWdkMarketingPriceAPIResponse.go │ ├── AlibabaWdkMarketingVersionCommitAPIRequest.go │ ├── AlibabaWdkMarketingVersionCommitAPIResponse.go │ ├── AlibabaWdkMarketingVersionGenerateAPIRequest.go │ ├── AlibabaWdkMarketingVersionGenerateAPIResponse.go │ ├── AlibabaWdkMemberCardGetAPIRequest.go │ ├── AlibabaWdkMemberCardGetAPIResponse.go │ ├── AlibabaWdkMemberCardGetApiResult.go │ ├── AlibabaWdkMemberQrcodeIdentifyAPIRequest.go │ ├── AlibabaWdkMemberQrcodeIdentifyAPIResponse.go │ ├── AlibabaWdkMemberQrcodeIdentifyMtopResult.go │ ├── AlibabaWdkMerchantBrandQueryAPIRequest.go │ ├── AlibabaWdkMerchantBrandQueryAPIResponse.go │ ├── AlibabaWdkMerchantBrandQueryResult.go │ ├── AlibabaWdkMerchantCategoryQueryAPIRequest.go │ ├── AlibabaWdkMerchantCategoryQueryAPIResponse.go │ ├── AlibabaWdkMerchantItemQueryAPIRequest.go │ ├── AlibabaWdkMerchantItemQueryAPIResponse.go │ ├── AlibabaWdkMerchantItemQueryResult.go │ ├── AlibabaWdkMerchantRoutingRegisterAPIRequest.go │ ├── AlibabaWdkMerchantRoutingRegisterAPIResponse.go │ ├── AlibabaWdkMerchantRoutingRegisterApiResult.go │ ├── AlibabaWdkMerchantStoreitemQueryAPIRequest.go │ ├── AlibabaWdkMerchantStoreitemQueryAPIResponse.go │ ├── AlibabaWdkMerchantStoreitemQueryResult.go │ ├── AlibabaWdkMerchantproductEditAPIRequest.go │ ├── AlibabaWdkMerchantproductEditAPIResponse.go │ ├── AlibabaWdkMerchantproductEditApiResult.go │ ├── AlibabaWdkOldposOrderCreateAPIRequest.go │ ├── AlibabaWdkOldposOrderCreateAPIResponse.go │ ├── AlibabaWdkOldposRefundCreateAPIRequest.go │ ├── AlibabaWdkOldposRefundCreateAPIResponse.go │ ├── AlibabaWdkOrderAggregateAPIRequest.go │ ├── AlibabaWdkOrderAggregateAPIResponse.go │ ├── AlibabaWdkOrderFinanceBillQueryAPIRequest.go │ ├── AlibabaWdkOrderFinanceBillQueryAPIResponse.go │ ├── AlibabaWdkOrderGetAPIRequest.go │ ├── AlibabaWdkOrderGetAPIResponse.go │ ├── AlibabaWdkOrderGetResult.go │ ├── AlibabaWdkOrderListAPIRequest.go │ ├── AlibabaWdkOrderListAPIResponse.go │ ├── AlibabaWdkOrderListResult.go │ ├── AlibabaWdkOrderRefundGetAPIRequest.go │ ├── AlibabaWdkOrderRefundGetAPIResponse.go │ ├── AlibabaWdkOrderRefundListAPIRequest.go │ ├── AlibabaWdkOrderRefundListAPIResponse.go │ ├── AlibabaWdkOrderSyncAPIRequest.go │ ├── AlibabaWdkOrderSyncAPIResponse.go │ ├── AlibabaWdkOrderSyncWithitemAPIRequest.go │ ├── AlibabaWdkOrderSyncWithitemAPIResponse.go │ ├── AlibabaWdkOrderSyncWithitemApiResult.go │ ├── AlibabaWdkPosAfterbuyBenefitSendAPIRequest.go │ ├── AlibabaWdkPosAfterbuyBenefitSendAPIResponse.go │ ├── AlibabaWdkPurchasePriceAPIRequest.go │ ├── AlibabaWdkPurchasePriceAPIResponse.go │ ├── AlibabaWdkRefundAggregateAPIRequest.go │ ├── AlibabaWdkRefundAggregateAPIResponse.go │ ├── AlibabaWdkReverseApplyrefundAPIRequest.go │ ├── AlibabaWdkReverseApplyrefundAPIResponse.go │ ├── AlibabaWdkReverseCreatefeatchAPIRequest.go │ ├── AlibabaWdkReverseCreatefeatchAPIResponse.go │ ├── AlibabaWdkReverseCreatrefundAPIRequest.go │ ├── AlibabaWdkReverseCreatrefundAPIResponse.go │ ├── AlibabaWdkReverseLoadFeatchorderAPIRequest.go │ ├── AlibabaWdkReverseLoadFeatchorderAPIResponse.go │ ├── AlibabaWdkReverseRefundAPIRequest.go │ ├── AlibabaWdkReverseRefundAPIResponse.go │ ├── AlibabaWdkReverseRefundResult.go │ ├── AlibabaWdkReverseReversedetailAPIRequest.go │ ├── AlibabaWdkReverseReversedetailAPIResponse.go │ ├── AlibabaWdkReverseTimesliceAPIRequest.go │ ├── AlibabaWdkReverseTimesliceAPIResponse.go │ ├── AlibabaWdkReverseTimesliceModel.go │ ├── AlibabaWdkScmLrpOrderPredictAPIRequest.go │ ├── AlibabaWdkScmLrpOrderPredictAPIResponse.go │ ├── AlibabaWdkScmLrpOrderPredictApiResult.go │ ├── AlibabaWdkSeriesCreateAPIRequest.go │ ├── AlibabaWdkSeriesCreateAPIResponse.go │ ├── AlibabaWdkSeriesCreateApiResult.go │ ├── AlibabaWdkSeriesDefaultskuResetAPIRequest.go │ ├── AlibabaWdkSeriesDefaultskuResetAPIResponse.go │ ├── AlibabaWdkSeriesDefaultskuResetApiResult.go │ ├── AlibabaWdkSeriesEditAPIRequest.go │ ├── AlibabaWdkSeriesEditAPIResponse.go │ ├── AlibabaWdkSeriesEditApiResult.go │ ├── AlibabaWdkSeriesSkuAddAPIRequest.go │ ├── AlibabaWdkSeriesSkuAddAPIResponse.go │ ├── AlibabaWdkSeriesSkuAddApiResult.go │ ├── AlibabaWdkSeriesSkuRemoveAPIRequest.go │ ├── AlibabaWdkSeriesSkuRemoveAPIResponse.go │ ├── AlibabaWdkSeriesSkuRemoveApiResult.go │ ├── AlibabaWdkSeriesSortAPIRequest.go │ ├── AlibabaWdkSeriesSortAPIResponse.go │ ├── AlibabaWdkSeriesSortApiResult.go │ ├── AlibabaWdkShopQueryAPIRequest.go │ ├── AlibabaWdkShopQueryAPIResponse.go │ ├── AlibabaWdkShopQueryApiResults.go │ ├── AlibabaWdkSkuAddAPIRequest.go │ ├── AlibabaWdkSkuAddAPIResponse.go │ ├── AlibabaWdkSkuAddApiResult.go │ ├── AlibabaWdkSkuAddApiResults.go │ ├── AlibabaWdkSkuBarcodeQueryAPIRequest.go │ ├── AlibabaWdkSkuBarcodeQueryAPIResponse.go │ ├── AlibabaWdkSkuBarcodeQueryApiResults.go │ ├── AlibabaWdkSkuCategoryAddAPIRequest.go │ ├── AlibabaWdkSkuCategoryAddAPIResponse.go │ ├── AlibabaWdkSkuCategoryAddApiResult.go │ ├── AlibabaWdkSkuCategoryDeleteAPIRequest.go │ ├── AlibabaWdkSkuCategoryDeleteAPIResponse.go │ ├── AlibabaWdkSkuCategoryDeleteApiResult.go │ ├── AlibabaWdkSkuCategoryQueryAPIRequest.go │ ├── AlibabaWdkSkuCategoryQueryAPIResponse.go │ ├── AlibabaWdkSkuCategoryQueryApiResult.go │ ├── AlibabaWdkSkuCategoryUpdateAPIRequest.go │ ├── AlibabaWdkSkuCategoryUpdateAPIResponse.go │ ├── AlibabaWdkSkuCategoryUpdateApiResult.go │ ├── AlibabaWdkSkuChannelskuAddAPIRequest.go │ ├── AlibabaWdkSkuChannelskuAddAPIResponse.go │ ├── AlibabaWdkSkuChannelskuAddApiResult.go │ ├── AlibabaWdkSkuChannelskuAddApiResults.go │ ├── AlibabaWdkSkuChannelskuQueryAPIRequest.go │ ├── AlibabaWdkSkuChannelskuQueryAPIResponse.go │ ├── AlibabaWdkSkuChannelskuQueryApiResult.go │ ├── AlibabaWdkSkuChannelskuQueryApiResults.go │ ├── AlibabaWdkSkuChannelskuUpdateAPIRequest.go │ ├── AlibabaWdkSkuChannelskuUpdateAPIResponse.go │ ├── AlibabaWdkSkuChannelskuUpdateApiResult.go │ ├── AlibabaWdkSkuChannelskuUpdateApiResults.go │ ├── AlibabaWdkSkuCombineskuAddAPIRequest.go │ ├── AlibabaWdkSkuCombineskuAddAPIResponse.go │ ├── AlibabaWdkSkuCombineskuAddApiResult.go │ ├── AlibabaWdkSkuCombineskuAddApiResults.go │ ├── AlibabaWdkSkuCombineskuQueryAPIRequest.go │ ├── AlibabaWdkSkuCombineskuQueryAPIResponse.go │ ├── AlibabaWdkSkuCombineskuQueryApiResult.go │ ├── AlibabaWdkSkuCombineskuQueryApiResults.go │ ├── AlibabaWdkSkuCombineskuUpdateAPIRequest.go │ ├── AlibabaWdkSkuCombineskuUpdateAPIResponse.go │ ├── AlibabaWdkSkuCombineskuUpdateApiResult.go │ ├── AlibabaWdkSkuCombineskuUpdateApiResults.go │ ├── AlibabaWdkSkuFeatureAPIRequest.go │ ├── AlibabaWdkSkuFeatureAPIResponse.go │ ├── AlibabaWdkSkuFeatureApiResult.go │ ├── AlibabaWdkSkuMerchantskuScrollQueryAPIRequest.go │ ├── AlibabaWdkSkuMerchantskuScrollQueryAPIResponse.go │ ├── AlibabaWdkSkuQueryAPIRequest.go │ ├── AlibabaWdkSkuQueryAPIResponse.go │ ├── AlibabaWdkSkuQueryApiResult.go │ ├── AlibabaWdkSkuQueryApiResults.go │ ├── AlibabaWdkSkuScrollQueryAPIRequest.go │ ├── AlibabaWdkSkuScrollQueryAPIResponse.go │ ├── AlibabaWdkSkuScrollQueryModelList.go │ ├── AlibabaWdkSkuStoreskuScrollQueryAPIRequest.go │ ├── AlibabaWdkSkuStoreskuScrollQueryAPIResponse.go │ ├── AlibabaWdkSkuUpdateAPIRequest.go │ ├── AlibabaWdkSkuUpdateAPIResponse.go │ ├── AlibabaWdkSkuUpdateApiResult.go │ ├── AlibabaWdkSkuUpdateApiResults.go │ ├── AlibabaWdkSkuWarehouseskuQueryAPIRequest.go │ ├── AlibabaWdkSkuWarehouseskuQueryAPIResponse.go │ ├── AlibabaWdkSkuWarehouseskuQueryApiResult.go │ ├── AlibabaWdkSkuWarehouseskuScrollQueryAPIRequest.go │ ├── AlibabaWdkSkuWarehouseskuScrollQueryAPIResponse.go │ ├── AlibabaWdkSopoPushTriggerAPIRequest.go │ ├── AlibabaWdkSopoPushTriggerAPIResponse.go │ ├── AlibabaWdkSopoPushTriggerApiResult.go │ ├── AlibabaWdkStockPublishAPIRequest.go │ ├── AlibabaWdkStockPublishAPIResponse.go │ ├── AlibabaWdkStockRealQueryAPIRequest.go │ ├── AlibabaWdkStockRealQueryAPIResponse.go │ ├── AlibabaWdkStockRealQueryResultDo.go │ ├── AlibabaWdkSupplierOrderGetAPIRequest.go │ ├── AlibabaWdkSupplierOrderGetAPIResponse.go │ ├── AlibabaWdkSupplierOrderListAPIRequest.go │ ├── AlibabaWdkSupplierOrderListAPIResponse.go │ ├── AlibabaWdkSupplierRefundGetAPIRequest.go │ ├── AlibabaWdkSupplierRefundGetAPIResponse.go │ ├── AlibabaWdkSupplierRefundListAPIRequest.go │ ├── AlibabaWdkSupplierRefundListAPIResponse.go │ ├── AlibabaWdkSyncedorderQueryAPIRequest.go │ ├── AlibabaWdkSyncedorderQueryAPIResponse.go │ ├── AlibabaWdkTimeGetAPIRequest.go │ ├── AlibabaWdkTimeGetAPIResponse.go │ ├── AlibabaWdkTraceUrlGetAPIRequest.go │ ├── AlibabaWdkTraceUrlGetAPIResponse.go │ ├── AlibabaWdkTradeOrderBalanceBillQueryAPIRequest.go │ ├── AlibabaWdkTradeOrderBalanceBillQueryAPIResponse.go │ ├── AlibabaWdkTradeOrderBalanceBillQueryApiResult.go │ ├── AlibabaWdkTradeOrderSuccessCreateAPIRequest.go │ ├── AlibabaWdkTradeOrderSuccessCreateAPIResponse.go │ ├── AlibabaWdkTradeRefundSuccessCreateAPIRequest.go │ ├── AlibabaWdkTradeRefundSuccessCreateAPIResponse.go │ ├── AlibabaWdkTradeRefundSuccessCreateApiResult.go │ ├── AlibabaWdkUmsHandlingGetAPIRequest.go │ ├── AlibabaWdkUmsHandlingGetAPIResponse.go │ ├── AlibabaWdkUmsInboundAPIRequest.go │ ├── AlibabaWdkUmsInboundAPIResponse.go │ ├── AlibabaWdkUmsInventoryAdjustGetAPIRequest.go │ ├── AlibabaWdkUmsInventoryAdjustGetAPIResponse.go │ ├── AlibabaWdkUmsInventoryCheckGetAPIRequest.go │ ├── AlibabaWdkUmsInventoryCheckGetAPIResponse.go │ ├── AlibabaWdkUmsInventoryPublishAPIRequest.go │ ├── AlibabaWdkUmsInventoryPublishAPIResponse.go │ ├── AlibabaWdkUmsInventoryPublishApiResult.go │ ├── AlibabaWdkUmsOrderGetAPIRequest.go │ ├── AlibabaWdkUmsOrderGetAPIResponse.go │ ├── AlibabaWdkUmsOutboundAPIRequest.go │ ├── AlibabaWdkUmsOutboundAPIResponse.go │ ├── AlibabaWdkUmsOutboundProcessGetAPIRequest.go │ ├── AlibabaWdkUmsOutboundProcessGetAPIResponse.go │ ├── AlibabaWdkUmsRetrieveBatchConfirmAPIRequest.go │ ├── AlibabaWdkUmsRetrieveBatchConfirmAPIResponse.go │ ├── AlibabaWdkUmsReturnitemsGetAPIRequest.go │ ├── AlibabaWdkUmsReturnitemsGetAPIResponse.go │ ├── AlibabaWdkUmsShiftGetAPIRequest.go │ ├── AlibabaWdkUmsShiftGetAPIResponse.go │ ├── AlibabaWdkWholesaleInboundorderCommitAPIRequest.go │ ├── AlibabaWdkWholesaleInboundorderCommitAPIResponse.go │ ├── AlibabaWdkWholesaleInboundorderCommitApiResult.go │ ├── AlibabaWdkWholesaleOrderCommitAPIRequest.go │ ├── AlibabaWdkWholesaleOrderCommitAPIResponse.go │ ├── AlibabaWdkWholesaleOrderCommitApiResult.go │ ├── AlibabaWdkWholesaleOutboundorderCommitAPIRequest.go │ ├── AlibabaWdkWholesaleOutboundorderCommitAPIResponse.go │ ├── AlibabaWdkWholesaleOutboundorderCommitApiResult.go │ ├── AlibabaWdkopenCateorderPullAPIRequest.go │ ├── AlibabaWdkopenCateorderPullAPIResponse.go │ ├── AlibabaWdkopenOrderGetAPIRequest.go │ ├── AlibabaWdkopenOrderGetAPIResponse.go │ ├── AlibabaWdkorderSharestockCpsorderListAPIRequest.go │ ├── AlibabaWdkorderSharestockCpsorderListAPIResponse.go │ ├── AlibabaWdkorderSharestockCpsorderListApiResult.go │ ├── AlibabaWdkorderSharestockFulfillGetAPIRequest.go │ ├── AlibabaWdkorderSharestockFulfillGetAPIResponse.go │ ├── AlibabaWdkorderSharestockInsuranceCallbackAPIRequest.go │ ├── AlibabaWdkorderSharestockInsuranceCallbackAPIResponse.go │ ├── AlibabaWdkorderSharestockInsuranceGetorderAPIRequest.go │ ├── AlibabaWdkorderSharestockInsuranceGetorderAPIResponse.go │ ├── AlibabaWdkorderSharestockInsuranceRefundcallbackAPIRequest.go │ ├── AlibabaWdkorderSharestockInsuranceRefundcallbackAPIResponse.go │ ├── AlibabaWdkorderSharestockInsuranceRefundgetAPIRequest.go │ ├── AlibabaWdkorderSharestockInsuranceRefundgetAPIResponse.go │ ├── AlibabaWdkorderSharestockOrderGetAPIRequest.go │ ├── AlibabaWdkorderSharestockOrderGetAPIResponse.go │ ├── ApiPageResult.go │ ├── ApiPageResults.go │ ├── ApiScrollPageResult.go │ ├── ApplyReverseReq.go │ ├── ApplyReverseResponse.go │ ├── AxStoreCreateRequest.go │ ├── AxStoreQueryRequest.go │ ├── AxStoreQueryResponse.go │ ├── BarcodeBo.go │ ├── BasePageQuery.go │ ├── BaseResult.go │ ├── BatchQueryRefundRequest.go │ ├── BatchQueryRequest.go │ ├── BatchStockPublishDto.go │ ├── BillDailyDto.go │ ├── BillDailyQueryRequest.go │ ├── BillDetailDto.go │ ├── BillDetailQueryRequest.go │ ├── BmPageResult.go │ ├── BmResult.go │ ├── BomItemInfos.go │ ├── BomProcessDto.go │ ├── BuyGiftActivityOperateRequest.go │ ├── BuyGiftActivityQueryRequest.go │ ├── BuyGiftActivitySkuDto.go │ ├── BuyGiftActivitySkuOperateRequest.go │ ├── BuyGiftActivitySkuQueryRequest.go │ ├── BuyGiftPromotionActivityDto.go │ ├── Buyer.go │ ├── BuyerInfoDto.go │ ├── CancelRequest.go │ ├── CapCountDiscountRule.go │ ├── CashierShiftFundRequest.go │ ├── CashierShiftFundSummaryDto.go │ ├── CatProps.go │ ├── CategoryDo.go │ ├── ChannelConfig.go │ ├── ChannelProp.go │ ├── ChannelRefundDto.go │ ├── ChannelSkuDo.go │ ├── ChannelSkuQueryDo.go │ ├── ChannelSkuUpdateStatusReq.go │ ├── CombineItem.go │ ├── CommentCreateInfo.go │ ├── CommonActivityParam.go │ ├── CommonActivityRequest.go │ ├── Condition.go │ ├── ConditionDto.go │ ├── Consignee.go │ ├── ContactInfo.go │ ├── Container.go │ ├── ContainerDo.go │ ├── ContainerDto.go │ ├── ConveyorBasicConfigDto.go │ ├── CountAtDiscountRule.go │ ├── CouponActivity.go │ ├── CouponQrcodeParamDo.go │ ├── CouponQrcodeResultDo.go │ ├── CouponRelatedResponse.go │ ├── CouponStatisticsParamDo.go │ ├── CouponStatisticsResultDo.go │ ├── Couponconfiglist.go │ ├── CoverAllDiscountRule.go │ ├── CpsOrderRequest.go │ ├── CpsOrderResponse.go │ ├── CpsSubOrderBO.go │ ├── CreateContractInstanceRequest.go │ ├── CreateContractTemplateRequest.go │ ├── CreateFetchReq.go │ ├── CreateFetchResponse.go │ ├── CreateReverseReq.go │ ├── CreateReverseResponse.go │ ├── CsApplySubOrderDto.go │ ├── Customer.go │ ├── DataResult.go │ ├── DateTimeSliceCollectionDtoList.go │ ├── DeletePurchasePriceRequest.go │ ├── DelivererChangeRequest.go │ ├── DeliveryCallbackOrder.go │ ├── DeliveryCallbackOrderDetail.go │ ├── DeliveryInfo.go │ ├── Deliveryman.go │ ├── DeviceInfoDto.go │ ├── DiscountInfo.go │ ├── DpsCallBackForPullTaskMtopRequest.go │ ├── DpsCallBackSortDetailMtopRequest.go │ ├── DpsCallBackSortMtopRequest.go │ ├── DpsCanClearAreaMtopRequest.go │ ├── DpsScanContainerMtopRequest.go │ ├── DrfB2CCallbackContent.go │ ├── DrfB2CCallbackOrder.go │ ├── DrfB2CCallbackUnit.go │ ├── DrfHalfDayCcCallBackContent.go │ ├── DrfHalfDayCcCallBackUnit.go │ ├── DrfHalfDayCcCallbackOrder.go │ ├── DrfTxdActivityBo.go │ ├── DrfTxdActivitySkuBo.go │ ├── EbeecakeO2OCallbackContent.go │ ├── EbeecakeO2OCallbackOrder.go │ ├── EbeecakeO2OCallbackUnit.go │ ├── EducationExpInfo.go │ ├── EleBillBo.go │ ├── EleBillRequest.go │ ├── EleOrderInfoBo.go │ ├── EmployeeBasic.go │ ├── ErpArrivalNoticeDetailDto.go │ ├── ErpArrivalNoticeDto.go │ ├── ErpBillCallbackDto.go │ ├── ErpBillDto.go │ ├── ErpOutputOrderDto.go │ ├── ErpReturnItemDto.go │ ├── ExchangeRuleDto.go │ ├── ExpirePeriodInfo.go │ ├── ExpirePromotionBo.go │ ├── ExpirePromotionResult.go │ ├── ExpressPackage.go │ ├── ExtMap.go │ ├── FamilyInfo.go │ ├── FetchAggregate.go │ ├── FetchAggregateSdo.go │ ├── FinanceOrderDetail.go │ ├── FinanceOrderDetailRequest.go │ ├── FinanceOrderDetailResponse.go │ ├── FulfillLogisticDefaultResult.go │ ├── FulfillLogisticListResult.go │ ├── FulfillOrder.go │ ├── FulfillProduct.go │ ├── FulfillSingleResult.go │ ├── FulfillVoidResult.go │ ├── FullRangeActivity.go │ ├── HeartBeatBo.go │ ├── IdListQueryRequest.go │ ├── InboundInfoCommitReq.go │ ├── InboundItemInfo.go │ ├── IndustryPropDo.go │ ├── InsuranceOrder.go │ ├── InventoryTopResultBo.go │ ├── Inventoryinfolist.go │ ├── IsvOrderQueryParam.go │ ├── IsvQueryCouponParam.go │ ├── IsvSendBenefitParam.go │ ├── IsvShopStockParam.go │ ├── IsvSupplySyncParam.go │ ├── ItemBuyGiftActivity.go │ ├── ItemBuyGiftSku.go │ ├── ItemConfirmInfo.go │ ├── ItemCouponSku.go │ ├── ItemDiscountActivity.go │ ├── ItemDiscountActivityElementOperateRequest.go │ ├── ItemDiscountActivityOperateRequest.go │ ├── ItemDiscountActivityQueryRequest.go │ ├── ItemDiscountActivityRequest.go │ ├── ItemDiscountActivitySkuQueryRequest.go │ ├── ItemDiscountPromotionActivityDto.go │ ├── ItemDiscountSku.go │ ├── ItemInfo.go │ ├── ItemInfoDto.go │ ├── ItemPoolActivity.go │ ├── ItemPoolActivityCategory.go │ ├── ItemPoolActivityElementOperateRequest.go │ ├── ItemPoolActivityOperateRequest.go │ ├── ItemPoolActivityQueryRequest.go │ ├── ItemPoolActivitySkuQueryRequest.go │ ├── ItemPoolPromotionActivityDto.go │ ├── ItemPoolSku.go │ ├── ItemPoolSkuActivityElementDto.go │ ├── ItemStairSku.go │ ├── JobExpInfo.go │ ├── LanguageInfo.go │ ├── LimitDto.go │ ├── LimitInfo.go │ ├── LoadFetchReq.go │ ├── LoadFetchResponse.go │ ├── LoadReverseResponse.go │ ├── LogicGroupDto.go │ ├── LogisticsNodeFullInfo.go │ ├── LogisticsTraceCallbackRequest.go │ ├── MaochaoOrderFulfillQueryResult.go │ ├── MaochaoOrderInsuranceCallbackResult.go │ ├── MaochaoOrderInsuranceQueryResult.go │ ├── MaochaoOrderInsuranceRefundCallbackResult.go │ ├── MaochaoOrderQueryResult.go │ ├── MaochaoWdkOrderDto.go │ ├── MaochaoWdkOrderFulfillDto.go │ ├── MarketPageResult.go │ ├── MarketResult.go │ ├── MedicineItemDo.go │ ├── MedicineResultDto.go │ ├── MemberInfoDo.go │ ├── MemberInfoDto.go │ ├── MemberQueryRequest.go │ ├── MerchantOrderInfo.go │ ├── MerchantOrderPaymentInfo.go │ ├── MerchantProductRequest.go │ ├── MerchantProductResponse.go │ ├── MerchantRoutingInfoRegisterDo.go │ ├── MerchantSubOrderInfo.go │ ├── MerchantUserInfo.go │ ├── MissfreshO2OCallbackContent.go │ ├── MissfreshO2OCallbackOrder.go │ ├── MissfreshO2OCallbackUnit.go │ ├── MqttDeviceInfoDto.go │ ├── MzPromotionDto.go │ ├── NetworkRouteDto.go │ ├── OctopusOpenResult.go │ ├── OfferLicenseInfo.go │ ├── OpenLogicGroupRule.go │ ├── OpenPromotionRuleStair.go │ ├── OpenRefundReqDto.go │ ├── Operator.go │ ├── OperatorVo.go │ ├── Order.go │ ├── OrderActivity.go │ ├── OrderAggregateQueryRequest.go │ ├── OrderAggregateQueryResult.go │ ├── OrderBalanceBillDo.go │ ├── OrderBalanceBillRequest.go │ ├── OrderBalanceBillResponseDo.go │ ├── OrderBuyerInfoBO.go │ ├── OrderCommitReq.go │ ├── OrderDeliveryBO.go │ ├── OrderDesensitizePhoneRequest.go │ ├── OrderDesensitizePhoneResult.go │ ├── OrderDetailFee.go │ ├── OrderFundsDiscount.go │ ├── OrderGetRequest.go │ ├── OrderInfo.go │ ├── OrderInfoDo.go │ ├── OrderInfoExt.go │ ├── OrderListSyncPagedResult.go │ ├── OrderOperateResult.go │ ├── OrderPayChannel.go │ ├── OrderPayInfoBO.go │ ├── OrderPredict.go │ ├── OrderPredictQuery.go │ ├── OrderQueryResult.go │ ├── OrderRefundConfirmInfo.go │ ├── OrderResponse.go │ ├── OrderStatusInfo.go │ ├── OrderSubInfoBO.go │ ├── OrderSuccessRequest.go │ ├── OrderSuccessResponse.go │ ├── OrderSyncDto.go │ ├── OrderSyncRefundChannel.go │ ├── OrderSyncRefundDto.go │ ├── OrderSyncRefundListResult.go │ ├── OrderUserCancelInfo.go │ ├── OrderUserRefundInfo.go │ ├── OutTxdDataRelation.go │ ├── OutboundInfoCommitReq.go │ ├── OutboundItemInfo.go │ ├── OutputItemInfoDto.go │ ├── Outsuborders.go │ ├── PackageQueryDto.go │ ├── PackageResultDto.go │ ├── PageInfoDto.go │ ├── Pagination.go │ ├── PaiyangStatDataParam.go │ ├── PaiyangStatDataResult.go │ ├── PayChannel.go │ ├── PaymentItemDo.go │ ├── PdStockDetailDto.go │ ├── PdStockDto.go │ ├── PeriodConfig.go │ ├── PeriodicConfigDto.go │ ├── PlatformDeduction.go │ ├── Point.go │ ├── PosOrderAndItemSyncDo.go │ ├── PosOrderCreateRequest.go │ ├── PosOrderCreateResult.go │ ├── PosPayChannel.go │ ├── PosRefundCreateRequest.go │ ├── PosRefundCreateResult.go │ ├── PosSubOrderDo.go │ ├── PosSubOrderResult.go │ ├── Postman.go │ ├── PreCheckProductResponse.go │ ├── PreCheckRequest.go │ ├── PreCheckResponse.go │ ├── PromiseSkuInfo.go │ ├── PromiseTimeSlice.go │ ├── PromotionActivityDo.go │ ├── PromotionContent.go │ ├── PromotionContentResult.go │ ├── PromotionInfoDto.go │ ├── PromotionPriceDo.go │ ├── PromotionPriceResult.go │ ├── PromotionSku.go │ ├── Promotions.go │ ├── PropDo.go │ ├── PropField.go │ ├── QueryErpBillDto.go │ ├── QueryTimeSliceReq.go │ ├── ReasonVo.go │ ├── Reasonlist.go │ ├── ReceiptBatchInfo.go │ ├── ReceiptDto.go │ ├── ReceiptInfoDto.go │ ├── ReceiptOrderDo.go │ ├── ReceiptPayChannelDo.go │ ├── ReceiptQueryRequest.go │ ├── ReceiptSubOrderDo.go │ ├── ReceiveInfo.go │ ├── RefundAggregateQueryRequest.go │ ├── RefundAggregateQueryResult.go │ ├── RefundApplyInfo.go │ ├── RefundCancelInfo.go │ ├── RefundChannelVo.go │ ├── RefundCompleteInfo.go │ ├── RefundCsApplyDto.go │ ├── RefundCsApplyNewDto.go │ ├── RefundCsApplyRenderDto.go │ ├── RefundCsApplyRenderResponseDto.go │ ├── RelatedPartyInfo.go │ ├── ResultCode.go │ ├── ReturnBoxContainerRequest.go │ ├── ReturnWarehouseResult.go │ ├── ReverseInBoundDetailCallBackRequest.go │ ├── ReverseResult.go │ ├── ReverseSkuInfo.go │ ├── RouteNodeDto.go │ ├── Rulestairs.go │ ├── SameTownBox.go │ ├── SameTownPackage.go │ ├── Sametownpackages.go │ ├── SavePurchasePriceRequest.go │ ├── SavePurchasePriceResponse.go │ ├── SeasonVersionCommitParam.go │ ├── SeasonVersionParam.go │ ├── SeparatePricingDiscountRule.go │ ├── SeriesSkuRequest.go │ ├── SeriesSortRequest.go │ ├── SfB2CFmsCallbackContent.go │ ├── SfB2CFmsCallbackOrder.go │ ├── SfB2CFmsCallbackUnit.go │ ├── ShopDo.go │ ├── ShopInfoUpdateRequest.go │ ├── ShopRange.go │ ├── ShopRangeUpdateRequest.go │ ├── ShopStatusUpdateRequest.go │ ├── SkuActivityElementDto.go │ ├── SkuChannelConfigDto.go │ ├── SkuDo.go │ ├── SkuFeatureDo.go │ ├── SkuInfo.go │ ├── SkuQueryDo.go │ ├── SkuSeriesCreateRequest.go │ ├── SkuSeriesCreateResult.go │ ├── SkuSeriesEditRequest.go │ ├── SkuSeriesEditResult.go │ ├── SkuStockPublishParamDo.go │ ├── SkuStockPublishResult.go │ ├── SkuSupplierDo.go │ ├── Skudetails.go │ ├── SourceOrderMedicineDto.go │ ├── StairConditionDto.go │ ├── StairGroupDto.go │ ├── StockChangeDetailDto.go │ ├── StockChangeDto.go │ ├── StockPublishDto.go │ ├── StockShiftDetailDto.go │ ├── StockShiftDto.go │ ├── SubOrder.go │ ├── SubOrderInfoDo.go │ ├── SubOrderResponse.go │ ├── SubOrderReturn.go │ ├── SubOrderSyncDto.go │ ├── SubRefundConfirm.go │ ├── SubRefundOrder.go │ ├── SubSkuDo.go │ ├── Suborders.go │ ├── Subrefundlist.go │ ├── SupplierOrderQueryListRequest.go │ ├── SupplierOrderQueryRequest.go │ ├── SupplierRefundQueryListRequest.go │ ├── SupplierRefundQueryRequest.go │ ├── SyncActivityResultBo.go │ ├── SyncActivitySkuResultBo.go │ ├── SyncEntryReceiptRequest.go │ ├── SyncVersionBo.go │ ├── TaobaoWdkEquipmentConveyorBatchconfirmAPIRequest.go │ ├── TaobaoWdkEquipmentConveyorBatchconfirmAPIResponse.go │ ├── TaobaoWdkEquipmentConveyorContainerinfoGetAPIRequest.go │ ├── TaobaoWdkEquipmentConveyorContainerinfoGetAPIResponse.go │ ├── TaobaoWdkEquipmentConveyorContainerinfoGetResult.go │ ├── TaobaoWdkEquipmentConveyorConveyorinfoGetAPIRequest.go │ ├── TaobaoWdkEquipmentConveyorConveyorinfoGetAPIResponse.go │ ├── TaobaoWdkEquipmentConveyorConveyorinfoGetResult.go │ ├── TaobaoWdkEquipmentConveyorExceptionslidewaylogGetAPIRequest.go │ ├── TaobaoWdkEquipmentConveyorExceptionslidewaylogGetAPIResponse.go │ ├── TaobaoWdkEquipmentConveyorExceptionslidewaylogGetResult.go │ ├── TaobaoWdkEquipmentConveyorHardwarestatuslogGetAPIRequest.go │ ├── TaobaoWdkEquipmentConveyorHardwarestatuslogGetAPIResponse.go │ ├── TaobaoWdkEquipmentConveyorHardwarestatuslogGetResult.go │ ├── TaobaoWdkEquipmentConveyorInfoUploadAPIRequest.go │ ├── TaobaoWdkEquipmentConveyorInfoUploadAPIResponse.go │ ├── TaobaoWdkEquipmentConveyorStatusconfirmAPIRequest.go │ ├── TaobaoWdkEquipmentConveyorStatusconfirmAPIResponse.go │ ├── TaobaoWdkEquipmentConveyorSystemeventGetAPIRequest.go │ ├── TaobaoWdkEquipmentConveyorSystemeventGetAPIResponse.go │ ├── TaobaoWdkEquipmentConveyorSystemeventGetResult.go │ ├── TaobaoWdkEquipmentConveyorWcsbtocContainerassignedtoconveyorAPIRequest.go │ ├── TaobaoWdkEquipmentConveyorWcsbtocContainerassignedtoconveyorAPIResponse.go │ ├── TaobaoWdkEquipmentConveyorWcsbtocContainerscannedbyconveyorAPIRequest.go │ ├── TaobaoWdkEquipmentConveyorWcsbtocContainerscannedbyconveyorAPIResponse.go │ ├── TaobaoWdkEquipmentDeviceadminDeviceinfoGetAPIRequest.go │ ├── TaobaoWdkEquipmentDeviceadminDeviceinfoGetAPIResponse.go │ ├── TaobaoWdkEquipmentDeviceadminDeviceinfoGetHmResult.go │ ├── TaobaoWdkEquipmentWcsWcsinfoUploadAPIRequest.go │ ├── TaobaoWdkEquipmentWcsWcsinfoUploadAPIResponse.go │ ├── TaobaoWdkIotConveyorConveyorconfigGetAPIRequest.go │ ├── TaobaoWdkIotConveyorConveyorconfigGetAPIResponse.go │ ├── TaobaoWdkIotConveyorConveyorconfigGetHMResult.go │ ├── TaobaoWdkIotDeviceadminMqttDeviceGetwithtokenAPIRequest.go │ ├── TaobaoWdkIotDeviceadminMqttDeviceGetwithtokenAPIResponse.go │ ├── TaobaoWdkIotDeviceadminMqttDeviceGetwithtokenHmResult.go │ ├── TaobaoWdkIotDeviceadminMqttTokenGetAPIRequest.go │ ├── TaobaoWdkIotDeviceadminMqttTokenGetAPIResponse.go │ ├── TaobaoWdkIotDeviceadminMqttTokenGetHmResult.go │ ├── TaskStatus.go │ ├── TimeSliceGetRequest.go │ ├── TimeSliceGetResponse.go │ ├── TimeSliceList.go │ ├── TmallCityretailFulfillAbnormalCenterAbnormalStatusChangeAPIRequest.go │ ├── TmallCityretailFulfillAbnormalCenterAbnormalStatusChangeAPIResponse.go │ ├── TmallCityretailTxdFulfillOrderUnbindnumAPIRequest.go │ ├── TmallCityretailTxdFulfillOrderUnbindnumAPIResponse.go │ ├── TmallCityretailTxdFulfillOrderVirtualnumberAPIRequest.go │ ├── TmallCityretailTxdFulfillOrderVirtualnumberAPIResponse.go │ ├── TopApiResult.go │ ├── TopBaseResult.go │ ├── TopReverseInBoundCallBackRequest.go │ ├── TopTradeOutBoundCallBackRequest.go │ ├── TopWcsResult.go │ ├── TradeOutBoundDetailCallBackRequest.go │ ├── TxdBillDetailBo.go │ ├── TxdBillListGetRequest.go │ ├── TxdBillListGetResult.go │ ├── UmsResult.go │ ├── UniqueDiscountCodeBO.go │ ├── UniqueDiscountCodeRequest.go │ ├── UpdateCategoryRequestBean.go │ ├── UploadBatchInfo.go │ ├── UserInfoTopDto.go │ ├── UserQueryByIdTopRequest.go │ ├── UserSyncInfo.go │ ├── UtmsPageResult.go │ ├── UtmsResult.go │ ├── VerificateCallbackDto.go │ ├── VirtualNumWorkResult.go │ ├── WarehouseLossReason.go │ ├── WarehouseNetworkResultDto.go │ ├── WarehouseOrderGetRequest.go │ ├── WarehouseOrderResponse.go │ ├── WarehouseSkuBarcodeDo.go │ ├── WarehouseSkuDo.go │ ├── WarehouseSubOrderResponse.go │ ├── WcsContainerAssignedToConveyorDto.go │ ├── WcsContainerScannedByConveyorDto.go │ ├── WcsConveyorInfoDto.go │ ├── WdkErpArrivalNoticeDto.go │ ├── WdkMarketOpenResult.go │ ├── WdkMealPosGetfetchmealcodeAPIRequest.go │ ├── WdkMealPosGetfetchmealcodeAPIResponse.go │ ├── WdkOpenMerchantSkuDo.go │ ├── WdkOpenMerchantStoreSkuDo.go │ ├── WdkOpenOrderFinanceBillDo.go │ ├── WdkOpenOrderFinanceBillQueryRequest.go │ ├── WdkOpenOrderFinanceBillQueryResult.go │ ├── WdkOpenPurchasePrice.go │ ├── WdkOpenPushSoPoRequest.go │ ├── WdkOpenSkuMerchantCatServiceQueryRequest.go │ ├── WdkOpenSkuMerchantCatServiceQueryResult.go │ ├── WdkOrderSyncBo.go │ ├── WdkRefundToInsuranceBO.go │ ├── WdkUmsOutboundSortingCallbackTaskdetailAPIRequest.go │ ├── WdkUmsOutboundSortingCallbackTaskdetailAPIResponse.go │ ├── WdkUmsOutboundSortingCallbackforpulltaskAPIRequest.go │ ├── WdkUmsOutboundSortingCallbackforpulltaskAPIResponse.go │ ├── WdkUmsOutboundSortingCanclearareaAPIRequest.go │ ├── WdkUmsOutboundSortingCanclearareaAPIResponse.go │ ├── WdkUmsOutboundSortingScancontainerAPIRequest.go │ ├── WdkUmsOutboundSortingScancontainerAPIResponse.go │ ├── WdkUmsOutboundSortingUserqueryAPIRequest.go │ ├── WdkUmsOutboundSortingUserqueryAPIResponse.go │ ├── WdkUmsSortingFullContainerAPIRequest.go │ ├── WdkUmsSortingFullContainerAPIResponse.go │ ├── WdkWarehouseOrderCancelAPIRequest.go │ ├── WdkWarehouseOrderCancelAPIResponse.go │ ├── WdkWarehouseOrderDispatchAPIRequest.go │ ├── WdkWarehouseOrderDispatchAPIResponse.go │ ├── WdkWmsPickMedicineChecksellAPIRequest.go │ ├── WdkWmsPickMedicineChecksellAPIResponse.go │ ├── WdkWmsPickMedicineQueryAPIRequest.go │ ├── WdkWmsPickMedicineQueryAPIResponse.go │ ├── WdkWmsPickMedicineQueryResult.go │ ├── Wdkopenpurchasepricesubs.go │ ├── WmsInventoryTopQuery.go │ ├── WorkCallbackRequest.go │ ├── WorkCallbackSubOrderInfo.go │ ├── WorkOrder.go │ ├── WorkOrderUnitContents.go │ ├── WorkOrderUnits.go │ ├── WorkResult.go │ └── doc.go ├── wdkitem │ ├── AlibabaWdkItemBrandQueryAPIRequest.go │ ├── AlibabaWdkItemBrandQueryAPIResponse.go │ ├── AlibabaWdkItemBrandQueryResult.go │ ├── AlibabaWdkItemCategoryQueryAPIRequest.go │ ├── AlibabaWdkItemCategoryQueryAPIResponse.go │ ├── AlibabaWdkItemCategoryQueryResult.go │ ├── AlibabaWdkItemFuturepriceQueryAPIRequest.go │ ├── AlibabaWdkItemFuturepriceQueryAPIResponse.go │ ├── AlibabaWdkItemFuturepriceQueryModel.go │ ├── AlibabaWdkItemFuturepriceQueryResult.go │ ├── AlibabaWdkItemMemberpriceUpdateAPIRequest.go │ ├── AlibabaWdkItemMemberpriceUpdateAPIResponse.go │ ├── AlibabaWdkItemMemberpriceUpdateResult.go │ ├── AlibabaWdkItemMerchantskuCreateAPIRequest.go │ ├── AlibabaWdkItemMerchantskuCreateAPIResponse.go │ ├── AlibabaWdkItemMerchantskuCreateResult.go │ ├── AlibabaWdkItemMerchantskuQueryAPIRequest.go │ ├── AlibabaWdkItemMerchantskuQueryAPIResponse.go │ ├── AlibabaWdkItemMerchantskuQueryResult.go │ ├── AlibabaWdkItemMerchantskuUpdateAPIRequest.go │ ├── AlibabaWdkItemMerchantskuUpdateAPIResponse.go │ ├── AlibabaWdkItemMerchantskuUpdateResult.go │ ├── AlibabaWdkItemMerchantstoreskuCreateAPIRequest.go │ ├── AlibabaWdkItemMerchantstoreskuCreateAPIResponse.go │ ├── AlibabaWdkItemMerchantstoreskuCreateResult.go │ ├── AlibabaWdkItemMerchantstoreskuUpdateAPIRequest.go │ ├── AlibabaWdkItemMerchantstoreskuUpdateAPIResponse.go │ ├── AlibabaWdkItemMerchantstoreskuUpdateResult.go │ ├── AlibabaWdkItemMorebarcodeOpsAPIRequest.go │ ├── AlibabaWdkItemMorebarcodeOpsAPIResponse.go │ ├── AlibabaWdkItemMorebarcodeOpsResult.go │ ├── AlibabaWdkItemStoreskuQueryAPIRequest.go │ ├── AlibabaWdkItemStoreskuQueryAPIResponse.go │ ├── AlibabaWdkItemStoreskuQueryResult.go │ ├── AlibabaWdkItemStoreskustatusUpdateAPIRequest.go │ ├── AlibabaWdkItemStoreskustatusUpdateAPIResponse.go │ ├── AlibabaWdkItemStoreskustatusUpdateResult.go │ ├── AlibabaWdkPictureUploadAPIRequest.go │ ├── AlibabaWdkPictureUploadAPIResponse.go │ ├── AlibabaWdkPictureUploadApiResult.go │ ├── Barcodebolist.go │ ├── MzPromotionDto.go │ ├── PictureDo.go │ ├── PromotionInfoDto.go │ ├── UpdateMoreBarCodeRequestBean.go │ ├── UpdateStoreSkuLifeStatusRequestBean.go │ └── doc.go ├── wdklogistics │ ├── AlibabaWdkLogisticsPusPickupCararrivedAPIRequest.go │ ├── AlibabaWdkLogisticsPusPickupCararrivedAPIResponse.go │ ├── AlibabaWdkLogisticsPusPickupCararrivedData.go │ ├── LogisticsResult.go │ └── doc.go ├── wenyuvideo │ ├── PersonDetailRbo.go │ ├── PersonDo.go │ ├── PersonRbo.go │ ├── Segments.go │ ├── ShowBaseRbo.go │ ├── YoukuWenyuvideoPersionGetAPIRequest.go │ ├── YoukuWenyuvideoPersionGetAPIResponse.go │ ├── YoukuWenyuvideoPersionGetResult.go │ ├── YoukuWenyuvideoPersionSearchAPIRequest.go │ ├── YoukuWenyuvideoPersionSearchAPIResponse.go │ ├── YoukuWenyuvideoPersionSearchResult.go │ ├── YoukuWenyuvideoSeetaGetAPIRequest.go │ ├── YoukuWenyuvideoSeetaGetAPIResponse.go │ ├── YoukuWenyuvideoSeetaGetModel.go │ ├── YoukuWenyuvideoSeetaGetResult.go │ └── doc.go ├── westcrm │ ├── AlibabaWestcrmCustomerInfoGetAPIRequest.go │ ├── AlibabaWestcrmCustomerInfoGetAPIResponse.go │ ├── AlibabaWestcrmGradeGetAPIRequest.go │ ├── AlibabaWestcrmGradeGetAPIResponse.go │ ├── AlibabaWestcrmGradeGetData.go │ ├── AlibabaWestcrmUserConsumerGetAPIRequest.go │ ├── AlibabaWestcrmUserConsumerGetAPIResponse.go │ ├── CustomerBaseInfoVo.go │ ├── DataResult.go │ ├── OrderVo.go │ ├── UserConsumerVo.go │ └── doc.go ├── wirelessshare │ ├── TaobaoWirelessShareTpwdQueryAPIRequest.go │ ├── TaobaoWirelessShareTpwdQueryAPIResponse.go │ └── doc.go ├── wlb │ ├── AddressInfo.go │ ├── BmsConsignOrderConfirm.go │ ├── CainiaoBmsOrderConsignConfirmAPIRequest.go │ ├── CainiaoBmsOrderConsignConfirmAPIResponse.go │ ├── CainiaoMerchantInventoryAdjustAPIRequest.go │ ├── CainiaoMerchantInventoryAdjustAPIResponse.go │ ├── CainiaoWaybillCloudprintNetprintPrintAPIRequest.go │ ├── CainiaoWaybillCloudprintNetprintPrintAPIResponse.go │ ├── CloudPrinterPrintRequest.go │ ├── ContactInfo.go │ ├── CustomData.go │ ├── DeliveryOrder.go │ ├── FreshWaybill.go │ ├── ItemListWlbWmsInventoryLackUpload.go │ ├── JzConsignArgsNew.go │ ├── JzPartnerNew.go │ ├── MerStoreInvAdjustDto.go │ ├── OrderItems.go │ ├── OrderLine.go │ ├── OutEntityItem.go │ ├── PackageMaterialList.go │ ├── Partner.go │ ├── PrintData.go │ ├── ReceiverInfo.go │ ├── ResultDo.go │ ├── SellerSubscriptionList.go │ ├── SingleResultDto.go │ ├── TaobaoUopTobOrderCreateAPIRequest.go │ ├── TaobaoUopTobOrderCreateAPIResponse.go │ ├── TaobaoWlbInventoryDetailGetAPIRequest.go │ ├── TaobaoWlbInventoryDetailGetAPIResponse.go │ ├── TaobaoWlbInventorylogQueryAPIRequest.go │ ├── TaobaoWlbInventorylogQueryAPIResponse.go │ ├── TaobaoWlbItemAddAPIRequest.go │ ├── TaobaoWlbItemAddAPIResponse.go │ ├── TaobaoWlbItemBatchQueryAPIRequest.go │ ├── TaobaoWlbItemBatchQueryAPIResponse.go │ ├── TaobaoWlbItemCombinationGetAPIRequest.go │ ├── TaobaoWlbItemCombinationGetAPIResponse.go │ ├── TaobaoWlbItemGetAPIRequest.go │ ├── TaobaoWlbItemGetAPIResponse.go │ ├── TaobaoWlbItemMapGetAPIRequest.go │ ├── TaobaoWlbItemMapGetAPIResponse.go │ ├── TaobaoWlbItemQueryAPIRequest.go │ ├── TaobaoWlbItemQueryAPIResponse.go │ ├── TaobaoWlbItemUpdateAPIRequest.go │ ├── TaobaoWlbItemUpdateAPIResponse.go │ ├── TaobaoWlbNotifyMessagePageGetAPIRequest.go │ ├── TaobaoWlbNotifyMessagePageGetAPIResponse.go │ ├── TaobaoWlbOrderCancelAPIRequest.go │ ├── TaobaoWlbOrderCancelAPIResponse.go │ ├── TaobaoWlbOrderConsignAPIRequest.go │ ├── TaobaoWlbOrderConsignAPIResponse.go │ ├── TaobaoWlbOrderCreateAPIRequest.go │ ├── TaobaoWlbOrderCreateAPIResponse.go │ ├── TaobaoWlbOrderJzpartnerQueryAPIRequest.go │ ├── TaobaoWlbOrderJzpartnerQueryAPIResponse.go │ ├── TaobaoWlbOrderJzwithinsConsignAPIRequest.go │ ├── TaobaoWlbOrderJzwithinsConsignAPIResponse.go │ ├── TaobaoWlbOrderPageGetAPIRequest.go │ ├── TaobaoWlbOrderPageGetAPIResponse.go │ ├── TaobaoWlbOrderdetailDateGetAPIRequest.go │ ├── TaobaoWlbOrderdetailDateGetAPIResponse.go │ ├── TaobaoWlbOrderitemPageGetAPIRequest.go │ ├── TaobaoWlbOrderitemPageGetAPIResponse.go │ ├── TaobaoWlbOrderstatusGetAPIRequest.go │ ├── TaobaoWlbOrderstatusGetAPIResponse.go │ ├── TaobaoWlbOutInventoryChangeNotifyAPIRequest.go │ ├── TaobaoWlbOutInventoryChangeNotifyAPIResponse.go │ ├── TaobaoWlbSubscriptionQueryAPIRequest.go │ ├── TaobaoWlbSubscriptionQueryAPIResponse.go │ ├── TaobaoWlbTmsorderQueryAPIRequest.go │ ├── TaobaoWlbTmsorderQueryAPIResponse.go │ ├── TaobaoWlbTradeorderGetAPIRequest.go │ ├── TaobaoWlbTradeorderGetAPIResponse.go │ ├── TaobaoWlbWaybillShengxianGetAPIRequest.go │ ├── TaobaoWlbWaybillShengxianGetAPIResponse.go │ ├── TaobaoWlbWlborderGetAPIRequest.go │ ├── TaobaoWlbWlborderGetAPIResponse.go │ ├── TaobaoWlbWmsInventoryLackUploadAPIRequest.go │ ├── TaobaoWlbWmsInventoryLackUploadAPIResponse.go │ ├── TmsItem.go │ ├── TmsOrders.go │ ├── WlbInventory.go │ ├── WlbItem.go │ ├── WlbItemBatch.go │ ├── WlbItemBatchInventory.go │ ├── WlbItemInventory.go │ ├── WlbItemInventoryLog.go │ ├── WlbMessage.go │ ├── WlbOrder.go │ ├── WlbOrderDetail.go │ ├── WlbOrderItem.go │ ├── WlbProcessStatus.go │ ├── WlbTmsOrder.go │ ├── WlbWmsInventoryLackUpload.go │ ├── WlbWmsInventoryLackUploadResp.go │ └── doc.go ├── wlbimports │ ├── AppointmentCancleReponse.go │ ├── AppointmentCreateRequest.go │ ├── AppointmentCreateResponse.go │ ├── AppointmentOrderCancelRequset.go │ ├── AppointmentOrderDifferenceDetailsResponse.go │ ├── AppointmentOrderStatusRequest.go │ ├── AppointmentOrderStatusResponse.go │ ├── BSWeightPrice.go │ ├── BigBagLogisticsTrajectoryInfoResponse.go │ ├── BigbagCancelRequest.go │ ├── BigbagCancelResponse.go │ ├── BigbagCreateRequest.go │ ├── BigbagCreateResponse.go │ ├── BigbagLogisticsQueryRequest.go │ ├── BigbagLogisticsTrajectoryResponse.go │ ├── BigbagStatusRequest.go │ ├── BigbagStatusResponse.go │ ├── BigbagWaybillRequest.go │ ├── BigbagWaybillResponse.go │ ├── CainiaoGlobalImPickupAppointmentOrderCancelAPIRequest.go │ ├── CainiaoGlobalImPickupAppointmentOrderCancelAPIResponse.go │ ├── CainiaoGlobalImPickupAppointmentOrderDifferenceDetailAPIRequest.go │ ├── CainiaoGlobalImPickupAppointmentOrderDifferenceDetailAPIResponse.go │ ├── CainiaoGlobalImPickupAppointmentOrderInfoCreateAPIRequest.go │ ├── CainiaoGlobalImPickupAppointmentOrderInfoCreateAPIResponse.go │ ├── CainiaoGlobalImPickupAppointmentOrderStatusAPIRequest.go │ ├── CainiaoGlobalImPickupAppointmentOrderStatusAPIResponse.go │ ├── CainiaoGlobalImPickupBigbagContentCancelAPIRequest.go │ ├── CainiaoGlobalImPickupBigbagContentCancelAPIResponse.go │ ├── CainiaoGlobalImPickupBigbagContentCreateAPIRequest.go │ ├── CainiaoGlobalImPickupBigbagContentCreateAPIResponse.go │ ├── CainiaoGlobalImPickupBigbagExpressPrequeryAPIRequest.go │ ├── CainiaoGlobalImPickupBigbagExpressPrequeryAPIResponse.go │ ├── CainiaoGlobalImPickupBigbagInfoAPIRequest.go │ ├── CainiaoGlobalImPickupBigbagInfoAPIResponse.go │ ├── CainiaoGlobalImPickupBigbagLogisticsTrajectoryAPIRequest.go │ ├── CainiaoGlobalImPickupBigbagLogisticsTrajectoryAPIResponse.go │ ├── CainiaoGlobalImPickupBigbagWaybillInfoAPIRequest.go │ ├── CainiaoGlobalImPickupBigbagWaybillInfoAPIResponse.go │ ├── CainiaoGlobalImPickupStoresGetAPIRequest.go │ ├── CainiaoGlobalImPickupStoresGetAPIResponse.go │ ├── ContactInfoRequest.go │ ├── ExpressPreQueryRequest.go │ ├── ExpressPreQueryResponse.go │ ├── HandoverPackageInfo.go │ ├── HsfResult.go │ ├── IdentityItemDto.go │ ├── LocOrder.go │ ├── OrderHandoverContentSynopsisDto.go │ ├── Parcel.go │ ├── ParcelOrderStatusResponse.go │ ├── PickupInfo.go │ ├── ReciverAddressDo.go │ ├── ResourceResult.go │ ├── SelfMailTruckInfoRequest.go │ ├── SelfSendExpressInfoRequest.go │ ├── TaobaoWlbCrossborderWaybillGetAPIRequest.go │ ├── TaobaoWlbCrossborderWaybillGetAPIResponse.go │ ├── TaobaoWlbCrossborderWaybillGetTopResult.go │ ├── TaobaoWlbImportsGeneralConsignAPIRequest.go │ ├── TaobaoWlbImportsGeneralConsignAPIResponse.go │ ├── TaobaoWlbImportsOrderCancelAPIRequest.go │ ├── TaobaoWlbImportsOrderCancelAPIResponse.go │ ├── TaobaoWlbImportsOrderGetAPIRequest.go │ ├── TaobaoWlbImportsOrderGetAPIResponse.go │ ├── TaobaoWlbImportsResourceGetAPIRequest.go │ ├── TaobaoWlbImportsResourceGetAPIResponse.go │ ├── TaobaoWlbImportsResourceTransferstoreGetAPIRequest.go │ ├── TaobaoWlbImportsResourceTransferstoreGetAPIResponse.go │ ├── TaobaoWlbImportsVasIdentityResultAPIRequest.go │ ├── TaobaoWlbImportsVasIdentityResultAPIResponse.go │ ├── TaobaoWlbImportsVasIdentityResultResult.go │ ├── TaobaoWlbImportsVasIdentityResultTopResult.go │ ├── TaobaoWlbImportsWaybillGetAPIRequest.go │ ├── TaobaoWlbImportsWaybillGetAPIResponse.go │ ├── TranStoreResult.go │ ├── TransferStoreCenterResponse.go │ ├── TransferStoreInfoResponse.go │ ├── TransferStoreResponse.go │ ├── TransferstoreQueryRequest.go │ ├── WayBillDto.go │ └── doc.go ├── wms │ ├── CainiaoBillQueryOrderinfo.go │ ├── CainiaoBillQueryOrderinfolist.go │ ├── CainiaoBimTradeorderConsignAPIRequest.go │ ├── CainiaoBimTradeorderConsignAPIResponse.go │ ├── CainiaoCrmOmsRuleSyncAPIRequest.go │ ├── CainiaoCrmOmsRuleSyncAPIResponse.go │ ├── CainiaoInventoryProfitlossOrderitem.go │ ├── CainiaoInventoryProfitlossOrderitemlist.go │ ├── CainiaoInventoryProfitlossProfitlossinfo.go │ ├── CainiaoReturnBillInventoryitem.go │ ├── CainiaoReturnBillInventoryitemlist.go │ ├── CainiaoReturnBillOrderitem.go │ ├── CainiaoReturnBillOrderitemlist.go │ ├── CainiaoReturnBillReturnorderinfo.go │ ├── CainiaoStockInBillInventoryitem.go │ ├── CainiaoStockInBillInventoryitemlist.go │ ├── CainiaoStockInBillOrderitem.go │ ├── CainiaoStockInBillOrderitemlist.go │ ├── CainiaoStockInBillStockininfo.go │ ├── CainiaoStockOutBillInventoryitem.go │ ├── CainiaoStockOutBillInventoryitemlist.go │ ├── CainiaoStockOutBillOrderitem.go │ ├── CainiaoStockOutBillOrderitemlist.go │ ├── CainiaoStockOutBillPackageinfo.go │ ├── CainiaoStockOutBillPackageinfolist.go │ ├── CainiaoStockOutBillPackageitem.go │ ├── CainiaoStockOutBillPackageitemlist.go │ ├── CainiaoStockOutBillStockoutinfo.go │ ├── Consignsendinfo.go │ ├── Consignsendinfolist.go │ ├── Inventoryitem.go │ ├── Inventoryitemlist.go │ ├── Invoinceconfirm.go │ ├── Invoinceconfirmlist.go │ ├── Orderitem.go │ ├── Orderitemlist.go │ ├── Orderitemlistwlbwmsreturnordernotify.go │ ├── Orderitemlistwlbwmsstockinordernotifywl.go │ ├── Orderitemlistwlbwmsstockoutordernotify.go │ ├── Orderitemwlbwmsreturnordernotify.go │ ├── Orderitemwlbwmsstockinordernotifywl.go │ ├── Orderitemwlbwmsstockoutordernotify.go │ ├── Packagematerial.go │ ├── Packagemateriallist.go │ ├── Receiverinfowlbwmsreturnordernotify.go │ ├── Receiverinfowlbwmsstockinordernotifywl.go │ ├── Receiverwlbwmsstockoutordernotify.go │ ├── Senderinfowlbwmsreturnordernotify.go │ ├── Senderinfowlbwmsstockinordernotifywl.go │ ├── Senderwlbwmsstockoutordernotify.go │ ├── Sninfo.go │ ├── Sninfolist.go │ ├── SubItem.go │ ├── SubItemList.go │ ├── TaobaoWlbWmsCainiaoBillQueryAPIRequest.go │ ├── TaobaoWlbWmsCainiaoBillQueryAPIResponse.go │ ├── TaobaoWlbWmsConsignBillGetAPIRequest.go │ ├── TaobaoWlbWmsConsignBillGetAPIResponse.go │ ├── TaobaoWlbWmsInventoryProfitlossGetAPIRequest.go │ ├── TaobaoWlbWmsInventoryProfitlossGetAPIResponse.go │ ├── TaobaoWlbWmsInventoryQueryAPIRequest.go │ ├── TaobaoWlbWmsInventoryQueryAPIResponse.go │ ├── TaobaoWlbWmsItemCombinationGetAPIRequest.go │ ├── TaobaoWlbWmsItemCombinationGetAPIResponse.go │ ├── TaobaoWlbWmsItemCombinationGetResult.go │ ├── TaobaoWlbWmsOrderCancelNotifyAPIRequest.go │ ├── TaobaoWlbWmsOrderCancelNotifyAPIResponse.go │ ├── TaobaoWlbWmsReturnBillGetAPIRequest.go │ ├── TaobaoWlbWmsReturnBillGetAPIResponse.go │ ├── TaobaoWlbWmsReturnOrderNotifyAPIRequest.go │ ├── TaobaoWlbWmsReturnOrderNotifyAPIResponse.go │ ├── TaobaoWlbWmsSkuCreateAPIRequest.go │ ├── TaobaoWlbWmsSkuCreateAPIResponse.go │ ├── TaobaoWlbWmsSkuGetAPIRequest.go │ ├── TaobaoWlbWmsSkuGetAPIResponse.go │ ├── TaobaoWlbWmsSkuUpdateAPIRequest.go │ ├── TaobaoWlbWmsSkuUpdateAPIResponse.go │ ├── TaobaoWlbWmsSnInfoQueryAPIRequest.go │ ├── TaobaoWlbWmsSnInfoQueryAPIResponse.go │ ├── TaobaoWlbWmsSnInfoQueryResult.go │ ├── TaobaoWlbWmsStockInBillGetAPIRequest.go │ ├── TaobaoWlbWmsStockInBillGetAPIResponse.go │ ├── TaobaoWlbWmsStockInOrderNotifyAPIRequest.go │ ├── TaobaoWlbWmsStockInOrderNotifyAPIResponse.go │ ├── TaobaoWlbWmsStockOutBillGetAPIRequest.go │ ├── TaobaoWlbWmsStockOutBillGetAPIResponse.go │ ├── TaobaoWlbWmsStockOutOrderNotifyAPIRequest.go │ ├── TaobaoWlbWmsStockOutOrderNotifyAPIResponse.go │ ├── Tmsitem.go │ ├── Tmsitemlist.go │ ├── Tmsorder.go │ ├── Tmsorderlist.go │ ├── WmsInventoryQueryItem.go │ ├── WmsInventoryQueryItemlist.go │ └── doc.go ├── xhotel │ ├── AlitripXhotelChannelOrderCreateResQueryAPIRequest.go │ ├── AlitripXhotelChannelOrderCreateResQueryAPIResponse.go │ ├── DailyBookingInfo.go │ ├── DchotelSignDo.go │ ├── DsNhotelInfoDo.go │ ├── EarlyBookingInfo.go │ ├── HbsResult.go │ ├── HotelDivision.go │ ├── InvalidDate.go │ ├── LongOrderInfo.go │ ├── PromoInfo.go │ ├── RateInfo.go │ ├── TaobaoXhotelBnbpromoUpdateAPIRequest.go │ ├── TaobaoXhotelBnbpromoUpdateAPIResponse.go │ ├── TaobaoXhotelBnbpromoUpdateResultSet.go │ ├── TaobaoXhotelCityDistributionGetAPIRequest.go │ ├── TaobaoXhotelCityDistributionGetAPIResponse.go │ ├── TaobaoXhotelDataServiceHotelServiceindexAPIRequest.go │ ├── TaobaoXhotelDataServiceHotelServiceindexAPIResponse.go │ ├── TaobaoXhotelDataServiceHotelServiceindexResultSet.go │ ├── TaobaoXhotelDataServiceOrderDetailAPIRequest.go │ ├── TaobaoXhotelDataServiceOrderDetailAPIResponse.go │ ├── TaobaoXhotelDataServiceOrderDetailResultSet.go │ ├── TaobaoXhotelOrderHotelsignQueryAPIRequest.go │ ├── TaobaoXhotelOrderHotelsignQueryAPIResponse.go │ ├── TaobaoXhotelOrderOfficialQualificationGetAPIRequest.go │ ├── TaobaoXhotelOrderOfficialQualificationGetAPIResponse.go │ ├── TaobaoXhotelOrderOfflineSettleCancelAPIRequest.go │ ├── TaobaoXhotelOrderOfflineSettleCancelAPIResponse.go │ ├── TopAdsHtlDataQueryResult.go │ ├── TopAdsTripSvcQueryResult.go │ ├── Topadshtlservicedatalist.go │ ├── UpdatePromoParam.go │ └── doc.go ├── xhotelcrm │ ├── CouponActiveParam.go │ ├── HMemberResult.go │ ├── MerchantMemberBindInfoVo.go │ ├── MsdResult.go │ ├── SendCouponParam.go │ ├── StateSynchronizeParam.go │ ├── TaobaoXhotelMemberAlipayQueryAPIRequest.go │ ├── TaobaoXhotelMemberAlipayQueryAPIResponse.go │ ├── TaobaoXhotelMemberDerbyCouponSendAPIRequest.go │ ├── TaobaoXhotelMemberDerbyCouponSendAPIResponse.go │ ├── TaobaoXhotelMemberDerbyStateSyncAPIRequest.go │ ├── TaobaoXhotelMemberDerbyStateSyncAPIResponse.go │ ├── TaobaoXhotelPotentialMemberBindAPIRequest.go │ ├── TaobaoXhotelPotentialMemberBindAPIResponse.go │ └── doc.go ├── xhotelitem │ ├── AddOwnerParam.go │ ├── BnbBookingTimeDto.go │ ├── BnbChargeDto.go │ ├── BnbLocationDto.go │ ├── BnbPictureDto.go │ ├── BnbPromoDto.go │ ├── BnbResult.go │ ├── Coordinate.go │ ├── DailyBookingInfo.go │ ├── EarlyBookingInfo.go │ ├── FirstResult.go │ ├── GeneralBookingInfo.go │ ├── Hotel.go │ ├── HotelXItemPicture.go │ ├── HotelXitemDo.go │ ├── Hoteldynamicinfo.go │ ├── HsfResult.go │ ├── InvalidDate.go │ ├── LongOrderInfo.go │ ├── MultipleRate.go │ ├── PromoBindResult.go │ ├── PromoCode.go │ ├── PromoInfo.go │ ├── PromoRateInfo.go │ ├── Rate.go │ ├── RatePlan.go │ ├── Rateinfos.go │ ├── RatepPlan.go │ ├── ReviewDetailInfo.go │ ├── ReviewPicInfo.go │ ├── RoomType.go │ ├── RoomTypeCheckResultDo.go │ ├── SHotel.go │ ├── SRoomType.go │ ├── SellerStatExposureElementList.go │ ├── SellerStatSummaryResult.go │ ├── ServiceTimeDataDo.go │ ├── Sroomtypelist.go │ ├── TagEntityDoList.go │ ├── TagQueryResult.go │ ├── TaobaoRoomtypeStatusUpdateAPIRequest.go │ ├── TaobaoRoomtypeStatusUpdateAPIResponse.go │ ├── TaobaoXhotelAddAPIRequest.go │ ├── TaobaoXhotelAddAPIResponse.go │ ├── TaobaoXhotelBaseinfoGetAPIRequest.go │ ├── TaobaoXhotelBaseinfoGetAPIResponse.go │ ├── TaobaoXhotelBaseinfoGetResultSet.go │ ├── TaobaoXhotelBaseinfoRoomGetAPIRequest.go │ ├── TaobaoXhotelBaseinfoRoomGetAPIResponse.go │ ├── TaobaoXhotelBaseinfoRoomGetResultSet.go │ ├── TaobaoXhotelBnbcommonAddAPIRequest.go │ ├── TaobaoXhotelBnbcommonAddAPIResponse.go │ ├── TaobaoXhotelBnbhouseAddAPIRequest.go │ ├── TaobaoXhotelBnbhouseAddAPIResponse.go │ ├── TaobaoXhotelBnbhouseDeleteAPIRequest.go │ ├── TaobaoXhotelBnbhouseDeleteAPIResponse.go │ ├── TaobaoXhotelBnbownerAddAPIRequest.go │ ├── TaobaoXhotelBnbownerAddAPIResponse.go │ ├── TaobaoXhotelBnbownerAddResultSet.go │ ├── TaobaoXhotelBnbownerDeleteAPIRequest.go │ ├── TaobaoXhotelBnbownerDeleteAPIResponse.go │ ├── TaobaoXhotelBnbownerDeleteResultSet.go │ ├── TaobaoXhotelBnbpromoAddAPIRequest.go │ ├── TaobaoXhotelBnbpromoAddAPIResponse.go │ ├── TaobaoXhotelBnbpromoBindAPIRequest.go │ ├── TaobaoXhotelBnbpromoBindAPIResponse.go │ ├── TaobaoXhotelBnbpromoDeleteAPIRequest.go │ ├── TaobaoXhotelBnbpromoDeleteAPIResponse.go │ ├── TaobaoXhotelBnbpromoDeleteResultSet.go │ ├── TaobaoXhotelBnbpromoGetAPIRequest.go │ ├── TaobaoXhotelBnbpromoGetAPIResponse.go │ ├── TaobaoXhotelBnbpromoGetResultSet.go │ ├── TaobaoXhotelBnbpromoUnbindAPIRequest.go │ ├── TaobaoXhotelBnbpromoUnbindAPIResponse.go │ ├── TaobaoXhotelBnbreviewAddAPIRequest.go │ ├── TaobaoXhotelBnbreviewAddAPIResponse.go │ ├── TaobaoXhotelBnbroomtypeAddAPIRequest.go │ ├── TaobaoXhotelBnbroomtypeAddAPIResponse.go │ ├── TaobaoXhotelBnbroomtypeDeleteAPIRequest.go │ ├── TaobaoXhotelBnbroomtypeDeleteAPIResponse.go │ ├── TaobaoXhotelCityCoordinatesBatchDownloadAPIRequest.go │ ├── TaobaoXhotelCityCoordinatesBatchDownloadAPIResponse.go │ ├── TaobaoXhotelCityCoordinatesBatchUploadAPIRequest.go │ ├── TaobaoXhotelCityCoordinatesBatchUploadAPIResponse.go │ ├── TaobaoXhotelDeleteAPIRequest.go │ ├── TaobaoXhotelDeleteAPIResponse.go │ ├── TaobaoXhotelDeleteResultSet.go │ ├── TaobaoXhotelEntityConfigAPIRequest.go │ ├── TaobaoXhotelEntityConfigAPIResponse.go │ ├── TaobaoXhotelGetAPIRequest.go │ ├── TaobaoXhotelGetAPIResponse.go │ ├── TaobaoXhotelGetEntityByTagAPIRequest.go │ ├── TaobaoXhotelGetEntityByTagAPIResponse.go │ ├── TaobaoXhotelHouseAddAPIRequest.go │ ├── TaobaoXhotelHouseAddAPIResponse.go │ ├── TaobaoXhotelHouseRoomtypeAddAPIRequest.go │ ├── TaobaoXhotelHouseRoomtypeAddAPIResponse.go │ ├── TaobaoXhotelIncrementInfoGetAPIRequest.go │ ├── TaobaoXhotelIncrementInfoGetAPIResponse.go │ ├── TaobaoXhotelItemSelectionSellerStatExposureAPIRequest.go │ ├── TaobaoXhotelItemSelectionSellerStatExposureAPIResponse.go │ ├── TaobaoXhotelItemSelectionSellerStatExposureModule.go │ ├── TaobaoXhotelItemSelectionSellerStatExposureResult.go │ ├── TaobaoXhotelItemSelectionSellerStatHotshidAPIRequest.go │ ├── TaobaoXhotelItemSelectionSellerStatHotshidAPIResponse.go │ ├── TaobaoXhotelItemSelectionSellerStatHotshidModule.go │ ├── TaobaoXhotelItemSelectionSellerStatHotshidResult.go │ ├── TaobaoXhotelItemSelectionSellerStatSummaryAPIRequest.go │ ├── TaobaoXhotelItemSelectionSellerStatSummaryAPIResponse.go │ ├── TaobaoXhotelMultiplerateDeleteAPIRequest.go │ ├── TaobaoXhotelMultiplerateDeleteAPIResponse.go │ ├── TaobaoXhotelMultiplerateDeleteResultSet.go │ ├── TaobaoXhotelMultiplerateGetAPIRequest.go │ ├── TaobaoXhotelMultiplerateGetAPIResponse.go │ ├── TaobaoXhotelMultiplerateUpdateAPIRequest.go │ ├── TaobaoXhotelMultiplerateUpdateAPIResponse.go │ ├── TaobaoXhotelMultipleratesIncrementAPIRequest.go │ ├── TaobaoXhotelMultipleratesIncrementAPIResponse.go │ ├── TaobaoXhotelMultipleratesUpdateAPIRequest.go │ ├── TaobaoXhotelMultipleratesUpdateAPIResponse.go │ ├── TaobaoXhotelQuotaUpdateAPIRequest.go │ ├── TaobaoXhotelQuotaUpdateAPIResponse.go │ ├── TaobaoXhotelRateAddAPIRequest.go │ ├── TaobaoXhotelRateAddAPIResponse.go │ ├── TaobaoXhotelRateDeleteAPIRequest.go │ ├── TaobaoXhotelRateDeleteAPIResponse.go │ ├── TaobaoXhotelRateDeleteResultSet.go │ ├── TaobaoXhotelRateGetAPIRequest.go │ ├── TaobaoXhotelRateGetAPIResponse.go │ ├── TaobaoXhotelRateRelationshipwithroomGetAPIRequest.go │ ├── TaobaoXhotelRateRelationshipwithroomGetAPIResponse.go │ ├── TaobaoXhotelRateRelationshipwithrpGetAPIRequest.go │ ├── TaobaoXhotelRateRelationshipwithrpGetAPIResponse.go │ ├── TaobaoXhotelRateUpdateAPIRequest.go │ ├── TaobaoXhotelRateUpdateAPIResponse.go │ ├── TaobaoXhotelRateplanAddAPIRequest.go │ ├── TaobaoXhotelRateplanAddAPIResponse.go │ ├── TaobaoXhotelRateplanDeleteAPIRequest.go │ ├── TaobaoXhotelRateplanDeleteAPIResponse.go │ ├── TaobaoXhotelRateplanDeleteResultSet.go │ ├── TaobaoXhotelRateplanGetAPIRequest.go │ ├── TaobaoXhotelRateplanGetAPIResponse.go │ ├── TaobaoXhotelRateplanUpdateAPIRequest.go │ ├── TaobaoXhotelRateplanUpdateAPIResponse.go │ ├── TaobaoXhotelRatesIncrementAPIRequest.go │ ├── TaobaoXhotelRatesIncrementAPIResponse.go │ ├── TaobaoXhotelRatesLiteIncrUpdateAPIRequest.go │ ├── TaobaoXhotelRatesLiteIncrUpdateAPIResponse.go │ ├── TaobaoXhotelRatesLiteIncrUpdateResultSet.go │ ├── TaobaoXhotelRatesUpdateAPIRequest.go │ ├── TaobaoXhotelRatesUpdateAPIResponse.go │ ├── TaobaoXhotelRoomGetAPIRequest.go │ ├── TaobaoXhotelRoomGetAPIResponse.go │ ├── TaobaoXhotelRoomUpdateAPIRequest.go │ ├── TaobaoXhotelRoomUpdateAPIResponse.go │ ├── TaobaoXhotelRoomsIncrementAPIRequest.go │ ├── TaobaoXhotelRoomsIncrementAPIResponse.go │ ├── TaobaoXhotelRoomsUpdateAPIRequest.go │ ├── TaobaoXhotelRoomsUpdateAPIResponse.go │ ├── TaobaoXhotelRoomtypeAddAPIRequest.go │ ├── TaobaoXhotelRoomtypeAddAPIResponse.go │ ├── TaobaoXhotelRoomtypeConflictDataAPIRequest.go │ ├── TaobaoXhotelRoomtypeConflictDataAPIResponse.go │ ├── TaobaoXhotelRoomtypeConflictDataResultSet.go │ ├── TaobaoXhotelRoomtypeDeletePublicAPIRequest.go │ ├── TaobaoXhotelRoomtypeDeletePublicAPIResponse.go │ ├── TaobaoXhotelRoomtypeDeletePublicResultSet.go │ ├── TaobaoXhotelRoomtypeGetAPIRequest.go │ ├── TaobaoXhotelRoomtypeGetAPIResponse.go │ ├── TaobaoXhotelRoomtypeUpdateAPIRequest.go │ ├── TaobaoXhotelRoomtypeUpdateAPIResponse.go │ ├── TaobaoXhotelServicetimeGetAPIRequest.go │ ├── TaobaoXhotelServicetimeGetAPIResponse.go │ ├── TaobaoXhotelServicetimeGetResultSet.go │ ├── TaobaoXhotelServicetimeUpdateAPIRequest.go │ ├── TaobaoXhotelServicetimeUpdateAPIResponse.go │ ├── TaobaoXhotelServicetimeUpdateResultSet.go │ ├── TaobaoXhotelStatusUpdateAPIRequest.go │ ├── TaobaoXhotelStatusUpdateAPIResponse.go │ ├── TaobaoXhotelUpdateAPIRequest.go │ ├── TaobaoXhotelUpdateAPIResponse.go │ ├── TaobaoXhotelXitemDeleteAPIRequest.go │ ├── TaobaoXhotelXitemDeleteAPIResponse.go │ ├── TaobaoXhotelXitemDeleteResultSet.go │ ├── TaobaoXhotelXitemQueryAPIRequest.go │ ├── TaobaoXhotelXitemQueryAPIResponse.go │ ├── TaobaoXhotelXitemQueryResultSet.go │ ├── TonightDiscount.go │ ├── XHotel.go │ ├── XHotelBaseInfo.go │ ├── XHotelInfoWithRoom.go │ ├── XRoomType.go │ ├── XsHotel.go │ └── doc.go ├── xhotelofficial │ ├── RoomSettleInfo.go │ ├── TaobaoXhotelOrderOfficialCancelAPIRequest.go │ ├── TaobaoXhotelOrderOfficialCancelAPIResponse.go │ ├── TaobaoXhotelOrderOfficialPrecheckAPIRequest.go │ ├── TaobaoXhotelOrderOfficialPrecheckAPIResponse.go │ ├── TaobaoXhotelOrderOfficialSettleCancelAPIRequest.go │ ├── TaobaoXhotelOrderOfficialSettleCancelAPIResponse.go │ ├── TaobaoXhotelOrderOfficialSettlePutAPIRequest.go │ ├── TaobaoXhotelOrderOfficialSettlePutAPIResponse.go │ └── doc.go ├── xhoteloffline │ ├── Guest.go │ ├── RoomSettleInfo.go │ ├── TaobaoXhotelOrderAlipayfaceCancelAPIRequest.go │ ├── TaobaoXhotelOrderAlipayfaceCancelAPIResponse.go │ ├── TaobaoXhotelOrderAlipayfaceCheckAPIRequest.go │ ├── TaobaoXhotelOrderAlipayfaceCheckAPIResponse.go │ ├── TaobaoXhotelOrderAlipayfaceCreateAPIRequest.go │ ├── TaobaoXhotelOrderAlipayfaceCreateAPIResponse.go │ ├── TaobaoXhotelOrderAlipayfaceExtendAPIRequest.go │ ├── TaobaoXhotelOrderAlipayfaceExtendAPIResponse.go │ ├── TaobaoXhotelOrderOfflineSettlePutAPIRequest.go │ ├── TaobaoXhotelOrderOfflineSettlePutAPIResponse.go │ └── doc.go ├── xhotelonlineorder │ ├── AlitripXhotelChannelNotifyAPIRequest.go │ ├── AlitripXhotelChannelNotifyAPIResponse.go │ ├── AlitripXhotelChannelOrderCreateAPIRequest.go │ ├── AlitripXhotelChannelOrderCreateAPIResponse.go │ ├── AlitripXhotelChannelOrderMembertypeSyncAPIRequest.go │ ├── AlitripXhotelChannelOrderMembertypeSyncAPIResponse.go │ ├── CancelPolicy.go │ ├── ChannelSyncOrderMemberType.go │ ├── CheckDateDo.go │ ├── CommonInvoiceInfo.go │ ├── CreditCard.go │ ├── DailyPrice.go │ ├── DailyPriceInfo.go │ ├── DailyPriceTo.go │ ├── DailyRoomFee.go │ ├── FaceScanParam.go │ ├── GuestInfo.go │ ├── HbsDailyPriceDo.go │ ├── HbsResult.go │ ├── HotelOrderDirectInfo.go │ ├── HotelOrderSellerDo.go │ ├── InvoiceInfoParam.go │ ├── OrderBillInfo.go │ ├── OrderNotifyQuery.go │ ├── OrderPromotionDetail.go │ ├── OrderPromotionDo.go │ ├── OrderSellerPaymentDo.go │ ├── OrderSettleDo.go │ ├── OtherFeeDetail.go │ ├── OtherFeeInfo.go │ ├── OutSourceOrderCreateReq.go │ ├── OutSourceOrderCreateRes.go │ ├── RoomSettleInfo.go │ ├── StatementOrder.go │ ├── TaobaoXhotelCommoninvoiceListVtwoAPIRequest.go │ ├── TaobaoXhotelCommoninvoiceListVtwoAPIResponse.go │ ├── TaobaoXhotelCommoninvoiceListVtwoResultSet.go │ ├── TaobaoXhotelCommoninvoiceRemoveAPIRequest.go │ ├── TaobaoXhotelCommoninvoiceRemoveAPIResponse.go │ ├── TaobaoXhotelCommoninvoiceUpdateAPIRequest.go │ ├── TaobaoXhotelCommoninvoiceUpdateAPIResponse.go │ ├── TaobaoXhotelFastinvoiceCompleteAPIRequest.go │ ├── TaobaoXhotelFastinvoiceCompleteAPIResponse.go │ ├── TaobaoXhotelFastinvoiceRequestAPIRequest.go │ ├── TaobaoXhotelFastinvoiceRequestAPIResponse.go │ ├── TaobaoXhotelFutureSoftmodifyAPIRequest.go │ ├── TaobaoXhotelFutureSoftmodifyAPIResponse.go │ ├── TaobaoXhotelIntlRateUpdateAPIRequest.go │ ├── TaobaoXhotelIntlRateUpdateAPIResponse.go │ ├── TaobaoXhotelIntlRateUpdateResultSet.go │ ├── TaobaoXhotelMemberrightUpdateAPIRequest.go │ ├── TaobaoXhotelMemberrightUpdateAPIResponse.go │ ├── TaobaoXhotelOrderAlipayfaceCancelsettleAPIRequest.go │ ├── TaobaoXhotelOrderAlipayfaceCancelsettleAPIResponse.go │ ├── TaobaoXhotelOrderAlipayfaceSettleAPIRequest.go │ ├── TaobaoXhotelOrderAlipayfaceSettleAPIResponse.go │ ├── TaobaoXhotelOrderAlipayfaceUpdateAPIRequest.go │ ├── TaobaoXhotelOrderAlipayfaceUpdateAPIResponse.go │ ├── TaobaoXhotelOrderDetailSearchAPIRequest.go │ ├── TaobaoXhotelOrderDetailSearchAPIResponse.go │ ├── TaobaoXhotelOrderFutureFacescanPutAPIRequest.go │ ├── TaobaoXhotelOrderFutureFacescanPutAPIResponse.go │ ├── TaobaoXhotelOrderFutureFacescanPutResultSet.go │ ├── TaobaoXhotelOrderFutureInfoGetAPIRequest.go │ ├── TaobaoXhotelOrderFutureInfoGetAPIResponse.go │ ├── TaobaoXhotelOrderFutureInfoPutAPIRequest.go │ ├── TaobaoXhotelOrderFutureInfoPutAPIResponse.go │ ├── TaobaoXhotelOrderSearchAPIRequest.go │ ├── TaobaoXhotelOrderSearchAPIResponse.go │ ├── TaobaoXhotelOrderStatementGetAPIRequest.go │ ├── TaobaoXhotelOrderStatementGetAPIResponse.go │ ├── TaobaoXhotelOrderUpdateAPIRequest.go │ ├── TaobaoXhotelOrderUpdateAPIResponse.go │ ├── TaobaoXhotelOrderUpdateConfirmcodeAPIRequest.go │ ├── TaobaoXhotelOrderUpdateConfirmcodeAPIResponse.go │ ├── TaobaoXhotelPmsGuestbillGetVtwoAPIRequest.go │ ├── TaobaoXhotelPmsGuestbillGetVtwoAPIResponse.go │ ├── TaobaoXhotelPmsGuestbillGetVtwoResultSet.go │ ├── TopDailyInfo.go │ ├── TopDailySellerPromotion.go │ ├── TopDomesticPriceInfoDo.go │ ├── TopHotelPromotion.go │ ├── TopInvoiceDo.go │ ├── TopOrderCouponDo.go │ ├── TopOrderDetail.go │ ├── TopOrderGuest.go │ ├── TopOrderPackageDetail.go │ ├── TopOrderPackageDo.go │ ├── TopOrderPromotionDetail.go │ ├── TopOrderPromotionExtend.go │ ├── TopOverseasPriceInfoDo.go │ ├── TopPostTradeRefundDo.go │ ├── TopPromotion.go │ ├── Topinfomap.go │ ├── UpdateOrderConfirmCodeParam.go │ ├── UpdateRateDo.go │ ├── UpdateRateParam.go │ ├── ValueAddedInfo.go │ ├── XHotelOrder.go │ ├── XOrderGuest.go │ └── doc.go ├── xiami │ ├── AlibabaXiamiApiRadioMyselfGetAPIRequest.go │ ├── AlibabaXiamiApiRadioMyselfGetAPIResponse.go │ ├── Song.go │ └── doc.go ├── xiamiatrist │ ├── ArtistDto.go │ ├── Page.go │ ├── Paging.go │ ├── PagingVo.go │ ├── ResultCode.go │ ├── XiamiContentArtistInfoQueryAPIRequest.go │ ├── XiamiContentArtistInfoQueryAPIResponse.go │ └── doc.go ├── xiamicontent │ ├── AlbumDto.go │ ├── ArtistDto.go │ ├── AudioDto.go │ ├── CollectDto.go │ ├── CompanyDto.go │ ├── LyricDto.go │ ├── LyricsDto.go │ ├── MusicDto.go │ ├── Page.go │ ├── PagingVo.go │ ├── ResultCode.go │ ├── SearchTermsDto.go │ ├── SongAudiosDto.go │ ├── SongCatTagDto.go │ ├── SongCatsSearchDto.go │ ├── SongInfoDto.go │ ├── TagCatLink.go │ ├── TagLink.go │ ├── XiamiContentAlbumInfoGetAPIRequest.go │ ├── XiamiContentAlbumInfoGetAPIResponse.go │ ├── XiamiContentCompanyInfoGetAPIRequest.go │ ├── XiamiContentCompanyInfoGetAPIResponse.go │ ├── XiamiContentMusicCollectGetAPIRequest.go │ ├── XiamiContentMusicCollectGetAPIResponse.go │ ├── XiamiContentMusicInfoGetAPIRequest.go │ ├── XiamiContentMusicInfoGetAPIResponse.go │ ├── XiamiContentMusicInfoQueryAPIRequest.go │ ├── XiamiContentMusicInfoQueryAPIResponse.go │ ├── XiamiContentSongsAudioGetAPIRequest.go │ ├── XiamiContentSongsAudioGetAPIResponse.go │ ├── XiamiContentSongsAudioGetrefrainAPIRequest.go │ ├── XiamiContentSongsAudioGetrefrainAPIResponse.go │ ├── XiamiContentSongsCollectGetAPIRequest.go │ ├── XiamiContentSongsCollectGetAPIResponse.go │ ├── XiamiContentSongsInfoGetAPIRequest.go │ ├── XiamiContentSongsInfoGetAPIResponse.go │ ├── XiamiContentSongsInfoQueryAPIRequest.go │ ├── XiamiContentSongsInfoQueryAPIResponse.go │ └── doc.go ├── xiamiopen │ ├── AlbumDo.go │ ├── ArtistDo.go │ ├── ListenFileDo.go │ ├── SongDetailDo.go │ ├── SongPlayInfoDo.go │ ├── XiamiApiSongDetailGetAPIRequest.go │ ├── XiamiApiSongDetailGetAPIResponse.go │ ├── XiamiApiSongListenfileGetAPIRequest.go │ ├── XiamiApiSongListenfileGetAPIResponse.go │ └── doc.go ├── xiamitrace │ ├── ResultCode.go │ ├── XiamiContentResourceActionReportAPIRequest.go │ ├── XiamiContentResourceActionReportAPIResponse.go │ └── doc.go ├── youkudsp │ ├── DeliveryList.go │ ├── YoukuDspDeliveryResourceMultigetAPIRequest.go │ ├── YoukuDspDeliveryResourceMultigetAPIResponse.go │ ├── YoukuDspDeliveryResourceMultigetMap.go │ └── doc.go ├── youkuott │ ├── YoukuMediaapiVideoSnapshotGetAPIRequest.go │ ├── YoukuMediaapiVideoSnapshotGetAPIResponse.go │ ├── YoukuMediaapiVideoSnapshotGetStruct.go │ ├── YoukuOttKittyCommonorderSyncAPIRequest.go │ ├── YoukuOttKittyCommonorderSyncAPIResponse.go │ ├── YoukuTvoperatorMediaPageQueryAPIRequest.go │ ├── YoukuTvoperatorMediaPageQueryAPIResponse.go │ ├── YoukuTvoperatorMediaPageQueryData.go │ ├── YoukuTvoperatorMediaPageQueryModel.go │ └── doc.go ├── yunos │ ├── AliyunCosmoGatewayInvokeAPIRequest.go │ ├── AliyunCosmoGatewayInvokeAPIResponse.go │ ├── DpResult.go │ ├── RdamContext.go │ ├── RdamGenericRequest.go │ ├── RdamResponse.go │ ├── YunosCosmoDataPushAPIRequest.go │ ├── YunosCosmoDataPushAPIResponse.go │ └── doc.go ├── yunosaccount │ ├── AccountResult.go │ ├── YunosAccountCallapiAPIRequest.go │ ├── YunosAccountCallapiAPIResponse.go │ └── doc.go ├── yunosad │ ├── CreativeAuditDto.go │ ├── CreativeParamDto.go │ ├── YunosAdAuditCreativeAddAPIRequest.go │ ├── YunosAdAuditCreativeAddAPIResponse.go │ ├── YunosAdAuditCreativeGetAPIRequest.go │ ├── YunosAdAuditCreativeGetAPIResponse.go │ ├── YunosAdAuditCreativeGetlistAPIRequest.go │ ├── YunosAdAuditCreativeGetlistAPIResponse.go │ └── doc.go ├── yunosappstore │ ├── AdInfo.go │ ├── AppInfo.go │ ├── Callbacks.go │ ├── YunosAppstoreAppsGetAPIRequest.go │ ├── YunosAppstoreAppsGetAPIResponse.go │ ├── YunosAppstoreOpenGetadsAPIRequest.go │ ├── YunosAppstoreOpenGetadsAPIResponse.go │ ├── YunosAppstoreOpenReportadAPIRequest.go │ ├── YunosAppstoreOpenReportadAPIResponse.go │ ├── YunosAppstorePadHpApplistAPIRequest.go │ ├── YunosAppstorePadHpApplistAPIResponse.go │ ├── YunosAppstorePadHpApplistResult.go │ └── doc.go ├── yunosdm │ ├── YunosDmSysGetDomainAPIRequest.go │ ├── YunosDmSysGetDomainAPIResponse.go │ └── doc.go ├── yunosminiapp │ ├── Options.go │ ├── SystemParam.go │ ├── TopActivityResult.go │ ├── YunosMiniappActivityCallAPIRequest.go │ ├── YunosMiniappActivityCallAPIResponse.go │ ├── YunosMiniappActivityCallResult.go │ ├── YunosMiniappDatatunnelCallAPIRequest.go │ ├── YunosMiniappDatatunnelCallAPIResponse.go │ ├── YunosMiniappDatatunnelCallBaseRequest.go │ ├── YunosMiniappDatatunnelCallBizParam.go │ ├── YunosMiniappDatatunnelCallMapResult.go │ ├── YunosMiniappDatatunnelCallResult.go │ └── doc.go └── zqs │ ├── AlibabaZqsFulfillCompleteAPIRequest.go │ ├── AlibabaZqsFulfillCompleteAPIResponse.go │ └── doc.go └── tests ├── json_test.go └── xml_test.go /.github/workflows/go.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/.github/workflows/go.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/.gitignore -------------------------------------------------------------------------------- /.goreleaser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/.goreleaser.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/README.md -------------------------------------------------------------------------------- /api/admarket/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/admarket/doc.go -------------------------------------------------------------------------------- /api/aecreatives/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aecreatives/doc.go -------------------------------------------------------------------------------- /api/aedata/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aedata/doc.go -------------------------------------------------------------------------------- /api/aedropshiper/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aedropshiper/doc.go -------------------------------------------------------------------------------- /api/aesolution/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aesolution/doc.go -------------------------------------------------------------------------------- /api/aetask/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aetask/doc.go -------------------------------------------------------------------------------- /api/aetools/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aetools/doc.go -------------------------------------------------------------------------------- /api/aeusergrowth/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aeusergrowth/doc.go -------------------------------------------------------------------------------- /api/aiar/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aiar/doc.go -------------------------------------------------------------------------------- /api/alicom/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alicom/doc.go -------------------------------------------------------------------------------- /api/alidoc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alidoc/doc.go -------------------------------------------------------------------------------- /api/aliexpress/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aliexpress/doc.go -------------------------------------------------------------------------------- /api/aligenie/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aligenie/doc.go -------------------------------------------------------------------------------- /api/alihealth/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alihealth/doc.go -------------------------------------------------------------------------------- /api/alihealth2/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alihealth2/doc.go -------------------------------------------------------------------------------- /api/alihealthalgo/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alihealthalgo/doc.go -------------------------------------------------------------------------------- /api/alihealthcert/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alihealthcert/doc.go -------------------------------------------------------------------------------- /api/alihealthcrm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alihealthcrm/doc.go -------------------------------------------------------------------------------- /api/alihealthlab/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alihealthlab/doc.go -------------------------------------------------------------------------------- /api/alihealthmdeer/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alihealthmdeer/doc.go -------------------------------------------------------------------------------- /api/alihealthpw/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alihealthpw/doc.go -------------------------------------------------------------------------------- /api/alihouse/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alihouse/doc.go -------------------------------------------------------------------------------- /api/alilabs/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alilabs/doc.go -------------------------------------------------------------------------------- /api/alime/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alime/doc.go -------------------------------------------------------------------------------- /api/alimember/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alimember/doc.go -------------------------------------------------------------------------------- /api/alimsg/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alimsg/doc.go -------------------------------------------------------------------------------- /api/alink/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alink/doc.go -------------------------------------------------------------------------------- /api/aliospay/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aliospay/doc.go -------------------------------------------------------------------------------- /api/aliqin/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aliqin/doc.go -------------------------------------------------------------------------------- /api/alisports/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alisports/doc.go -------------------------------------------------------------------------------- /api/alitripbp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alitripbp/doc.go -------------------------------------------------------------------------------- /api/alitripcar/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alitripcar/doc.go -------------------------------------------------------------------------------- /api/alitrippoi/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alitrippoi/doc.go -------------------------------------------------------------------------------- /api/alitripreceipt/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alitripreceipt/doc.go -------------------------------------------------------------------------------- /api/aliyun/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aliyun/doc.go -------------------------------------------------------------------------------- /api/aliyunocs/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/aliyunocs/doc.go -------------------------------------------------------------------------------- /api/alsc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alsc/doc.go -------------------------------------------------------------------------------- /api/alscmerchant/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/alscmerchant/doc.go -------------------------------------------------------------------------------- /api/antifraud/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/antifraud/doc.go -------------------------------------------------------------------------------- /api/ascm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ascm/doc.go -------------------------------------------------------------------------------- /api/ascp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ascp/doc.go -------------------------------------------------------------------------------- /api/ascpchannel/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ascpchannel/doc.go -------------------------------------------------------------------------------- /api/ascpffo/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ascpffo/doc.go -------------------------------------------------------------------------------- /api/ascpqcc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ascpqcc/doc.go -------------------------------------------------------------------------------- /api/auction/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/auction/doc.go -------------------------------------------------------------------------------- /api/autonavi/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/autonavi/doc.go -------------------------------------------------------------------------------- /api/axindata/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/axindata/doc.go -------------------------------------------------------------------------------- /api/axintrade/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/axintrade/doc.go -------------------------------------------------------------------------------- /api/b2bcert/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/b2bcert/doc.go -------------------------------------------------------------------------------- /api/baichuan/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/baichuan/doc.go -------------------------------------------------------------------------------- /api/baichuanctg/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/baichuanctg/doc.go -------------------------------------------------------------------------------- /api/baodian/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/baodian/doc.go -------------------------------------------------------------------------------- /api/baoxian/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/baoxian/doc.go -------------------------------------------------------------------------------- /api/beehive/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/beehive/doc.go -------------------------------------------------------------------------------- /api/bill/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/bill/doc.go -------------------------------------------------------------------------------- /api/blackvip/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/blackvip/doc.go -------------------------------------------------------------------------------- /api/brandhub/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/brandhub/doc.go -------------------------------------------------------------------------------- /api/btrip/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/btrip/doc.go -------------------------------------------------------------------------------- /api/bus/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/bus/doc.go -------------------------------------------------------------------------------- /api/c2m/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/c2m/doc.go -------------------------------------------------------------------------------- /api/cainiaocntec/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/cainiaocntec/doc.go -------------------------------------------------------------------------------- /api/cainiaoecc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/cainiaoecc/doc.go -------------------------------------------------------------------------------- /api/cainiaolocker/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/cainiaolocker/doc.go -------------------------------------------------------------------------------- /api/cainiaoncwl/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/cainiaoncwl/doc.go -------------------------------------------------------------------------------- /api/caipiao/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/caipiao/doc.go -------------------------------------------------------------------------------- /api/campus/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/campus/doc.go -------------------------------------------------------------------------------- /api/car/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/car/doc.go -------------------------------------------------------------------------------- /api/category/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/category/doc.go -------------------------------------------------------------------------------- /api/charity/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/charity/doc.go -------------------------------------------------------------------------------- /api/choujiang/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/choujiang/doc.go -------------------------------------------------------------------------------- /api/cityretail/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/cityretail/doc.go -------------------------------------------------------------------------------- /api/cloudgame/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/cloudgame/doc.go -------------------------------------------------------------------------------- /api/cloudpush/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/cloudpush/doc.go -------------------------------------------------------------------------------- /api/cmns/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/cmns/doc.go -------------------------------------------------------------------------------- /api/cntms/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/cntms/doc.go -------------------------------------------------------------------------------- /api/crm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/crm/doc.go -------------------------------------------------------------------------------- /api/damai/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/damai/doc.go -------------------------------------------------------------------------------- /api/damaiticklet/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/damaiticklet/doc.go -------------------------------------------------------------------------------- /api/degoperation/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/degoperation/doc.go -------------------------------------------------------------------------------- /api/dengta/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/dengta/doc.go -------------------------------------------------------------------------------- /api/dmp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/dmp/doc.go -------------------------------------------------------------------------------- /api/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/doc.go -------------------------------------------------------------------------------- /api/drug/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/drug/doc.go -------------------------------------------------------------------------------- /api/drugtrace/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/drugtrace/doc.go -------------------------------------------------------------------------------- /api/dt/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/dt/doc.go -------------------------------------------------------------------------------- /api/dutyfree/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/dutyfree/doc.go -------------------------------------------------------------------------------- /api/einvoice/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/einvoice/doc.go -------------------------------------------------------------------------------- /api/elife/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/elife/doc.go -------------------------------------------------------------------------------- /api/eticket/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/eticket/doc.go -------------------------------------------------------------------------------- /api/examination/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/examination/doc.go -------------------------------------------------------------------------------- /api/exchange/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/exchange/doc.go -------------------------------------------------------------------------------- /api/fans/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/fans/doc.go -------------------------------------------------------------------------------- /api/feedflow/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/feedflow/doc.go -------------------------------------------------------------------------------- /api/fenxiao/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/fenxiao/doc.go -------------------------------------------------------------------------------- /api/film/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/film/doc.go -------------------------------------------------------------------------------- /api/filmtfavatar/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/filmtfavatar/doc.go -------------------------------------------------------------------------------- /api/fivee/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/fivee/doc.go -------------------------------------------------------------------------------- /api/flight/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/flight/doc.go -------------------------------------------------------------------------------- /api/flightuppc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/flightuppc/doc.go -------------------------------------------------------------------------------- /api/foodscan/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/foodscan/doc.go -------------------------------------------------------------------------------- /api/fpm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/fpm/doc.go -------------------------------------------------------------------------------- /api/fundplatform/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/fundplatform/doc.go -------------------------------------------------------------------------------- /api/game/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/game/doc.go -------------------------------------------------------------------------------- /api/gameact/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/gameact/doc.go -------------------------------------------------------------------------------- /api/globalvirtual/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/globalvirtual/doc.go -------------------------------------------------------------------------------- /api/guoguo/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/guoguo/doc.go -------------------------------------------------------------------------------- /api/happytrip/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/happytrip/doc.go -------------------------------------------------------------------------------- /api/healthnr/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/healthnr/doc.go -------------------------------------------------------------------------------- /api/homeai/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/homeai/doc.go -------------------------------------------------------------------------------- /api/hotel/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/hotel/doc.go -------------------------------------------------------------------------------- /api/hotelalliance/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/hotelalliance/doc.go -------------------------------------------------------------------------------- /api/hotelhstdf/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/hotelhstdf/doc.go -------------------------------------------------------------------------------- /api/icbu/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/icbu/doc.go -------------------------------------------------------------------------------- /api/icbuassurance/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/icbuassurance/doc.go -------------------------------------------------------------------------------- /api/icbulogistics/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/icbulogistics/doc.go -------------------------------------------------------------------------------- /api/icbuproduct/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/icbuproduct/doc.go -------------------------------------------------------------------------------- /api/icburfq/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/icburfq/doc.go -------------------------------------------------------------------------------- /api/icbuseller/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/icbuseller/doc.go -------------------------------------------------------------------------------- /api/icbushowcase/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/icbushowcase/doc.go -------------------------------------------------------------------------------- /api/idle/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/idle/doc.go -------------------------------------------------------------------------------- /api/idleisv/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/idleisv/doc.go -------------------------------------------------------------------------------- /api/idleitem/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/idleitem/doc.go -------------------------------------------------------------------------------- /api/idleparttime/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/idleparttime/doc.go -------------------------------------------------------------------------------- /api/ieagency/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ieagency/doc.go -------------------------------------------------------------------------------- /api/ihome/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ihome/doc.go -------------------------------------------------------------------------------- /api/interact/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/interact/doc.go -------------------------------------------------------------------------------- /api/interactvip/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/interactvip/doc.go -------------------------------------------------------------------------------- /api/inventory/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/inventory/doc.go -------------------------------------------------------------------------------- /api/iot/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/iot/doc.go -------------------------------------------------------------------------------- /api/ioti/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ioti/doc.go -------------------------------------------------------------------------------- /api/iotticket/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/iotticket/doc.go -------------------------------------------------------------------------------- /api/itpolicy/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/itpolicy/doc.go -------------------------------------------------------------------------------- /api/jae/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/jae/doc.go -------------------------------------------------------------------------------- /api/jipiao/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/jipiao/doc.go -------------------------------------------------------------------------------- /api/jms/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/jms/doc.go -------------------------------------------------------------------------------- /api/jst/TaobaoRdsDbGet.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/jst/TaobaoRdsDbGet.go -------------------------------------------------------------------------------- /api/jst/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/jst/doc.go -------------------------------------------------------------------------------- /api/jstinteractive/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/jstinteractive/doc.go -------------------------------------------------------------------------------- /api/jstsecret/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/jstsecret/doc.go -------------------------------------------------------------------------------- /api/ju/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ju/doc.go -------------------------------------------------------------------------------- /api/jym/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/jym/doc.go -------------------------------------------------------------------------------- /api/kbalgo/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/kbalgo/doc.go -------------------------------------------------------------------------------- /api/kclub/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/kclub/doc.go -------------------------------------------------------------------------------- /api/koubeimall/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/koubeimall/doc.go -------------------------------------------------------------------------------- /api/larkiot/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/larkiot/doc.go -------------------------------------------------------------------------------- /api/lbs/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lbs/doc.go -------------------------------------------------------------------------------- /api/legalcase/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/legalcase/doc.go -------------------------------------------------------------------------------- /api/legalsuit/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/legalsuit/doc.go -------------------------------------------------------------------------------- /api/lifeservice/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lifeservice/doc.go -------------------------------------------------------------------------------- /api/logistic/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/logistic/doc.go -------------------------------------------------------------------------------- /api/lstbm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lstbm/doc.go -------------------------------------------------------------------------------- /api/lstfundbill/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lstfundbill/doc.go -------------------------------------------------------------------------------- /api/lsticitem/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lsticitem/doc.go -------------------------------------------------------------------------------- /api/lstlogistics/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lstlogistics/doc.go -------------------------------------------------------------------------------- /api/lstlogistics2/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lstlogistics2/doc.go -------------------------------------------------------------------------------- /api/lstmarketing/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lstmarketing/doc.go -------------------------------------------------------------------------------- /api/lstpos/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lstpos/doc.go -------------------------------------------------------------------------------- /api/lstspeacker/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lstspeacker/doc.go -------------------------------------------------------------------------------- /api/lsttrade/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lsttrade/doc.go -------------------------------------------------------------------------------- /api/lstvending/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lstvending/doc.go -------------------------------------------------------------------------------- /api/lstwarehouse/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/lstwarehouse/doc.go -------------------------------------------------------------------------------- /api/ma/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ma/doc.go -------------------------------------------------------------------------------- /api/maitix/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/maitix/doc.go -------------------------------------------------------------------------------- /api/mc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/mc/doc.go -------------------------------------------------------------------------------- /api/media/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/media/doc.go -------------------------------------------------------------------------------- /api/medicalbase/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/medicalbase/doc.go -------------------------------------------------------------------------------- /api/mei/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/mei/doc.go -------------------------------------------------------------------------------- /api/middleclaims/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/middleclaims/doc.go -------------------------------------------------------------------------------- /api/miniapp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/miniapp/doc.go -------------------------------------------------------------------------------- /api/miniappcloud/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/miniappcloud/doc.go -------------------------------------------------------------------------------- /api/miniappopen/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/miniappopen/doc.go -------------------------------------------------------------------------------- /api/mirage/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/mirage/doc.go -------------------------------------------------------------------------------- /api/mos/AlibabaMjOcPay.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/mos/AlibabaMjOcPay.go -------------------------------------------------------------------------------- /api/mos/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/mos/doc.go -------------------------------------------------------------------------------- /api/moscm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/moscm/doc.go -------------------------------------------------------------------------------- /api/mozi/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/mozi/doc.go -------------------------------------------------------------------------------- /api/moziacl/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/moziacl/doc.go -------------------------------------------------------------------------------- /api/mozivds/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/mozivds/doc.go -------------------------------------------------------------------------------- /api/msgamp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/msgamp/doc.go -------------------------------------------------------------------------------- /api/mtop/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/mtop/doc.go -------------------------------------------------------------------------------- /api/mtopopen/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/mtopopen/doc.go -------------------------------------------------------------------------------- /api/mydata/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/mydata/doc.go -------------------------------------------------------------------------------- /api/nazca/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/nazca/doc.go -------------------------------------------------------------------------------- /api/newretail/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/newretail/doc.go -------------------------------------------------------------------------------- /api/nlife/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/nlife/doc.go -------------------------------------------------------------------------------- /api/nlp/TaobaoNlpWord.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/nlp/TaobaoNlpWord.go -------------------------------------------------------------------------------- /api/nlp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/nlp/doc.go -------------------------------------------------------------------------------- /api/normalvisa/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/normalvisa/doc.go -------------------------------------------------------------------------------- /api/nropen/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/nropen/doc.go -------------------------------------------------------------------------------- /api/nrpos/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/nrpos/doc.go -------------------------------------------------------------------------------- /api/nrt/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/nrt/doc.go -------------------------------------------------------------------------------- /api/omniorder/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/omniorder/doc.go -------------------------------------------------------------------------------- /api/openim/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/openim/doc.go -------------------------------------------------------------------------------- /api/openmall/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/openmall/doc.go -------------------------------------------------------------------------------- /api/opentrade/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/opentrade/doc.go -------------------------------------------------------------------------------- /api/ott/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ott/doc.go -------------------------------------------------------------------------------- /api/ottpay/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ottpay/doc.go -------------------------------------------------------------------------------- /api/oversea/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/oversea/doc.go -------------------------------------------------------------------------------- /api/paimai/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/paimai/doc.go -------------------------------------------------------------------------------- /api/pentraprism/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/pentraprism/doc.go -------------------------------------------------------------------------------- /api/perfect/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/perfect/doc.go -------------------------------------------------------------------------------- /api/product/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/product/doc.go -------------------------------------------------------------------------------- /api/promotion/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/promotion/doc.go -------------------------------------------------------------------------------- /api/pur/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/pur/doc.go -------------------------------------------------------------------------------- /api/qianniu/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/qianniu/doc.go -------------------------------------------------------------------------------- /api/qimen/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/qimen/doc.go -------------------------------------------------------------------------------- /api/qt/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/qt/doc.go -------------------------------------------------------------------------------- /api/rail/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/rail/doc.go -------------------------------------------------------------------------------- /api/refund/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/refund/doc.go -------------------------------------------------------------------------------- /api/retail/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/retail/doc.go -------------------------------------------------------------------------------- /api/rhino/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/rhino/doc.go -------------------------------------------------------------------------------- /api/scbp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/scbp/doc.go -------------------------------------------------------------------------------- /api/scs/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/scs/doc.go -------------------------------------------------------------------------------- /api/seaking/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/seaking/doc.go -------------------------------------------------------------------------------- /api/security/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/security/doc.go -------------------------------------------------------------------------------- /api/servicecenter/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/servicecenter/doc.go -------------------------------------------------------------------------------- /api/shenjing/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/shenjing/doc.go -------------------------------------------------------------------------------- /api/ship/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ship/doc.go -------------------------------------------------------------------------------- /api/shop/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/shop/doc.go -------------------------------------------------------------------------------- /api/simba/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/simba/doc.go -------------------------------------------------------------------------------- /api/singletreasure/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/singletreasure/doc.go -------------------------------------------------------------------------------- /api/smartstore/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/smartstore/doc.go -------------------------------------------------------------------------------- /api/store/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/store/doc.go -------------------------------------------------------------------------------- /api/subuser/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/subuser/doc.go -------------------------------------------------------------------------------- /api/sungari/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/sungari/doc.go -------------------------------------------------------------------------------- /api/tanx/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tanx/doc.go -------------------------------------------------------------------------------- /api/taotv/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/taotv/doc.go -------------------------------------------------------------------------------- /api/tax/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tax/doc.go -------------------------------------------------------------------------------- /api/tbitem/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tbitem/doc.go -------------------------------------------------------------------------------- /api/tbk/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tbk/doc.go -------------------------------------------------------------------------------- /api/tblogistics/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tblogistics/doc.go -------------------------------------------------------------------------------- /api/tbrefund/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tbrefund/doc.go -------------------------------------------------------------------------------- /api/tbtrade/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tbtrade/doc.go -------------------------------------------------------------------------------- /api/tbuser/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tbuser/doc.go -------------------------------------------------------------------------------- /api/ticket/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/ticket/doc.go -------------------------------------------------------------------------------- /api/tmallcampus/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallcampus/doc.go -------------------------------------------------------------------------------- /api/tmallcar/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallcar/doc.go -------------------------------------------------------------------------------- /api/tmallcarenter/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallcarenter/doc.go -------------------------------------------------------------------------------- /api/tmallchannel/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallchannel/doc.go -------------------------------------------------------------------------------- /api/tmallcms/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallcms/doc.go -------------------------------------------------------------------------------- /api/tmallfcbox/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallfcbox/doc.go -------------------------------------------------------------------------------- /api/tmallgenie/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallgenie/doc.go -------------------------------------------------------------------------------- /api/tmallgeniescp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallgeniescp/doc.go -------------------------------------------------------------------------------- /api/tmallhk/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallhk/doc.go -------------------------------------------------------------------------------- /api/tmallitem/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallitem/doc.go -------------------------------------------------------------------------------- /api/tmallnr/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallnr/doc.go -------------------------------------------------------------------------------- /api/tmallsc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallsc/doc.go -------------------------------------------------------------------------------- /api/tmallservice/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmallservice/doc.go -------------------------------------------------------------------------------- /api/tmalltrend/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmalltrend/doc.go -------------------------------------------------------------------------------- /api/tmc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmc/doc.go -------------------------------------------------------------------------------- /api/tmic/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tmic/doc.go -------------------------------------------------------------------------------- /api/topoaid/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/topoaid/doc.go -------------------------------------------------------------------------------- /api/trade/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/trade/doc.go -------------------------------------------------------------------------------- /api/traderate/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/traderate/doc.go -------------------------------------------------------------------------------- /api/train/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/train/doc.go -------------------------------------------------------------------------------- /api/travel/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/travel/doc.go -------------------------------------------------------------------------------- /api/traveltrade/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/traveltrade/doc.go -------------------------------------------------------------------------------- /api/tttm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tttm/doc.go -------------------------------------------------------------------------------- /api/tuanhotel/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tuanhotel/doc.go -------------------------------------------------------------------------------- /api/tuike/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tuike/doc.go -------------------------------------------------------------------------------- /api/tvpay/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tvpay/doc.go -------------------------------------------------------------------------------- /api/tvupadmin/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/tvupadmin/doc.go -------------------------------------------------------------------------------- /api/txcs/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/txcs/doc.go -------------------------------------------------------------------------------- /api/uscesl/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/uscesl/doc.go -------------------------------------------------------------------------------- /api/user/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/user/doc.go -------------------------------------------------------------------------------- /api/usergrowth/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/usergrowth/doc.go -------------------------------------------------------------------------------- /api/usergrowth2/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/usergrowth2/doc.go -------------------------------------------------------------------------------- /api/util/TaobaoTimeGet.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/util/TaobaoTimeGet.go -------------------------------------------------------------------------------- /api/util/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/util/doc.go -------------------------------------------------------------------------------- /api/vaccin/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/vaccin/doc.go -------------------------------------------------------------------------------- /api/viapi/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/viapi/doc.go -------------------------------------------------------------------------------- /api/vms/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/vms/doc.go -------------------------------------------------------------------------------- /api/wangwang/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/wangwang/doc.go -------------------------------------------------------------------------------- /api/waybill/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/waybill/doc.go -------------------------------------------------------------------------------- /api/wdk/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/wdk/doc.go -------------------------------------------------------------------------------- /api/wdkitem/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/wdkitem/doc.go -------------------------------------------------------------------------------- /api/wdklogistics/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/wdklogistics/doc.go -------------------------------------------------------------------------------- /api/wenyuvideo/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/wenyuvideo/doc.go -------------------------------------------------------------------------------- /api/westcrm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/westcrm/doc.go -------------------------------------------------------------------------------- /api/wirelessshare/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/wirelessshare/doc.go -------------------------------------------------------------------------------- /api/wlb/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/wlb/doc.go -------------------------------------------------------------------------------- /api/wlbimports/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/wlbimports/doc.go -------------------------------------------------------------------------------- /api/wms/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/wms/doc.go -------------------------------------------------------------------------------- /api/xhotel/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/xhotel/doc.go -------------------------------------------------------------------------------- /api/xhotelcrm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/xhotelcrm/doc.go -------------------------------------------------------------------------------- /api/xhotelitem/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/xhotelitem/doc.go -------------------------------------------------------------------------------- /api/xhotelofficial/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/xhotelofficial/doc.go -------------------------------------------------------------------------------- /api/xhoteloffline/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/xhoteloffline/doc.go -------------------------------------------------------------------------------- /api/xiami/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/xiami/doc.go -------------------------------------------------------------------------------- /api/xiamiatrist/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/xiamiatrist/doc.go -------------------------------------------------------------------------------- /api/xiamicontent/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/xiamicontent/doc.go -------------------------------------------------------------------------------- /api/xiamiopen/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/xiamiopen/doc.go -------------------------------------------------------------------------------- /api/xiamitrace/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/xiamitrace/doc.go -------------------------------------------------------------------------------- /api/youkudsp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/youkudsp/doc.go -------------------------------------------------------------------------------- /api/youkuott/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/youkuott/doc.go -------------------------------------------------------------------------------- /api/yunos/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/yunos/doc.go -------------------------------------------------------------------------------- /api/yunosaccount/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/yunosaccount/doc.go -------------------------------------------------------------------------------- /api/yunosad/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/yunosad/doc.go -------------------------------------------------------------------------------- /api/yunosappstore/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/yunosappstore/doc.go -------------------------------------------------------------------------------- /api/yunosdm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/yunosdm/doc.go -------------------------------------------------------------------------------- /api/yunosminiapp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/yunosminiapp/doc.go -------------------------------------------------------------------------------- /api/zqs/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/api/zqs/doc.go -------------------------------------------------------------------------------- /core/client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/core/client.go -------------------------------------------------------------------------------- /core/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/core/const.go -------------------------------------------------------------------------------- /core/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/core/doc.go -------------------------------------------------------------------------------- /core/otel.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/core/otel.go -------------------------------------------------------------------------------- /doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/doc.go -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/go.sum -------------------------------------------------------------------------------- /metadata/apidoc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/metadata/apidoc.go -------------------------------------------------------------------------------- /metadata/assets/json/fpm/.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": 60566 3 | } -------------------------------------------------------------------------------- /metadata/assets/json/logistic/.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": 39572 3 | } -------------------------------------------------------------------------------- /metadata/catelog.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/metadata/catelog.go -------------------------------------------------------------------------------- /metadata/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/metadata/const.go -------------------------------------------------------------------------------- /metadata/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/metadata/doc.go -------------------------------------------------------------------------------- /metadata/generator/gen.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/metadata/generator/gen.go -------------------------------------------------------------------------------- /metadata/package.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/metadata/package.go -------------------------------------------------------------------------------- /metadata/template/api.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/metadata/template/api.tpl -------------------------------------------------------------------------------- /metadata/template/doc.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/metadata/template/doc.tpl -------------------------------------------------------------------------------- /metadata/tpl.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/metadata/tpl.go -------------------------------------------------------------------------------- /metadata/util/bytes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/metadata/util/bytes.go -------------------------------------------------------------------------------- /metadata/util/pool.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/metadata/util/pool.go -------------------------------------------------------------------------------- /metadata/util/string.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/metadata/util/string.go -------------------------------------------------------------------------------- /model/admarket/Ad.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/admarket/Ad.go -------------------------------------------------------------------------------- /model/admarket/AdSlot.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/admarket/AdSlot.go -------------------------------------------------------------------------------- /model/admarket/AdSlots.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/admarket/AdSlots.go -------------------------------------------------------------------------------- /model/admarket/AppInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/admarket/AppInfo.go -------------------------------------------------------------------------------- /model/admarket/Monitor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/admarket/Monitor.go -------------------------------------------------------------------------------- /model/admarket/Network.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/admarket/Network.go -------------------------------------------------------------------------------- /model/admarket/SdkInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/admarket/SdkInfo.go -------------------------------------------------------------------------------- /model/admarket/Target.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/admarket/Target.go -------------------------------------------------------------------------------- /model/admarket/Udid.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/admarket/Udid.go -------------------------------------------------------------------------------- /model/admarket/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/admarket/doc.go -------------------------------------------------------------------------------- /model/aecreatives/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aecreatives/doc.go -------------------------------------------------------------------------------- /model/aedata/Order.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aedata/Order.go -------------------------------------------------------------------------------- /model/aedata/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aedata/doc.go -------------------------------------------------------------------------------- /model/aedropshiper/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aedropshiper/doc.go -------------------------------------------------------------------------------- /model/aesolution/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aesolution/doc.go -------------------------------------------------------------------------------- /model/aetask/Materials.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aetask/Materials.go -------------------------------------------------------------------------------- /model/aetask/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aetask/doc.go -------------------------------------------------------------------------------- /model/aetools/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aetools/doc.go -------------------------------------------------------------------------------- /model/aeusergrowth/Ext.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aeusergrowth/Ext.go -------------------------------------------------------------------------------- /model/aeusergrowth/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aeusergrowth/doc.go -------------------------------------------------------------------------------- /model/aiar/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aiar/doc.go -------------------------------------------------------------------------------- /model/alicom/CatInfoVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alicom/CatInfoVo.go -------------------------------------------------------------------------------- /model/alicom/Group.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alicom/Group.go -------------------------------------------------------------------------------- /model/alicom/Interface.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alicom/Interface.go -------------------------------------------------------------------------------- /model/alicom/Subs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alicom/Subs.go -------------------------------------------------------------------------------- /model/alicom/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alicom/doc.go -------------------------------------------------------------------------------- /model/alidoc/DrugDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alidoc/DrugDto.go -------------------------------------------------------------------------------- /model/alidoc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alidoc/doc.go -------------------------------------------------------------------------------- /model/aliexpress/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aliexpress/doc.go -------------------------------------------------------------------------------- /model/aligenie/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aligenie/doc.go -------------------------------------------------------------------------------- /model/alihealth/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alihealth/doc.go -------------------------------------------------------------------------------- /model/alihealth2/Diag.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alihealth2/Diag.go -------------------------------------------------------------------------------- /model/alihealth2/Drug.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alihealth2/Drug.go -------------------------------------------------------------------------------- /model/alihealth2/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alihealth2/doc.go -------------------------------------------------------------------------------- /model/alihealthcrm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alihealthcrm/doc.go -------------------------------------------------------------------------------- /model/alihealthlab/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alihealthlab/doc.go -------------------------------------------------------------------------------- /model/alihealthpw/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alihealthpw/doc.go -------------------------------------------------------------------------------- /model/alihouse/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alihouse/doc.go -------------------------------------------------------------------------------- /model/alilabs/HashMap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alilabs/HashMap.go -------------------------------------------------------------------------------- /model/alilabs/Payload.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alilabs/Payload.go -------------------------------------------------------------------------------- /model/alilabs/Status.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alilabs/Status.go -------------------------------------------------------------------------------- /model/alilabs/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alilabs/doc.go -------------------------------------------------------------------------------- /model/alime/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alime/doc.go -------------------------------------------------------------------------------- /model/alimember/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alimember/doc.go -------------------------------------------------------------------------------- /model/alimsg/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alimsg/doc.go -------------------------------------------------------------------------------- /model/alink/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alink/doc.go -------------------------------------------------------------------------------- /model/aliospay/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aliospay/doc.go -------------------------------------------------------------------------------- /model/aliqin/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aliqin/doc.go -------------------------------------------------------------------------------- /model/alisports/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alisports/doc.go -------------------------------------------------------------------------------- /model/alitripbp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alitripbp/doc.go -------------------------------------------------------------------------------- /model/alitripcar/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alitripcar/doc.go -------------------------------------------------------------------------------- /model/alitrippoi/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alitrippoi/doc.go -------------------------------------------------------------------------------- /model/aliyun/Listener.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aliyun/Listener.go -------------------------------------------------------------------------------- /model/aliyun/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aliyun/doc.go -------------------------------------------------------------------------------- /model/aliyunocs/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/aliyunocs/doc.go -------------------------------------------------------------------------------- /model/alsc/AttachInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/AttachInfo.go -------------------------------------------------------------------------------- /model/alsc/BaseResult.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/BaseResult.go -------------------------------------------------------------------------------- /model/alsc/ComboInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/ComboInfo.go -------------------------------------------------------------------------------- /model/alsc/DeviceInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/DeviceInfo.go -------------------------------------------------------------------------------- /model/alsc/Extinfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/Extinfo.go -------------------------------------------------------------------------------- /model/alsc/FcUrlDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/FcUrlDto.go -------------------------------------------------------------------------------- /model/alsc/FeeDetail.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/FeeDetail.go -------------------------------------------------------------------------------- /model/alsc/InvoiceInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/InvoiceInfo.go -------------------------------------------------------------------------------- /model/alsc/Item.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/Item.go -------------------------------------------------------------------------------- /model/alsc/MenuOpenReq.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/MenuOpenReq.go -------------------------------------------------------------------------------- /model/alsc/OrderInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/OrderInfo.go -------------------------------------------------------------------------------- /model/alsc/OrderUser.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/OrderUser.go -------------------------------------------------------------------------------- /model/alsc/PaymentInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/PaymentInfo.go -------------------------------------------------------------------------------- /model/alsc/PrizeInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/PrizeInfo.go -------------------------------------------------------------------------------- /model/alsc/RefundInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/RefundInfo.go -------------------------------------------------------------------------------- /model/alsc/RewardResp.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/RewardResp.go -------------------------------------------------------------------------------- /model/alsc/RuleOpenReq.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/RuleOpenReq.go -------------------------------------------------------------------------------- /model/alsc/Stage.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/Stage.go -------------------------------------------------------------------------------- /model/alsc/TribeError.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/TribeError.go -------------------------------------------------------------------------------- /model/alsc/UserInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/UserInfo.go -------------------------------------------------------------------------------- /model/alsc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alsc/doc.go -------------------------------------------------------------------------------- /model/alscmerchant/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/alscmerchant/doc.go -------------------------------------------------------------------------------- /model/antifraud/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/antifraud/doc.go -------------------------------------------------------------------------------- /model/ascm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascm/doc.go -------------------------------------------------------------------------------- /model/ascp/AddressName.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/AddressName.go -------------------------------------------------------------------------------- /model/ascp/Addresse.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/Addresse.go -------------------------------------------------------------------------------- /model/ascp/BaseResult.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/BaseResult.go -------------------------------------------------------------------------------- /model/ascp/Blacklist.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/Blacklist.go -------------------------------------------------------------------------------- /model/ascp/ContactInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/ContactInfo.go -------------------------------------------------------------------------------- /model/ascp/DataDetail.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/DataDetail.go -------------------------------------------------------------------------------- /model/ascp/DataDetails.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/DataDetails.go -------------------------------------------------------------------------------- /model/ascp/DataItem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/DataItem.go -------------------------------------------------------------------------------- /model/ascp/DetailItem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/DetailItem.go -------------------------------------------------------------------------------- /model/ascp/ExtendInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/ExtendInfo.go -------------------------------------------------------------------------------- /model/ascp/GiftOrder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/GiftOrder.go -------------------------------------------------------------------------------- /model/ascp/IcItemDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/IcItemDto.go -------------------------------------------------------------------------------- /model/ascp/Insurance.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/Insurance.go -------------------------------------------------------------------------------- /model/ascp/Integer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/Integer.go -------------------------------------------------------------------------------- /model/ascp/Invoice.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/Invoice.go -------------------------------------------------------------------------------- /model/ascp/Item.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/Item.go -------------------------------------------------------------------------------- /model/ascp/ItemMapping.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/ItemMapping.go -------------------------------------------------------------------------------- /model/ascp/ItemSkuCost.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/ItemSkuCost.go -------------------------------------------------------------------------------- /model/ascp/ListResult.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/ListResult.go -------------------------------------------------------------------------------- /model/ascp/Long.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/Long.go -------------------------------------------------------------------------------- /model/ascp/Order.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/Order.go -------------------------------------------------------------------------------- /model/ascp/OrderLine.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/OrderLine.go -------------------------------------------------------------------------------- /model/ascp/Package.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/Package.go -------------------------------------------------------------------------------- /model/ascp/PageData.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/PageData.go -------------------------------------------------------------------------------- /model/ascp/Period.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/Period.go -------------------------------------------------------------------------------- /model/ascp/Process.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/Process.go -------------------------------------------------------------------------------- /model/ascp/RegionId.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/RegionId.go -------------------------------------------------------------------------------- /model/ascp/RegionIds.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/RegionIds.go -------------------------------------------------------------------------------- /model/ascp/ScItem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/ScItem.go -------------------------------------------------------------------------------- /model/ascp/ScItemInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/ScItemInfo.go -------------------------------------------------------------------------------- /model/ascp/ScItemModel.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/ScItemModel.go -------------------------------------------------------------------------------- /model/ascp/ScItems.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/ScItems.go -------------------------------------------------------------------------------- /model/ascp/SenderInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/SenderInfo.go -------------------------------------------------------------------------------- /model/ascp/SnList.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/SnList.go -------------------------------------------------------------------------------- /model/ascp/SubScItem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/SubScItem.go -------------------------------------------------------------------------------- /model/ascp/TopResponse.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/TopResponse.go -------------------------------------------------------------------------------- /model/ascp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascp/doc.go -------------------------------------------------------------------------------- /model/ascpchannel/Item.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascpchannel/Item.go -------------------------------------------------------------------------------- /model/ascpchannel/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascpchannel/doc.go -------------------------------------------------------------------------------- /model/ascpffo/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascpffo/doc.go -------------------------------------------------------------------------------- /model/ascpqcc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ascpqcc/doc.go -------------------------------------------------------------------------------- /model/auction/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/auction/doc.go -------------------------------------------------------------------------------- /model/autonavi/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/autonavi/doc.go -------------------------------------------------------------------------------- /model/axindata/PageDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/axindata/PageDto.go -------------------------------------------------------------------------------- /model/axindata/PageVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/axindata/PageVo.go -------------------------------------------------------------------------------- /model/axindata/PoiVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/axindata/PoiVo.go -------------------------------------------------------------------------------- /model/axindata/RateDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/axindata/RateDto.go -------------------------------------------------------------------------------- /model/axindata/RateVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/axindata/RateVo.go -------------------------------------------------------------------------------- /model/axindata/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/axindata/doc.go -------------------------------------------------------------------------------- /model/axintrade/Board.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/axintrade/Board.go -------------------------------------------------------------------------------- /model/axintrade/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/axintrade/doc.go -------------------------------------------------------------------------------- /model/b2bcert/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/b2bcert/doc.go -------------------------------------------------------------------------------- /model/baichuan/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/baichuan/doc.go -------------------------------------------------------------------------------- /model/baichuanctg/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/baichuanctg/doc.go -------------------------------------------------------------------------------- /model/baodian/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/baodian/doc.go -------------------------------------------------------------------------------- /model/baoxian/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/baoxian/doc.go -------------------------------------------------------------------------------- /model/beehive/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/beehive/doc.go -------------------------------------------------------------------------------- /model/bill/Account.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/bill/Account.go -------------------------------------------------------------------------------- /model/bill/Bill.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/bill/Bill.go -------------------------------------------------------------------------------- /model/bill/BillDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/bill/BillDto.go -------------------------------------------------------------------------------- /model/bill/BookBill.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/bill/BookBill.go -------------------------------------------------------------------------------- /model/bill/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/bill/doc.go -------------------------------------------------------------------------------- /model/blackvip/Models.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/blackvip/Models.go -------------------------------------------------------------------------------- /model/blackvip/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/blackvip/doc.go -------------------------------------------------------------------------------- /model/brandhub/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/brandhub/doc.go -------------------------------------------------------------------------------- /model/btrip/BaggageTip.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/BaggageTip.go -------------------------------------------------------------------------------- /model/btrip/BcmcResult.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/BcmcResult.go -------------------------------------------------------------------------------- /model/btrip/BtmsResult.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/BtmsResult.go -------------------------------------------------------------------------------- /model/btrip/CabinInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/CabinInfo.go -------------------------------------------------------------------------------- /model/btrip/CabinRs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/CabinRs.go -------------------------------------------------------------------------------- /model/btrip/CarInfoDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/CarInfoDo.go -------------------------------------------------------------------------------- /model/btrip/CityVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/CityVo.go -------------------------------------------------------------------------------- /model/btrip/CorpInfoRq.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/CorpInfoRq.go -------------------------------------------------------------------------------- /model/btrip/Entity.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/Entity.go -------------------------------------------------------------------------------- /model/btrip/FlightInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/FlightInfo.go -------------------------------------------------------------------------------- /model/btrip/FlightRule.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/FlightRule.go -------------------------------------------------------------------------------- /model/btrip/HisvResult.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/HisvResult.go -------------------------------------------------------------------------------- /model/btrip/HotelDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/HotelDto.go -------------------------------------------------------------------------------- /model/btrip/JourneyRs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/JourneyRs.go -------------------------------------------------------------------------------- /model/btrip/OdInfoRq.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/OdInfoRq.go -------------------------------------------------------------------------------- /model/btrip/PageInfoRs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/PageInfoRs.go -------------------------------------------------------------------------------- /model/btrip/PriceInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/PriceInfo.go -------------------------------------------------------------------------------- /model/btrip/RoomInfoDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/RoomInfoDo.go -------------------------------------------------------------------------------- /model/btrip/RouteVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/RouteVo.go -------------------------------------------------------------------------------- /model/btrip/SeatVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/SeatVo.go -------------------------------------------------------------------------------- /model/btrip/SuggestRs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/SuggestRs.go -------------------------------------------------------------------------------- /model/btrip/TgqNodeDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/TgqNodeDo.go -------------------------------------------------------------------------------- /model/btrip/TimeNodeDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/TimeNodeDo.go -------------------------------------------------------------------------------- /model/btrip/Tips.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/Tips.go -------------------------------------------------------------------------------- /model/btrip/TrainInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/TrainInfo.go -------------------------------------------------------------------------------- /model/btrip/UserInfoRq.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/UserInfoRq.go -------------------------------------------------------------------------------- /model/btrip/UserSyncRq.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/UserSyncRq.go -------------------------------------------------------------------------------- /model/btrip/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/btrip/doc.go -------------------------------------------------------------------------------- /model/bus/BusNumberDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/bus/BusNumberDto.go -------------------------------------------------------------------------------- /model/bus/CityChangeRq.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/bus/CityChangeRq.go -------------------------------------------------------------------------------- /model/bus/CityDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/bus/CityDto.go -------------------------------------------------------------------------------- /model/bus/CitySearchRp.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/bus/CitySearchRp.go -------------------------------------------------------------------------------- /model/bus/PassengerVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/bus/PassengerVo.go -------------------------------------------------------------------------------- /model/bus/ReceiptDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/bus/ReceiptDo.go -------------------------------------------------------------------------------- /model/bus/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/bus/doc.go -------------------------------------------------------------------------------- /model/c2m/PageInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/c2m/PageInfo.go -------------------------------------------------------------------------------- /model/c2m/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/c2m/doc.go -------------------------------------------------------------------------------- /model/cainiaocntec/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/cainiaocntec/doc.go -------------------------------------------------------------------------------- /model/cainiaoecc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/cainiaoecc/doc.go -------------------------------------------------------------------------------- /model/cainiaoncwl/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/cainiaoncwl/doc.go -------------------------------------------------------------------------------- /model/caipiao/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/caipiao/doc.go -------------------------------------------------------------------------------- /model/campus/Building.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/Building.go -------------------------------------------------------------------------------- /model/campus/Campus.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/Campus.go -------------------------------------------------------------------------------- /model/campus/Content.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/Content.go -------------------------------------------------------------------------------- /model/campus/Contents.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/Contents.go -------------------------------------------------------------------------------- /model/campus/Floor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/Floor.go -------------------------------------------------------------------------------- /model/campus/Guard.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/Guard.go -------------------------------------------------------------------------------- /model/campus/GuardDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/GuardDto.go -------------------------------------------------------------------------------- /model/campus/Page.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/Page.go -------------------------------------------------------------------------------- /model/campus/PoiInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/PoiInfo.go -------------------------------------------------------------------------------- /model/campus/PoiType.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/PoiType.go -------------------------------------------------------------------------------- /model/campus/Point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/Point.go -------------------------------------------------------------------------------- /model/campus/RoleReq.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/RoleReq.go -------------------------------------------------------------------------------- /model/campus/RoleRsp.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/RoleRsp.go -------------------------------------------------------------------------------- /model/campus/RoleVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/RoleVo.go -------------------------------------------------------------------------------- /model/campus/SysRoleVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/SysRoleVo.go -------------------------------------------------------------------------------- /model/campus/TreeNode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/TreeNode.go -------------------------------------------------------------------------------- /model/campus/UserDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/UserDto.go -------------------------------------------------------------------------------- /model/campus/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/campus/doc.go -------------------------------------------------------------------------------- /model/car/BuyerInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/car/BuyerInfo.go -------------------------------------------------------------------------------- /model/car/OrderAccept.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/car/OrderAccept.go -------------------------------------------------------------------------------- /model/car/OrderConfirm.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/car/OrderConfirm.go -------------------------------------------------------------------------------- /model/car/PriceInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/car/PriceInfo.go -------------------------------------------------------------------------------- /model/car/SellerInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/car/SellerInfo.go -------------------------------------------------------------------------------- /model/car/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/car/doc.go -------------------------------------------------------------------------------- /model/category/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/category/doc.go -------------------------------------------------------------------------------- /model/charity/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/charity/doc.go -------------------------------------------------------------------------------- /model/choujiang/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/choujiang/doc.go -------------------------------------------------------------------------------- /model/cloudgame/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/cloudgame/doc.go -------------------------------------------------------------------------------- /model/cloudpush/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/cloudpush/doc.go -------------------------------------------------------------------------------- /model/cmns/Receiver.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/cmns/Receiver.go -------------------------------------------------------------------------------- /model/cmns/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/cmns/doc.go -------------------------------------------------------------------------------- /model/cntms/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/cntms/doc.go -------------------------------------------------------------------------------- /model/crm/CrmMember.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/crm/CrmMember.go -------------------------------------------------------------------------------- /model/crm/Group.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/crm/Group.go -------------------------------------------------------------------------------- /model/crm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/crm/doc.go -------------------------------------------------------------------------------- /model/damai/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/damai/doc.go -------------------------------------------------------------------------------- /model/dengta/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/dengta/doc.go -------------------------------------------------------------------------------- /model/dmp/CrowdDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/dmp/CrowdDto.go -------------------------------------------------------------------------------- /model/dmp/Pager.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/dmp/Pager.go -------------------------------------------------------------------------------- /model/dmp/Template.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/dmp/Template.go -------------------------------------------------------------------------------- /model/dmp/Topic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/dmp/Topic.go -------------------------------------------------------------------------------- /model/dmp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/dmp/doc.go -------------------------------------------------------------------------------- /model/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/doc.go -------------------------------------------------------------------------------- /model/drug/Cat.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/drug/Cat.go -------------------------------------------------------------------------------- /model/drug/Itemlist.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/drug/Itemlist.go -------------------------------------------------------------------------------- /model/drug/StoreDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/drug/StoreDto.go -------------------------------------------------------------------------------- /model/drug/Tags.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/drug/Tags.go -------------------------------------------------------------------------------- /model/drug/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/drug/doc.go -------------------------------------------------------------------------------- /model/drugtrace/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/drugtrace/doc.go -------------------------------------------------------------------------------- /model/dt/NrsResult.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/dt/NrsResult.go -------------------------------------------------------------------------------- /model/dt/TribeError.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/dt/TribeError.go -------------------------------------------------------------------------------- /model/dt/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/dt/doc.go -------------------------------------------------------------------------------- /model/dutyfree/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/dutyfree/doc.go -------------------------------------------------------------------------------- /model/einvoice/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/einvoice/doc.go -------------------------------------------------------------------------------- /model/elife/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/elife/doc.go -------------------------------------------------------------------------------- /model/eticket/IsvMa.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/eticket/IsvMa.go -------------------------------------------------------------------------------- /model/eticket/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/eticket/doc.go -------------------------------------------------------------------------------- /model/exchange/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/exchange/doc.go -------------------------------------------------------------------------------- /model/fans/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/fans/doc.go -------------------------------------------------------------------------------- /model/feedflow/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/feedflow/doc.go -------------------------------------------------------------------------------- /model/fenxiao/Null.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/fenxiao/Null.go -------------------------------------------------------------------------------- /model/fenxiao/Store.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/fenxiao/Store.go -------------------------------------------------------------------------------- /model/fenxiao/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/fenxiao/doc.go -------------------------------------------------------------------------------- /model/film/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/film/doc.go -------------------------------------------------------------------------------- /model/fivee/Company.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/fivee/Company.go -------------------------------------------------------------------------------- /model/fivee/Licence.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/fivee/Licence.go -------------------------------------------------------------------------------- /model/fivee/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/fivee/doc.go -------------------------------------------------------------------------------- /model/flight/SeatVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/flight/SeatVo.go -------------------------------------------------------------------------------- /model/flight/Tax.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/flight/Tax.go -------------------------------------------------------------------------------- /model/flight/Taxes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/flight/Taxes.go -------------------------------------------------------------------------------- /model/flight/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/flight/doc.go -------------------------------------------------------------------------------- /model/foodscan/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/foodscan/doc.go -------------------------------------------------------------------------------- /model/fpm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/fpm/doc.go -------------------------------------------------------------------------------- /model/game/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/game/doc.go -------------------------------------------------------------------------------- /model/gameact/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/gameact/doc.go -------------------------------------------------------------------------------- /model/guoguo/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/guoguo/doc.go -------------------------------------------------------------------------------- /model/happytrip/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/happytrip/doc.go -------------------------------------------------------------------------------- /model/healthnr/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/healthnr/doc.go -------------------------------------------------------------------------------- /model/homeai/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/homeai/doc.go -------------------------------------------------------------------------------- /model/hotel/Headers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/hotel/Headers.go -------------------------------------------------------------------------------- /model/hotel/Rate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/hotel/Rate.go -------------------------------------------------------------------------------- /model/hotel/TabInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/hotel/TabInfo.go -------------------------------------------------------------------------------- /model/hotel/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/hotel/doc.go -------------------------------------------------------------------------------- /model/icbu/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/icbu/doc.go -------------------------------------------------------------------------------- /model/icburfq/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/icburfq/doc.go -------------------------------------------------------------------------------- /model/idle/HashMap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/idle/HashMap.go -------------------------------------------------------------------------------- /model/idle/MediaDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/idle/MediaDto.go -------------------------------------------------------------------------------- /model/idle/PriceDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/idle/PriceDto.go -------------------------------------------------------------------------------- /model/idle/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/idle/doc.go -------------------------------------------------------------------------------- /model/idleisv/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/idleisv/doc.go -------------------------------------------------------------------------------- /model/idleitem/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/idleitem/doc.go -------------------------------------------------------------------------------- /model/ieagency/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ieagency/doc.go -------------------------------------------------------------------------------- /model/ihome/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ihome/doc.go -------------------------------------------------------------------------------- /model/interact/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/interact/doc.go -------------------------------------------------------------------------------- /model/inventory/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/inventory/doc.go -------------------------------------------------------------------------------- /model/iot/ErrorInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/iot/ErrorInfo.go -------------------------------------------------------------------------------- /model/iot/Like.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/iot/Like.go -------------------------------------------------------------------------------- /model/iot/MediaItem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/iot/MediaItem.go -------------------------------------------------------------------------------- /model/iot/PageInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/iot/PageInfo.go -------------------------------------------------------------------------------- /model/iot/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/iot/doc.go -------------------------------------------------------------------------------- /model/ioti/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ioti/doc.go -------------------------------------------------------------------------------- /model/iotticket/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/iotticket/doc.go -------------------------------------------------------------------------------- /model/itpolicy/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/itpolicy/doc.go -------------------------------------------------------------------------------- /model/jae/ParamDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jae/ParamDto.go -------------------------------------------------------------------------------- /model/jae/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jae/doc.go -------------------------------------------------------------------------------- /model/jipiao/Flight.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jipiao/Flight.go -------------------------------------------------------------------------------- /model/jipiao/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jipiao/doc.go -------------------------------------------------------------------------------- /model/jms/TmcUser.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jms/TmcUser.go -------------------------------------------------------------------------------- /model/jms/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jms/doc.go -------------------------------------------------------------------------------- /model/jst/HlUserDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jst/HlUserDo.go -------------------------------------------------------------------------------- /model/jst/JdpUser.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jst/JdpUser.go -------------------------------------------------------------------------------- /model/jst/RdsDbInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jst/RdsDbInfo.go -------------------------------------------------------------------------------- /model/jst/TradeStat.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jst/TradeStat.go -------------------------------------------------------------------------------- /model/jst/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jst/doc.go -------------------------------------------------------------------------------- /model/jstsecret/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jstsecret/doc.go -------------------------------------------------------------------------------- /model/ju/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ju/doc.go -------------------------------------------------------------------------------- /model/jym/ResultDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jym/ResultDto.go -------------------------------------------------------------------------------- /model/jym/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/jym/doc.go -------------------------------------------------------------------------------- /model/kbalgo/Label.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/kbalgo/Label.go -------------------------------------------------------------------------------- /model/kbalgo/Poi.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/kbalgo/Poi.go -------------------------------------------------------------------------------- /model/kbalgo/Schema.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/kbalgo/Schema.go -------------------------------------------------------------------------------- /model/kbalgo/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/kbalgo/doc.go -------------------------------------------------------------------------------- /model/kclub/Paging.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/kclub/Paging.go -------------------------------------------------------------------------------- /model/kclub/QaPvDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/kclub/QaPvDto.go -------------------------------------------------------------------------------- /model/kclub/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/kclub/doc.go -------------------------------------------------------------------------------- /model/larkiot/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/larkiot/doc.go -------------------------------------------------------------------------------- /model/lbs/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/lbs/doc.go -------------------------------------------------------------------------------- /model/legalcase/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/legalcase/doc.go -------------------------------------------------------------------------------- /model/legalsuit/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/legalsuit/doc.go -------------------------------------------------------------------------------- /model/logistic/Kvs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/logistic/Kvs.go -------------------------------------------------------------------------------- /model/logistic/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/logistic/doc.go -------------------------------------------------------------------------------- /model/lstbm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/lstbm/doc.go -------------------------------------------------------------------------------- /model/lsticitem/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/lsticitem/doc.go -------------------------------------------------------------------------------- /model/lstpos/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/lstpos/doc.go -------------------------------------------------------------------------------- /model/lsttrade/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/lsttrade/doc.go -------------------------------------------------------------------------------- /model/ma/QrcodeDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ma/QrcodeDo.go -------------------------------------------------------------------------------- /model/ma/XCodeTo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ma/XCodeTo.go -------------------------------------------------------------------------------- /model/ma/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ma/doc.go -------------------------------------------------------------------------------- /model/maitix/Money.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/maitix/Money.go -------------------------------------------------------------------------------- /model/maitix/Page.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/maitix/Page.go -------------------------------------------------------------------------------- /model/maitix/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/maitix/doc.go -------------------------------------------------------------------------------- /model/mc/TaskDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mc/TaskDto.go -------------------------------------------------------------------------------- /model/mc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mc/doc.go -------------------------------------------------------------------------------- /model/media/Picture.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/media/Picture.go -------------------------------------------------------------------------------- /model/media/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/media/doc.go -------------------------------------------------------------------------------- /model/mei/ResultDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mei/ResultDto.go -------------------------------------------------------------------------------- /model/mei/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mei/doc.go -------------------------------------------------------------------------------- /model/miniapp/Image.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/miniapp/Image.go -------------------------------------------------------------------------------- /model/miniapp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/miniapp/doc.go -------------------------------------------------------------------------------- /model/mirage/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mirage/doc.go -------------------------------------------------------------------------------- /model/mos/FundBill.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mos/FundBill.go -------------------------------------------------------------------------------- /model/mos/PosLogDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mos/PosLogDto.go -------------------------------------------------------------------------------- /model/mos/ResultDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mos/ResultDo.go -------------------------------------------------------------------------------- /model/mos/StoreInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mos/StoreInfo.go -------------------------------------------------------------------------------- /model/mos/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mos/doc.go -------------------------------------------------------------------------------- /model/moscm/Cspudto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/moscm/Cspudto.go -------------------------------------------------------------------------------- /model/moscm/RmaDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/moscm/RmaDto.go -------------------------------------------------------------------------------- /model/moscm/Spudto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/moscm/Spudto.go -------------------------------------------------------------------------------- /model/moscm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/moscm/doc.go -------------------------------------------------------------------------------- /model/mozi/Tenant.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mozi/Tenant.go -------------------------------------------------------------------------------- /model/mozi/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mozi/doc.go -------------------------------------------------------------------------------- /model/moziacl/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/moziacl/doc.go -------------------------------------------------------------------------------- /model/mozivds/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mozivds/doc.go -------------------------------------------------------------------------------- /model/msgamp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/msgamp/doc.go -------------------------------------------------------------------------------- /model/mtop/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mtop/doc.go -------------------------------------------------------------------------------- /model/mtopopen/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mtopopen/doc.go -------------------------------------------------------------------------------- /model/mydata/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/mydata/doc.go -------------------------------------------------------------------------------- /model/nazca/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nazca/doc.go -------------------------------------------------------------------------------- /model/newretail/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/newretail/doc.go -------------------------------------------------------------------------------- /model/nlife/Goods.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nlife/Goods.go -------------------------------------------------------------------------------- /model/nlife/Order.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nlife/Order.go -------------------------------------------------------------------------------- /model/nlife/Refund.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nlife/Refund.go -------------------------------------------------------------------------------- /model/nlife/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nlife/doc.go -------------------------------------------------------------------------------- /model/nlp/SimResult.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nlp/SimResult.go -------------------------------------------------------------------------------- /model/nlp/Text.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nlp/Text.go -------------------------------------------------------------------------------- /model/nlp/Texts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nlp/Texts.go -------------------------------------------------------------------------------- /model/nlp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nlp/doc.go -------------------------------------------------------------------------------- /model/nropen/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nropen/doc.go -------------------------------------------------------------------------------- /model/nrpos/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nrpos/doc.go -------------------------------------------------------------------------------- /model/nrt/DeviceDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nrt/DeviceDto.go -------------------------------------------------------------------------------- /model/nrt/NrtSmsDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nrt/NrtSmsDto.go -------------------------------------------------------------------------------- /model/nrt/PageData.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nrt/PageData.go -------------------------------------------------------------------------------- /model/nrt/ResultDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nrt/ResultDo.go -------------------------------------------------------------------------------- /model/nrt/SkuDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nrt/SkuDto.go -------------------------------------------------------------------------------- /model/nrt/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/nrt/doc.go -------------------------------------------------------------------------------- /model/omniorder/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/omniorder/doc.go -------------------------------------------------------------------------------- /model/openim/User.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/openim/User.go -------------------------------------------------------------------------------- /model/openim/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/openim/doc.go -------------------------------------------------------------------------------- /model/openmall/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/openmall/doc.go -------------------------------------------------------------------------------- /model/opentrade/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/opentrade/doc.go -------------------------------------------------------------------------------- /model/ott/Entrylist.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ott/Entrylist.go -------------------------------------------------------------------------------- /model/ott/HttpDns.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ott/HttpDns.go -------------------------------------------------------------------------------- /model/ott/ImageDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ott/ImageDto.go -------------------------------------------------------------------------------- /model/ott/ItemDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ott/ItemDto.go -------------------------------------------------------------------------------- /model/ott/Itemlist.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ott/Itemlist.go -------------------------------------------------------------------------------- /model/ott/Items.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ott/Items.go -------------------------------------------------------------------------------- /model/ott/MemberDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ott/MemberDto.go -------------------------------------------------------------------------------- /model/ott/Notebtns.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ott/Notebtns.go -------------------------------------------------------------------------------- /model/ott/RatingDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ott/RatingDto.go -------------------------------------------------------------------------------- /model/ott/VersionDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ott/VersionDo.go -------------------------------------------------------------------------------- /model/ott/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ott/doc.go -------------------------------------------------------------------------------- /model/ottpay/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ottpay/doc.go -------------------------------------------------------------------------------- /model/oversea/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/oversea/doc.go -------------------------------------------------------------------------------- /model/paimai/ItemDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/paimai/ItemDo.go -------------------------------------------------------------------------------- /model/paimai/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/paimai/doc.go -------------------------------------------------------------------------------- /model/param.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/param.go -------------------------------------------------------------------------------- /model/perfect/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/perfect/doc.go -------------------------------------------------------------------------------- /model/product/Item.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/product/Item.go -------------------------------------------------------------------------------- /model/product/Sku.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/product/Sku.go -------------------------------------------------------------------------------- /model/product/Video.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/product/Video.go -------------------------------------------------------------------------------- /model/product/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/product/doc.go -------------------------------------------------------------------------------- /model/promotion/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/promotion/doc.go -------------------------------------------------------------------------------- /model/pur/MallFile.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/pur/MallFile.go -------------------------------------------------------------------------------- /model/pur/OrderItem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/pur/OrderItem.go -------------------------------------------------------------------------------- /model/pur/Value.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/pur/Value.go -------------------------------------------------------------------------------- /model/pur/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/pur/doc.go -------------------------------------------------------------------------------- /model/qianniu/QTask.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qianniu/QTask.go -------------------------------------------------------------------------------- /model/qianniu/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qianniu/doc.go -------------------------------------------------------------------------------- /model/qimen/Address.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qimen/Address.go -------------------------------------------------------------------------------- /model/qimen/Invoice.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qimen/Invoice.go -------------------------------------------------------------------------------- /model/qimen/Item.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qimen/Item.go -------------------------------------------------------------------------------- /model/qimen/Items.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qimen/Items.go -------------------------------------------------------------------------------- /model/qimen/Order.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qimen/Order.go -------------------------------------------------------------------------------- /model/qimen/Package.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qimen/Package.go -------------------------------------------------------------------------------- /model/qimen/Process.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qimen/Process.go -------------------------------------------------------------------------------- /model/qimen/Shop.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qimen/Shop.go -------------------------------------------------------------------------------- /model/qimen/SnList.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qimen/SnList.go -------------------------------------------------------------------------------- /model/qimen/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qimen/doc.go -------------------------------------------------------------------------------- /model/qt/QtReport.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qt/QtReport.go -------------------------------------------------------------------------------- /model/qt/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/qt/doc.go -------------------------------------------------------------------------------- /model/rail/Modules.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/rail/Modules.go -------------------------------------------------------------------------------- /model/rail/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/rail/doc.go -------------------------------------------------------------------------------- /model/refund/Refund.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/refund/Refund.go -------------------------------------------------------------------------------- /model/refund/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/refund/doc.go -------------------------------------------------------------------------------- /model/request.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/request.go -------------------------------------------------------------------------------- /model/response.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/response.go -------------------------------------------------------------------------------- /model/retail/Order.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/retail/Order.go -------------------------------------------------------------------------------- /model/retail/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/retail/doc.go -------------------------------------------------------------------------------- /model/rhino/SkuBo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/rhino/SkuBo.go -------------------------------------------------------------------------------- /model/rhino/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/rhino/doc.go -------------------------------------------------------------------------------- /model/scbp/Effect7d.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/scbp/Effect7d.go -------------------------------------------------------------------------------- /model/scbp/TagGroup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/scbp/TagGroup.go -------------------------------------------------------------------------------- /model/scbp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/scbp/doc.go -------------------------------------------------------------------------------- /model/scs/ResultDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/scs/ResultDto.go -------------------------------------------------------------------------------- /model/scs/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/scs/doc.go -------------------------------------------------------------------------------- /model/seaking/Extra.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/seaking/Extra.go -------------------------------------------------------------------------------- /model/seaking/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/seaking/doc.go -------------------------------------------------------------------------------- /model/security/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/security/doc.go -------------------------------------------------------------------------------- /model/shenjing/Page.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/shenjing/Page.go -------------------------------------------------------------------------------- /model/shenjing/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/shenjing/doc.go -------------------------------------------------------------------------------- /model/ship/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ship/doc.go -------------------------------------------------------------------------------- /model/shop/Shop.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/shop/Shop.go -------------------------------------------------------------------------------- /model/shop/ShopCat.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/shop/ShopCat.go -------------------------------------------------------------------------------- /model/shop/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/shop/doc.go -------------------------------------------------------------------------------- /model/simba/ADGroup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/ADGroup.go -------------------------------------------------------------------------------- /model/simba/AuditVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/AuditVo.go -------------------------------------------------------------------------------- /model/simba/CrowdVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/CrowdVo.go -------------------------------------------------------------------------------- /model/simba/DimDtOs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/DimDtOs.go -------------------------------------------------------------------------------- /model/simba/Integer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/Integer.go -------------------------------------------------------------------------------- /model/simba/ItemVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/ItemVo.go -------------------------------------------------------------------------------- /model/simba/Keyword.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/Keyword.go -------------------------------------------------------------------------------- /model/simba/LabelVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/LabelVo.go -------------------------------------------------------------------------------- /model/simba/PriceVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/PriceVo.go -------------------------------------------------------------------------------- /model/simba/Qscore.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/Qscore.go -------------------------------------------------------------------------------- /model/simba/SidVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/SidVo.go -------------------------------------------------------------------------------- /model/simba/TopInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/TopInfo.go -------------------------------------------------------------------------------- /model/simba/WordVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/WordVo.go -------------------------------------------------------------------------------- /model/simba/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/simba/doc.go -------------------------------------------------------------------------------- /model/store/Models.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/store/Models.go -------------------------------------------------------------------------------- /model/store/Other.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/store/Other.go -------------------------------------------------------------------------------- /model/store/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/store/doc.go -------------------------------------------------------------------------------- /model/subuser/Duty.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/subuser/Duty.go -------------------------------------------------------------------------------- /model/subuser/Role.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/subuser/Role.go -------------------------------------------------------------------------------- /model/subuser/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/subuser/doc.go -------------------------------------------------------------------------------- /model/sungari/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/sungari/doc.go -------------------------------------------------------------------------------- /model/tanx/DicDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tanx/DicDto.go -------------------------------------------------------------------------------- /model/tanx/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tanx/doc.go -------------------------------------------------------------------------------- /model/taotv/Videos.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/taotv/Videos.go -------------------------------------------------------------------------------- /model/taotv/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/taotv/doc.go -------------------------------------------------------------------------------- /model/tax/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tax/doc.go -------------------------------------------------------------------------------- /model/tbitem/Item.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbitem/Item.go -------------------------------------------------------------------------------- /model/tbitem/Sku.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbitem/Sku.go -------------------------------------------------------------------------------- /model/tbitem/Video.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbitem/Video.go -------------------------------------------------------------------------------- /model/tbitem/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbitem/doc.go -------------------------------------------------------------------------------- /model/tbk/CrowdDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/CrowdDto.go -------------------------------------------------------------------------------- /model/tbk/DataMap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/DataMap.go -------------------------------------------------------------------------------- /model/tbk/Extra.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/Extra.go -------------------------------------------------------------------------------- /model/tbk/LkItemDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/LkItemDto.go -------------------------------------------------------------------------------- /model/tbk/LkPageDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/LkPageDto.go -------------------------------------------------------------------------------- /model/tbk/LkShopDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/LkShopDto.go -------------------------------------------------------------------------------- /model/tbk/NTbkItem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/NTbkItem.go -------------------------------------------------------------------------------- /model/tbk/NTbkShop.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/NTbkShop.go -------------------------------------------------------------------------------- /model/tbk/OfferList.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/OfferList.go -------------------------------------------------------------------------------- /model/tbk/OrderData.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/OrderData.go -------------------------------------------------------------------------------- /model/tbk/OrderPage.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/OrderPage.go -------------------------------------------------------------------------------- /model/tbk/TbkSpread.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/TbkSpread.go -------------------------------------------------------------------------------- /model/tbk/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbk/doc.go -------------------------------------------------------------------------------- /model/tbrefund/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbrefund/doc.go -------------------------------------------------------------------------------- /model/tbtrade/Order.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbtrade/Order.go -------------------------------------------------------------------------------- /model/tbtrade/Trade.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbtrade/Trade.go -------------------------------------------------------------------------------- /model/tbtrade/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbtrade/doc.go -------------------------------------------------------------------------------- /model/tbuser/User.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbuser/User.go -------------------------------------------------------------------------------- /model/tbuser/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tbuser/doc.go -------------------------------------------------------------------------------- /model/ticket/Scenic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ticket/Scenic.go -------------------------------------------------------------------------------- /model/ticket/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/ticket/doc.go -------------------------------------------------------------------------------- /model/tmallcar/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmallcar/doc.go -------------------------------------------------------------------------------- /model/tmallcms/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmallcms/doc.go -------------------------------------------------------------------------------- /model/tmallhk/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmallhk/doc.go -------------------------------------------------------------------------------- /model/tmallitem/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmallitem/doc.go -------------------------------------------------------------------------------- /model/tmallnr/Point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmallnr/Point.go -------------------------------------------------------------------------------- /model/tmallnr/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmallnr/doc.go -------------------------------------------------------------------------------- /model/tmallsc/Value.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmallsc/Value.go -------------------------------------------------------------------------------- /model/tmallsc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmallsc/doc.go -------------------------------------------------------------------------------- /model/tmc/TmcGroup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmc/TmcGroup.go -------------------------------------------------------------------------------- /model/tmc/TmcUser.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmc/TmcUser.go -------------------------------------------------------------------------------- /model/tmc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmc/doc.go -------------------------------------------------------------------------------- /model/tmic/AnswerBo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmic/AnswerBo.go -------------------------------------------------------------------------------- /model/tmic/ItemBo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmic/ItemBo.go -------------------------------------------------------------------------------- /model/tmic/OptionBo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmic/OptionBo.go -------------------------------------------------------------------------------- /model/tmic/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tmic/doc.go -------------------------------------------------------------------------------- /model/topoaid/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/topoaid/doc.go -------------------------------------------------------------------------------- /model/trade/File.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/trade/File.go -------------------------------------------------------------------------------- /model/trade/Order.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/trade/Order.go -------------------------------------------------------------------------------- /model/trade/Trade.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/trade/Trade.go -------------------------------------------------------------------------------- /model/trade/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/trade/doc.go -------------------------------------------------------------------------------- /model/traderate/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/traderate/doc.go -------------------------------------------------------------------------------- /model/train/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/train/doc.go -------------------------------------------------------------------------------- /model/travel/Poi.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/travel/Poi.go -------------------------------------------------------------------------------- /model/travel/Prices.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/travel/Prices.go -------------------------------------------------------------------------------- /model/travel/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/travel/doc.go -------------------------------------------------------------------------------- /model/tttm/OrderDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tttm/OrderDto.go -------------------------------------------------------------------------------- /model/tttm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tttm/doc.go -------------------------------------------------------------------------------- /model/tuanhotel/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tuanhotel/doc.go -------------------------------------------------------------------------------- /model/tuike/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tuike/doc.go -------------------------------------------------------------------------------- /model/tvpay/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tvpay/doc.go -------------------------------------------------------------------------------- /model/tvupadmin/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/tvupadmin/doc.go -------------------------------------------------------------------------------- /model/txcs/Currency.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/txcs/Currency.go -------------------------------------------------------------------------------- /model/txcs/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/txcs/doc.go -------------------------------------------------------------------------------- /model/uscesl/Target.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/uscesl/Target.go -------------------------------------------------------------------------------- /model/uscesl/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/uscesl/doc.go -------------------------------------------------------------------------------- /model/user/Client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/user/Client.go -------------------------------------------------------------------------------- /model/user/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/user/doc.go -------------------------------------------------------------------------------- /model/util/BaseRep.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/util/BaseRep.go -------------------------------------------------------------------------------- /model/util/Dto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/util/Dto.go -------------------------------------------------------------------------------- /model/util/Event.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/util/Event.go -------------------------------------------------------------------------------- /model/util/FileDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/util/FileDo.go -------------------------------------------------------------------------------- /model/util/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/util/doc.go -------------------------------------------------------------------------------- /model/vaccin/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/vaccin/doc.go -------------------------------------------------------------------------------- /model/viapi/Context.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/viapi/Context.go -------------------------------------------------------------------------------- /model/viapi/Element.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/viapi/Element.go -------------------------------------------------------------------------------- /model/viapi/Face.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/viapi/Face.go -------------------------------------------------------------------------------- /model/viapi/Frame.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/viapi/Frame.go -------------------------------------------------------------------------------- /model/viapi/Label.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/viapi/Label.go -------------------------------------------------------------------------------- /model/viapi/Task.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/viapi/Task.go -------------------------------------------------------------------------------- /model/viapi/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/viapi/doc.go -------------------------------------------------------------------------------- /model/vms/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/vms/doc.go -------------------------------------------------------------------------------- /model/wangwang/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wangwang/doc.go -------------------------------------------------------------------------------- /model/waybill/Item.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/waybill/Item.go -------------------------------------------------------------------------------- /model/waybill/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/waybill/doc.go -------------------------------------------------------------------------------- /model/wdk/Action.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/Action.go -------------------------------------------------------------------------------- /model/wdk/ActionDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/ActionDto.go -------------------------------------------------------------------------------- /model/wdk/BarcodeBo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/BarcodeBo.go -------------------------------------------------------------------------------- /model/wdk/BmResult.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/BmResult.go -------------------------------------------------------------------------------- /model/wdk/Buyer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/Buyer.go -------------------------------------------------------------------------------- /model/wdk/CatProps.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/CatProps.go -------------------------------------------------------------------------------- /model/wdk/Condition.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/Condition.go -------------------------------------------------------------------------------- /model/wdk/Consignee.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/Consignee.go -------------------------------------------------------------------------------- /model/wdk/Container.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/Container.go -------------------------------------------------------------------------------- /model/wdk/Customer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/Customer.go -------------------------------------------------------------------------------- /model/wdk/EleBillBo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/EleBillBo.go -------------------------------------------------------------------------------- /model/wdk/ExtMap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/ExtMap.go -------------------------------------------------------------------------------- /model/wdk/ItemInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/ItemInfo.go -------------------------------------------------------------------------------- /model/wdk/LimitDto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/LimitDto.go -------------------------------------------------------------------------------- /model/wdk/LimitInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/LimitInfo.go -------------------------------------------------------------------------------- /model/wdk/Operator.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/Operator.go -------------------------------------------------------------------------------- /model/wdk/Order.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/Order.go -------------------------------------------------------------------------------- /model/wdk/OrderInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/OrderInfo.go -------------------------------------------------------------------------------- /model/wdk/Point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/Point.go -------------------------------------------------------------------------------- /model/wdk/Postman.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/Postman.go -------------------------------------------------------------------------------- /model/wdk/PropDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/PropDo.go -------------------------------------------------------------------------------- /model/wdk/PropField.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/PropField.go -------------------------------------------------------------------------------- /model/wdk/ReasonVo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/ReasonVo.go -------------------------------------------------------------------------------- /model/wdk/ShopDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/ShopDo.go -------------------------------------------------------------------------------- /model/wdk/ShopRange.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/ShopRange.go -------------------------------------------------------------------------------- /model/wdk/SkuDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/SkuDo.go -------------------------------------------------------------------------------- /model/wdk/SkuInfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/SkuInfo.go -------------------------------------------------------------------------------- /model/wdk/SubOrder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/SubOrder.go -------------------------------------------------------------------------------- /model/wdk/SubSkuDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/SubSkuDo.go -------------------------------------------------------------------------------- /model/wdk/Suborders.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/Suborders.go -------------------------------------------------------------------------------- /model/wdk/UmsResult.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/UmsResult.go -------------------------------------------------------------------------------- /model/wdk/WorkOrder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/WorkOrder.go -------------------------------------------------------------------------------- /model/wdk/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdk/doc.go -------------------------------------------------------------------------------- /model/wdkitem/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wdkitem/doc.go -------------------------------------------------------------------------------- /model/westcrm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/westcrm/doc.go -------------------------------------------------------------------------------- /model/wlb/OrderLine.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wlb/OrderLine.go -------------------------------------------------------------------------------- /model/wlb/Partner.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wlb/Partner.go -------------------------------------------------------------------------------- /model/wlb/PrintData.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wlb/PrintData.go -------------------------------------------------------------------------------- /model/wlb/ResultDo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wlb/ResultDo.go -------------------------------------------------------------------------------- /model/wlb/TmsItem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wlb/TmsItem.go -------------------------------------------------------------------------------- /model/wlb/TmsOrders.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wlb/TmsOrders.go -------------------------------------------------------------------------------- /model/wlb/WlbItem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wlb/WlbItem.go -------------------------------------------------------------------------------- /model/wlb/WlbOrder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wlb/WlbOrder.go -------------------------------------------------------------------------------- /model/wlb/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wlb/doc.go -------------------------------------------------------------------------------- /model/wms/Orderitem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wms/Orderitem.go -------------------------------------------------------------------------------- /model/wms/Sninfo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wms/Sninfo.go -------------------------------------------------------------------------------- /model/wms/SubItem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wms/SubItem.go -------------------------------------------------------------------------------- /model/wms/Tmsitem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wms/Tmsitem.go -------------------------------------------------------------------------------- /model/wms/Tmsorder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wms/Tmsorder.go -------------------------------------------------------------------------------- /model/wms/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/wms/doc.go -------------------------------------------------------------------------------- /model/xhotel/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/xhotel/doc.go -------------------------------------------------------------------------------- /model/xhotelcrm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/xhotelcrm/doc.go -------------------------------------------------------------------------------- /model/xiami/Song.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/xiami/Song.go -------------------------------------------------------------------------------- /model/xiami/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/xiami/doc.go -------------------------------------------------------------------------------- /model/xiamiopen/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/xiamiopen/doc.go -------------------------------------------------------------------------------- /model/youkudsp/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/youkudsp/doc.go -------------------------------------------------------------------------------- /model/youkuott/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/youkuott/doc.go -------------------------------------------------------------------------------- /model/yunos/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/yunos/doc.go -------------------------------------------------------------------------------- /model/yunosad/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/yunosad/doc.go -------------------------------------------------------------------------------- /model/yunosdm/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/yunosdm/doc.go -------------------------------------------------------------------------------- /model/zqs/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/model/zqs/doc.go -------------------------------------------------------------------------------- /tests/json_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/tests/json_test.go -------------------------------------------------------------------------------- /tests/xml_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bububa/opentaobao/HEAD/tests/xml_test.go --------------------------------------------------------------------------------