liugc 1 год назад
Родитель
Сommit
ccbd64cd1e

+ 1 - 1
app/api/controller/notify/MeiTuanNotifyController.php

@@ -96,7 +96,7 @@ class MeiTuanNotifyController extends BaseApiController
      */
     public function bookingResults()
     {
-        http_request('https://developer.kyjlkj.com/platf/kaidianbao/reservationSuccessful',http_build_query($this->request->param()));
+        http_request('https://developer.kyjlkj.com/platf/kaidianbao/reservationResults',http_build_query($this->request->param()));
         Log::write('预订结果同步:'.json_encode($this->request->param(),JSON_UNESCAPED_UNICODE));
     }
 

+ 1 - 0
app/common/logic/ThirdOrderLogic.php

@@ -404,6 +404,7 @@ class ThirdOrderLogic extends BaseLogic
      */
     public static function bookresultcallback($opBizCode,$orderId,$bookStatus=2)
     {
+        http_request('https://developer.kyjlkj.com/platf/kaidianbao/reservationSuccessful',http_build_query([$opBizCode,$orderId,$bookStatus]));
         //预订结果,2-预订成功,3-预订失败
         $url = 'https://api-open-cater.meituan.com/ddzh/yuding/bookresultcallback';
         $accessToken = $opBizCode == 'AE7MKOJAV67338LIC3UD0K5TGIO' ? self::shop_token2['accessToken'] : self::shop_token1['accessToken'];

+ 1 - 1
app/workerapi/controller/MasterWorkerAgreeController.php

@@ -14,7 +14,7 @@ class MasterWorkerAgreeController extends BaseApiController
 
     public function ceshi()
     {
-        AddAgreementPdf::sendMq('202408181742334617','https://weixiu.zhongdunzhizhao.com/index/agreement/index?code=202408181742334617');
+        AddAgreementPdf::sendMq('202408181742334617','https://weixiu.kyjlkj.com/index/agreement/index?code=202408181742334617');
         dd(1);
     }
 

+ 1 - 1
app/workerapi/logic/MasterWorkerInfoLogic.php

@@ -23,7 +23,7 @@ class MasterWorkerInfoLogic extends BaseLogic
     {
         try{
 
-            if($params['id_card_front_img']=='https://weixiu.zhongdunzhizhao.com/static/wxapp/master_image/zm.png' || $params['id_card_opposite_img'] == 'https://weixiu.zhongdunzhizhao.com/static/wxapp/master_image/fm.png'){
+            if($params['id_card_front_img']=='https://weixiu.kyjlkj.com/static/wxapp/master_image/zm.png' || $params['id_card_opposite_img'] == 'https://weixiu.zhongdunzhizhao.com/static/wxapp/master_image/fm.png'){
                 throw new Exception('请上传身份证正反面照片');
             }
 

+ 3 - 3
app/workerapi/logic/MasterWorkerMessageLogic.php

@@ -18,11 +18,11 @@ class MasterWorkerMessageLogic extends  BaseLogic
 {
     public static  $msgConfigArr = [
         //工单
-        ['img_url' => 'https://weixiu.zhongdunzhizhao.com/static/wxapp/master_image/1.png', 'value' => 1],
+        ['img_url' => 'https://weixiu.kyjlkj.com/static/wxapp/master_image/1.png', 'value' => 1],
         //资金
-        ['img_url' => 'https://weixiu.zhongdunzhizhao.com/static/wxapp/master_image/3.png', 'value' => 3],
+        ['img_url' => 'https://weixiu.kyjlkj.com/static/wxapp/master_image/3.png', 'value' => 3],
         //重要公告
-        ['img_url' => 'https://weixiu.zhongdunzhizhao.com/static/wxapp/master_image/4.png', 'value' => 4],
+        ['img_url' => 'https://weixiu.kyjlkj.com/static/wxapp/master_image/4.png', 'value' => 4],
     ];
     /**
      * 统计各种类型的未读消息总数

+ 1 - 1
public/agent/company_h5/index.html

@@ -103,7 +103,7 @@
 
 						axios({
 							method: 'post',
-							url: 'https://weixiu.zhongdunzhizhao.com/api/property/orderByQrcode',
+							url: 'https://weixiu.kyjlkj.com/api/property/orderByQrcode',
 							data: this.param
 						}).then(res => {
 							this.param = {