Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wfs_export
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yexing
wfs_export
Commits
274c570c
Commit
274c570c
authored
Feb 11, 2026
by
yexing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: open名称添加问题
parent
11947d3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
plugin/src/base.js
+3
-3
No files found.
plugin/src/base.js
View file @
274c570c
...
@@ -241,9 +241,6 @@ const gqlCallback = async function (response) {
...
@@ -241,9 +241,6 @@ const gqlCallback = async function (response) {
}
}
const
newJson
=
{
status
:
"OK"
,
data
}
const
newJson
=
{
status
:
"OK"
,
data
}
newJson
.
__route
=
"search_engine_marketing"
;
newJson
.
__route
=
"search_engine_marketing"
;
if
(
this
.
params
.
requestType
===
"OPEN_CYCLE"
)
{
newJson
[
"payCycleStatus"
]
=
"open"
;
}
newJson
[
"walmartid"
]
=
this
.
partnerId
;
newJson
[
"walmartid"
]
=
this
.
partnerId
;
newJson
[
"Starttime"
]
=
fromDate
;
newJson
[
"Starttime"
]
=
fromDate
;
newJson
[
"Endtime"
]
=
toDate
;
newJson
[
"Endtime"
]
=
toDate
;
...
@@ -258,6 +255,9 @@ const jsonCallback = async function (response) {
...
@@ -258,6 +255,9 @@ const jsonCallback = async function (response) {
);
);
const
newJson
=
{
status
,
...
response
}
const
newJson
=
{
status
,
...
response
}
newJson
.
__route
=
"transmitexportthispagedata"
;
newJson
.
__route
=
"transmitexportthispagedata"
;
if
(
this
.
params
.
requestType
===
"OPEN_CYCLE"
)
{
newJson
[
"payCycleStatus"
]
=
"open"
;
}
newJson
[
"walmartid"
]
=
this
.
partnerId
;
newJson
[
"walmartid"
]
=
this
.
partnerId
;
newJson
[
"Starttime"
]
=
this
.
params
.
fromDate
;
newJson
[
"Starttime"
]
=
this
.
params
.
fromDate
;
newJson
[
"Endtime"
]
=
this
.
params
.
toDate
;
newJson
[
"Endtime"
]
=
this
.
params
.
toDate
;
...
...
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