Commit 9cf718f9 by 牟邦恺

合并驾驶证feign接口

parent 5202960a
package com.hikcreate.edl.pub.web.mobile.infra.data.feign.edl_pvt_service_drivinglicense;
/**
*
*/
//@FeignClient(value = "edl-pvt-service-dl", path = "drivingLicense/qr")
public interface DrivingLicenseQrFeign {
// @PostMapping("getQrInfo")
// Response<DlQrRes> getQrInfo(@RequestBody @Validated IdCardMicReq req);
}
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