Commit 0babdcf3 authored by liujiangnan's avatar liujiangnan

test

parent b5584299
......@@ -317,6 +317,7 @@ cc.Class({
this.log('--------录音返回结果 stopRecord ------------');
this.log(res)
this.log('------------------------------');
this.log(`录音的文本是${JSON.parse(res).text}`);
});
});
......@@ -329,6 +330,7 @@ cc.Class({
this.log('--------录音评测返回结果 stopTest ---------');
this.log(res)
this.log('------------------------------');
this.log(`录音apple的评分是${JSON.parse(res).result.overall}`);
});
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment