|
@@ -965,7 +965,7 @@ public class WxLoginService implements IWxLoginService {
|
|
|
JSONObject obj = new JSONObject();
|
|
|
obj.put("page", "pages5/mockExam/examApply");
|
|
|
obj.put("scene",String.format("tid=%s",activityId));
|
|
|
- obj.put("env_version","trial");
|
|
|
+ obj.put("env_version",enCodeVersion);
|
|
|
String result = HttpUtils.sendPost(url, obj);
|
|
|
if (result.contains("errcode")){
|
|
|
List<String> codes = Arrays.asList("40001", "42001");
|