songxingwei 2 anos atrás
pai
commit
ce7dfc94e8
1 arquivos alterados com 3 adições e 0 exclusões
  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);
     }