You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/JobScheduler/bin/Release/quartz_jobs.xml

82 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<job-scheduling-data xmlns="http://quartznet.sourceforge.net/JobSchedulingData">
<processing-directives>
<overwrite-existing-data>true</overwrite-existing-data>
</processing-directives>
<schedule>
<!--订阅数据任务-->
<!--下载提箱小票打印明细-->
<job>
<name>Jobdowloaddjy</name>
<group>Job</group>
<description>订阅数据</description>
<job-type>JobCreateFee.JobDjyD6Xf,JobAutoCreateFee</job-type>
<durable>true</durable>
<recover>false</recover>
<job-data-map>
<!--连接字符串-->
<entry>
<key>ConnectString</key>
<value>Data Source=223.223.95.213;Initial Catalog=DONGSHENG;Persist Security Info=True;User ID=sa;Password=Smart*DATA_80120</value>
</entry>
<!--请求地址-->
<entry>
<key>DjyReqUrl</key>
<value>http://djypaas.myshipping.net/api/open/finance/expendlist</value>
</entry>
<!--请求用户代码-->
<entry>
<key>DjyCompanyCode</key>
<value>4fb53bc0-8901-4f0d-a34f-c8a7aeb6692e</value>
</entry>
<entry>
<key>DjyCompanyName</key>
<value>青岛益道信国际货运代理有限公司</value>
</entry>
<entry>
<key>FeeName</key>
<value>舱单费</value>
</entry>
<entry>
<key>CustName</key>
<value>东胜软件</value>
</entry>
<!--秘钥-->
<entry>
<key>DjyCompanySecret</key>
<value>Lily8256</value>
</entry>
<!--消费记录类型-->
<entry>
<key>DjybsType</key>
<value>0</value>
</entry>
<!--船公司-->
<entry>
<key>DjyCarrier</key>
<value>ONE</value>
</entry>
<!--请求超时(单位:秒)-->
<entry>
<key>RequestTimeout</key>
<value>30</value>
</entry>
</job-data-map>
</job>
<trigger>
<cron>
<name>Triggerdownloaddjy</name>
<group>Job</group>
<description>下载大简云账单数据触发器</description>
<job-name>Jobdowloaddjy</job-name>
<job-group>Job</job-group>
<cron-expression>0 0 12,17 * * ? </cron-expression>
</cron>
</trigger>
</schedule>
</job-scheduling-data>