微信多客服系统开发

1.客服增删改查

增加客服

https://api.weixin.qq.com/customservice/kfaccount/add?access_token=ACCESS_TOKEN

更新客服类似

https://api.weixin.qq.com/customservice/kfaccount/update?access_token=ACCESS_TOKEN

post提交的数据格式如下:

{ "kf_account" : "test1@test", "nickname" : "客服1", "password" : "96e79218965eb72c92a549dd5a330112" }

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zzwsyy.html