微信支付,Native传入金额和生成二维码的金额不对?
$resp = $instance
->chain('v3/pay/transactions/native')
->post(['json' => [
'mchid' => '888888888',
'out_trade_no' =>'11111113323214124',
'appid' => '222222222222222',
'description' => 'ggggggggggggg',
'notify_url' => 'https://www.wwwwww.com/',
'amount' => [
'total' => 1,
'currency' => 'CNY',
],
]]);
total金额写固定值也不行。
比如传1元,实际扫码后是0.01
比如传199,世纪扫码后是1.99
反正基本上都是除了100。