songxingwei 2 년 전
부모
커밋
ce7dfc94e8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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);
     }