Commit d5b4d40c by 冷斌

fix bug

parent 4226ceac
......@@ -130,8 +130,6 @@ class RechangeController extends HomebaseController
public function wx()
{
echo $this->getIp();
die;
$order = $this->getOrderId(2);
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