java参数不匹配异常_java – Spring中的UnsatisfiedDependencyException:构造函数的非法参数:参数类型不匹配...

factorybean:createNativeEntityManagerFactory

:283] - Building JPA container EntityManagerFactory for persistence unit 'net.sam.jpa'

29-03-13 16:46:39,599 INFO [Version:sql statement:

alter table EMPLOYEES drop constraint FK4351FF658ECC7308 [42102-170]

Hibernate: alter table EMPLOYEES drop constraint FK4351FF6530EEAB88

29-03-13 16:46:40,578 ERROR [SchemaExport:perform:425] - HHH000389: Unsuccessful: alter table EMPLOY

EES drop constraint FK4351FF6530EEAB88

29-03-13 16:46:40,578 ERROR [SchemaExport:perform:426] - Table "EMPLOYEES" not found; sql statement:

alter table EMPLOYEES drop constraint FK4351FF6530EEAB88 [42102-170]

Hibernate: drop table DEPARTMENTS if exists

Hibernate: drop table EMPLOYEES if exists

Hibernate: drop table ROLES if exists

Hibernate: create table DEPARTMENTS (id bigint generated by default as identity,depName varchar(20)

not null unique,primary key (id))

Hibernate: create table EMPLOYEES (id bigint generated by default as identity,name varchar(20) not

null,surname varchar(255),department_fk bigint not null,role_fk bigint not null,primary key (id),unique (name,surname))

Hibernate: create table ROLES (id bigint generated by default as identity,roleName varchar(20) not

null unique,primary key (id))

Hibernate: alter table EMPLOYEES add constraint FK4351FF658ECC7308 foreign key (department_fk) refer

ences DEPARTMENTS

Hibernate: alter table EMPLOYEES add constraint FK4351FF6530EEAB88 foreign key (role_fk) references

ROLES

29-03-13 16:46:40,602 INFO [SchemaExport:execute:405] - HHH000230: Schema export complete

29-03-13 16:46:40,674 INFO [DefaultListablebeanfactory:preInstantiateSingletons:577] - Pre-instanti

ating singletons in org.springframework.beans.factory.support.DefaultListablebeanfactory@1d98539: de

fining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.sp

ringframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.an

notation.internalrequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAn

notationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,comp

osite,departmentDAO,employeeDAO,roleDAO,departmentService,employeeService,roleService,entityManagerF

actory,transactionManager,org.springframework.aop.config.internalAutoProxyCreator,org.springframewor

k.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.inte

rceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,o

rg.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; root of

factory hierarchy

29-03-13 16:46:40,730 INFO [DefaultListablebeanfactory:destroySingletons:434] - Destroying singleto

ns in org.springframework.beans.factory.support.DefaultListablebeanfactory@1d98539: defining beans [

org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.

context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.inter

nalrequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProces

sor,composite,departme

ntDAO,entityManagerFactory,transac

tionManager,org.springframework.transaction.

annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.Transa

ctionInterceptor#0,org.springframe

work.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; root of factory hiera

rchy

29-03-13 16:46:40,738 INFO [LocalContainerEntityManagerfactorybean:destroy:441] - Closing JPA Entit

yManagerFactory for persistence unit 'net.sam.jpa'

29-03-13 16:46:40,738 INFO [SchemaExport:execute:343] - HHH000227: Running hbm2ddl schema export

Hibernate: alter table EMPLOYEES drop constraint FK4351FF658ECC7308

Hibernate: alter table EMPLOYEES drop constraint FK4351FF6530EEAB88

Hibernate: drop table DEPARTMENTS if exists

Hibernate: drop table EMPLOYEES if exists

Hibernate: drop table ROLES if exists

29-03-13 16:46:40,746 INFO [SchemaExport:execute:405] - HHH000230: Schema export complete

29-03-13 16:46:40,746 INFO [DriverManagerConnectionProviderImpl:stop:156] - HHH000030: Cleaning up

connection pool [jdbc:h2:tcp://localhost/mem:db1]

29-03-13 16:46:40,746 ERROR [ContextLoader:initWebApplicationContext:307] - Context initialization f

ailed

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com

posite' defined in file [C:\Documents and Settings\mach\workspace\clean2\.Metadata\.plugins\org.ecli

pse.wst.server.core\tmp0\wtpwebapps\chardymov-webapp\WEB-INF\classes\net\sam\Composite.cla

ss]: Unsatisfied dependency expressed through constructor argument with index 0 of type [net.sam_sol

utions.services.impl.DepartmentService]: : Error creating bean with name 'departmentService' defined

in file [C:\Documents and Settings\mach\workspace\clean2\.Metadata\.plugins\org.eclipse.wst.server.

core\tmp0\wtpwebapps\chardymov-webapp\WEB-INF\classes\net\sam\services\impl\DepartmentServ

ice.class]: Instantiation of bean Failed; nested exception is org.springframework.beans.BeanInstanti

ationException: Could not instantiate bean class [net.sam.services.impl.DepartmentService]

: Illegal arguments for constructor; nested exception is java.lang.IllegalArgumentException: argumen

t type mismatch; nested exception is org.springframework.beans.factory.BeanCreationException: Error

creating bean with name 'departmentService' defined in file [C:\Documents and Settings\mach\workspac

e\clean2\.Metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\chardymov-webapp\WEB-INF\cla

sses\net\sam\services\impl\DepartmentService.class]: Instantiation of bean Failed; nested

exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class

[net.sam.services.impl.DepartmentService]: Illegal arguments for constructor; nested excep

tion is java.lang.IllegalArgumentException: argument type mismatch

at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorRes

olver.java:730)

at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorRes

olver.java:196)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.autowireConstructor

(AbstractAutowireCapablebeanfactory.java:1035)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.createBeanInstance(

AbstractAutowireCapablebeanfactory.java:939)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.doCreateBean(Abstra

ctAutowireCapablebeanfactory.java:485)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.createBean(Abstract

AutowireCapablebeanfactory.java:456)

at org.springframework.beans.factory.support.Abstractbeanfactory$1.getObject(Abstractbeanfactory.ja

va:294)

at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingl

etonBeanRegistry.java:225)

at org.springframework.beans.factory.support.Abstractbeanfactory.doGetBean(Abstractbeanfactory.java

:291)

at org.springframework.beans.factory.support.Abstractbeanfactory.getBean(Abstractbeanfactory.java:1

93)

at org.springframework.beans.factory.support.DefaultListablebeanfactory.preInstantiateSingletons(De

faultListablebeanfactory.java:605)

at org.springframework.context.support.AbstractApplicationContext.finishbeanfactoryInitialization(A

bstractApplicationContext.java:925)

at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContex

t.java:472)

at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLo

ader.java:383)

at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)

at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.j

ava:111)

at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)

at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291)

at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)

at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)

at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)

at java.util.concurrent.FutureTask.run(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'd

epartmentService' defined in file [C:\Documents and Settings\mach\workspace\clean2\.Metadata\.plugin

s\org.eclipse.wst.server.core\tmp0\wtpwebapps\chardymov-webapp\WEB-INF\classes\net\sam\ser

vices\impl\DepartmentService.class]: Instantiation of bean Failed; nested exception is org.springfra

mework.beans.BeanInstantiationException: Could not instantiate bean class [net.sam.service

s.impl.DepartmentService]: Illegal arguments for constructor; nested exception is java.lang.IllegalA

rgumentException: argument type mismatch

at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorRes

olver.java:288)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.autowireConstructor

(AbstractAutowireCapablebeanfactory.java:1035)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.createBeanInstance(

AbstractAutowireCapablebeanfactory.java:939)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.doCreateBean(Abstra

ctAutowireCapablebeanfactory.java:485)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.createBean(Abstract

AutowireCapablebeanfactory.java:456)

at org.springframework.beans.factory.support.Abstractbeanfactory$1.getObject(Abstractbeanfactory.ja

va:294)

at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingl

etonBeanRegistry.java:225)

at org.springframework.beans.factory.support.Abstractbeanfactory.doGetBean(Abstractbeanfactory.java

:291)

at org.springframework.beans.factory.support.Abstractbeanfactory.getBean(Abstractbeanfactory.java:1

93)

at org.springframework.beans.factory.support.DefaultListablebeanfactory.findAutowireCandidates(Defa

ultListablebeanfactory.java:872)

at org.springframework.beans.factory.support.DefaultListablebeanfactory.doResolveDependency(Default

Listablebeanfactory.java:814)

at org.springframework.beans.factory.support.DefaultListablebeanfactory.resolveDependency(DefaultLi

stablebeanfactory.java:731)

at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(Construct

orResolver.java:795)

at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorRes

olver.java:723)

... 25 more

Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [n

et.sam.services.impl.DepartmentService]: Illegal arguments for constructor; nested excepti

on is java.lang.IllegalArgumentException: argument type mismatch

at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:158)

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstanti

ationStrategy.java:121)

at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorRes

olver.java:280)

... 38 more

Caused by: java.lang.IllegalArgumentException: argument type mismatch

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)

... 40 more

мар 29,2013 4:46:40 PM org.apache.catalina.core.StandardContext listenerStart

SEVERE: Exception sending context initialized event to listener instance of class org.springframewor

k.web.context.ContextLoaderListener

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com

posite' defined in file [C:\Documents and Settings\mach\workspace\clean2\.Metadata\.plugins\org.ecli

pse.wst.server.core\tmp0\wtpwebapps\chardymov-webapp\WEB-INF\classes\net\sam\Composite.cla

ss]: Unsatisfied dependency expressed through constructor argument with index 0 of type [net.sam_sol

utions.services.impl.DepartmentService]: : Error creating bean with name 'departmentService' defined

in file [C:\Documents and Settings\mach\workspace\clean2\.Metadata\.plugins\org.eclipse.wst.server.

core\tmp0\wtpwebapps\chardymov-webapp\WEB-INF\classes\net\sam\services\impl\DepartmentServ

ice.class]: Instantiation of bean Failed; nested exception is org.springframework.beans.BeanInstanti

ationException: Could not instantiate bean class [net.sam.services.impl.DepartmentService]

: Illegal arguments for constructor; nested exception is java.lang.IllegalArgumentException: argumen

t type mismatch; nested exception is org.springframework.beans.factory.BeanCreationException: Error

creating bean with name 'departmentService' defined in file [C:\Documents and Settings\mach\workspac

e\clean2\.Metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\chardymov-webapp\WEB-INF\cla

sses\net\sam\services\impl\DepartmentService.class]: Instantiation of bean Failed; nested

exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class

[net.sam.services.impl.DepartmentService]: Illegal arguments for constructor; nested excep

tion is java.lang.IllegalArgumentException: argument type mismatch

at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorRes

olver.java:730)

at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorRes

olver.java:196)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.autowireConstructor

(AbstractAutowireCapablebeanfactory.java:1035)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.createBeanInstance(

AbstractAutowireCapablebeanfactory.java:939)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.doCreateBean(Abstra

ctAutowireCapablebeanfactory.java:485)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.createBean(Abstract

AutowireCapablebeanfactory.java:456)

at org.springframework.beans.factory.support.Abstractbeanfactory$1.getObject(Abstractbeanfactory.ja

va:294)

at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingl

etonBeanRegistry.java:225)

at org.springframework.beans.factory.support.Abstractbeanfactory.doGetBean(Abstractbeanfactory.java

:291)

at org.springframework.beans.factory.support.Abstractbeanfactory.getBean(Abstractbeanfactory.java:1

93)

at org.springframework.beans.factory.support.DefaultListablebeanfactory.preInstantiateSingletons(De

faultListablebeanfactory.java:605)

at org.springframework.context.support.AbstractApplicationContext.finishbeanfactoryInitialization(A

bstractApplicationContext.java:925)

at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContex

t.java:472)

at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLo

ader.java:383)

at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)

at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.j

ava:111)

at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)

at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291)

at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)

at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)

at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)

at java.util.concurrent.FutureTask.run(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'd

epartmentService' defined in file [C:\Documents and Settings\mach\workspace\clean2\.Metadata\.plugin

s\org.eclipse.wst.server.core\tmp0\wtpwebapps\chardymov-webapp\WEB-INF\classes\net\sam\ser

vices\impl\DepartmentService.class]: Instantiation of bean Failed; nested exception is org.springfra

mework.beans.BeanInstantiationException: Could not instantiate bean class [net.sam.service

s.impl.DepartmentService]: Illegal arguments for constructor; nested exception is java.lang.IllegalA

rgumentException: argument type mismatch

at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorRes

olver.java:288)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.autowireConstructor

(AbstractAutowireCapablebeanfactory.java:1035)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.createBeanInstance(

AbstractAutowireCapablebeanfactory.java:939)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.doCreateBean(Abstra

ctAutowireCapablebeanfactory.java:485)

at org.springframework.beans.factory.support.AbstractAutowireCapablebeanfactory.createBean(Abstract

AutowireCapablebeanfactory.java:456)

at org.springframework.beans.factory.support.Abstractbeanfactory$1.getObject(Abstractbeanfactory.ja

va:294)

at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingl

etonBeanRegistry.java:225)

at org.springframework.beans.factory.support.Abstractbeanfactory.doGetBean(Abstractbeanfactory.java

:291)

at org.springframework.beans.factory.support.Abstractbeanfactory.getBean(Abstractbeanfactory.java:1

93)

at org.springframework.beans.factory.support.DefaultListablebeanfactory.findAutowireCandidates(Defa

ultListablebeanfactory.java:872)

at org.springframework.beans.factory.support.DefaultListablebeanfactory.doResolveDependency(Default

Listablebeanfactory.java:814)

at org.springframework.beans.factory.support.DefaultListablebeanfactory.resolveDependency(DefaultLi

stablebeanfactory.java:731)

at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(Construct

orResolver.java:795)

at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorRes

olver.java:723)

... 25 more

Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [n

et.sam.services.impl.DepartmentService]: Illegal arguments for constructor; nested excepti

on is java.lang.IllegalArgumentException: argument type mismatch

at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:158)

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstanti

ationStrategy.java:121)

at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorRes

olver.java:280)

... 38 more

Caused by: java.lang.IllegalArgumentException: argument type mismatch

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)

... 40 more

мар 29,2013 4:46:40 PM org.apache.catalina.core.StandardContext startInternal

SEVERE: Error listenerStart

мар 29,2013 4:46:40 PM org.apache.catalina.core.StandardContext startInternal

SEVERE: Context [/chardymov-webapp] startup Failed due to prevIoUs errors

мар 29,2013 4:46:40 PM org.apache.catalina.core.ApplicationContext log

INFO: Closing Spring root WebApplicationContext

мар 29,2013 4:46:40 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc

SEVERE: The web application [/chardymov-webapp] registered the JDBC driver [org.h2.Driver] but faile

d to unregister it when the web application was stopped. To prevent a memory leak,the JDBC Driver h

as been forcibly unregistered.

мар 29,2013 4:46:40 PM org.apache.coyote.AbstractProtocol start

INFO: Starting ProtocolHandler ["http-bio-8080"]

мар 29,2013 4:46:40 PM org.apache.catalina.startup.Catalina start

INFO: Server startup in 9757 ms

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
根据提供的引用内容,nacos启动报错ERROR Startup errors : org.springframework.beans.factory.UnsatisfiedDependencyException,这个错误通常是由于依赖注入问题引起的。具体来说,可能是某个bean的依赖项无法满足,或者依赖项没有正确注入。解决此问题的方法如下: 1.检查nacos配置文件是否正确,特别是数据库连接信息是否正确。 2.检查nacos依赖项是否正确,特别是版本是否匹配。 3.检查nacos启动日志,查看哪个bean无法满足依赖项,然后检查该bean的依赖项是否正确注入。 4.如果无法确定问题所在,可以尝试使用调试器进行调试,以查找问题。 下面是一个可能的解决方案: ```java org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘xxxController’: Unsatisfied dependency expressed through field ‘xxxService’; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘xxxServiceImpl’: Unsatisfied dependency expressed through field ‘xxxRepository’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘xxxRepository’: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a managed type: class com.xxx.xxx.xxx ``` 根据上述错误信息,我们可以看到,xxxRepository这个bean的初始化方法失败了,原因是它不是一个受管理的类型。这通常是由于没有在应用程序上下文注册该类型引起的。解决此问题的方法是在应用程序上下文注册该类型,例如: ```java @Configuration @EnableJpaRepositories(basePackages = "com.xxx.xxx.xxx") @EntityScan(basePackages = "com.xxx.xxx.xxx") public class AppConfig { // ... } ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值