getQueue method

String getQueue(
  1. bool isQuery
)

是否请求队列

Implementation

String getQueue(bool isQuery) {
  return isQuery ? '0' : '1';
}