最新版本已經修復此問題
文件地址:app\controller\api\v2\PublicController.php
1、22行左右,有這句就不用加
use crmeb\services\SystemConfigService;

2、方法名稱:getCustomerType
行數:160行左右,具體直接搜此方法名稱,行數可能不是很準確

代碼:
public function getCustomerType()
{
$data = SystemConfigService::more(['customer_type', 'customer_phone', 'customer_url']);
$data['userInfo'] = [];
return app('json')->success($data);
}

