|
|
@ -803,7 +803,7 @@ namespace AKS.EnterpriseLibrary.WebBrowser |
|
|
|
} |
|
|
|
} |
|
|
|
//AutoAudio(ispaly, ""); |
|
|
|
//AutoAudio(ispaly, ""); |
|
|
|
}); |
|
|
|
}); |
|
|
|
string result = "{\"keycode\":\"" + param.code + "\",\"message\":\"success\",\"code\":\"200\",\"status\":true,\"data\":" + "停止播放成功" + "}"; |
|
|
|
string result = "{\"keycode\":\"" + param.code + "\",\"message\":\"success\",\"code\":\"200\",\"status\":true,\"data\":\"" + "停止播放成功" + "\"}"; |
|
|
|
SubmitLogs(result, "PalyFile"); |
|
|
|
SubmitLogs(result, "PalyFile"); |
|
|
|
return result; |
|
|
|
return result; |
|
|
|
} |
|
|
|
} |
|
|
@ -841,7 +841,7 @@ namespace AKS.EnterpriseLibrary.WebBrowser |
|
|
|
ShllCommad(command); |
|
|
|
ShllCommad(command); |
|
|
|
//AutoAudio(ispaly, path); |
|
|
|
//AutoAudio(ispaly, path); |
|
|
|
}); |
|
|
|
}); |
|
|
|
string result = "{\"keycode\":\"" + param.code + "\",\"message\":\"success\",\"code\":\"200\",\"status\":true,\"data\":" + "开始播放" + "}"; |
|
|
|
string result = "{\"keycode\":\"" + param.code + "\",\"message\":\"success\",\"code\":\"200\",\"status\":true,\"data\":\"" + "开始播放" + "\"}"; |
|
|
|
SubmitLogs(result, "PalyFile"); |
|
|
|
SubmitLogs(result, "PalyFile"); |
|
|
|
return result; |
|
|
|
return result; |
|
|
|
} |
|
|
|
} |
|
|
|