@@ -62,7 +62,7 @@ class InitController extends Controller
if (!empty($mobile)) {
$ghs->mobile = $mobile;
$ghs->save();
- echo $mobile." ok \n";
+ echo $mobile . ' ' . $ghs->id . " ok \n";
}