Commit ad0c6b45 authored by sky.qi's avatar sky.qi

2.3.3 两大卡系统接入层去掉source字段值

parent 6df427fe
...@@ -190,7 +190,6 @@ public class CardPassageController { ...@@ -190,7 +190,6 @@ public class CardPassageController {
@ApiOperation("新增") @ApiOperation("新增")
@DataToUnderline() @DataToUnderline()
public DataResponse add(@RequestBody PassageReqDto dto) { public DataResponse add(@RequestBody PassageReqDto dto) {
dto.setSource(1);
String passageUrl = serviceUrl.getAsServiceUrl(consulDiscoveryClient) + "/api/provider/card/passage"; String passageUrl = serviceUrl.getAsServiceUrl(consulDiscoveryClient) + "/api/provider/card/passage";
return paymentServiceClient.post(passageUrl, dto); return paymentServiceClient.post(passageUrl, dto);
......
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