Example #1
0
 /**
  * 删除客服账号
  *
  * @param id 完整客服账号,格式为:账号前缀@公众号微信号
  * @return 处理结果
  * @see com.foxinmy.weixin4j.mp.api.CustomApi
  * @throws WeixinException
  * @see <a
  *     href="http://mp.weixin.qq.com/wiki/9/6fff6f191ef92c126b043ada035cc935.html#.E5.AE.A2.E6.9C.8D.E7.AE.A1.E7.90.86.E6.8E.A5.E5.8F.A3.E8.BF.94.E5.9B.9E.E7.A0.81.E8.AF.B4.E6.98.8E">客服管理接口返回码</a>
  * @see <a
  *     href="http://mp.weixin.qq.com/wiki/9/6fff6f191ef92c126b043ada035cc935.html#.E5.88.A0.E9.99.A4.E5.AE.A2.E6.9C.8D.E8.B4.A6.E5.8F.B7">删除客服账号</a>
  */
 public JsonResult deleteAccount(String id) throws WeixinException {
   return customApi.deleteAccount(id);
 }