@@ -85,7 +85,7 @@ public class UserServiceImpl implements UserService {
boolean flag = BlockChainUtil.vilaResult(result);
if(!flag) {
- throw new RuntimeException("区块链操作失败1");
+ throw new RuntimeException("区块链操作失败");
}