yumeng 5 年之前
父節點
當前提交
28bb12f3c6

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/service/impl/BindAccountAuthServiceImpl.java

@@ -69,7 +69,7 @@ public class BindAccountAuthServiceImpl extends ServiceImpl<BindAccountAuthMappe
         if ("kuaishou".equals(authorizationType)) {
             codeUrl = getKuaishouCodeUrl(taskId);
         }
-        if ("toutiao".equals(authorizationType)) {
+        if ("bytedance".equals(authorizationType)) {
             codeUrl = getByteDanceCodeUrl(taskId);
         }