作者 郭文星

123

@@ -991,6 +991,6 @@ class Index extends Api @@ -991,6 +991,6 @@ class Index extends Api
991 "cumulative_value"=>$resflow['cumulative_value'], 991 "cumulative_value"=>$resflow['cumulative_value'],
992 ]; 992 ];
993 } 993 }
994 - print_r($returndata); 994 + $this->success('获取成功', $returndata);
995 } 995 }
996 } 996 }