apiPath 
  API路径片段,例如:
ApiPath(isEncoded = true /* by default */, "foo", "bar") // -> url: /foo/barContent copied to clipboard
apiPath 的值基本静态,无特殊情况考虑置于伴生对象中。
API路径片段,例如:
ApiPath(isEncoded = true /* by default */, "foo", "bar") // -> url: /foo/barapiPath 的值基本静态,无特殊情况考虑置于伴生对象中。