1
This commit is contained in:
@@ -156,8 +156,8 @@ class Production extends Base
|
|||||||
$program['article_id'] = $data['article_id'];
|
$program['article_id'] = $data['article_id'];
|
||||||
$program['pre_id'] = $data['pre_id'];
|
$program['pre_id'] = $data['pre_id'];
|
||||||
$program['contents'] = json_encode($data['contents']);
|
$program['contents'] = json_encode($data['contents']);
|
||||||
$res = object_to_array(json_decode(myPost($url,$data)));
|
$res = object_to_array(json_decode(myPost($url,$program)));
|
||||||
return jsonSuccess([]);
|
return jsonSuccess($res);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**添加主题内容的空白行
|
/**添加主题内容的空白行
|
||||||
|
|||||||
Reference in New Issue
Block a user