|
|
@@ -562,7 +562,7 @@ public class PointExchangeServiceImpl implements PointExchangeService {
|
|
|
map.put("package", prePayTnJson.get("package"));
|
|
|
map.put("signType", prePayTnJson.get("signType"));
|
|
|
map.put("paySign", prePayTnJson.get("paySign"));
|
|
|
- return map;
|
|
|
+
|
|
|
} catch (Exception e) {
|
|
|
throw new Exception(e.getMessage());
|
|
|
}
|