获取token接口

This commit is contained in:
xiang2lin 2024-05-15 11:39:41 +08:00
parent 345994aa61
commit 717ad1417c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class U8Util {
//获取token
public static String getToken() {
String url = "/Api/Base/GetToken";
String url = "http://127.0.0.1:51910/Api/Base/GetToken";
JSONObject jsonObject = new JSONObject();
jsonObject.put("secretkey", "L1NhkDrQhtBDzTxFxPI0jxWcBzTBSPvaI5xZusRRi9ofS9d6ngxrj1erwbdjxtUT");
logger.info("获取U8token参数:{}", jsonObject.toJSONString());