No field key specified for name, resulting protocol may have conflicts or not be backwards compatible!
什么原因
namespace php Services.HelloWorld service HelloWorld { string sayHello(1:string name); }
github上README 例子中 方法参数声明 少了 1:
我去修复提交下
好的 谢谢
什么原因
namespace php Services.HelloWorld
service HelloWorld
{
string sayHello(1:string name);
}
github上README 例子中 方法参数声明 少了 1:
我去修复提交下
好的 谢谢