handleStatusCode abstract method

void handleStatusCode(
  1. int? code,
  2. String? errorMsg
)

统一状态码处理

Implementation

void handleStatusCode(int? code, String? errorMsg);