|
@@ -56,7 +56,7 @@ class WareHouse extends BaseController
|
|
|
if(!empty($contactorinfo) && $contactorinfo['code']!=0){
|
|
|
return error_show($contactorinfo['code'],$contactorinfo['message']);
|
|
|
}
|
|
|
- $nickname = $contactor['data']['nickname'];
|
|
|
+ $nickname = $contactorinfo['data']['nickname'];
|
|
|
$mobile = isset($post['mobile'])&& $post['mobile']!='' ?trim($post['mobile']) :'';
|
|
|
if($mobile==''){
|
|
|
return error_show(1004,'参数mobile 不能为空');
|