Files
amb_wechatapp/application/api/lang/zh-cn/app/channels/store.php
T

11 lines
218 B
PHP

<?php
return [
'Appid' => 'APPID',
'Serect' => 'App Serect',
'Token' => 'Token',
'Pushkey' => '消息密钥',
'Url' => '推送地址',
'Createtime' => '创建时间'
];