feat(tenpayv3): 新增微工卡相关接口

This commit is contained in:
fudiwei
2022-11-24 13:00:26 +08:00
parent 492b7e4df3
commit 31bdc399b1
25 changed files with 1063 additions and 3 deletions

View File

@@ -217,5 +217,8 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3
return await client.SendRequestWithJsonAsync<Models.GetTransferDetailElectronicReceiptByOutDetailNumberResponse>(flurlReq, data: request, cancellationToken: cancellationToken);
}
#endregion
#region Transfer
#endregion
}
}