Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
ZHOUXINGYU_project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
zhou
ZHOUXINGYU_project
Commits
413fb8cf
Commit
413fb8cf
authored
Mar 19, 2020
by
zhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增了page_change_state()函数。
parent
ce1ef0fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
readme.md
readme.md
+7
-0
No files found.
readme.md
View file @
413fb8cf
...
...
@@ -139,4 +139,11 @@
##### 使用方法:
```
python
param_dict
=
param_load
(
SKU
,
xml_string
)
```
## 七.非重点类跳过页面直接更改状态函数page_change_state()。
### 1.该方法在main_merge.py中,使用前需要先from main_merge import page_change_state。
### 2.该方法可以批量上传指定批次和渠道的所有页面上数据,输入为当前的批次和来源,全程操作数据库,没有返回值。
#### 使用方法:
```
python
page_change_state
(
'SN'
,
'2020-03-191'
)
```
\ No newline at end of file
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