修改版本号v.2.2.0
This commit is contained in:
@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.PostMapping;
|
||||
*
|
||||
* @author Ajaxfan
|
||||
*/
|
||||
@FeignClient(value = "biz-service-ebtp-extend",
|
||||
@FeignClient(value = "core-service-ebtp-userinfo",
|
||||
fallbackFactory = EbtpUserInfoClientFallbackFactory.class)
|
||||
public interface EbtpUserInfoClient {
|
||||
|
||||
|
@ -41,6 +41,8 @@ public enum EbtpLogBusinessModule {
|
||||
RSMS_JURY_CONFIG("rsms_jury_config"),
|
||||
SFTP_BID_FILE("sftp_bid_file"),
|
||||
SFTP_PRICE_FILE("sftp_price_file"),
|
||||
EVAL_ROOM_DOOR_TASK("eval_room_door_task"),
|
||||
EVAL_ROOM_FACE_TASK("eval_room_face_task"),
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user