shish 3 лет назад
Родитель
Сommit
b6184d9523
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app-hd/controllers/LjhController.php

+ 0 - 1
app-hd/controllers/LjhController.php

@@ -69,7 +69,6 @@ class LjhController extends BaseController
             $post['lat'] = isset($post['latitude']) ? $post['latitude'] : '';
             $orderSn = orderSn::getLjhApplySn();
             $post['orderSn'] = $orderSn;
-
             if (getenv('YII_ENV') == 'production') {
                 $price = bcsub(790, 20, 2);
             } else {