Commit c8935eb9 authored by shiyu's avatar shiyu

预支付接口4

parent 453b7f54
......@@ -38,7 +38,7 @@ public class DistributionOrderController {
Validator validator = new Validator(FormHandler.ofEntity(dto));
validator.set("shareRecordId", "分销分享记录id").must().string()
.set("buyerId", "买方id").must().number()
.set("buyerOpenId", "买方微信openid").must().string()
.set("buyerOpenid", "买方微信openid").must().string()
.end();
if (!validator.isValid()) {
return Result.failed(validator.getErrorInfo());
......
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