netputer / wechat-php-sdk

微信公众平台 PHP SDK
MIT License
679 stars 351 forks source link

第一次写wechat应用,刚刚部署了一下示例代码,出现了语法错误,求解是什么原因,谢谢! #30

Closed Awkee closed 9 years ago

Awkee commented 9 years ago

Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /xxx/src/errorCode.php on line 21

Awkee commented 9 years ago

我已经将我代码里的const改为static了,现在已经正常了。