Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
33fbb650
Commit
33fbb650
authored
Jan 16, 2019
by
zw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
d4c8c9f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
DailyPaper.php
application/index/controller/DailyPaper.php
+4
-0
No files found.
application/index/controller/DailyPaper.php
View file @
33fbb650
...
@@ -32,6 +32,7 @@ class DailyPaper extends Basic
...
@@ -32,6 +32,7 @@ class DailyPaper extends Basic
*/
*/
public
function
dailyDetail
()
public
function
dailyDetail
()
{
{
header
(
'Access-Control-Allow-Origin:*'
);
$params
=
$this
->
params
;
$params
=
$this
->
params
;
/* $params = array(
/* $params = array(
"store_id" => 730,//门店id
"store_id" => 730,//门店id
...
@@ -63,6 +64,7 @@ class DailyPaper extends Basic
...
@@ -63,6 +64,7 @@ class DailyPaper extends Basic
*/
*/
public
function
addDaily
()
public
function
addDaily
()
{
{
header
(
'Access-Control-Allow-Origin:*'
);
$params
=
$this
->
params
;
$params
=
$this
->
params
;
/* $params = array(
/* $params = array(
"agent_id" => 5775,//经纪人id
"agent_id" => 5775,//经纪人id
...
@@ -113,6 +115,7 @@ class DailyPaper extends Basic
...
@@ -113,6 +115,7 @@ class DailyPaper extends Basic
* @throws \think\exception\DbException
* @throws \think\exception\DbException
*/
*/
public
function
commitCheck
(){
public
function
commitCheck
(){
header
(
'Access-Control-Allow-Origin:*'
);
$params
=
$this
->
params
;
$params
=
$this
->
params
;
/*$params = array(
/*$params = array(
"daily_id" => 1,//日报id
"daily_id" => 1,//日报id
...
@@ -167,6 +170,7 @@ class DailyPaper extends Basic
...
@@ -167,6 +170,7 @@ class DailyPaper extends Basic
* @return \think\Response
* @return \think\Response
*/
*/
public
function
getPayLogImg
(){
public
function
getPayLogImg
(){
header
(
'Access-Control-Allow-Origin:*'
);
$params
=
$this
->
params
;
$params
=
$this
->
params
;
/* $params = array(
/* $params = array(
"pay_log_id" => 1
"pay_log_id" => 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment