Parcourir la source

add log

master
xhxu il y a 3 ans
Parent
révision
29159a426a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      mlWechatOpen/src/main/java/com/iformall/controller/WechatWeappSetController.java

+ 2
- 0
mlWechatOpen/src/main/java/com/iformall/controller/WechatWeappSetController.java Voir le fichier

@@ -452,6 +452,8 @@ public class WechatWeappSetController {
}
} catch (WxErrorException e) {
logger.error(info.getName()+"("+appId+")申请("+apiName+")失败{}"+e.getMessage());
} catch (Exception e){
logger.error(info.getName()+"("+appId+")申请("+apiName+")失败{}"+e.getMessage());
}
}
return new ResultData();


Chargement…
Annuler
Enregistrer