Commit 59561df3 by 冷斌

fix bug

parent 0f31e955
......@@ -104,8 +104,6 @@ class RechangeController extends HomebaseController
public function wx()
{
var_dump($this->getPayConfig());
die;
$order = $this->getOrderId();
if ($order['code'] > 0) {
echo json_encode(["ret" => $order['code'], 'msg' => $order['msg']]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment