Commit 99de9d08 authored by Quxl's avatar Quxl

x

parent 811ad971
......@@ -86,12 +86,14 @@ public class TestController {
@GetMapping("getToken")
public Object getToken() {
this.verify();
String token = common.getToken();
return token;
}
@GetMapping("saveOrderTracking")
public Object saveOrderTracking() {
this.verify();
return common.saveOrderTracking("sapmaterialmaster" + DateUtil.formatDate(new Date(), DateUtil.FMT_DATETIME), "MaterialMaster", "123456", "123456", "G", 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