收藏
回答

今天在13:58-14:15出现部分接口调用异常,是什么情况呢?

================>1

2021-06-01 13:58:32,159 INFO  [com.mecool.weixin.util.WXHttpsUtil] (default task-37) url:https://qyapi.weixin.qq.com/cgi-bin/user/create?access_token=DOHIYk9LnBASk7uK_9HDC_

2021-06-01 13:58:32,159 INFO  [com.mecool.weixin.util.WXHttpsUtil] (default task-37) data:{"gender":1,"weixinid":"15xxxxxxxxxx","name":"xxxx","mobile":"15xxxxxxxxxx","position":"","department":[139],"userid":"15xxxxxxxxxx","email":""}

2021-06-01 13:58:32,159 INFO  [com.mecool.weixin.util.WXHttpsUtil] (default task-37) result:{"errcode":-1,"errmsg":"system error, hint: [1622527112_197_793bc77d8f39430a1536a08b1e8ce4a8], from ip: 101.0.0.0, more info at https://open.work.weixin.qq.com/devtool/query?e=-1"}

2021-06-01 13:58:32,160 ERROR [com.mecool.weixin.util.WXHttpsUtil] (default task-37) errcode:-1system error, hint: [1622527112_197_793bc77d8f39430a1536a08b1e8ce4a8], from ip: 101.0.0.0, more info at https://open.work.weixin.qq.com/devtool/query?e=-1: java.lang.Exception: errcode:-1system error, hint: [1622527112_197_793bc77d8f39430a1536a08b1e8ce4a8], from ip: 101.0.0.0, more info at https://open.work.weixin.qq.com/devtool/query?e=-1


==================>2

2021-06-01 14:13:09,007 INFO  [com.mecool.weixin.util.WXHttpsUtil] (default task-11) =============>微信请求地址:https://qyapi.weixin.qq.com/cgi-bin/department/list?access_token=DOHIYk9LnBASk7uK_9HDC_&id=1

2021-06-01 14:13:09,271 INFO  [com.mecool.weixin.util.WXHttpsUtil] (default task-11) =============>返回结果:{"errcode":-1,"errmsg":"system error, hint: [1622527989_161_b798d9ae88ee1c45e7fb00437731949a], from ip: 101.0.0.0, more info at https://open.work.weixin.qq.com/devtool/query?e=-1","department":[]}

2021-06-01 14:13:09,272 ERROR [com.mecool.weixin.controller.qiye.QYDepartmentAdminController] (default task-11) -1      system error, hint: [1622527989_161_b798d9ae88ee1c45e7fb00437731949a], from ip: 101.0.0.0, more info at https://open.work.weixin.qq.com/devtool/query?e=-1: java.lang.Exception: -1        system error, hint: [1622527989_161_b798d9ae88ee1c45e7fb00437731949a], from ip: 101.0.0.0, more info at https://open.work.weixin.qq.com/devtool/query?e=-1


是接口出现了波动么?


回答关注问题邀请回答
收藏

1 个回答

  • Cjiang
    Cjiang
    2021-06-01

    你好,是调用哪个接口?出现errcode":-1,"errmsg":"system error, 一般是系统波动,过段时间再重试即可

    2021-06-01
    有用
    回复
登录 后发表内容