|
@@ -1033,6 +1033,7 @@ public class WxLoginService implements IWxLoginService {
|
|
|
obj.put("page", pageUrl);
|
|
|
obj.put("scene",sceneParam.toString());
|
|
|
obj.put("env_version",enCodeVersion);
|
|
|
+
|
|
|
String result = HttpUtils.sendPost(url, obj);
|
|
|
if (result.contains("errcode")){
|
|
|
List<String> codes = Arrays.asList("40001", "42001");
|