generated from msb_55675/Demo
parent
fac441d3e2
commit
585cb383bd
@ -0,0 +1,13 @@
|
||||
package com.mashibing.apipassenger.remote;
|
||||
|
||||
import com.mashibing.common.dto.ResponseResult;
|
||||
import com.mashibing.common.response.NumberCodeResponse;
|
||||
import org.springframework.cloud.openfeign.FeignClient;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PathVariable;
|
||||
|
||||
@FeignClient("service-verificationcode")
|
||||
public interface ServiceVefificationcodeClient {
|
||||
@GetMapping("/numberCode/{size}")
|
||||
ResponseResult<NumberCodeResponse> getNumberCode(@PathVariable("size") int size);
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue