File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
volcengine-java-sdk-llmshield/src/main/java/com/volcengine/llmshield Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ public void Close() throws IOException {
103103 * @param IsDev 是否为dev环境
104104 * @return 无
105105 */
106- public void SetServiceCode (boolean IsDev ) {
107- Sign .setServiceCode (IsDev );
106+ public void SetServiceDev (boolean IsDev ) {
107+ Sign .setServiceDev (IsDev );
108108 }
109109
110110 public String GetServiceCode () {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public class Sign {
6767 URLENCODER .set ('~' );
6868 }
6969
70- public static synchronized void setServiceCode (boolean IsDev ) {
70+ public static synchronized void setServiceDev (boolean IsDev ) {
7171 if (!isModified ) {
7272 if (IsDev ) {
7373 SERVICE = SERVICE_CODE_DEV ;
You can’t perform that action at this time.
0 commit comments