发送rest action
rest action名称
rest action请求参数
import * as sys from 'sys';let res = sys.sendRest("actiontest", {name:'hello, bingo', age: 1}); Copy
import * as sys from 'sys';let res = sys.sendRest("actiontest", {name:'hello, bingo', age: 1});
发送rest action