Commit 8a2dd0d3 authored by renjie's avatar renjie

Merge branch 'dev-zrj' into 'staging'

admin接口bug

See merge request !126
parents 67c25d42 358d53dd
......@@ -98,9 +98,9 @@ public class AdministratorController {
HashMap<String, Object> map = new HashMap<>();
try {
map.put("userbalance", paymentService.bankTransferInsertion(userBalance.getUsername(), (int) userBalance.getBalanced()));
map.put("status", "failed");
} catch (Exception e) {
map.put("status", "success");
} catch (Exception e) {
map.put("status", "failed");
}
return map;
}
......
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