Commit 413fb8cf authored by zhou's avatar zhou

新增了page_change_state()函数。

parent ce1ef0fc
......@@ -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
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