This commit is contained in:
wangjinlei
2023-07-18 09:55:32 +08:00
parent 46771c6fb3
commit b1a23ce87a

View File

@@ -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);
} }
/**添加主题内容的空白行 /**添加主题内容的空白行