mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:43:26 +08:00
【新增】实现支付宝小程序适配。
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
***********************************************************************/
|
||||
|
||||
using System.Threading.Tasks;
|
||||
using Aop.Api.Response;
|
||||
using CoreCms.Net.Model.Entities;
|
||||
using CoreCms.Net.Model.ViewModels.UI;
|
||||
|
||||
@@ -35,6 +36,19 @@ namespace CoreCms.Net.IServices
|
||||
/// <returns></returns>
|
||||
Task<WebApiCallBack> Refund(CoreCmsBillRefund refundInfo, CoreCmsBillPayments paymentInfo);
|
||||
|
||||
/// <summary>
|
||||
/// 根据票据返回app_auth_token相关信息
|
||||
/// </summary>
|
||||
/// <param name="code"></param>
|
||||
/// <returns></returns>
|
||||
AlipaySystemOauthTokenResponse GetAliPayAppAuthTokenBYCode(string code);
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="token"></param>
|
||||
/// <returns></returns>
|
||||
AlipayUserInfoShareResponse GetAliPayUserInfoByToken(string token);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user