|
@@ -270,11 +270,11 @@ namespace MySystem
|
|
|
MerchantAddInfo merchantAdd = db.MerchantAddInfo.FirstOrDefault(m => m.Id == suborder.MerchantId) ?? new MerchantAddInfo();
|
|
|
if(order.PayMode == 1)
|
|
|
{
|
|
|
- AlipayFunction.Instance.Refund(suborder.SeoTitle, GetMoney.ToString("f2"), "客小爽来客吧项目盛大来袭", merchantAdd.AlipayAuthToken);
|
|
|
+ AlipayFunction.Instance.Refund(suborder.SeoTitle, GetMoney.ToString("f2"), "门店分红", merchantAdd.AlipayAuthToken);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- Dictionary<string, string> dic = WeChatFunction.Instance.Refund(merchantAdd.SubMchid, GetMoney, suborder.PayMoney, suborder.OrderNo, DateTime.Now.ToString("yyyyMMddHHmmssfff") + function.get_Random(8), "客小爽来客吧项目盛大来袭");
|
|
|
+ Dictionary<string, string> dic = WeChatFunction.Instance.Refund(merchantAdd.SubMchid, GetMoney, suborder.PayMoney, suborder.OrderNo, DateTime.Now.ToString("yyyyMMddHHmmssfff") + function.get_Random(8), "门店分红");
|
|
|
}
|
|
|
if (suborder.CurDivi < suborder.MaxDivi)
|
|
|
{
|