Commit 33fbb650 authored by zw's avatar zw

bug

parent d4c8c9f8
......@@ -32,6 +32,7 @@ class DailyPaper extends Basic
*/
public function dailyDetail()
{
header('Access-Control-Allow-Origin:*');
$params = $this->params;
/* $params = array(
"store_id" => 730,//门店id
......@@ -63,6 +64,7 @@ class DailyPaper extends Basic
*/
public function addDaily()
{
header('Access-Control-Allow-Origin:*');
$params = $this->params;
/* $params = array(
"agent_id" => 5775,//经纪人id
......@@ -113,6 +115,7 @@ class DailyPaper extends Basic
* @throws \think\exception\DbException
*/
public function commitCheck(){
header('Access-Control-Allow-Origin:*');
$params = $this->params;
/*$params = array(
"daily_id" => 1,//日报id
......@@ -167,6 +170,7 @@ class DailyPaper extends Basic
* @return \think\Response
*/
public function getPayLogImg(){
header('Access-Control-Allow-Origin:*');
$params = $this->params;
/* $params = array(
"pay_log_id" => 1
......
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