|
@@ -223,7 +223,7 @@ public class DistributePopularizeController {
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- return GatewayResponse.FAIL.newBuilder().toResult(alipayResponse.getSubMsg());
|
|
|
|
|
|
|
+ return GatewayResponse.FAIL.newBuilder().setMsg(alipayResponse.getSubMsg()).toResult();
|
|
|
}
|
|
}
|
|
|
distributeMoneyApplyMapper.insert(distributeMoneyApply);
|
|
distributeMoneyApplyMapper.insert(distributeMoneyApply);
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(distributeMoneyApply.getMoney().toString());
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(distributeMoneyApply.getMoney().toString());
|