标签:
//不需要返回
callRemoteMethod("gcapi", "assignOperatorToExperimentsV2", {
userId: "dingshan",
contracts: JSON.stringify([
{contractGuid: "xxxx", taskGroupId: "1"},
{contractGuid: "xxxx", taskGroupId: "1"}
])
}, true);
//有返回值
callRemoteMethod("gcapi", "getContractAndOperatorsV2", {"hasAllAssignedOperator": "1"})
标签:
原文地址:http://www.cnblogs.com/xuexinyan/p/5674460.html