songxingwei 2 yıl önce
ebeveyn
işleme
ce7dfc94e8
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      application/api/controller/Index.php

+ 3 - 0
application/api/controller/Index.php

@@ -74,6 +74,9 @@ class Index extends Api
             if ($v['name']=='宫里镇'){
                 $v['value'] = '5';
             }
+            if ($v['name']=='流曲镇'){
+                $v['value'] = '15';
+            }
         }
         $this->success('成功',$list);
     }