Browse Source

播报接口设备号传SeoDescription

lcl 1 year ago
parent
commit
5dc29f24be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Util/HaoDa/WeChatPayBackService.cs

+ 1 - 1
Util/HaoDa/WeChatPayBackService.cs

@@ -85,7 +85,7 @@ namespace MySystem
                         MerchantAddInfo addinfo = db.MerchantAddInfo.FirstOrDefault(m => m.Id == order.MerchantId) ?? new MerchantAddInfo();
                         MerchantAddInfo addinfo = db.MerchantAddInfo.FirstOrDefault(m => m.Id == order.MerchantId) ?? new MerchantAddInfo();
                         if(!string.IsNullOrEmpty(addinfo.AliMerchantId))
                         if(!string.IsNullOrEmpty(addinfo.AliMerchantId))
                         {
                         {
-                            AliIotFunction.Instance.IotTradeVoice(machine.DeviceName, addinfo.AliMerchantId, order.PayMoney.ToString("f2"), "OTHER");
+                            AliIotFunction.Instance.IotTradeVoice(machine.SeoDescription, addinfo.AliMerchantId, order.PayMoney.ToString("f2"), "OTHER");
                         }
                         }
                     }
                     }
                     db1.Dispose();
                     db1.Dispose();