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 &`
 
 #### 参与贡献