Varorbc / PaySharp

PaySharp是一个支持多商户多种支付方式的跨平台网关处理类库,使用PaySharp可以简化订单的创建、查询、退款和接收网关返回的支付通知等操作。
MIT License
862 stars 265 forks source link

修改读取微信列表格式到列表 #41

Open dongfo opened 5 years ago

dongfo commented 5 years ago

修改原递归方法,去除Activator.CreateInstance方法 新增非递归方法

Varorbc commented 5 years ago

1.移除原有代码的注释 2.方法之间增加空行

Varorbc commented 5 years ago

我发现FastActivator这个类没有被调用?

dongfo commented 5 years ago

我发现FastActivator这个类没有被调用?

额,我应该在本地开一个分支等全部完成了再提上去。这个方法目前还只能接收一个参数,不能随意指定参数个数。也不能用于无参数的方法的调用。 当然性能也还有优化空间。

dongfo commented 5 years ago

抱歉,近期比较忙,我抽空集中完善一下再提上来。

Varorbc commented 5 years ago

建议paycenter再开个pr

dongfo commented 5 years ago

建议paycenter再开个pr

ok,还没完善好,目前还只能添加账号,不能支付。