Skip to content

Commit

Permalink
add TenPayV3.PayBank.cs 用于存放“付款到银行卡”接口
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Nov 29, 2017
1 parent ac134ab commit 4e0799a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
<Compile Include="TenPayLibV3\TenPayV3Util.cs" />
<Compile Include="TenPayLibV3\TenPayV3\ServiceProvider\TenPayV3MicroPayRequestData.cs" />
<Compile Include="TenPayLibV3\TenPayV3\TenPayV3.cs" />
<Compile Include="TenPayLibV3\TenPayV3\TenpayV3.PayBank.cs" />
<Compile Include="TenPayLibV3\TenPayV3\TenPayV3GetTransferInfoRequestData.cs" />
<Compile Include="TenPayLibV3\TenPayV3\TenPayV3DownloadBillRequestData.cs" />
<Compile Include="TenPayLibV3\TenPayV3\TenPayV3RefundRequestData.cs" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
#region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2017 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions
and limitations under the License.
Detail: https://github.com/JeffreySu/WeiXinMPSDK/blob/master/license.md
----------------------------------------------------------------*/
#endregion Apache License Version 2.0

/*----------------------------------------------------------------
Copyright (C) 2017 Senparc
文件名:TenPayV3.PayBank.cs
文件功能描述:微信支付V3接口:付款到银行卡
创建标识:Senparc - 20171129
----------------------------------------------------------------*/

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Senparc.Weixin.MP.TenPayLibV3
{
/// <summary>
/// 付款到银行卡,文档:https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=24_2
/// </summary>
public partial class TenpayV3
{
}
}

0 comments on commit 4e0799a

Please sign in to comment.