transfer
This commit is contained in:
parent
09f42cb836
commit
585acf2159
@ -653,7 +653,7 @@ class EarningController extends Controller
|
||||
// $this->sendWithdrawNotice($earning_account, $withdraw);
|
||||
}
|
||||
DB::commit();
|
||||
return $this->success('ok', ['status' => 1]);
|
||||
return $this->success('ok', ['status' => 1, "package_info" => $res["package_info"], "app_id" => "wx36c72a00f1b2be64", "mch_id" => "1581903621"]);
|
||||
} catch (Exception $e) {
|
||||
DB::rollBack();
|
||||
$this->getError($e);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user