wxauto.lang.php 421 B

123456789101112
  1. <?php
  2. $lang['user_not_exist'] = '用户不存在';
  3. $lang['already_login'] = '已经登录';
  4. $lang['xcx_not_set'] = '未配置小程序';
  5. $lang['wechat_not_set'] = '未配置微信';
  6. $lang['error_code'] = '错误码';
  7. $lang['openid_not_get'] = '未获得微信用户授权';
  8. $lang['unionid_not_get'] = '获取unionid失败';
  9. $lang['register_fail'] = '用户注册失败';
  10. return $lang;