Compare commits
2 Commits
315adad6d0
...
fcbc4c66d0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcbc4c66d0 | ||
|
|
207bd2a0c6 |
@ -59,14 +59,16 @@ class WechatPay
|
|||||||
$this->pay_notify_url = $this->config['product_pay_notify_url'];
|
$this->pay_notify_url = $this->config['product_pay_notify_url'];
|
||||||
$this->refund_notify_url = $this->config['product_refund_notify_url'];
|
$this->refund_notify_url = $this->config['product_refund_notify_url'];
|
||||||
|
|
||||||
$this->pay_config = config("we_chat.applets.pay.1636644248");
|
// 之前为北京欣欣账户,现改为成都欣欣账户
|
||||||
|
$this->pay_config = config("we_chat.applets.pay.1659662936");
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($order_type == 3){
|
if ($order_type == 3){
|
||||||
$this->pay_notify_url = $this->config['detection_pay_notify_url'];
|
$this->pay_notify_url = $this->config['detection_pay_notify_url'];
|
||||||
$this->refund_notify_url = $this->config['detection_refund_notify_url'];
|
$this->refund_notify_url = $this->config['detection_refund_notify_url'];
|
||||||
|
|
||||||
$this->pay_config = config("we_chat.applets.pay.1636644248");
|
// 之前为北京欣欣账户,现改为成都欣欣账户
|
||||||
|
$this->pay_config = config("we_chat.applets.pay.1659662936");
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($order_type == 4){
|
if ($order_type == 4){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user