|
@@ -258,7 +258,7 @@ class JPushService
|
|
// throw new Exception("exID 返回与发送不一致");
|
|
// throw new Exception("exID 返回与发送不一致");
|
|
// }
|
|
// }
|
|
} else {
|
|
} else {
|
|
- throw new Exception($ret['code'].":请重试");
|
|
|
|
|
|
+ //throw new Exception($ret['code'].":请重试");
|
|
throw new Exception($ret['code'].':'.$ret['content']);
|
|
throw new Exception($ret['code'].':'.$ret['content']);
|
|
}
|
|
}
|
|
return $ret;
|
|
return $ret;
|