Commit 28ab18cb by yf60144

sdfs

parent e8a53c30
Pipeline #13847 passed with stages
in 41 seconds
...@@ -930,6 +930,9 @@ class MediaModel extends Eloquent ...@@ -930,6 +930,9 @@ class MediaModel extends Eloquent
$result = json_decode($res,true); $result = json_decode($res,true);
var_dump($result);
if ($result['code'] != 0){ if ($result['code'] != 0){
LogModel::addlog($result); LogModel::addlog($result);
throw new \Exception("获取数据失败"); throw new \Exception("获取数据失败");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment