应用SDK接口集成完成

This commit is contained in:
lqyan
2024-02-04 16:58:28 +08:00
parent fe8fb7f2ec
commit fd05af58e6
11 changed files with 698 additions and 55 deletions

View File

@@ -1,5 +1,7 @@
package com.jhinno.sdk.openapi;
import org.omg.CosNaming.NamingContextPackage.NotFound;
/**
* 客户端错误相关常亮的定义
*
@@ -51,4 +53,10 @@ public class ClientErrorCode {
* SSL异常
*/
public static final String SSL_EXCEPTION = "SslException";
/**
* 资源不存在
*/
public static final String REQUEST_ERROR = "RequestError";
}