You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jackning 9cc56d659d
update to 0.0.8
4 years ago
..
android update to 0.0.2 4 years ago
ios update to 0.0.2 4 years ago
lib update to 0.0.8 4 years ago
test update 4 years ago
.gitignore update 4 years ago
.metadata update 4 years ago
README.md update to 0.0.8 4 years ago
chat.jpeg update to 0.0.2 4 years ago
home.jpeg update to 0.0.2 4 years ago
pubspec.yaml update to 0.0.8 4 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

萝卜丝客服SDK

萝卜丝(bytedesk) flutter 客服SDK

Getting Started

第一步

  • 注册账号
  • 获取appkey登录后台->客服管理->渠道管理->添加应用->appkey
  • 获取subDomain也即企业号登录后台->客服管理->客服账号->企业号
  • 获取技能组workGroupWid

第二步:匿名登录

  • BytedeskKefu.anonymousLogin(_androidKey, _iOSKey, _subDomain);

第三步:联系客服

  • BytedeskKefu.startWorkGroupChat(context, workGroupWid, "技能组客服");

集成完毕