提交 1f177f44 authored 作者: jiangwujie's avatar jiangwujie

feat(sdk):测试lms-manage weight-sig sdk

上级 5c8bf8fc
...@@ -40,7 +40,7 @@ public class TempSdkController { ...@@ -40,7 +40,7 @@ public class TempSdkController {
@ApiOperation(value = "weighingSignature", notes = "<br>By:jwj") @ApiOperation(value = "weighingSignature", notes = "<br>By:jwj")
@PostMapping("/weighingSignature") @PostMapping("/weighingSignature")
public Result weighingSignature(@RequestParam(value = "childNo") String childNo, public Result weighingSignature(@RequestParam(value = "childNo") String childNo,
@RequestParam(value = "type", defaultValue = "1") Integer type) { @RequestParam(value = "type", required = false) Integer type) {
App app = loadAppConfig.getSmartWeightApp();//对接场站配置信息 App app = loadAppConfig.getSmartWeightApp();//对接场站配置信息
//组装配置信息 //组装配置信息
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论