songxingwei il y a 2 ans
Parent
commit
8fb9c63b0a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      application/api/controller/Index.php

+ 1 - 1
application/api/controller/Index.php

@@ -75,7 +75,7 @@ class Index extends Api
                 $v['value'] = '0';
             }
             if ($v['name']=='流曲镇'){
-                $v['value'] = '15';
+                $v['value'] = '0';
             }
         }
         $this->success('成功',$list);