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 例子中 方法參數(shù)聲明 少了 1:
我去修復(fù)提交下
好的 謝謝