看了你的 github 里面第一个 repo ,英语还不是很好的时候或许可以用中文代替,应该比有语法错误的英语看起来好一些
$message_list = array(
0 => 'Order is exists', // 订单存在
1 => 'Order is not exists', // 订单不存在
2 => 'Order is exists, but is used for other appid', // 订单存在并且被用于其他 appid
3 => 'Order is exists, but is used for this appid', // 订单存在并且被当前 appid 使用
4 => 'Order did not use', // 订单没有被使用
5 => 'Order used with this request', // 成功使用订单给这个应用
);
这个地方或许也可以修改一下
另外从你的代码里面也不太容易看出来遵循了哪些 psr 规范