feat:云流水

This commit is contained in:
苏竹红
2025-04-16 19:00:19 +08:00
parent 6fb703d624
commit eb9f41454e
3 changed files with 9 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ public class PushServiceImpl implements PushService {
@Override
public String getYlsToken(GetAccessTokenDTO dto) {
String apiUrl = ylsUrl + "XXX";
String apiUrl = ylsUrl + "/Store.axd?action=getToken";
return executeApiCall(apiUrl, dto, String.class, ylsUsername, ylsSecret);
}