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