@@ -27,6 +27,7 @@ class GhsInfoController extends Controller
$mobile = $shop->mobile;
if (!empty($mobile)) {
GhsClass::updateById($ghsId, ['mobile' => $mobile]);
+ echo $mobile . "\n";
}