|
|
|
@@ -16,7 +16,7 @@ public interface TtMaService { |
|
|
|
*/ |
|
|
|
// String GET_ACCESS_TOKEN_URL = "https://developer.toutiao.com/api/apps/token?grant_type=client_credential&appid=%s&secret=%s"; |
|
|
|
|
|
|
|
String GET_ACCESS_TOKEN_URL = "https://developer.toutiao.com/api/apps/token"; |
|
|
|
String GET_ACCESS_TOKEN_URL = "https://developer.toutiao.com/api/apps/v2/token"; |
|
|
|
|
|
|
|
// String JSCODE_TO_SESSION_URL = "https://developer.toutiao.com/api/apps/jscode2session"; |
|
|
|
String JSCODE_TO_SESSION_URL = "https://developer.toutiao.com/api/apps/v2/jscode2session"; |
|
|
|
|