@@ -25,7 +25,7 @@ public class SignInterceptor implements Interceptor<JSONObject> {
@Autowired
IAppSecretService appSecretService;
- @Value("${ucenter.sign.appId}")
+ @Value("${ucenter.sign.appid}")
public String appId;
@Override