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

1

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