BOOL isReach = [kAPPDelegate.internetReach isReachable];
if (!isReach) {
[Utils showError:@"网络已断开,请检查网络!"];
return;
}