Beispiel #1
0
 public MpShoppingMallPicsController(IMpShoppingMallPicAppService MpShoppingMallPicAppService,
                                     IUserMpAppService userMpAppService,
                                     IFileServer fileServer)
 {
     _MpShoppingMallPicAppService = MpShoppingMallPicAppService;
     _userMpAppService            = userMpAppService;
     _fileServer = fileServer;
 }
Beispiel #2
0
        public MeiChiController(ICacheManager cacheManager, IMpUserMemberAppService mpUserMemberAppService, IMpBabyTextAppService mpBabyTextAppService, IMpShoppingMallPicAppService mpShoppingMallPicAppService, IMpFanAppService mpFanAppService, IAccessTokenContainer accessTokenContainer, IMpApiTokenAppService mpApiTokenAppService, IMatialFileService matialFileService, IYiliBabyClubInterfaceService yiliBabyClubInterfaceService, IMpProductInfoAppService mpProductInfoAppService, IMpCourseSignupAppService mpCourseSignupAppService, ICustomerServiceOnlineAppService customerServiceOnlineAppService)
        {
            _cacheManager                    = cacheManager;
            _mpUserMemberAppService          = mpUserMemberAppService;
            _mpBabyTextAppService            = mpBabyTextAppService;
            _mpShoppingMallPicAppService     = mpShoppingMallPicAppService;
            _mpFanAppService                 = mpFanAppService;
            _accessTokenContainer            = accessTokenContainer;
            _mpApiTokenAppService            = mpApiTokenAppService;
            _matialFileService               = matialFileService;
            _yiliBabyClubInterfaceService    = yiliBabyClubInterfaceService;
            _mpProductInfoAppService         = mpProductInfoAppService;
            _mpCourseSignupAppService        = mpCourseSignupAppService;
            _customerServiceOnlineAppService = customerServiceOnlineAppService;

            MamaBanToYun2OneMediaID = _matialFileService.MaMaBanToYun2One;
            JNHToLongLineMediaID    = _matialFileService.JNHToLongLine;
            defaultUserName         = _yiliBabyClubInterfaceService.ApiUserName;
            defaultUserPwd          = _yiliBabyClubInterfaceService.ApiPassword;
            deviceCode = _yiliBabyClubInterfaceService.ApiDeviceCode;
            yiliwechat = _yiliBabyClubInterfaceService.Yiliwechat;
        }