mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【新增】增加支付宝支付功能,方便APP调用。
This commit is contained in:
@@ -479,7 +479,7 @@ namespace CoreCms.Net.Services
|
||||
//支付宝支付
|
||||
else if (paymentCode == GlobalEnumVars.PaymentsTypes.alipay.ToString())
|
||||
{
|
||||
jm = aliPayServices.PubPay(billPayments);
|
||||
jm = await aliPayServices.PubPay(billPayments);
|
||||
|
||||
}
|
||||
//余额支付
|
||||
|
||||
Reference in New Issue
Block a user