提交 8c86e110 authored 作者: liuhaiquan's avatar liuhaiquan

Merge remote-tracking branch 'origin/test' into test

package com.clx.performance.controller.temp;
import com.clx.performance.config.MslPaymentConfig;
import com.clx.performance.service.TempService;
import com.clx.performance.service.child.FeignOrderChildService;
import com.clx.performance.vo.pc.child.OrderChildLineStatisticsVO;
......@@ -30,14 +31,16 @@ public class TempController {
private TempService tempService;
@Autowired
private FeignOrderChildService carrierOrderChildService;
@Autowired
private MslPaymentConfig mslPaymentConfig;
@ApiOperation(value = "test", notes = "<br>By:艾庆国")
@RequestMapping(value = "/test", method = RequestMethod.GET)
public Result<OrderChildLineStatisticsVO> test(Integer sendAddressId, Integer receiveAddressId) {
public Result<MslPaymentConfig> test() {
return Result.ok(carrierOrderChildService.getLineStatistics(sendAddressId, receiveAddressId));
return Result.ok(mslPaymentConfig);
}
@ApiOperation(value = "更新网运标识", notes = "<br>By:艾庆国")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论