belongsTo('User'); } /** * 提现详情 * @param $id * @return Apply|static * @throws \think\exception\DbException */ public static function detail($id) { return self::get($id); } }