changed the auth view interface impl

This commit is contained in:
unknown
2020-07-22 18:57:27 +08:00
parent cefcc6db84
commit dbf97f7a4a
7 changed files with 50 additions and 6 deletions

View File

@@ -220,4 +220,10 @@ public class MogoServicePaths {
*/
@Deprecated
public static final String PATH_PASSPORT = "/passport/api";
/**
* 授权服务
*/
@Deprecated
public static final String PATH_AGREEMENT = "/agreement/showFragment";
}