注:以目录在www/wwwroot/xiguazhu_app_php2路径为例,php路径为/www/server/php/72/bin/php shell脚本 1.同步专辑信息-每天3点执行 cd /www/wwwroot/xiguazhu_app_php2 && /www/server/php/72/bin/php think album 2.每月20号结算上个月淘宝订单 cd /www/wwwroot/xiguazhu_app_php2 && /www/server/php/72/bin/php think settlementTb 3.每月20号结算上个月抖音订单 cd /www/wwwroot/xiguazhu_app_php2 && /www/server/php/72/bin/php think settlementDy 4.每月20号结算上个月聚合订单 cd /www/wwwroot/xiguazhu_app_php2 && /www/server/php/72/bin/php think settlementJtk 5.每月20号结算上个月拼多多订单 cd /www/wwwroot/xiguazhu_app_php2 && /www/server/php/72/bin/php think settlementPdd 6.每月20号结算上个月京东订单 cd /www/wwwroot/xiguazhu_app_php2 && /www/server/php/72/bin/php think settlementJd 7.每月20号结算上个月唯品会订单 cd /www/wwwroot/xiguazhu_app_php2 && /www/server/php/72/bin/php think settlementWph 8.定时采集轮播图 cd /www/wwwroot/xiguazhu_app_php2 && /www/server/php/72/bin/php think banner 访问URL 注:http://xxxxxx.cn为当前域名 访问密钥为后台配置 1.拆分聚合订单 每隔1分钟执行 http://xxxxxx.cn/api/ansy_jtk_order/orderCommission?key=访问密钥 2.拆分抖音订单 每隔1分钟执行 http://xxxxxx.cn/api/ansy_dy_order/orderCommission?key=访问密钥 3.拆分唯品会订单 每隔1分钟执行 http://xxxxxx.cn/api/ansy_wph_order/orderCommission?key=访问密钥 4.拆分拼多多订单 每隔1分钟执行 http://xxxxxx.cn/api/ansy_pdd_order/orderCommission?key=访问密钥 5.拆分京东订单 每隔1分钟执行 http://xxxxxx.cn/api/ansy_jd_order/orderCommission?key=访问密钥 6.拆分淘宝订单 每隔1分钟执行 http://xxxxxx.cn/api/ansy_taobao_order/orderCommission?key=访问密钥 7.同步上个月结算订单-聚合订单 每月10日2小时20分钟 http://xxxxxx.cn/api/ansy_jtk_order/syncOrder?key=访问密钥&query_type=1&day=&end_now_time=&interval=60&start_time=&time_type=last_month 8.按照支付时间同步前3天订单-聚合订单 每天, 2点15分 执行 http://xxxxxx.cn/api/ansy_jtk_order/syncOrder?key=访问密钥&query_type=1&day=3&end_now_time=&interval=20&start_time=&time_type=now 9.照更新时间同步最近20分钟-聚合订单 每隔2分钟执行 http://xxxxxx.cn/api/ansy_jtk_order/syncOrder?key=访问密钥&query_type=2&day=&end_now_time=&interval=20&start_time=&time_type=now 10.同步上月结算订单-抖音-2 每月, 20日 3点50分执行 http://xxxxxx.cn/api/ansy_dy_order/syncOrder?key=访问密钥&date_type=2&day=&end_now_time=&interval=20&media_type=1&start_time=&time_type=last_month 11.同步上月结算订单-抖音-1 每月, 20日 3点35分执行 http://xxxxxx.cn/api/ansy_dy_order/syncOrder?key=访问密钥&date_type=2&day=&end_now_time=&interval=20&media_type=1&start_time=&time_type=last_month 12.同步近三天订单-抖音-2 每天, 2点10分 执行 http://xxxxxx.cn/api/ansy_dy_order/syncOrder?key=访问密钥&date_type=2&day=3&end_now_time=&interval=20&media_type=2&start_time=&time_type=now 13.同步近三天订单-抖音-1 每天, 2点0分 执行 http://xxxxxx.cn/api/ansy_dy_order/syncOrder?key=访问密钥&date_type=2&day=3&end_now_time=&interval=20&media_type=1&start_time=&time_type=now 14.同步近三天订单-抖音-付款时间 每天, 1点50分 执行 http://xxxxxx.cn/api/ansy_dy_order/syncOrder?key=访问密钥&date_type=1&day=3&end_now_time=&interval=20&media_type=2&start_time=&time_type=now 15.同步近三天订单-抖音-付款时间 每天, 1点40分 执行 http://xxxxxx.cn/api/ansy_dy_order/syncOrder?key=访问密钥&date_type=1&day=3&end_now_time=&interval=20&media_type=1&start_time=&time_type=now 16.同步最近20分钟的订单-抖音 每隔2分钟执行 http://xxxxxx.cn/api/ansy_dy_order/syncOrder?key=访问密钥&date_type=4&day=&end_now_time=&interval=30&media_type=1&start_time=&time_type=now 17.按照下单时间同步上个月已经完结的订单-唯品会 每月, 20日 3点20分执行 http://xxxxxx.cn/api/ansy_wph_order/syncOrder?key=访问密钥&type=1&day=&interval=20&end_now_time=&time_type=last_month&status=2 18.按照更新时间同步前3天的订单-唯品会 每天, 1点30分 执行 http://xxxxxx.cn/api/ansy_wph_order/syncOrder?key=访问密钥&type=2&day=3&interval=20&end_now_time=&time_type=now 19.按照下单时间同步前3天的订单-唯品会 每天, 1点20分 执行 http://xxxxxx.cn/api/ansy_wph_order/syncOrder?key=访问密钥&type=1&day=3&interval=20&end_now_time=&time_type=now 20.照更新时间查询最近20分钟内的订单-唯品会 每隔3分钟执行 http://xxxxxx.cn/api/ansy_wph_order/syncOrder?key=访问密钥&type=2&day=&interval=20&end_now_time=&time_type=now 21.下单时间同步上月订单=拼多多 每月, 20日 3点0分执行 http://xxxxxx.cn/api/ansy_pdd_order/syncOrder?key=访问密钥&day=&time_type=last_month 22.下单时间同步近3天订单-拼多多 每天, 1点10分 执行 http://xxxxxx.cn/api/ansy_pdd_order/syncOrder?key=访问密钥&day=&time_type=last_month 23.按照更新时间查询最近10分钟内的订单-拼多多 每隔2分钟执行 http://xxxxxx.cn/api/ansy_pdd_order/syncOneMinuteOrder?key=访问密钥 24.下单时间同步上个月所有的订单-京东 每月, 20日 2点50分执行 http://xxxxxx.cn/api/ansy_jd_order/syncOrder?key=访问密钥&type=1&day=&interval=20&end_now_time=&time_type=last_month 25.更新时间同步前三天渠道订单-京东 每天, 0点10分 执行 http://xxxxxx.cn/api/ansy_jd_order/syncOrder?key=访问密钥&type=1&day=3&interval=20&end_now_time=&time_type=now 26.创建时间同步前三天渠道订单-京东 每天, 0点8分 执行 http://xxxxxx.cn/api/ansy_jd_order/syncOrder?key=访问密钥&type=1&day=3&interval=20&end_now_time=&time_type=now 27.查询最近10分钟内的订单-京东 每隔2分钟执行 http://xxxxxx.cn/api/ansy_jd_order/syncOrder?key=访问密钥&type=3&day=&interval=10&end_now_time=&time_type=now 28.同步上个月结算订单-淘宝 每月, 20日 2点30分执行 http://xxxxxx.cn/api/ansy_taobao_order/synchronizeDayOrder?key=访问密钥&query_type=2&interval=20&time_type=last_month 29.10分钟同步失效订单-淘宝 每隔10分钟执行 http://xxxxxx.cn/api/ansy_taobao_order/synchronizeDayOrder?key=访问密钥&query_type=1&day=2&interval=20&tk_status=13 30.按照订单结算时间获取前三天的渠道订单-淘宝 每天, 0点6分 执行 http://xxxxxx.cn/api/ansy_taobao_order/synchronizeDayOrder?key=访问密钥&query_type=2&day=3&interval=20&tk_status= 31.按照订单创建时间获取前三天的渠道订单-淘宝 每天, 0点2分 执行 http://xxxxxx.cn/api/ansy_taobao_order/synchronizeDayOrder?key=访问密钥&query_type=1&day=3&interval=20&tk_status= 32.更新20分钟内淘宝结算订单 每隔3分钟执行 http://xxxxxx.cn/api/ansy_taobao_order/syncOrder?key=访问密钥&query_type=2 33.更新20分钟内淘宝付款订单 每隔2分钟执行 http://xxxxxx.cn/api/ansy_taobao_order/syncOrder?key=访问密钥&query_type=1 34.