1
This commit is contained in:
@@ -397,7 +397,7 @@ autoShowBusinessError:YES
|
||||
// 非成功业务 code:执行通用处理(如 token 失效)并通过 error 方式回调
|
||||
BOOL handledByAuth = [self kb_handleBizCode:bizCode json:dict response:response];
|
||||
NSString *msg = KBBizMessageFromJSONObject(dict) ?: KBLocalized(@"Server error");
|
||||
if (autoShowBusinessError && !handledByAuth) {
|
||||
if (autoShowBusinessError) {
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[KBHUD showInfo:msg];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user