Commit 8e486cb2 authored by clone's avatar clone

1

parent 23388a39
......@@ -36,12 +36,12 @@ class DailyPaper extends Basic
{
header('Access-Control-Allow-Origin:*');
$params = $this->params;
$params = array(
/* $params = array(
"store_id" => 0,//门店id
"is_store" => 0,//身份是否是店长,财务显示不一样 0店长 1财务
"daily_data" => "2019-06-03"
);
$this->userId = 1;
$this->userId = 1;*/
if (!isset($params["store_id"]) || !isset($params["is_store"]) || !isset($params["daily_data"])) {
return $this->response("101", "请求参数错误");
}
......
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