transfer
This commit is contained in:
parent
356c735a72
commit
854a74f7ac
@ -644,7 +644,7 @@ class EarningController extends Controller
|
||||
} else {
|
||||
throw new Exception("提现失败");
|
||||
}
|
||||
return $this->success('ok', ['status' => 1, "package_info" => $res, "app_id" => "wx36c72a00f1b2be64", "mch_id" => "1581903621"]);
|
||||
return $this->success('ok', ['status' => 1, "package_info" => $res["data"]["data"]["package_info"], "app_id" => "wx36c72a00f1b2be64", "mch_id" => "1581903621"]);
|
||||
|
||||
// //修改账号状态
|
||||
// $earning_account->decrement('frozen_withdraw', $amount);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user