Commit 15a0c1b2 authored by tufengqi's avatar tufengqi

新增客户端读取服务请求参数逻辑

parent 5c94886a
...@@ -67,7 +67,7 @@ class ThriftServiceFactoryProxy ...@@ -67,7 +67,7 @@ class ThriftServiceFactoryProxy
$error = 'service first spit item must be \'service\''; $error = 'service first spit item must be \'service\'';
goto doEnd; goto doEnd;
} }
if (!preg_match("/^([a-zA-Z0-9])+Client$/", $class_name[2], $matches)) { if (!preg_match("/^([a-zA-Z0-9])+Client$/", $tem_arr[2], $matches)) {
$error = 'service must ending with \'Client\''; $error = 'service must ending with \'Client\'';
goto doEnd; goto doEnd;
} }
......
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