소스 검색

修改代理商获取逻辑

yumeng 3 년 전
부모
커밋
e4b11f5f80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      module-common/src/main/java/cn/com/ctop/common/module/service/impl/CtopOauthTokenServiceImpl.java

+ 1 - 1
module-common/src/main/java/cn/com/ctop/common/module/service/impl/CtopOauthTokenServiceImpl.java

@@ -252,7 +252,7 @@ public class CtopOauthTokenServiceImpl extends ServiceImpl<CtopOauthTokenMapper,
         headers.put("Content-Type", " application/json");
         Map<String, Object> param = new HashMap<>();
 
-        param.put("app_id", agentId);
+        param.put("app_id", appId);
         param.put("secret", secret);
         param.put("refresh_token", refreshToken);
         try {