登录 注册
当前位置:主页 > 资源下载 > 5 > 客户管理通过节点服务实现

客户管理通过节点服务实现

  • 更新:2024-11-07 13:58:26
  • 大小:13KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

客户服务 公开API 。[customerId] input: null output: customer input: null output: [customer] input: customer { name: String, maxUsers: Int } output: customer 。[customerId] input: customer { firstname: String, lastname: String, email: Email, password: String(min 8) or null to not change it, avatar: Url, roles: Array("Admin", "ChatOperator", "KnowledgeOperator") } output: customer 。[