Explorar el Código

Merge branch 'release_toaliyun_real_20230511' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real_20230511

release_toaliyun_real
winter hace 3 años
padre
commit
354dcf998b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

@@ -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?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/jscode2session";
String JSCODE_TO_SESSION_URL = "https://developer.toutiao.com/api/apps/v2/jscode2session"; String JSCODE_TO_SESSION_URL = "https://developer.toutiao.com/api/apps/v2/jscode2session";


Cargando…
Cancelar
Guardar