ApiProperties.java 227 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 package com.ruoyi.common; /** * @author 20412 */ public interface ApiProperties { /** * 人事系统访问更新数据 途径 api key */ String PERSONNEL_API_KEY = "signInCheckKey-qinputbashifaceupdate"; }