docs: 完善配置文档
This commit is contained in:
@@ -56,8 +56,31 @@ public class NeteaseDataManager {
|
|||||||
* netease config.
|
* netease config.
|
||||||
*/
|
*/
|
||||||
public static class Config {
|
public static class Config {
|
||||||
|
/**
|
||||||
|
* 认证链接
|
||||||
|
*
|
||||||
|
* <p>正式环境:http://x19authserver.nie.netease.com/check
|
||||||
|
*
|
||||||
|
* <p>测试环境:http://x19authexpr.nie.netease.com/check
|
||||||
|
*
|
||||||
|
* <p>1.20版本请使用以下接口:
|
||||||
|
*
|
||||||
|
* <p>正式环境:https://x19apigatewayobt.nie.netease.com/pcauth/check
|
||||||
|
*
|
||||||
|
* <p>测试环境:https://x19apigatewayexpr.nie.netease.com/pcauth/check
|
||||||
|
*
|
||||||
|
* <p>另有外网测试认证接口:
|
||||||
|
*
|
||||||
|
* <p>http://x19authtest.nie.netease.com/check
|
||||||
|
*
|
||||||
|
* <p>对应接入test版bc认证,通常情况下不使用,需要启用时会另行沟通
|
||||||
|
*/
|
||||||
|
@SuppressWarnings("JavadocLinkAsPlainText")
|
||||||
@NotNull
|
@NotNull
|
||||||
private String authUrl = "http://192.168.0.100:9999/check";
|
private String authUrl = "http://192.168.0.100:9999/check";
|
||||||
|
/**
|
||||||
|
* 网络服游戏 id,在开发者平台中可以查看.
|
||||||
|
*/
|
||||||
@NotNull
|
@NotNull
|
||||||
private String gameId = "12345678901234567";
|
private String gameId = "12345678901234567";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user