feat:云流水
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user