订单查询
This commit is contained in:
parent
d45e9cb749
commit
8f21b61e52
|
|
@ -143,7 +143,7 @@ public class WuyouController {
|
||||||
return Result.error("订单支付信息不存在");
|
return Result.error("订单支付信息不存在");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (payDetails.getState() == 1) {
|
if (payDetails.getState().equals(1)) {
|
||||||
return Result.success().put("data", 1);
|
return Result.success().put("data", 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue