Commit 296f7ef6a4b3b1147fc1a8f1c1d28d57d20c6948
1 parent
9fbe0a119f
Exists in
master
版本信息的BUG修复
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
PersonalCenter/app/src/main/java/com/hjx/personalcenter/http/HttpManager.java
... | ... | @@ -737,6 +737,7 @@ public class HttpManager { |
737 | 737 | params.put(HttpKey.REGIONNAME, regionName); |
738 | 738 | params.put(HttpKey.MATH, math); |
739 | 739 | params.put(HttpKey.ENGLISH, english); |
740 | + params.put(HttpKey.CHINESE, chinese); | |
740 | 741 | params.put(HttpKey.PHYSICES, physics); |
741 | 742 | params.put(HttpKey.CHEMISTRY, chemistry); |
742 | 743 | params.put(HttpKey.HISTIRY, history); | ... | ... |