Browse Source

//token

release_toaliyun_real
xhxu 3 years ago
parent
commit
d8ee440413
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/douyin/miniapp/api/TtMaService.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/douyin/miniapp/api/TtMaService.java View File

@@ -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";


Loading…
Cancel
Save