Commit 3c37de67981fe866c582a4147e81f55a0beaf3ed
1 parent
314e1fee
测试提交
Signed-off-by: TanYibin <5491541@qq.com>
Showing
1 changed file
with
0 additions
and
4 deletions
huaheng-wms-core/src/main/java/org/jeecg/modules/wms/api/acs/controller/AcsController.java
... | ... | @@ -40,10 +40,6 @@ public class AcsController extends HuahengBaseController { |
40 | 40 | @PostMapping(value = "/testTokenCheck") |
41 | 41 | @OperationLog(bizType = "'物料追踪'", tag = "'入库完成'", bizId = "#paramMap.get('bizId')", extra = "#jsonString", msg = "'测试操作日志'", recordReturnValue = true) |
42 | 42 | public Result<?> testTokenCheck(@RequestBody Map<String, String> paramMap, HttpServletRequest request) { |
43 | -// String audience = ApiAuthentication.getInstance().getAudience(); | |
44 | -// String url = "http://localhost:8080/wms/api/wms/acs/testTokenCheck"; | |
45 | -// String body = OkHttpUtils.sendPostByJsonStr(url, JSON.toJSONString(paramMap)); | |
46 | -// String url = addressService.getUrlByParam(QuantityConstant.ADDRESS_AGV_TASK_ASSIGN); | |
47 | 43 | return Result.ok(); |
48 | 44 | } |
49 | 45 | |
... | ... |