|
@@ -11003,7 +11003,7 @@ U.MD.D.I.getUploadContent = function (cid, s, task, t, uid, atool, type, iframe)
|
|
|
U.MD.D.addOp = function(text,type,time){
|
|
|
var userInfo = US.userInfo;
|
|
|
if(Object.keys(userInfo).length !== 0){
|
|
|
- U.A.Request(US.Config.pbl + "addOperationTimeT", [userInfo.userid,'',text,type,time], function (res) {
|
|
|
+ U.A.Request(US.Config.pbl + "addOperationTimeT", [userInfo.userid,text,type,time], function (res) {
|
|
|
}, [], { "type": "POST", "withCredentials": true });
|
|
|
}
|
|
|
}
|