Commit 7d092fed authored by 5359's avatar 5359

正式环境参数修改

parent f95ec0e0
Pipeline #6041 canceled with stages
......@@ -41,9 +41,9 @@ import java.util.*;
public class SignHclcUtils {
//设置百度图片识别APPID/AK/SK
public static final String APP_ID = "18653557";
public static final String API_KEY = "VD5jNFLsuBQE4vvjTtQoKQtt";
public static final String SECRET_KEY = "Bx1O0kQ7W9YDprTOaLr2MPcPupsn7w7z";
public static final String APP_ID = "19796608";
public static final String API_KEY = "jbUF3K70pQIGK2HcLyRqZfLy";
public static final String SECRET_KEY = "YtRDMZvCX9xqCwwqqDDBnInC0FAGoSWw";
public static final String APPLICATION_JSON = "application/json";
public static final String APPLICATION_FORM_URLENCODED = "application/x-www-form-urlencoded";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment