public TestApiController(ICacheManager cacheManager, IMpUserMemberAppService usermember, IMpUserMemberAppService mpUserMemberAppService, IYiliBabyClubInterfaceService yiliBabyClubInterfaceService, IMpBabyTextAppService mpBabyTextAppService)
 {
     _cacheManager                 = cacheManager;
     _usermember                   = usermember;
     _mpUserMemberAppService       = mpUserMemberAppService;
     _yiliBabyClubInterfaceService = yiliBabyClubInterfaceService;
     defaultUserName               = _yiliBabyClubInterfaceService.ApiUserName;
     defaultUserPwd                = _yiliBabyClubInterfaceService.ApiPassword;
     deviceCode            = _yiliBabyClubInterfaceService.ApiDeviceCode;
     _mpBabyTextAppService = mpBabyTextAppService;
 }
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;
        }
Beispiel #3
0
 public MpBabyTextsController(IMpBabyTextAppService MpBabyTextAppService, IUserMpAppService userMpAppService)
 {
     _MpBabyTextAppService = MpBabyTextAppService;
     _userMpAppService     = userMpAppService;
 }