This commit is contained in:
“wanyongkang”
2022-04-30 18:06:45 +08:00
parent 4cd45f1177
commit 1488113d13

View File

@@ -106,11 +106,11 @@ class Index
if ($user_model->add($data)) { if ($user_model->add($data)) {
return $this->aliverify([ echo json_encode($this->aliverify([
'id_code' => $data['id_code'], 'id_code' => $data['id_code'],
'name' => $data['Name'], 'name' => $data['Name'],
'phone' => $data['LoginCode'] 'phone' => $data['LoginCode']
]); ]));
} }
die; die;