webman/validate integer 验证问题

吼吼

php8.2
webman/validation v2.2.1 Webman plugin webman/validation
[2026-09-02 16:23:49] plugin.open.default.INFO: 收到推送 body={"data":{"out_biz_no":"RECHARGE_TEST_003","amount":100.5,"id_card":"110101199001011234"}} [] []
[2026-09-02 16:23:49] plugin.open.default.ERROR: 开放接口未捕获异常: ErrorException: Passing floats to BigNumber::of() and arithmetic methods is deprecated and will be removed in 0.15. Cast the float to string explicitly to preserve the previous behaviour. in
验证规则 'amount' => ['required', 'integer', 'gt:0'],
验证浮点数有问题

152 1 0
1个回答

orangeFan

拿整数验证浮点数吗,有点意思。

  • 暂无评论
🔝