利用谷歌控制台console调用后台代码

//不须要返回api

callRemoteMethod("gcapi", "assignOperatorToExperimentsV2", {
userId: "dingshan",
contracts: JSON.stringify([
{contractGuid: "xxxx", taskGroupId: "1"},
{contractGuid: "xxxx", taskGroupId: "1"}
])
}, true);ui

 

//有返回值get

callRemoteMethod("gcapi", "getContractAndOperatorsV2", {"hasAllAssignedOperator": "1"})string

相关文章
相关标签/搜索