Commit 5726b569 authored by hujun's avatar hujun

绑定手机号码返回值修改

parent a50021f9
......@@ -43,7 +43,7 @@ class CellPhone extends Basic
$phone_x = $bind->getPhoneX($field, $where);
if ($phone_x) {
$this->data = ['phone' => $phone_x];
$this->data = ['phone' => $phone_x['phone_x']];
} else {
$phone_x = $aliYunPhone->getAliYunPhone($phone_b);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment