|
@ -687,6 +687,11 @@ define(["require", "jcl"], function (require, Wade) {
|
687
|
687
|
}, ptPlay: function (params, callback, err) {
|
688
|
688
|
storageCallback("ptPlay", callback);
|
689
|
689
|
execute("ptPlay", [params]);
|
|
690
|
}, ptGetVideoDetail: function (params, callback, err) {
|
|
691
|
storageCallback("ptGetVideoDetail", callback);
|
|
692
|
execute("ptGetVideoDetail", [params]);
|
|
693
|
}, ptRecordHistory: function ( params) {
|
|
694
|
execute("ptRecordHistory", [params]);
|
690
|
695
|
}, setMobileConfig: function (reqHost, reqPath, appPath, servlet, callback, err) {
|
691
|
696
|
// 重启模式切换环境插件
|
692
|
697
|
storageCallback("setMobileConfig", callback);
|