Paul 6 年前
父节点
当前提交
ed0b48bd43
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      example/main.ts

+ 1
- 1
example/main.ts 查看文件

26
         })(),
26
         })(),
27
       );
27
       );
28
 
28
 
29
-      client.syncSend(
29
+      client.asyncSend(
30
         '/v1/healthy',
30
         '/v1/healthy',
31
         {},
31
         {},
32
         new (class {
32
         new (class {