Commit b94c0180 by 陶光胜

二维码

parent 9e1ae9d7
......@@ -107,9 +107,9 @@ public class CustomGuideApiServiceImpl implements CustomGuideApiService {
} else if(theme == 3){
themeStr = "black-golden";
} else if(theme == 4){
themeStr = "dark_green";
themeStr = "dark-green";
} else {
themeStr = "tint_green";
themeStr = "tint-green";
}
// networkTimeout
Map<String, Object> networkTimeoutMap = new HashMap<String, Object>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment