修改版本号v.2.2.0

This commit is contained in:
fuqingji
2022-09-13 13:41:43 +08:00
parent 54d2acbc91
commit 550bd66d20
3 changed files with 4 additions and 1 deletions

View File

@ -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 {

View File

@ -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"),
/**