@@ -194,8 +194,8 @@ public class ExchangeRateUtil {
try {
String body = HttpRequest.get("http://op.juhe.cn/onebox/exchange/currency")
.header("Content-Type", "application/x-www-form-urlencoded")
- .form("to", "CNY")
.form("from", code)
+ .form("to", "CNY")
.form("version", "2")
.form("key", key)
.execute()