最新版本已經(jīng)修復(fù)此問題
文件地址:app\controller\api\v2\PublicController.php
1、22行左右,有這句就不用加
use crmeb\services\SystemConfigService;
2、方法名稱:getCustomerType
行數(shù):160行左右,具體直接搜此方法名稱,行數(shù)可能不是很準(zhǔn)確
代碼:
public function getCustomerType()
{
$data = SystemConfigService::more(['customer_type', 'customer_phone', 'customer_url']);
$data['userInfo'] = [];
return app('json')->success($data);
}