├── .gitignore ├── INDEX.rst ├── README.md ├── README.rst ├── REFS.rst ├── TODO.rst ├── admin.py ├── aggregator ├── __init__.py ├── agghosts.py ├── blacklist.py ├── brandagg.py ├── brandes.py ├── brands.py ├── cateagg.py ├── doagg.py ├── esindex.py ├── indexes.py ├── info.py ├── itemagg.py ├── iteminfo.py ├── models.py ├── processes.py ├── shopagg.py ├── shopes.py ├── shophist.py ├── top10agg.py └── worker.py ├── caches.py ├── cql ├── __init__.py ├── apivalues.py ├── cassandra │ ├── Cassandra.py │ ├── __init__.py │ ├── constants.py │ └── ttypes.py ├── connection.py ├── connection_pool.py ├── cqltypes.py ├── cursor.py ├── decoders.py ├── errors.py ├── marshal.py ├── native.py ├── query.py └── thrifteries.py ├── cql_test ├── aaaa.py ├── demo1.py ├── get_all.py └── test.py ├── cqlutils.py ├── crawler ├── __init__.py ├── cates.py ├── h5.py ├── info.py ├── jsctx.py ├── scheduler.py ├── session.py ├── tbcat.py ├── tbitem.py ├── tbshop.py ├── tbshopinfo.py ├── topcates.py └── worker.py ├── crontab ├── geventReactor.py └── gtx.py ├── daemon ├── __init__.py ├── client2.py ├── ec2_schd.py ├── funs.py ├── models │ ├── __init__.py │ ├── get_seed_520333c27ee313625a54e367.py │ ├── get_seed_5214300a1d41c84387df370d.py │ ├── get_seed_521435031d41c84387df3710.py │ ├── navi_520dc5e01d41c80bdcef2624.py │ ├── navi_521430311d41c84387df370e.py │ ├── navi_5214351f1d41c84387df3711.py │ ├── test_get_seed.py │ └── test_py.py ├── server.py ├── setting.py ├── spider_base.py ├── spider_engine.py ├── spider_gt.py ├── spider_runner.py ├── spider_tx.py ├── test_get_seed.py └── twistd.pid ├── debouncing.py ├── env.sh ├── models.py ├── queues.py ├── requirements.txt ├── schema.cql ├── scripts ├── benchmark.py ├── checkschema.py ├── cleanshard.py ├── dump2111.py ├── install-cassandra.sh ├── install-pyv8.sh ├── install-redis.sh ├── recount.py ├── rmemuse.py ├── setup-redis.sh └── setupenv.sh ├── settings.py ├── shardredis.py ├── tbapi ├── daemon_category.py ├── download.zip ├── get_category.py ├── getinfo.py ├── top │ ├── __init__.py │ └── api │ │ ├── __init__.py │ │ ├── base.py │ │ └── rest │ │ ├── AftersaleGetRequest.py │ │ ├── AlibabaLogisticsOrderCancelRequest.py │ │ ├── AlibabaLogisticsOrderChargeRequest.py │ │ ├── AlibabaLogisticsOrderConsignRequest.py │ │ ├── AlibabaLogisticsRouteQueryRequest.py │ │ ├── AlipayEbppBillAddRequest.py │ │ ├── AlipayEbppBillGetRequest.py │ │ ├── AlipayEbppBillPayRequest.py │ │ ├── AlipayEbppBillPayurlGetRequest.py │ │ ├── AlipayMicropayOrderConfirmpayurlGetRequest.py │ │ ├── AlipayMicropayOrderDirectPayRequest.py │ │ ├── AlipayMicropayOrderFreezeRequest.py │ │ ├── AlipayMicropayOrderFreezepayurlGetRequest.py │ │ ├── AlipayMicropayOrderGetRequest.py │ │ ├── AlipayMicropayOrderUnfreezeRequest.py │ │ ├── AlipayPointBudgetGetRequest.py │ │ ├── AlipayPointOrderAddRequest.py │ │ ├── AlipayPointOrderGetRequest.py │ │ ├── AlipaySystemOauthTokenRequest.py │ │ ├── AlipayTopatsUserAccountreportGetRequest.py │ │ ├── AlipayUserAccountFreezeGetRequest.py │ │ ├── AlipayUserAccountGetRequest.py │ │ ├── AlipayUserContractGetRequest.py │ │ ├── AlipayUserGetRequest.py │ │ ├── AlipayUserTradeSearchRequest.py │ │ ├── AppipGetRequest.py │ │ ├── AreasGetRequest.py │ │ ├── CaipiaoGoodsInfoInputRequest.py │ │ ├── CaipiaoLotterySendRequest.py │ │ ├── CaipiaoLotterySendbynickRequest.py │ │ ├── CaipiaoLotterytypesGetRequest.py │ │ ├── CaipiaoPresentItemsGetRequest.py │ │ ├── CaipiaoPresentStatGetRequest.py │ │ ├── CaipiaoPresentWinItemsGetRequest.py │ │ ├── CaipiaoShopInfoInputRequest.py │ │ ├── CaipiaoSignstatusCheckRequest.py │ │ ├── CategoryrecommendItemsGetRequest.py │ │ ├── CometDiscardinfoGetRequest.py │ │ ├── DeliveryTemplateAddRequest.py │ │ ├── DeliveryTemplateDeleteRequest.py │ │ ├── DeliveryTemplateGetRequest.py │ │ ├── DeliveryTemplateUpdateRequest.py │ │ ├── DeliveryTemplatesGetRequest.py │ │ ├── FavoriteAddRequest.py │ │ ├── FavoriteSearchRequest.py │ │ ├── FeedbackAddRequest.py │ │ ├── FenxiaoCooperationAuditRequest.py │ │ ├── FenxiaoCooperationGetRequest.py │ │ ├── FenxiaoCooperationProductcatAddRequest.py │ │ ├── FenxiaoCooperationTerminateRequest.py │ │ ├── FenxiaoCooperationUpdateRequest.py │ │ ├── FenxiaoDiscountAddRequest.py │ │ ├── FenxiaoDiscountUpdateRequest.py │ │ ├── FenxiaoDiscountsGetRequest.py │ │ ├── FenxiaoDistributorArchivesGetRequest.py │ │ ├── FenxiaoDistributorItemsGetRequest.py │ │ ├── FenxiaoDistributorProcuctStaticGetRequest.py │ │ ├── FenxiaoDistributorsGetRequest.py │ │ ├── FenxiaoGradeAddRequest.py │ │ ├── FenxiaoGradeDeleteRequest.py │ │ ├── FenxiaoGradeUpdateRequest.py │ │ ├── FenxiaoGradesGetRequest.py │ │ ├── FenxiaoLoginUserGetRequest.py │ │ ├── FenxiaoOrderCloseRequest.py │ │ ├── FenxiaoOrderConfirmPaidRequest.py │ │ ├── FenxiaoOrderCreateDealerRequest.py │ │ ├── FenxiaoOrderCustomfieldUpdateRequest.py │ │ ├── FenxiaoOrderMessageAddRequest.py │ │ ├── FenxiaoOrderPayRequest.py │ │ ├── FenxiaoOrderRemarkUpdateRequest.py │ │ ├── FenxiaoOrdersGetRequest.py │ │ ├── FenxiaoProductAddRequest.py │ │ ├── FenxiaoProductGradepriceGetRequest.py │ │ ├── FenxiaoProductGradepriceUpdateRequest.py │ │ ├── FenxiaoProductImageDeleteRequest.py │ │ ├── FenxiaoProductImageUploadRequest.py │ │ ├── FenxiaoProductMapAddRequest.py │ │ ├── FenxiaoProductMapDeleteRequest.py │ │ ├── FenxiaoProductPduUpdateRequest.py │ │ ├── FenxiaoProductSkuAddRequest.py │ │ ├── FenxiaoProductSkuDeleteRequest.py │ │ ├── FenxiaoProductSkuUpdateRequest.py │ │ ├── FenxiaoProductSkusGetRequest.py │ │ ├── FenxiaoProductUpdateRequest.py │ │ ├── FenxiaoProductcatAddRequest.py │ │ ├── FenxiaoProductcatDeleteRequest.py │ │ ├── FenxiaoProductcatUpdateRequest.py │ │ ├── FenxiaoProductcatsGetRequest.py │ │ ├── FenxiaoProductsGetRequest.py │ │ ├── FenxiaoRequisitionsGetRequest.py │ │ ├── FenxiaoTrademonitorGetRequest.py │ │ ├── FuwuSaleLinkGenRequest.py │ │ ├── HotelAddRequest.py │ │ ├── HotelCityGetRequest.py │ │ ├── HotelGetRequest.py │ │ ├── HotelImageUploadRequest.py │ │ ├── HotelMatchFeedbackRequest.py │ │ ├── HotelNameGetRequest.py │ │ ├── HotelOrderBookingFeedbackRequest.py │ │ ├── HotelOrderFaceCheckRequest.py │ │ ├── HotelOrderFaceDealRequest.py │ │ ├── HotelOrderGetRequest.py │ │ ├── HotelOrderPayFeedbackRequest.py │ │ ├── HotelOrderRefundFeedbackRequest.py │ │ ├── HotelOrdersSearchRequest.py │ │ ├── HotelRoomAddRequest.py │ │ ├── HotelRoomGetRequest.py │ │ ├── HotelRoomImgDeleteRequest.py │ │ ├── HotelRoomImgUploadRequest.py │ │ ├── HotelRoomQuotasQueryFeedbackRequest.py │ │ ├── HotelRoomUpdateRequest.py │ │ ├── HotelRoomsSearchRequest.py │ │ ├── HotelRoomsUpdateRequest.py │ │ ├── HotelSoldHotelsIncrementGetRequest.py │ │ ├── HotelSoldOrdersIncrementGetRequest.py │ │ ├── HotelSoldTypesIncrementGetRequest.py │ │ ├── HotelTypeAddRequest.py │ │ ├── HotelTypeNameGetRequest.py │ │ ├── HotelUpdateRequest.py │ │ ├── HotelsSearchRequest.py │ │ ├── IncrementAuthorizeMessageGetRequest.py │ │ ├── IncrementCustomerPermitRequest.py │ │ ├── IncrementCustomerStopRequest.py │ │ ├── IncrementCustomersGetRequest.py │ │ ├── IncrementItemsGetRequest.py │ │ ├── IncrementRefundsGetRequest.py │ │ ├── IncrementTradesGetRequest.py │ │ ├── InventoryAdjustExternalRequest.py │ │ ├── InventoryAdjustTradeRequest.py │ │ ├── InventoryAuthorizeGetRequest.py │ │ ├── InventoryAuthorizeGetallRequest.py │ │ ├── InventoryAuthorizeRemoveRequest.py │ │ ├── InventoryAuthorizeRemoveallRequest.py │ │ ├── InventoryAuthorizeSetRequest.py │ │ ├── InventoryInitialItemRequest.py │ │ ├── InventoryInitialRequest.py │ │ ├── InventoryOccupyApplyRequest.py │ │ ├── InventoryOccupyCancelRequest.py │ │ ├── InventoryQueryRequest.py │ │ ├── InventoryStoreManageRequest.py │ │ ├── InventoryStoreQueryRequest.py │ │ ├── ItemAddRequest.py │ │ ├── ItemAnchorGetRequest.py │ │ ├── ItemBsellerAddRequest.py │ │ ├── ItemCsellerAddRequest.py │ │ ├── ItemDeleteRequest.py │ │ ├── ItemGetRequest.py │ │ ├── ItemImgDeleteRequest.py │ │ ├── ItemImgUploadRequest.py │ │ ├── ItemJointImgRequest.py │ │ ├── ItemJointPropimgRequest.py │ │ ├── ItemPriceUpdateRequest.py │ │ ├── ItemPropimgDeleteRequest.py │ │ ├── ItemPropimgUploadRequest.py │ │ ├── ItemQuantityUpdateRequest.py │ │ ├── ItemRecommendAddRequest.py │ │ ├── ItemRecommendDeleteRequest.py │ │ ├── ItemSkuAddRequest.py │ │ ├── ItemSkuDeleteRequest.py │ │ ├── ItemSkuGetRequest.py │ │ ├── ItemSkuPriceUpdateRequest.py │ │ ├── ItemSkuUpdateRequest.py │ │ ├── ItemSkusGetRequest.py │ │ ├── ItemTemplatesGetRequest.py │ │ ├── ItemUpdateDelistingRequest.py │ │ ├── ItemUpdateListingRequest.py │ │ ├── ItemUpdateRequest.py │ │ ├── ItemcatsAuthorizeGetRequest.py │ │ ├── ItemcatsGetRequest.py │ │ ├── ItemcatsIncrementGetRequest.py │ │ ├── ItempropsGetRequest.py │ │ ├── ItempropvaluesGetRequest.py │ │ ├── ItemrecommendItemsGetRequest.py │ │ ├── ItemsCustomGetRequest.py │ │ ├── ItemsInventoryGetRequest.py │ │ ├── ItemsListGetRequest.py │ │ ├── ItemsOnsaleGetRequest.py │ │ ├── JipiaoPolicyGetRequest.py │ │ ├── JipiaoPolicyProcessRequest.py │ │ ├── JipiaoPolicystatusUpdateRequest.py │ │ ├── KfcKeywordSearchRequest.py │ │ ├── LogisticsAddressAddRequest.py │ │ ├── LogisticsAddressModifyRequest.py │ │ ├── LogisticsAddressRemoveRequest.py │ │ ├── LogisticsAddressSearchRequest.py │ │ ├── LogisticsCompaniesGetRequest.py │ │ ├── LogisticsConsignResendRequest.py │ │ ├── LogisticsDummySendRequest.py │ │ ├── LogisticsOfflineSendRequest.py │ │ ├── LogisticsOnlineCancelRequest.py │ │ ├── LogisticsOnlineConfirmRequest.py │ │ ├── LogisticsOnlineSendRequest.py │ │ ├── LogisticsOrdersDetailGetRequest.py │ │ ├── LogisticsOrdersGetRequest.py │ │ ├── LogisticsOrderstorePushRequest.py │ │ ├── LogisticsOrdertracePushRequest.py │ │ ├── LogisticsPartnersGetRequest.py │ │ ├── LogisticsTraceSearchRequest.py │ │ ├── MarketingPromotionKfcRequest.py │ │ ├── MarketingPromotionsGetRequest.py │ │ ├── MarketingTagsGetRequest.py │ │ ├── PictureCategoryAddRequest.py │ │ ├── PictureCategoryGetRequest.py │ │ ├── PictureCategoryUpdateRequest.py │ │ ├── PictureDeleteRequest.py │ │ ├── PictureGetRequest.py │ │ ├── PictureIsreferencedGetRequest.py │ │ ├── PictureReferencedGetRequest.py │ │ ├── PictureReplaceRequest.py │ │ ├── PictureUpdateRequest.py │ │ ├── PictureUploadRequest.py │ │ ├── PictureUserinfoGetRequest.py │ │ ├── ProductAddRequest.py │ │ ├── ProductGetRequest.py │ │ ├── ProductImgDeleteRequest.py │ │ ├── ProductImgUploadRequest.py │ │ ├── ProductPropimgDeleteRequest.py │ │ ├── ProductPropimgUploadRequest.py │ │ ├── ProductUpdateRequest.py │ │ ├── ProductsGetRequest.py │ │ ├── ProductsSearchRequest.py │ │ ├── PromotionActivityAddRequest.py │ │ ├── PromotionActivityCancelRequest.py │ │ ├── PromotionActivityDeleteRequest.py │ │ ├── PromotionActivityGetRequest.py │ │ ├── PromotionCouponAddRequest.py │ │ ├── PromotionCouponSendRequest.py │ │ ├── PromotionCouponTransferRequest.py │ │ ├── PromotionCoupondetailGetRequest.py │ │ ├── PromotionCouponsGetRequest.py │ │ ├── PromotionLimitdiscountDetailGetRequest.py │ │ ├── PromotionLimitdiscountGetRequest.py │ │ ├── PromotionMealGetRequest.py │ │ ├── RdsDbCreateRequest.py │ │ ├── RdsDbDeleteRequest.py │ │ ├── RdsDbGetRequest.py │ │ ├── RefundGetRequest.py │ │ ├── RefundMessageAddRequest.py │ │ ├── RefundMessagesGetRequest.py │ │ ├── RefundRefuseRequest.py │ │ ├── RefundsApplyGetRequest.py │ │ ├── RefundsReceiveGetRequest.py │ │ ├── ScitemAddRequest.py │ │ ├── ScitemGetRequest.py │ │ ├── ScitemMapAddRequest.py │ │ ├── ScitemMapDeleteRequest.py │ │ ├── ScitemMapQueryRequest.py │ │ ├── ScitemOutercodeGetRequest.py │ │ ├── ScitemQueryRequest.py │ │ ├── ScitemUpdateRequest.py │ │ ├── SellercatsListAddRequest.py │ │ ├── SellercatsListGetRequest.py │ │ ├── SellercatsListUpdateRequest.py │ │ ├── SellercenterRoleAddRequest.py │ │ ├── SellercenterRoleInfoGetRequest.py │ │ ├── SellercenterRolemembersGetRequest.py │ │ ├── SellercenterRolesGetRequest.py │ │ ├── SellercenterSubuserPermissionsRolesGetRequest.py │ │ ├── SellercenterSubusersGetRequest.py │ │ ├── SellercenterUserPermissionsGetRequest.py │ │ ├── ShopGetRequest.py │ │ ├── ShopRemainshowcaseGetRequest.py │ │ ├── ShopUpdateRequest.py │ │ ├── ShopcatsListGetRequest.py │ │ ├── ShoprecommendItemsGetRequest.py │ │ ├── ShoprecommendShopsGetRequest.py │ │ ├── SimbaAccountBalanceGetRequest.py │ │ ├── SimbaAdgroupAddRequest.py │ │ ├── SimbaAdgroupAdgroupcatmatchsGetRequest.py │ │ ├── SimbaAdgroupCampcatmatchsGetRequest.py │ │ ├── SimbaAdgroupCatmatchGetRequest.py │ │ ├── SimbaAdgroupCatmatchUpdateRequest.py │ │ ├── SimbaAdgroupCatmatchforecastGetRequest.py │ │ ├── SimbaAdgroupChangedcatmatchsGetRequest.py │ │ ├── SimbaAdgroupDeleteRequest.py │ │ ├── SimbaAdgroupDeletedcatmatchsGetRequest.py │ │ ├── SimbaAdgroupNonsearchpricesUpdateRequest.py │ │ ├── SimbaAdgroupNonsearchstatesUpdateRequest.py │ │ ├── SimbaAdgroupOnlineitemsvonGetRequest.py │ │ ├── SimbaAdgroupUpdateRequest.py │ │ ├── SimbaAdgroupidsChangedGetRequest.py │ │ ├── SimbaAdgroupidsDeletedGetRequest.py │ │ ├── SimbaAdgroupsChangedGetRequest.py │ │ ├── SimbaAdgroupsItemExistRequest.py │ │ ├── SimbaAdgroupsbyadgroupidsGetRequest.py │ │ ├── SimbaAdgroupsbycampaignidGetRequest.py │ │ ├── SimbaCampaignAddRequest.py │ │ ├── SimbaCampaignAreaGetRequest.py │ │ ├── SimbaCampaignAreaUpdateRequest.py │ │ ├── SimbaCampaignAreaoptionsGetRequest.py │ │ ├── SimbaCampaignBudgetGetRequest.py │ │ ├── SimbaCampaignBudgetUpdateRequest.py │ │ ├── SimbaCampaignChanneloptionsGetRequest.py │ │ ├── SimbaCampaignPlatformGetRequest.py │ │ ├── SimbaCampaignPlatformUpdateRequest.py │ │ ├── SimbaCampaignScheduleGetRequest.py │ │ ├── SimbaCampaignScheduleUpdateRequest.py │ │ ├── SimbaCampaignUpdateRequest.py │ │ ├── SimbaCampaignsGetRequest.py │ │ ├── SimbaCatmatchidsChangedGetRequest.py │ │ ├── SimbaCatmatchidsDeletedGetRequest.py │ │ ├── SimbaCreativeAddRequest.py │ │ ├── SimbaCreativeDeleteRequest.py │ │ ├── SimbaCreativeUpdateRequest.py │ │ ├── SimbaCreativeidsChangedGetRequest.py │ │ ├── SimbaCreativeidsDeletedGetRequest.py │ │ ├── SimbaCreativesChangedGetRequest.py │ │ ├── SimbaCreativesGetRequest.py │ │ ├── SimbaCreativesRecordGetRequest.py │ │ ├── SimbaCustomersAuthorizedGetRequest.py │ │ ├── SimbaInsightCatsGetRequest.py │ │ ├── SimbaInsightCatsanalysisGetRequest.py │ │ ├── SimbaInsightCatsbaseGetRequest.py │ │ ├── SimbaInsightCatsforecastGetRequest.py │ │ ├── SimbaInsightCatsrelatedwordGetRequest.py │ │ ├── SimbaInsightCatstopwordGetRequest.py │ │ ├── SimbaInsightToplevelcatsGetRequest.py │ │ ├── SimbaInsightWordsanalysisGetRequest.py │ │ ├── SimbaInsightWordsbaseGetRequest.py │ │ ├── SimbaInsightWordscatsGetRequest.py │ │ ├── SimbaKeywordKeywordforecastGetRequest.py │ │ ├── SimbaKeywordidsChangedGetRequest.py │ │ ├── SimbaKeywordidsDeletedGetRequest.py │ │ ├── SimbaKeywordsChangedGetRequest.py │ │ ├── SimbaKeywordsDeleteRequest.py │ │ ├── SimbaKeywordsPricevonSetRequest.py │ │ ├── SimbaKeywordsQscoreGetRequest.py │ │ ├── SimbaKeywordsRecommendGetRequest.py │ │ ├── SimbaKeywordsbyadgroupidGetRequest.py │ │ ├── SimbaKeywordsbykeywordidsGetRequest.py │ │ ├── SimbaKeywordscatQscoreGetRequest.py │ │ ├── SimbaKeywordsvonAddRequest.py │ │ ├── SimbaLoginAuthsignGetRequest.py │ │ ├── SimbaNonsearchAdgroupplacesAddRequest.py │ │ ├── SimbaNonsearchAdgroupplacesDeleteRequest.py │ │ ├── SimbaNonsearchAdgroupplacesGetRequest.py │ │ ├── SimbaNonsearchAdgroupplacesUpdateRequest.py │ │ ├── SimbaNonsearchAlldemographicsGetRequest.py │ │ ├── SimbaNonsearchAllplacesGetRequest.py │ │ ├── SimbaNonsearchDemographicsGetRequest.py │ │ ├── SimbaNonsearchDemographicsUpdateRequest.py │ │ ├── SimbaRptAdgroupbaseGetRequest.py │ │ ├── SimbaRptAdgroupcreativebaseGetRequest.py │ │ ├── SimbaRptAdgroupcreativeeffectGetRequest.py │ │ ├── SimbaRptAdgroupeffectGetRequest.py │ │ ├── SimbaRptAdgroupkeywordbaseGetRequest.py │ │ ├── SimbaRptAdgroupkeywordeffectGetRequest.py │ │ ├── SimbaRptAdgroupnonsearchbaseGetRequest.py │ │ ├── SimbaRptAdgroupnonsearcheffectGetRequest.py │ │ ├── SimbaRptCampadgroupbaseGetRequest.py │ │ ├── SimbaRptCampadgroupeffectGetRequest.py │ │ ├── SimbaRptCampaignbaseGetRequest.py │ │ ├── SimbaRptCampaigneffectGetRequest.py │ │ ├── SimbaRptCustbaseGetRequest.py │ │ ├── SimbaRptCusteffectGetRequest.py │ │ ├── SimbaRptDemographicbaseGetRequest.py │ │ ├── SimbaRptDemographiceffectGetRequest.py │ │ ├── SimbaToolsItemsTopGetRequest.py │ │ ├── SkusCustomGetRequest.py │ │ ├── SkusQuantityUpdateRequest.py │ │ ├── SpmeffectGetRequest.py │ │ ├── SubuserDepartmentAddRequest.py │ │ ├── SubuserDepartmentDeleteRequest.py │ │ ├── SubuserDepartmentUpdateRequest.py │ │ ├── SubuserDepartmentsGetRequest.py │ │ ├── SubuserDutyAddRequest.py │ │ ├── SubuserDutyDeleteRequest.py │ │ ├── SubuserDutyUpdateRequest.py │ │ ├── SubuserDutysGetRequest.py │ │ ├── SubuserEmployeeAddRequest.py │ │ ├── SubuserEmployeeUpdateRequest.py │ │ ├── SubuserFullinfoGetRequest.py │ │ ├── SubuserInfoUpdateRequest.py │ │ ├── SubusersGetRequest.py │ │ ├── TaobaokeCaturlGetRequest.py │ │ ├── TaobaokeItemsCouponGetRequest.py │ │ ├── TaobaokeItemsDetailGetRequest.py │ │ ├── TaobaokeItemsGetRequest.py │ │ ├── TaobaokeItemsRelateGetRequest.py │ │ ├── TaobaokeListurlGetRequest.py │ │ ├── TaobaokeReportGetRequest.py │ │ ├── TaobaokeShopsGetRequest.py │ │ ├── TaobaokeShopsRelateGetRequest.py │ │ ├── TaobaokeWidgetItemsConvertRequest.py │ │ ├── TaobaokeWidgetShopsConvertRequest.py │ │ ├── TaobaokeWidgetUrlConvertRequest.py │ │ ├── TimeGetRequest.py │ │ ├── TmallBrandcatControlGetRequest.py │ │ ├── TmallBrandcatSalesproGetRequest.py │ │ ├── TmallItemsDiscountSearchRequest.py │ │ ├── TmallProductSpecAddRequest.py │ │ ├── TmallProductSpecGetRequest.py │ │ ├── TmallProductSpecPicUploadRequest.py │ │ ├── TmallProductSpecsGetRequest.py │ │ ├── TmallSelectedItemsSearchRequest.py │ │ ├── TmallTemaiItemsSearchRequest.py │ │ ├── TmallTemaiSubcatsSearchRequest.py │ │ ├── TopatsDeliverySendRequest.py │ │ ├── TopatsIncrementMessagesGetRequest.py │ │ ├── TopatsItemcatsGetRequest.py │ │ ├── TopatsItemsAllGetRequest.py │ │ ├── TopatsRefundsReceiveGetRequest.py │ │ ├── TopatsResultGetRequest.py │ │ ├── TopatsSimbaCampkeywordbaseGetRequest.py │ │ ├── TopatsSimbaCampkeywordeffectGetRequest.py │ │ ├── TopatsTaskDeleteRequest.py │ │ ├── TopatsTasksGetRequest.py │ │ ├── TopatsTradesFullinfoGetRequest.py │ │ ├── TopatsTradesSoldGetRequest.py │ │ ├── TradeAmountGetRequest.py │ │ ├── TradeCloseRequest.py │ │ ├── TradeConfirmfeeGetRequest.py │ │ ├── TradeFullinfoGetRequest.py │ │ ├── TradeGetRequest.py │ │ ├── TradeMemoAddRequest.py │ │ ├── TradeMemoUpdateRequest.py │ │ ├── TradeOrderskuUpdateRequest.py │ │ ├── TradePostageUpdateRequest.py │ │ ├── TradeReceivetimeDelayRequest.py │ │ ├── TradeShippingaddressUpdateRequest.py │ │ ├── TradeSnapshotGetRequest.py │ │ ├── TraderateAddRequest.py │ │ ├── TraderateExplainAddRequest.py │ │ ├── TraderateListAddRequest.py │ │ ├── TraderatesGetRequest.py │ │ ├── TradesSoldGetRequest.py │ │ ├── TradesSoldIncrementGetRequest.py │ │ ├── TradesSoldIncrementvGetRequest.py │ │ ├── TravelItemsareaGetRequest.py │ │ ├── TripJipiaoAgentItinerarySendRequest.py │ │ ├── TripJipiaoAgentOrderConfirmRequest.py │ │ ├── TripJipiaoAgentOrderFailRequest.py │ │ ├── TripJipiaoAgentOrderFindRequest.py │ │ ├── TripJipiaoAgentOrderGetRequest.py │ │ ├── TripJipiaoAgentOrderHkRequest.py │ │ ├── TripJipiaoAgentOrderSearchRequest.py │ │ ├── TripJipiaoAgentOrderSpecialConfirmRequest.py │ │ ├── TripJipiaoAgentOrderSuccessRequest.py │ │ ├── UdpItemGetRequest.py │ │ ├── UdpJuhuasuanGetRequest.py │ │ ├── UdpShopGetRequest.py │ │ ├── UmpActivitiesGetRequest.py │ │ ├── UmpActivitiesListGetRequest.py │ │ ├── UmpActivityAddRequest.py │ │ ├── UmpActivityDeleteRequest.py │ │ ├── UmpActivityGetRequest.py │ │ ├── UmpActivityUpdateRequest.py │ │ ├── UmpDetailAddRequest.py │ │ ├── UmpDetailDeleteRequest.py │ │ ├── UmpDetailGetRequest.py │ │ ├── UmpDetailListAddRequest.py │ │ ├── UmpDetailUpdateRequest.py │ │ ├── UmpDetailsGetRequest.py │ │ ├── UmpMbbGetbycodeRequest.py │ │ ├── UmpMbbGetbyidRequest.py │ │ ├── UmpMbbsGetRequest.py │ │ ├── UmpMbbsListGetRequest.py │ │ ├── UmpPromotionGetRequest.py │ │ ├── UmpRangeAddRequest.py │ │ ├── UmpRangeDeleteRequest.py │ │ ├── UmpRangeGetRequest.py │ │ ├── UmpToolAddRequest.py │ │ ├── UmpToolDeleteRequest.py │ │ ├── UmpToolGetRequest.py │ │ ├── UmpToolUpdateRequest.py │ │ ├── UmpToolsGetRequest.py │ │ ├── UserBuyerGetRequest.py │ │ ├── UserGetRequest.py │ │ ├── UserSellerGetRequest.py │ │ ├── UserrecommendItemsGetRequest.py │ │ ├── UsersGetRequest.py │ │ ├── VasOrderSearchRequest.py │ │ ├── VasSubscSearchRequest.py │ │ ├── VasSubscribeGetRequest.py │ │ ├── WangwangEserviceAvgwaittimeGetRequest.py │ │ ├── WangwangEserviceChatpeersGetRequest.py │ │ ├── WangwangEserviceEvalsGetRequest.py │ │ ├── WangwangEserviceEvaluationGetRequest.py │ │ ├── WangwangEserviceGroupmemberGetRequest.py │ │ ├── WangwangEserviceLoginlogsGetRequest.py │ │ ├── WangwangEserviceNoreplynumGetRequest.py │ │ ├── WangwangEserviceOnlinetimeGetRequest.py │ │ ├── WangwangEserviceReceivenumGetRequest.py │ │ ├── WangwangEserviceStreamweigthsGetRequest.py │ │ ├── WidgetAppapiruleCheckRequest.py │ │ ├── WidgetItempanelGetRequest.py │ │ ├── WidgetLoginstatusGetRequest.py │ │ ├── WlbInventoryDetailGetRequest.py │ │ ├── WlbInventorySyncRequest.py │ │ ├── WlbInventorylogQueryRequest.py │ │ ├── WlbItemAddRequest.py │ │ ├── WlbItemAuthorizationAddRequest.py │ │ ├── WlbItemAuthorizationDeleteRequest.py │ │ ├── WlbItemAuthorizationQueryRequest.py │ │ ├── WlbItemBatchQueryRequest.py │ │ ├── WlbItemCombinationCreateRequest.py │ │ ├── WlbItemCombinationDeleteRequest.py │ │ ├── WlbItemCombinationGetRequest.py │ │ ├── WlbItemConsignmentCreateRequest.py │ │ ├── WlbItemConsignmentDeleteRequest.py │ │ ├── WlbItemConsignmentPageGetRequest.py │ │ ├── WlbItemDeleteRequest.py │ │ ├── WlbItemGetRequest.py │ │ ├── WlbItemMapGetByExtentityRequest.py │ │ ├── WlbItemMapGetRequest.py │ │ ├── WlbItemQueryRequest.py │ │ ├── WlbItemSynchronizeDeleteRequest.py │ │ ├── WlbItemSynchronizeRequest.py │ │ ├── WlbItemUpdateRequest.py │ │ ├── WlbNotifyMessageConfirmRequest.py │ │ ├── WlbNotifyMessagePageGetRequest.py │ │ ├── WlbOrderCancelRequest.py │ │ ├── WlbOrderConsignRequest.py │ │ ├── WlbOrderCreateRequest.py │ │ ├── WlbOrderPageGetRequest.py │ │ ├── WlbOrderScheduleRuleAddRequest.py │ │ ├── WlbOrderScheduleRuleUpdateRequest.py │ │ ├── WlbOrderitemPageGetRequest.py │ │ ├── WlbOrderscheduleruleDeleteRequest.py │ │ ├── WlbOrderscheduleruleQueryRequest.py │ │ ├── WlbOrderstatusGetRequest.py │ │ ├── WlbOutInventoryChangeNotifyRequest.py │ │ ├── WlbReplenishStatisticsRequest.py │ │ ├── WlbSubscriptionQueryRequest.py │ │ ├── WlbTmsorderQueryRequest.py │ │ ├── WlbTradeorderGetRequest.py │ │ ├── WlbWlborderGetRequest.py │ │ └── __init__.py └── zip_demo.py ├── tests ├── __init__.py ├── test_caches.py ├── test_cql.py ├── test_debouncing.py ├── test_jsctx.py ├── test_models.py ├── test_queues.py ├── test_redis.py ├── test_session.py └── test_tbitem.py ├── thinredis.py └── webadmin ├── __init__.py ├── api.py ├── blacklist.py ├── code_tpl.py ├── code_tpl_seed.py ├── cqlui.py ├── modes.py ├── script_tpl ├── static ├── aaaa.html ├── bootstrap │ ├── css │ │ ├── bootstrap-responsive.css │ │ ├── bootstrap-responsive.min.css │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ ├── img │ │ ├── glyphicons-halflings-white.png │ │ └── glyphicons-halflings.png │ └── js │ │ ├── bootstrap.js │ │ └── bootstrap.min.js ├── codemirror │ ├── codemirror.css │ ├── codemirror.js │ ├── python.js │ └── theme │ │ ├── 3024-day.css │ │ ├── 3024-night.css │ │ ├── ambiance-mobile.css │ │ ├── ambiance.css │ │ ├── base16-dark.css │ │ ├── base16-light.css │ │ ├── blackboard.css │ │ ├── cobalt.css │ │ ├── eclipse.css │ │ ├── elegant.css │ │ ├── erlang-dark.css │ │ ├── lesser-dark.css │ │ ├── midnight.css │ │ ├── monokai.css │ │ ├── neat.css │ │ ├── night.css │ │ ├── rubyblue.css │ │ ├── solarized.css │ │ ├── tomorrow-night-eighties.css │ │ ├── twilight.css │ │ ├── vibrant-ink.css │ │ ├── xq-dark.css │ │ └── xq-light.css ├── css │ ├── admin.css │ ├── bootstrap.css │ └── datepicker.css ├── home.html ├── img │ └── search.png ├── js │ ├── actions.js │ ├── autobahn.js │ ├── bootstrap-datepicker.js │ ├── bootstrap-dropdown.js │ ├── filters.js │ ├── form.js │ ├── jquery-1.8.3.min.js │ └── url.min.js ├── select2 │ ├── LICENSE │ ├── VERSION-IS-3.2 │ ├── select2.css │ ├── select2.min.js │ ├── select2.png │ ├── select2x2.png │ └── spinner.gif └── vendor │ └── jquery-1.8.3.min.js ├── templates ├── admin │ ├── actions.html │ ├── base.html │ ├── file │ │ ├── edit.html │ │ ├── form.html │ │ ├── list.html │ │ └── rename.html │ ├── index.html │ ├── layout.html │ ├── lib.html │ ├── master.html │ └── model │ │ ├── create.html │ │ ├── edit.html │ │ ├── inline_field_list.html │ │ ├── inline_form.html │ │ ├── inline_list_base.html │ │ ├── layout.html │ │ └── list.html ├── blacklist │ └── index.html ├── cfz │ ├── code_create.html │ ├── code_edit.html │ ├── edit.html │ ├── list_category.html │ ├── seed_list.html │ ├── spider_create.html │ ├── spider_edit.html │ ├── spider_list.html │ ├── spider_monitor.html │ ├── spider_monitor_pid.html │ └── spiders.html └── cqlui │ ├── index.html │ └── table.html └── views.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/.gitignore -------------------------------------------------------------------------------- /INDEX.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/INDEX.rst -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/README.md -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/README.rst -------------------------------------------------------------------------------- /REFS.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/REFS.rst -------------------------------------------------------------------------------- /TODO.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/TODO.rst -------------------------------------------------------------------------------- /admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/admin.py -------------------------------------------------------------------------------- /aggregator/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/__init__.py -------------------------------------------------------------------------------- /aggregator/agghosts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/agghosts.py -------------------------------------------------------------------------------- /aggregator/blacklist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/blacklist.py -------------------------------------------------------------------------------- /aggregator/brandagg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/brandagg.py -------------------------------------------------------------------------------- /aggregator/brandes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/brandes.py -------------------------------------------------------------------------------- /aggregator/brands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/brands.py -------------------------------------------------------------------------------- /aggregator/cateagg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/cateagg.py -------------------------------------------------------------------------------- /aggregator/doagg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/doagg.py -------------------------------------------------------------------------------- /aggregator/esindex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/esindex.py -------------------------------------------------------------------------------- /aggregator/indexes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/indexes.py -------------------------------------------------------------------------------- /aggregator/info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/info.py -------------------------------------------------------------------------------- /aggregator/itemagg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/itemagg.py -------------------------------------------------------------------------------- /aggregator/iteminfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/iteminfo.py -------------------------------------------------------------------------------- /aggregator/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/models.py -------------------------------------------------------------------------------- /aggregator/processes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/processes.py -------------------------------------------------------------------------------- /aggregator/shopagg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/shopagg.py -------------------------------------------------------------------------------- /aggregator/shopes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/shopes.py -------------------------------------------------------------------------------- /aggregator/shophist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/shophist.py -------------------------------------------------------------------------------- /aggregator/top10agg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/top10agg.py -------------------------------------------------------------------------------- /aggregator/worker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/aggregator/worker.py -------------------------------------------------------------------------------- /caches.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/caches.py -------------------------------------------------------------------------------- /cql/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/__init__.py -------------------------------------------------------------------------------- /cql/apivalues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/apivalues.py -------------------------------------------------------------------------------- /cql/cassandra/Cassandra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/cassandra/Cassandra.py -------------------------------------------------------------------------------- /cql/cassandra/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/cassandra/__init__.py -------------------------------------------------------------------------------- /cql/cassandra/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/cassandra/constants.py -------------------------------------------------------------------------------- /cql/cassandra/ttypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/cassandra/ttypes.py -------------------------------------------------------------------------------- /cql/connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/connection.py -------------------------------------------------------------------------------- /cql/connection_pool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/connection_pool.py -------------------------------------------------------------------------------- /cql/cqltypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/cqltypes.py -------------------------------------------------------------------------------- /cql/cursor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/cursor.py -------------------------------------------------------------------------------- /cql/decoders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/decoders.py -------------------------------------------------------------------------------- /cql/errors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/errors.py -------------------------------------------------------------------------------- /cql/marshal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/marshal.py -------------------------------------------------------------------------------- /cql/native.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/native.py -------------------------------------------------------------------------------- /cql/query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/query.py -------------------------------------------------------------------------------- /cql/thrifteries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql/thrifteries.py -------------------------------------------------------------------------------- /cql_test/aaaa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql_test/aaaa.py -------------------------------------------------------------------------------- /cql_test/demo1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql_test/demo1.py -------------------------------------------------------------------------------- /cql_test/get_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql_test/get_all.py -------------------------------------------------------------------------------- /cql_test/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cql_test/test.py -------------------------------------------------------------------------------- /cqlutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/cqlutils.py -------------------------------------------------------------------------------- /crawler/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /crawler/cates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crawler/cates.py -------------------------------------------------------------------------------- /crawler/h5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crawler/h5.py -------------------------------------------------------------------------------- /crawler/info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crawler/info.py -------------------------------------------------------------------------------- /crawler/jsctx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crawler/jsctx.py -------------------------------------------------------------------------------- /crawler/scheduler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crawler/scheduler.py -------------------------------------------------------------------------------- /crawler/session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crawler/session.py -------------------------------------------------------------------------------- /crawler/tbcat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crawler/tbcat.py -------------------------------------------------------------------------------- /crawler/tbitem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crawler/tbitem.py -------------------------------------------------------------------------------- /crawler/tbshop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crawler/tbshop.py -------------------------------------------------------------------------------- /crawler/tbshopinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crawler/tbshopinfo.py -------------------------------------------------------------------------------- /crawler/topcates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crawler/topcates.py -------------------------------------------------------------------------------- /crawler/worker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crawler/worker.py -------------------------------------------------------------------------------- /crontab/geventReactor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crontab/geventReactor.py -------------------------------------------------------------------------------- /crontab/gtx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/crontab/gtx.py -------------------------------------------------------------------------------- /daemon/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /daemon/client2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/client2.py -------------------------------------------------------------------------------- /daemon/ec2_schd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/ec2_schd.py -------------------------------------------------------------------------------- /daemon/funs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/funs.py -------------------------------------------------------------------------------- /daemon/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /daemon/models/get_seed_520333c27ee313625a54e367.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/models/get_seed_520333c27ee313625a54e367.py -------------------------------------------------------------------------------- /daemon/models/get_seed_5214300a1d41c84387df370d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/models/get_seed_5214300a1d41c84387df370d.py -------------------------------------------------------------------------------- /daemon/models/get_seed_521435031d41c84387df3710.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/models/get_seed_521435031d41c84387df3710.py -------------------------------------------------------------------------------- /daemon/models/navi_520dc5e01d41c80bdcef2624.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/models/navi_520dc5e01d41c80bdcef2624.py -------------------------------------------------------------------------------- /daemon/models/navi_521430311d41c84387df370e.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/models/navi_521430311d41c84387df370e.py -------------------------------------------------------------------------------- /daemon/models/navi_5214351f1d41c84387df3711.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/models/navi_5214351f1d41c84387df3711.py -------------------------------------------------------------------------------- /daemon/models/test_get_seed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/models/test_get_seed.py -------------------------------------------------------------------------------- /daemon/models/test_py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/models/test_py.py -------------------------------------------------------------------------------- /daemon/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/server.py -------------------------------------------------------------------------------- /daemon/setting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/setting.py -------------------------------------------------------------------------------- /daemon/spider_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/spider_base.py -------------------------------------------------------------------------------- /daemon/spider_engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/spider_engine.py -------------------------------------------------------------------------------- /daemon/spider_gt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/spider_gt.py -------------------------------------------------------------------------------- /daemon/spider_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/spider_runner.py -------------------------------------------------------------------------------- /daemon/spider_tx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/spider_tx.py -------------------------------------------------------------------------------- /daemon/test_get_seed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/daemon/test_get_seed.py -------------------------------------------------------------------------------- /daemon/twistd.pid: -------------------------------------------------------------------------------- 1 | 2188 -------------------------------------------------------------------------------- /debouncing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/debouncing.py -------------------------------------------------------------------------------- /env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/env.sh -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/models.py -------------------------------------------------------------------------------- /queues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/queues.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/requirements.txt -------------------------------------------------------------------------------- /schema.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/schema.cql -------------------------------------------------------------------------------- /scripts/benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/scripts/benchmark.py -------------------------------------------------------------------------------- /scripts/checkschema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/scripts/checkschema.py -------------------------------------------------------------------------------- /scripts/cleanshard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/scripts/cleanshard.py -------------------------------------------------------------------------------- /scripts/dump2111.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/scripts/dump2111.py -------------------------------------------------------------------------------- /scripts/install-cassandra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/scripts/install-cassandra.sh -------------------------------------------------------------------------------- /scripts/install-pyv8.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/scripts/install-pyv8.sh -------------------------------------------------------------------------------- /scripts/install-redis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/scripts/install-redis.sh -------------------------------------------------------------------------------- /scripts/recount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/scripts/recount.py -------------------------------------------------------------------------------- /scripts/rmemuse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/scripts/rmemuse.py -------------------------------------------------------------------------------- /scripts/setup-redis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/scripts/setup-redis.sh -------------------------------------------------------------------------------- /scripts/setupenv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/scripts/setupenv.sh -------------------------------------------------------------------------------- /settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/settings.py -------------------------------------------------------------------------------- /shardredis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/shardredis.py -------------------------------------------------------------------------------- /tbapi/daemon_category.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tbapi/download.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/download.zip -------------------------------------------------------------------------------- /tbapi/get_category.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/get_category.py -------------------------------------------------------------------------------- /tbapi/getinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/getinfo.py -------------------------------------------------------------------------------- /tbapi/top/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/__init__.py -------------------------------------------------------------------------------- /tbapi/top/api/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/__init__.py -------------------------------------------------------------------------------- /tbapi/top/api/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/base.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AftersaleGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AftersaleGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlibabaLogisticsOrderCancelRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlibabaLogisticsOrderCancelRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlibabaLogisticsOrderChargeRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlibabaLogisticsOrderChargeRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlibabaLogisticsOrderConsignRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlibabaLogisticsOrderConsignRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlibabaLogisticsRouteQueryRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlibabaLogisticsRouteQueryRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayEbppBillAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayEbppBillAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayEbppBillGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayEbppBillGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayEbppBillPayRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayEbppBillPayRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayEbppBillPayurlGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayEbppBillPayurlGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayMicropayOrderConfirmpayurlGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayMicropayOrderConfirmpayurlGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayMicropayOrderDirectPayRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayMicropayOrderDirectPayRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayMicropayOrderFreezeRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayMicropayOrderFreezeRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayMicropayOrderFreezepayurlGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayMicropayOrderFreezepayurlGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayMicropayOrderGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayMicropayOrderGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayMicropayOrderUnfreezeRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayMicropayOrderUnfreezeRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayPointBudgetGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayPointBudgetGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayPointOrderAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayPointOrderAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayPointOrderGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayPointOrderGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipaySystemOauthTokenRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipaySystemOauthTokenRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayTopatsUserAccountreportGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayTopatsUserAccountreportGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayUserAccountFreezeGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayUserAccountFreezeGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayUserAccountGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayUserAccountGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayUserContractGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayUserContractGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayUserGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayUserGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AlipayUserTradeSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AlipayUserTradeSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AppipGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AppipGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/AreasGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/AreasGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/CaipiaoGoodsInfoInputRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/CaipiaoGoodsInfoInputRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/CaipiaoLotterySendRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/CaipiaoLotterySendRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/CaipiaoLotterySendbynickRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/CaipiaoLotterySendbynickRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/CaipiaoLotterytypesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/CaipiaoLotterytypesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/CaipiaoPresentItemsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/CaipiaoPresentItemsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/CaipiaoPresentStatGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/CaipiaoPresentStatGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/CaipiaoPresentWinItemsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/CaipiaoPresentWinItemsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/CaipiaoShopInfoInputRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/CaipiaoShopInfoInputRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/CaipiaoSignstatusCheckRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/CaipiaoSignstatusCheckRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/CategoryrecommendItemsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/CategoryrecommendItemsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/CometDiscardinfoGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/CometDiscardinfoGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/DeliveryTemplateAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/DeliveryTemplateAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/DeliveryTemplateDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/DeliveryTemplateDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/DeliveryTemplateGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/DeliveryTemplateGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/DeliveryTemplateUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/DeliveryTemplateUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/DeliveryTemplatesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/DeliveryTemplatesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FavoriteAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FavoriteAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FavoriteSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FavoriteSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FeedbackAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FeedbackAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoCooperationAuditRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoCooperationAuditRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoCooperationGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoCooperationGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoCooperationProductcatAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoCooperationProductcatAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoCooperationTerminateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoCooperationTerminateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoCooperationUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoCooperationUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoDiscountAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoDiscountAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoDiscountUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoDiscountUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoDiscountsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoDiscountsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoDistributorArchivesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoDistributorArchivesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoDistributorItemsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoDistributorItemsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoDistributorProcuctStaticGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoDistributorProcuctStaticGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoDistributorsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoDistributorsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoGradeAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoGradeAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoGradeDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoGradeDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoGradeUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoGradeUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoGradesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoGradesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoLoginUserGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoLoginUserGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoOrderCloseRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoOrderCloseRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoOrderConfirmPaidRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoOrderConfirmPaidRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoOrderCreateDealerRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoOrderCreateDealerRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoOrderCustomfieldUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoOrderCustomfieldUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoOrderMessageAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoOrderMessageAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoOrderPayRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoOrderPayRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoOrderRemarkUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoOrderRemarkUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoOrdersGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoOrdersGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductGradepriceGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductGradepriceGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductGradepriceUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductGradepriceUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductImageDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductImageDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductImageUploadRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductImageUploadRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductMapAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductMapAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductMapDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductMapDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductPduUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductPduUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductSkuAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductSkuAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductSkuDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductSkuDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductSkuUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductSkuUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductSkusGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductSkusGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductcatAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductcatAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductcatDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductcatDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductcatUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductcatUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductcatsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductcatsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoProductsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoProductsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoRequisitionsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoRequisitionsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FenxiaoTrademonitorGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FenxiaoTrademonitorGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/FuwuSaleLinkGenRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/FuwuSaleLinkGenRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelCityGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelCityGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelImageUploadRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelImageUploadRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelMatchFeedbackRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelMatchFeedbackRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelNameGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelNameGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelOrderBookingFeedbackRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelOrderBookingFeedbackRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelOrderFaceCheckRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelOrderFaceCheckRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelOrderFaceDealRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelOrderFaceDealRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelOrderGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelOrderGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelOrderPayFeedbackRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelOrderPayFeedbackRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelOrderRefundFeedbackRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelOrderRefundFeedbackRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelOrdersSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelOrdersSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelRoomAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelRoomAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelRoomGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelRoomGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelRoomImgDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelRoomImgDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelRoomImgUploadRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelRoomImgUploadRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelRoomQuotasQueryFeedbackRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelRoomQuotasQueryFeedbackRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelRoomUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelRoomUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelRoomsSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelRoomsSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelRoomsUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelRoomsUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelSoldHotelsIncrementGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelSoldHotelsIncrementGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelSoldOrdersIncrementGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelSoldOrdersIncrementGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelSoldTypesIncrementGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelSoldTypesIncrementGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelTypeAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelTypeAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelTypeNameGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelTypeNameGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/HotelsSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/HotelsSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/IncrementAuthorizeMessageGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/IncrementAuthorizeMessageGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/IncrementCustomerPermitRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/IncrementCustomerPermitRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/IncrementCustomerStopRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/IncrementCustomerStopRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/IncrementCustomersGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/IncrementCustomersGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/IncrementItemsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/IncrementItemsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/IncrementRefundsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/IncrementRefundsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/IncrementTradesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/IncrementTradesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryAdjustExternalRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryAdjustExternalRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryAdjustTradeRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryAdjustTradeRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryAuthorizeGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryAuthorizeGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryAuthorizeGetallRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryAuthorizeGetallRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryAuthorizeRemoveRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryAuthorizeRemoveRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryAuthorizeRemoveallRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryAuthorizeRemoveallRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryAuthorizeSetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryAuthorizeSetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryInitialItemRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryInitialItemRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryInitialRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryInitialRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryOccupyApplyRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryOccupyApplyRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryOccupyCancelRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryOccupyCancelRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryQueryRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryQueryRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryStoreManageRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryStoreManageRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/InventoryStoreQueryRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/InventoryStoreQueryRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemAnchorGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemAnchorGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemBsellerAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemBsellerAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemCsellerAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemCsellerAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemImgDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemImgDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemImgUploadRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemImgUploadRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemJointImgRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemJointImgRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemJointPropimgRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemJointPropimgRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemPriceUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemPriceUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemPropimgDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemPropimgDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemPropimgUploadRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemPropimgUploadRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemQuantityUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemQuantityUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemRecommendAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemRecommendAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemRecommendDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemRecommendDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemSkuAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemSkuAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemSkuDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemSkuDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemSkuGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemSkuGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemSkuPriceUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemSkuPriceUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemSkuUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemSkuUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemSkusGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemSkusGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemTemplatesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemTemplatesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemUpdateDelistingRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemUpdateDelistingRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemUpdateListingRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemUpdateListingRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemcatsAuthorizeGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemcatsAuthorizeGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemcatsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemcatsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemcatsIncrementGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemcatsIncrementGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItempropsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItempropsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItempropvaluesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItempropvaluesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemrecommendItemsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemrecommendItemsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemsCustomGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemsCustomGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemsInventoryGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemsInventoryGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemsListGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemsListGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ItemsOnsaleGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ItemsOnsaleGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/JipiaoPolicyGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/JipiaoPolicyGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/JipiaoPolicyProcessRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/JipiaoPolicyProcessRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/JipiaoPolicystatusUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/JipiaoPolicystatusUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/KfcKeywordSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/KfcKeywordSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsAddressAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsAddressAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsAddressModifyRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsAddressModifyRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsAddressRemoveRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsAddressRemoveRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsAddressSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsAddressSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsCompaniesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsCompaniesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsConsignResendRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsConsignResendRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsDummySendRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsDummySendRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsOfflineSendRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsOfflineSendRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsOnlineCancelRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsOnlineCancelRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsOnlineConfirmRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsOnlineConfirmRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsOnlineSendRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsOnlineSendRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsOrdersDetailGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsOrdersDetailGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsOrdersGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsOrdersGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsOrderstorePushRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsOrderstorePushRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsOrdertracePushRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsOrdertracePushRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsPartnersGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsPartnersGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/LogisticsTraceSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/LogisticsTraceSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/MarketingPromotionKfcRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/MarketingPromotionKfcRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/MarketingPromotionsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/MarketingPromotionsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/MarketingTagsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/MarketingTagsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PictureCategoryAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PictureCategoryAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PictureCategoryGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PictureCategoryGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PictureCategoryUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PictureCategoryUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PictureDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PictureDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PictureGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PictureGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PictureIsreferencedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PictureIsreferencedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PictureReferencedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PictureReferencedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PictureReplaceRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PictureReplaceRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PictureUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PictureUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PictureUploadRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PictureUploadRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PictureUserinfoGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PictureUserinfoGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ProductAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ProductAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ProductGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ProductGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ProductImgDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ProductImgDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ProductImgUploadRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ProductImgUploadRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ProductPropimgDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ProductPropimgDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ProductPropimgUploadRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ProductPropimgUploadRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ProductUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ProductUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ProductsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ProductsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ProductsSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ProductsSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PromotionActivityAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PromotionActivityAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PromotionActivityCancelRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PromotionActivityCancelRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PromotionActivityDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PromotionActivityDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PromotionActivityGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PromotionActivityGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PromotionCouponAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PromotionCouponAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PromotionCouponSendRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PromotionCouponSendRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PromotionCouponTransferRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PromotionCouponTransferRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PromotionCoupondetailGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PromotionCoupondetailGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PromotionCouponsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PromotionCouponsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PromotionLimitdiscountDetailGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PromotionLimitdiscountDetailGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PromotionLimitdiscountGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PromotionLimitdiscountGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/PromotionMealGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/PromotionMealGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/RdsDbCreateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/RdsDbCreateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/RdsDbDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/RdsDbDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/RdsDbGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/RdsDbGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/RefundGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/RefundGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/RefundMessageAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/RefundMessageAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/RefundMessagesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/RefundMessagesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/RefundRefuseRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/RefundRefuseRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/RefundsApplyGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/RefundsApplyGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/RefundsReceiveGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/RefundsReceiveGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ScitemAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ScitemAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ScitemGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ScitemGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ScitemMapAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ScitemMapAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ScitemMapDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ScitemMapDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ScitemMapQueryRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ScitemMapQueryRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ScitemOutercodeGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ScitemOutercodeGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ScitemQueryRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ScitemQueryRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ScitemUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ScitemUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SellercatsListAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SellercatsListAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SellercatsListGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SellercatsListGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SellercatsListUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SellercatsListUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SellercenterRoleAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SellercenterRoleAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SellercenterRoleInfoGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SellercenterRoleInfoGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SellercenterRolemembersGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SellercenterRolemembersGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SellercenterRolesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SellercenterRolesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SellercenterSubuserPermissionsRolesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SellercenterSubuserPermissionsRolesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SellercenterSubusersGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SellercenterSubusersGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SellercenterUserPermissionsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SellercenterUserPermissionsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ShopGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ShopGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ShopRemainshowcaseGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ShopRemainshowcaseGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ShopUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ShopUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ShopcatsListGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ShopcatsListGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ShoprecommendItemsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ShoprecommendItemsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/ShoprecommendShopsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/ShoprecommendShopsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAccountBalanceGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAccountBalanceGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupAdgroupcatmatchsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupAdgroupcatmatchsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupCampcatmatchsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupCampcatmatchsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupCatmatchGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupCatmatchGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupCatmatchUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupCatmatchUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupCatmatchforecastGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupCatmatchforecastGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupChangedcatmatchsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupChangedcatmatchsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupDeletedcatmatchsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupDeletedcatmatchsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupNonsearchpricesUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupNonsearchpricesUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupNonsearchstatesUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupNonsearchstatesUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupOnlineitemsvonGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupOnlineitemsvonGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupidsChangedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupidsChangedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupidsDeletedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupidsDeletedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupsChangedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupsChangedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupsItemExistRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupsItemExistRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupsbyadgroupidsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupsbyadgroupidsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaAdgroupsbycampaignidGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaAdgroupsbycampaignidGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignAreaGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignAreaGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignAreaUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignAreaUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignAreaoptionsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignAreaoptionsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignBudgetGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignBudgetGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignBudgetUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignBudgetUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignChanneloptionsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignChanneloptionsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignPlatformGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignPlatformGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignPlatformUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignPlatformUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignScheduleGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignScheduleGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignScheduleUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignScheduleUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCampaignsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCampaignsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCatmatchidsChangedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCatmatchidsChangedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCatmatchidsDeletedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCatmatchidsDeletedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCreativeAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCreativeAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCreativeDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCreativeDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCreativeUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCreativeUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCreativeidsChangedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCreativeidsChangedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCreativeidsDeletedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCreativeidsDeletedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCreativesChangedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCreativesChangedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCreativesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCreativesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCreativesRecordGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCreativesRecordGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaCustomersAuthorizedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaCustomersAuthorizedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaInsightCatsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaInsightCatsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaInsightCatsanalysisGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaInsightCatsanalysisGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaInsightCatsbaseGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaInsightCatsbaseGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaInsightCatsforecastGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaInsightCatsforecastGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaInsightCatsrelatedwordGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaInsightCatsrelatedwordGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaInsightCatstopwordGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaInsightCatstopwordGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaInsightToplevelcatsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaInsightToplevelcatsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaInsightWordsanalysisGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaInsightWordsanalysisGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaInsightWordsbaseGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaInsightWordsbaseGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaInsightWordscatsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaInsightWordscatsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaKeywordKeywordforecastGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaKeywordKeywordforecastGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaKeywordidsChangedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaKeywordidsChangedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaKeywordidsDeletedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaKeywordidsDeletedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaKeywordsChangedGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaKeywordsChangedGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaKeywordsDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaKeywordsDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaKeywordsPricevonSetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaKeywordsPricevonSetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaKeywordsQscoreGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaKeywordsQscoreGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaKeywordsRecommendGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaKeywordsRecommendGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaKeywordsbyadgroupidGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaKeywordsbyadgroupidGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaKeywordsbykeywordidsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaKeywordsbykeywordidsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaKeywordscatQscoreGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaKeywordscatQscoreGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaKeywordsvonAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaKeywordsvonAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaLoginAuthsignGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaLoginAuthsignGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaNonsearchAdgroupplacesAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaNonsearchAdgroupplacesAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaNonsearchAdgroupplacesDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaNonsearchAdgroupplacesDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaNonsearchAdgroupplacesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaNonsearchAdgroupplacesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaNonsearchAdgroupplacesUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaNonsearchAdgroupplacesUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaNonsearchAlldemographicsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaNonsearchAlldemographicsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaNonsearchAllplacesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaNonsearchAllplacesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaNonsearchDemographicsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaNonsearchDemographicsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaNonsearchDemographicsUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaNonsearchDemographicsUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptAdgroupbaseGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptAdgroupbaseGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptAdgroupcreativebaseGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptAdgroupcreativebaseGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptAdgroupcreativeeffectGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptAdgroupcreativeeffectGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptAdgroupeffectGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptAdgroupeffectGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptAdgroupkeywordbaseGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptAdgroupkeywordbaseGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptAdgroupkeywordeffectGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptAdgroupkeywordeffectGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptAdgroupnonsearchbaseGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptAdgroupnonsearchbaseGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptAdgroupnonsearcheffectGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptAdgroupnonsearcheffectGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptCampadgroupbaseGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptCampadgroupbaseGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptCampadgroupeffectGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptCampadgroupeffectGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptCampaignbaseGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptCampaignbaseGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptCampaigneffectGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptCampaigneffectGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptCustbaseGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptCustbaseGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptCusteffectGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptCusteffectGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptDemographicbaseGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptDemographicbaseGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaRptDemographiceffectGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaRptDemographiceffectGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SimbaToolsItemsTopGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SimbaToolsItemsTopGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SkusCustomGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SkusCustomGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SkusQuantityUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SkusQuantityUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SpmeffectGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SpmeffectGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubuserDepartmentAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubuserDepartmentAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubuserDepartmentDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubuserDepartmentDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubuserDepartmentUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubuserDepartmentUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubuserDepartmentsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubuserDepartmentsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubuserDutyAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubuserDutyAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubuserDutyDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubuserDutyDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubuserDutyUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubuserDutyUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubuserDutysGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubuserDutysGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubuserEmployeeAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubuserEmployeeAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubuserEmployeeUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubuserEmployeeUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubuserFullinfoGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubuserFullinfoGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubuserInfoUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubuserInfoUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/SubusersGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/SubusersGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TaobaokeCaturlGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TaobaokeCaturlGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TaobaokeItemsCouponGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TaobaokeItemsCouponGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TaobaokeItemsDetailGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TaobaokeItemsDetailGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TaobaokeItemsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TaobaokeItemsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TaobaokeItemsRelateGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TaobaokeItemsRelateGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TaobaokeListurlGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TaobaokeListurlGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TaobaokeReportGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TaobaokeReportGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TaobaokeShopsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TaobaokeShopsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TaobaokeShopsRelateGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TaobaokeShopsRelateGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TaobaokeWidgetItemsConvertRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TaobaokeWidgetItemsConvertRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TaobaokeWidgetShopsConvertRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TaobaokeWidgetShopsConvertRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TaobaokeWidgetUrlConvertRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TaobaokeWidgetUrlConvertRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TimeGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TimeGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TmallBrandcatControlGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TmallBrandcatControlGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TmallBrandcatSalesproGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TmallBrandcatSalesproGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TmallItemsDiscountSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TmallItemsDiscountSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TmallProductSpecAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TmallProductSpecAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TmallProductSpecGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TmallProductSpecGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TmallProductSpecPicUploadRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TmallProductSpecPicUploadRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TmallProductSpecsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TmallProductSpecsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TmallSelectedItemsSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TmallSelectedItemsSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TmallTemaiItemsSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TmallTemaiItemsSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TmallTemaiSubcatsSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TmallTemaiSubcatsSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TopatsDeliverySendRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TopatsDeliverySendRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TopatsIncrementMessagesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TopatsIncrementMessagesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TopatsItemcatsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TopatsItemcatsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TopatsItemsAllGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TopatsItemsAllGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TopatsRefundsReceiveGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TopatsRefundsReceiveGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TopatsResultGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TopatsResultGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TopatsSimbaCampkeywordbaseGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TopatsSimbaCampkeywordbaseGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TopatsSimbaCampkeywordeffectGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TopatsSimbaCampkeywordeffectGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TopatsTaskDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TopatsTaskDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TopatsTasksGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TopatsTasksGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TopatsTradesFullinfoGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TopatsTradesFullinfoGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TopatsTradesSoldGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TopatsTradesSoldGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradeAmountGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradeAmountGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradeCloseRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradeCloseRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradeConfirmfeeGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradeConfirmfeeGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradeFullinfoGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradeFullinfoGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradeGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradeGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradeMemoAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradeMemoAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradeMemoUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradeMemoUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradeOrderskuUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradeOrderskuUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradePostageUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradePostageUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradeReceivetimeDelayRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradeReceivetimeDelayRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradeShippingaddressUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradeShippingaddressUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradeSnapshotGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradeSnapshotGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TraderateAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TraderateAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TraderateExplainAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TraderateExplainAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TraderateListAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TraderateListAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TraderatesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TraderatesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradesSoldGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradesSoldGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradesSoldIncrementGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradesSoldIncrementGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TradesSoldIncrementvGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TradesSoldIncrementvGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TravelItemsareaGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TravelItemsareaGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TripJipiaoAgentItinerarySendRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TripJipiaoAgentItinerarySendRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TripJipiaoAgentOrderConfirmRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TripJipiaoAgentOrderConfirmRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TripJipiaoAgentOrderFailRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TripJipiaoAgentOrderFailRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TripJipiaoAgentOrderFindRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TripJipiaoAgentOrderFindRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TripJipiaoAgentOrderGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TripJipiaoAgentOrderGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TripJipiaoAgentOrderHkRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TripJipiaoAgentOrderHkRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TripJipiaoAgentOrderSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TripJipiaoAgentOrderSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TripJipiaoAgentOrderSpecialConfirmRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TripJipiaoAgentOrderSpecialConfirmRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/TripJipiaoAgentOrderSuccessRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/TripJipiaoAgentOrderSuccessRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UdpItemGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UdpItemGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UdpJuhuasuanGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UdpJuhuasuanGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UdpShopGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UdpShopGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpActivitiesGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpActivitiesGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpActivitiesListGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpActivitiesListGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpActivityAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpActivityAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpActivityDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpActivityDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpActivityGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpActivityGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpActivityUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpActivityUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpDetailAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpDetailAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpDetailDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpDetailDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpDetailGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpDetailGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpDetailListAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpDetailListAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpDetailUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpDetailUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpDetailsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpDetailsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpMbbGetbycodeRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpMbbGetbycodeRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpMbbGetbyidRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpMbbGetbyidRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpMbbsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpMbbsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpMbbsListGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpMbbsListGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpPromotionGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpPromotionGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpRangeAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpRangeAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpRangeDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpRangeDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpRangeGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpRangeGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpToolAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpToolAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpToolDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpToolDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpToolGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpToolGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpToolUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpToolUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UmpToolsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UmpToolsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UserBuyerGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UserBuyerGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UserGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UserGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UserSellerGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UserSellerGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UserrecommendItemsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UserrecommendItemsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/UsersGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/UsersGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/VasOrderSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/VasOrderSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/VasSubscSearchRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/VasSubscSearchRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/VasSubscribeGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/VasSubscribeGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WangwangEserviceAvgwaittimeGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WangwangEserviceAvgwaittimeGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WangwangEserviceChatpeersGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WangwangEserviceChatpeersGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WangwangEserviceEvalsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WangwangEserviceEvalsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WangwangEserviceEvaluationGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WangwangEserviceEvaluationGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WangwangEserviceGroupmemberGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WangwangEserviceGroupmemberGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WangwangEserviceLoginlogsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WangwangEserviceLoginlogsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WangwangEserviceNoreplynumGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WangwangEserviceNoreplynumGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WangwangEserviceOnlinetimeGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WangwangEserviceOnlinetimeGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WangwangEserviceReceivenumGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WangwangEserviceReceivenumGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WangwangEserviceStreamweigthsGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WangwangEserviceStreamweigthsGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WidgetAppapiruleCheckRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WidgetAppapiruleCheckRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WidgetItempanelGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WidgetItempanelGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WidgetLoginstatusGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WidgetLoginstatusGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbInventoryDetailGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbInventoryDetailGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbInventorySyncRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbInventorySyncRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbInventorylogQueryRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbInventorylogQueryRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemAuthorizationAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemAuthorizationAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemAuthorizationDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemAuthorizationDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemAuthorizationQueryRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemAuthorizationQueryRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemBatchQueryRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemBatchQueryRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemCombinationCreateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemCombinationCreateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemCombinationDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemCombinationDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemCombinationGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemCombinationGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemConsignmentCreateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemConsignmentCreateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemConsignmentDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemConsignmentDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemConsignmentPageGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemConsignmentPageGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemMapGetByExtentityRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemMapGetByExtentityRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemMapGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemMapGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemQueryRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemQueryRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemSynchronizeDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemSynchronizeDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemSynchronizeRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemSynchronizeRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbItemUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbItemUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbNotifyMessageConfirmRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbNotifyMessageConfirmRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbNotifyMessagePageGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbNotifyMessagePageGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbOrderCancelRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbOrderCancelRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbOrderConsignRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbOrderConsignRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbOrderCreateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbOrderCreateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbOrderPageGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbOrderPageGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbOrderScheduleRuleAddRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbOrderScheduleRuleAddRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbOrderScheduleRuleUpdateRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbOrderScheduleRuleUpdateRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbOrderitemPageGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbOrderitemPageGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbOrderscheduleruleDeleteRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbOrderscheduleruleDeleteRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbOrderscheduleruleQueryRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbOrderscheduleruleQueryRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbOrderstatusGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbOrderstatusGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbOutInventoryChangeNotifyRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbOutInventoryChangeNotifyRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbReplenishStatisticsRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbReplenishStatisticsRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbSubscriptionQueryRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbSubscriptionQueryRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbTmsorderQueryRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbTmsorderQueryRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbTradeorderGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbTradeorderGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/WlbWlborderGetRequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/WlbWlborderGetRequest.py -------------------------------------------------------------------------------- /tbapi/top/api/rest/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/top/api/rest/__init__.py -------------------------------------------------------------------------------- /tbapi/zip_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tbapi/zip_demo.py -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/test_caches.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/test_cql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tests/test_cql.py -------------------------------------------------------------------------------- /tests/test_debouncing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tests/test_debouncing.py -------------------------------------------------------------------------------- /tests/test_jsctx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tests/test_jsctx.py -------------------------------------------------------------------------------- /tests/test_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tests/test_models.py -------------------------------------------------------------------------------- /tests/test_queues.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/test_redis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tests/test_redis.py -------------------------------------------------------------------------------- /tests/test_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tests/test_session.py -------------------------------------------------------------------------------- /tests/test_tbitem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/tests/test_tbitem.py -------------------------------------------------------------------------------- /thinredis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/thinredis.py -------------------------------------------------------------------------------- /webadmin/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/__init__.py -------------------------------------------------------------------------------- /webadmin/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/api.py -------------------------------------------------------------------------------- /webadmin/blacklist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/blacklist.py -------------------------------------------------------------------------------- /webadmin/code_tpl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/code_tpl.py -------------------------------------------------------------------------------- /webadmin/code_tpl_seed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/code_tpl_seed.py -------------------------------------------------------------------------------- /webadmin/cqlui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/cqlui.py -------------------------------------------------------------------------------- /webadmin/modes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/modes.py -------------------------------------------------------------------------------- /webadmin/script_tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/script_tpl -------------------------------------------------------------------------------- /webadmin/static/aaaa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/aaaa.html -------------------------------------------------------------------------------- /webadmin/static/bootstrap/css/bootstrap-responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/bootstrap/css/bootstrap-responsive.css -------------------------------------------------------------------------------- /webadmin/static/bootstrap/css/bootstrap-responsive.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/bootstrap/css/bootstrap-responsive.min.css -------------------------------------------------------------------------------- /webadmin/static/bootstrap/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/bootstrap/css/bootstrap.css -------------------------------------------------------------------------------- /webadmin/static/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /webadmin/static/bootstrap/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/bootstrap/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /webadmin/static/bootstrap/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/bootstrap/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /webadmin/static/bootstrap/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/bootstrap/js/bootstrap.js -------------------------------------------------------------------------------- /webadmin/static/bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /webadmin/static/codemirror/codemirror.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/codemirror.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/codemirror.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/codemirror.js -------------------------------------------------------------------------------- /webadmin/static/codemirror/python.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/python.js -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/3024-day.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/3024-day.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/3024-night.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/3024-night.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/ambiance-mobile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/ambiance-mobile.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/ambiance.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/ambiance.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/base16-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/base16-dark.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/base16-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/base16-light.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/blackboard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/blackboard.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/cobalt.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/cobalt.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/eclipse.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/eclipse.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/elegant.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/elegant.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/erlang-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/erlang-dark.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/lesser-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/lesser-dark.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/midnight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/midnight.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/monokai.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/monokai.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/neat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/neat.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/night.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/night.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/rubyblue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/rubyblue.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/solarized.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/solarized.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/tomorrow-night-eighties.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/tomorrow-night-eighties.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/twilight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/twilight.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/vibrant-ink.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/vibrant-ink.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/xq-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/xq-dark.css -------------------------------------------------------------------------------- /webadmin/static/codemirror/theme/xq-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/codemirror/theme/xq-light.css -------------------------------------------------------------------------------- /webadmin/static/css/admin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/css/admin.css -------------------------------------------------------------------------------- /webadmin/static/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/css/bootstrap.css -------------------------------------------------------------------------------- /webadmin/static/css/datepicker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/css/datepicker.css -------------------------------------------------------------------------------- /webadmin/static/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/home.html -------------------------------------------------------------------------------- /webadmin/static/img/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/img/search.png -------------------------------------------------------------------------------- /webadmin/static/js/actions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/js/actions.js -------------------------------------------------------------------------------- /webadmin/static/js/autobahn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/js/autobahn.js -------------------------------------------------------------------------------- /webadmin/static/js/bootstrap-datepicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/js/bootstrap-datepicker.js -------------------------------------------------------------------------------- /webadmin/static/js/bootstrap-dropdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/js/bootstrap-dropdown.js -------------------------------------------------------------------------------- /webadmin/static/js/filters.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/js/filters.js -------------------------------------------------------------------------------- /webadmin/static/js/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/js/form.js -------------------------------------------------------------------------------- /webadmin/static/js/jquery-1.8.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/js/jquery-1.8.3.min.js -------------------------------------------------------------------------------- /webadmin/static/js/url.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/js/url.min.js -------------------------------------------------------------------------------- /webadmin/static/select2/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/select2/LICENSE -------------------------------------------------------------------------------- /webadmin/static/select2/VERSION-IS-3.2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /webadmin/static/select2/select2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/select2/select2.css -------------------------------------------------------------------------------- /webadmin/static/select2/select2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/select2/select2.min.js -------------------------------------------------------------------------------- /webadmin/static/select2/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/select2/select2.png -------------------------------------------------------------------------------- /webadmin/static/select2/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/select2/select2x2.png -------------------------------------------------------------------------------- /webadmin/static/select2/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/select2/spinner.gif -------------------------------------------------------------------------------- /webadmin/static/vendor/jquery-1.8.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/static/vendor/jquery-1.8.3.min.js -------------------------------------------------------------------------------- /webadmin/templates/admin/actions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/actions.html -------------------------------------------------------------------------------- /webadmin/templates/admin/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/base.html -------------------------------------------------------------------------------- /webadmin/templates/admin/file/edit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/file/edit.html -------------------------------------------------------------------------------- /webadmin/templates/admin/file/form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/file/form.html -------------------------------------------------------------------------------- /webadmin/templates/admin/file/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/file/list.html -------------------------------------------------------------------------------- /webadmin/templates/admin/file/rename.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/file/rename.html -------------------------------------------------------------------------------- /webadmin/templates/admin/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/index.html -------------------------------------------------------------------------------- /webadmin/templates/admin/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/layout.html -------------------------------------------------------------------------------- /webadmin/templates/admin/lib.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/lib.html -------------------------------------------------------------------------------- /webadmin/templates/admin/master.html: -------------------------------------------------------------------------------- 1 | {% extends admin_base_template %} 2 | -------------------------------------------------------------------------------- /webadmin/templates/admin/model/create.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/model/create.html -------------------------------------------------------------------------------- /webadmin/templates/admin/model/edit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/model/edit.html -------------------------------------------------------------------------------- /webadmin/templates/admin/model/inline_field_list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/model/inline_field_list.html -------------------------------------------------------------------------------- /webadmin/templates/admin/model/inline_form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/model/inline_form.html -------------------------------------------------------------------------------- /webadmin/templates/admin/model/inline_list_base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/model/inline_list_base.html -------------------------------------------------------------------------------- /webadmin/templates/admin/model/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/model/layout.html -------------------------------------------------------------------------------- /webadmin/templates/admin/model/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/admin/model/list.html -------------------------------------------------------------------------------- /webadmin/templates/blacklist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/blacklist/index.html -------------------------------------------------------------------------------- /webadmin/templates/cfz/code_create.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cfz/code_create.html -------------------------------------------------------------------------------- /webadmin/templates/cfz/code_edit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cfz/code_edit.html -------------------------------------------------------------------------------- /webadmin/templates/cfz/edit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cfz/edit.html -------------------------------------------------------------------------------- /webadmin/templates/cfz/list_category.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cfz/list_category.html -------------------------------------------------------------------------------- /webadmin/templates/cfz/seed_list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cfz/seed_list.html -------------------------------------------------------------------------------- /webadmin/templates/cfz/spider_create.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cfz/spider_create.html -------------------------------------------------------------------------------- /webadmin/templates/cfz/spider_edit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cfz/spider_edit.html -------------------------------------------------------------------------------- /webadmin/templates/cfz/spider_list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cfz/spider_list.html -------------------------------------------------------------------------------- /webadmin/templates/cfz/spider_monitor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cfz/spider_monitor.html -------------------------------------------------------------------------------- /webadmin/templates/cfz/spider_monitor_pid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cfz/spider_monitor_pid.html -------------------------------------------------------------------------------- /webadmin/templates/cfz/spiders.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cfz/spiders.html -------------------------------------------------------------------------------- /webadmin/templates/cqlui/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cqlui/index.html -------------------------------------------------------------------------------- /webadmin/templates/cqlui/table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/templates/cqlui/table.html -------------------------------------------------------------------------------- /webadmin/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mobishift2011/data007/HEAD/webadmin/views.py --------------------------------------------------------------------------------