Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dongfo
Copy link

@dongfo dongfo commented Feb 22, 2019

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

@Varorbc
Copy link
Owner

Varorbc commented Feb 25, 2019

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

2.新增FastActivator
src/PaySharp.Wechatpay/WechatpayGateway.cs Outdated Show resolved Hide resolved
src/PaySharp.Wechatpay/Response/RefundResponse.cs Outdated Show resolved Hide resolved
/// </summary>
/// <param name="item"></param>
/// <returns></returns>
private static string GetRealName(System.Reflection.PropertyInfo item)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

移除System.Reflection命名空间

@Varorbc
Copy link
Owner

Varorbc commented Mar 22, 2019

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

@dongfo
Copy link
Author

dongfo commented Mar 22, 2019

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

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

@dongfo
Copy link
Author

dongfo commented Mar 22, 2019

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

@Varorbc
Copy link
Owner

Varorbc commented May 29, 2019

建议paycenter再开个pr

@dongfo
Copy link
Author

dongfo commented May 29, 2019

建议paycenter再开个pr

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants