作者 郭盛
1 个管道 的构建 通过 耗费 11 秒

1

... ... @@ -37,7 +37,7 @@ class WeixinPay {
'nonce_str' => $this->createNoncestr(), //随机字符串
'body' => $this->body,
'out_trade_no'=> $this->out_trade_no,
'total_fee' => 1,//$this->total_fee*100,
'total_fee' => $this->total_fee,//$this->total_fee*100,
'spbill_create_ip' => get_client_ip(0,true),
'notify_url' => $this->notify_url,
'openid' => $this->openid, //用户id
... ...