Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
loveisland
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
刘小敏
loveisland
Commits
db2a945e
Commit
db2a945e
authored
Jul 22, 2026
by
刘小敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug2
parent
84d81b2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
MonitorLog.php
application/admin/model/shopro/xhs/MonitorLog.php
+1
-1
Xhstrack.php
application/api/controller/Xhstrack.php
+4
-0
No files found.
application/admin/model/shopro/xhs/MonitorLog.php
View file @
db2a945e
...
...
@@ -15,7 +15,7 @@ use app\admin\model\shopro\Common;
*/
class
MonitorLog
extends
Common
{
protected
$name
=
'
fa_
xhs_monitor_log'
;
protected
$name
=
'xhs_monitor_log'
;
protected
$updateTime
=
'updatetime'
;
protected
$createTime
=
'createtime'
;
...
...
application/api/controller/Xhstrack.php
View file @
db2a945e
...
...
@@ -28,6 +28,10 @@ use think\Log;
*/
class
Xhstrack
extends
Api
{
protected
$noNeedLogin
=
[
'*'
];
protected
$noNeedRight
=
[
'*'
];
/**
* 小红书监测入口
*
...
...
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