Authored by 周少峰

delete cid

... ... @@ -223,7 +223,6 @@ function addPoint(operate, parameter) {
window._yas.sendCustomInfo({
'op': operate,
'uid': getUid(),
'param': JSON.stringify(parameter)
}, true);
}
... ... @@ -236,7 +235,6 @@ function givePoint(parameter) {
'REC_ID': RECID,
'PRD_ID': '',
'PRD_NUM': 0,
'C_ID': CID,
'ACTION_ID': 0,
'page_num': 1
}, parameter);
... ...