diff --git a/app/common/controller/JunziqianController.php b/app/common/controller/JunziqianController.php index aec6d9fc..5a4a2620 100644 --- a/app/common/controller/JunziqianController.php +++ b/app/common/controller/JunziqianController.php @@ -262,8 +262,7 @@ class JunziqianController extends BaseLikeAdminController //发起PING请求 // halt($request); $response = $requestUtils->doPost("/v2/sign/applySign", $request); - $response['notify_url'] = $notify; - Log::write('三轮车签约:'.json_encode($response),'notice'); + Log::write('三轮车签约:'.json_encode(['result'=>$response,'notify'=>$notify]),'notice'); return $response; }