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);
     }