初始化代码
This commit is contained in:
14
app/im/lang/zh-cn.php
Normal file
14
app/im/lang/zh-cn.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
return [
|
||||
'hello thinkphp' => '欢迎使用ThinkPHP',
|
||||
'data type error' => '数据类型错误',
|
||||
'test' => '你好啊',
|
||||
'picture' => '图片',
|
||||
'audio' => '音频',
|
||||
'vedio' => '视频',
|
||||
'Hello, I am ' => '您好,我是',
|
||||
', May I help you? Please contact me!' => ',有什么可以帮到您的吗?记得联系我!',
|
||||
'not chat id ,please check param' => '没有关系数据,请检查传入参数。',
|
||||
'my reply' => '自定义话术',
|
||||
'login error' => '登陆失败',
|
||||
];
|
||||
Reference in New Issue
Block a user