Procházet zdrojové kódy

语音上传的搞定了

zhengbingbing %!s(int64=8) %!d(string=před) roky
rodič
revize
ebcda6b20a

+ 1 - 0
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/CallCenterApi.Interface.csproj

@@ -155,6 +155,7 @@
155 155
     </Reference>
156 156
   </ItemGroup>
157 157
   <ItemGroup>
158
+    <Content Include="ffmpeg.exe" />
158 159
     <Content Include="Global.asax" />
159 160
     <Content Include="Lib\Senparc.Weixin.dll" />
160 161
     <Content Include="Lib\Senparc.Weixin.MP.dll" />

+ 1 - 0
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/IVRWordsController.cs

@@ -455,6 +455,7 @@ namespace CallCenterApi.Interface.Controllers
455 455
                         //删除本地文件
456 456
                         System.IO.File.Delete(savedir + fullFileName);
457 457
                         System.IO.File.Delete(savedir + temp_filename + ".wav");
458
+                        //System.IO.File.Delete(physicalpath);
458 459
                         var obj = new
459 460
                         {
460 461
                             oldname = fullFileName,