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/JobAutoCreateFee/quartz_jobs_bank.xml

65 lines
1.8 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>JobGetBankData</name>
<group>Job</group>
<description>下载银行记录</description>
<job-type>JobCreateFee.JobBankData,JobAutoCreateFee</job-type>
<durable>true</durable>
<recover>false</recover>
<job-data-map>
<!--连接字符串-->
<entry>
<key>ConnectString</key>
<value>Data Source=.;Initial Catalog=Shippingweb_qj;Persist Security Info=True;User ID=sa;Password=ds20040201</value>
</entry>
<!--接口地址-->
<entry>
<key>ReqUrl</key>
<value>http://47.104.90.170:9876/sync</value>
</entry>
<!--接口公司名称-->
<entry>
<key>CompanyName</key>
<value>qd</value>
</entry>
<!--公司代码-->
<entry>
<key>CompanyId</key>
<value>Comcab2d43f60454327af30a131fc1d3abd</value>
</entry>
<!--DONGSHENG7自动结算接口-->
<entry>
<key>D7Url</key>
<value>http://localhost:10200/Account/Chfee_bankdata/AddAutoBankDataDetailJk</value>
</entry>
<!--请求超时(单位:秒)-->
<entry>
<key>RequestTimeout</key>
<value>60</value>
</entry>
</job-data-map>
</job>
<trigger>
<cron>
<name>triggerJobGetBankData</name>
<group>Job</group>
<description>下载银行流水</description>
<job-name>JobGetBankData</job-name>
<job-group>Job</job-group>
<cron-expression>0 0 22 * * ? </cron-expression>
</cron>
</trigger>
</schedule>
</job-scheduling-data>