Commit a9b0a37b authored by hujun's avatar hujun

深圳

parent b332162b
...@@ -645,6 +645,9 @@ class CallPhoneService ...@@ -645,6 +645,9 @@ class CallPhoneService
case '杭州' : case '杭州' :
$code = '0571'; $code = '0571';
break; break;
case '深圳' :
$code = '0755';
break;
default : default :
$code = '021'; $code = '021';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment