@@ -133,7 +133,12 @@ class Userbank extends Apic
$info = (object)[];
}
- $this->success('账户信息', $info);
+ $rs = [
+ 'bank_info' => $info,
+ 'set_mobile'=> Db::name('company_staff')->where('company_id',$this->auth->company_id)->where('type',1)->value('mobile'),
+ ];
+
+ $this->success('账户信息', $rs);