Commit 9a8d39da authored by wildfirecode's avatar wildfirecode

1

parent 04c789fd
......@@ -25,7 +25,7 @@ const hdGameDoDojoin = (callback: Function, collectRuleId?: number): void => {
} else {
callback(success);
}
});
},collectRuleId);
}
export default hdGameDoDojoin
\ No newline at end of file
......@@ -971,6 +971,7 @@ export class NetManager extends ABNetManager {
const param: any = {
activityId: DataManager.ins.customCfgData.actId,
activityType: 'hdtool',
score:score,
consumerId: window['CFG'].consumerId
};
......
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