Browse Source

modify sale num

stanley-king 8 years ago
parent
commit
2f8a311885
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mobile/control/config.php

+ 1 - 1
mobile/control/config.php

@@ -14,7 +14,7 @@ class configControl extends mobileHomeControl
 
     public function getconfigexOp()
     {
-        $result['app_config'] = ['sale_mogile' => '021-64260858'];
+        $result['app_config'] = ['sale_mobile' => '021-64260858'];
         return self::outsuccess($result);
     }