提交 ab2cf8b5 编写于 作者: J jianbo

在关于页面加入是否是企业主体标识字段

上级 c42cc5f5
......@@ -219,6 +219,9 @@ class RAM_REST_Posts_Controller extends WP_REST_Controller{
if(count($posts)>0)
{
$post=$posts[0];
$enterpriseMinapp=get_option('wf_enterprise_minapp');
$enterpriseMinapp=empty($enterpriseMinapp)?'0':$enterpriseMinapp;
$post["enterpriseMinapp"]=$enterpriseMinapp;
$response = rest_ensure_response($post);
return $response;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册