Commit 25b1f636 by hcy001

1

parent a063a315
Showing with 2 additions and 2 deletions
......@@ -78,8 +78,8 @@ class ApiController extends Controller
//询价列表
private function ApiInquiryList($request, $id){
$input = $_REQUEST;
$input["user_id"]=$request->user->userId;
$input["email"]=$request->user->email;
$input["user_id"]=$this->user_id;
$input["email"]=$this->user_name;
ExportLayui((new InquiryModel())->getList($input));
}
......
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 sign in to comment