Commit 46f425c1 authored by LSL's avatar LSL

还款限制修改

parent ac24534e
......@@ -49,7 +49,7 @@ public class BaseController {
public JsonResult ccc() {
Sftp sftp = new Sftp("115.238.89.106", 9901, "xiaohua_fr", "R7MADMx1lwMN5k4v", CharsetUtil.CHARSET_UTF_8);
sftp.cd("/download/compensatory/"+"20231113");
sftp.get("compensatory_check_20231113.ok","/aaa.txt");
sftp.get("compensatory_20231113.txt","/aaa.txt");
ossUtils.ossUpload("ZN/compensatory/aaa.txt", FileUtil.file("/aaa.txt"));
return null;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment