testProxy.js 276 B

1
  1. import invoker from"./invoker";invoker.registerAPI("testProxy",{pc:function(t,o){void 0===t&&(t={}),window.dingtalk.platform.invokeAPI(o.msgId,"net.util.testProxy",t)}}),testProxy.version={pc:"2.10.0"};export default function testProxy(){return invoker.invoke("testProxy",{})}