## 新用户注册走的逻辑 ## 微信端 ```ewei_shopv2\core\model\member.php/member.php``` ~~~ public function checkMember() { if (empty($member) && !empty($openid)) { ~~~ ## 网页端 ```/addons/ewei_shopv2/core/mobile/account``` ```php protected function rf($type) { ```