瀏覽代碼

代码优化

zwg 4 年之前
父節點
當前提交
a9522da1b3
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -33,8 +33,9 @@ Data grabbing platform(DGP)数据采集平台
 
 * 修改数据库账号配置
 * 检查account和token配置
-* 执行相关脚本:`nohup python3 -u get_data_hourly.py >output_get_data_hourly_202009251042.log 2>&1 &`
-* 执行相关脚本:`nohup python3 -u check_order.py >check_order_202010111424.log 2>&1 &`
+* 执行相关脚本:`nohup python3 -u qucheng_api/get_data_hourly.py >log_py_output/output_get_data_hourly_202010111947.log 2>&1 &`
+* 每小时同步订单脚本:`nohup python3 -u get_order_hourly.py >get_order_hourly_202010111942.log 2>&1 &`
+* 凌晨同步昨日订单脚本:`nohup python3 -u check_order.py >check_order_202010111943.log 2>&1 &`
 
 #### 参与贡献