yumeng 5 years ago
parent
commit
00727c6fc5

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

@@ -72,7 +72,7 @@ public class BindAccountAuthServiceImpl extends ServiceImpl<BindAccountAuthMappe
     public String getByteDanceCodeUrl(String state) throws UnsupportedEncodingException {
     public String getByteDanceCodeUrl(String state) throws UnsupportedEncodingException {
         StringBuffer sb = new StringBuffer();
         StringBuffer sb = new StringBuffer();
         JSONArray jsonArray = new JSONArray();
         JSONArray jsonArray = new JSONArray();
-        jsonArray.add("1");
+        jsonArray.add("100");
         jsonArray.add("2");
         jsonArray.add("2");
         jsonArray.add("3");
         jsonArray.add("3");
         jsonArray.add("4");
         jsonArray.add("4");