songxingwei 2 years ago
parent
commit
ce7dfc94e8
1 changed files with 3 additions and 0 deletions
  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);
     }