toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "resultInfo:$resultInfo|resultCode:$resultCode|officialAccountInfo:${officialAccountInfo?.toLogString()}";
  return res;
}