Sfoglia il codice sorgente

美团对接-定金商品价格同步

fang 1 anno fa
parent
commit
d0ae2cf7c5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/api/controller/notify/MeiTuanNotifyController.php

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

@@ -64,7 +64,6 @@ class MeiTuanNotifyController extends BaseApiController
     {
         Log::write('取消预订:'.json_encode($this->request->param(),JSON_UNESCAPED_UNICODE));
         $order = $this->request->param();
-        $order = json_decode('{"opBizCode":"AE7MKOJAV67338LIC3UD0K5TGIO","msgType":"5810001","developerId":"114657","businessId":"58","sign":"82db3112e2603fc65c9165c8c6f63ef2ff9d8f70","msgId":"4531348325686354394","message":"{\"cancelType\":\"1\",\"orderId\":\"61702316\",\"auditChannel\":\"2\",\"type\":\"2\"}","timestamp":"1741940681"}',true);
         ThirdOrderLogic::cancelOrderHandle($order);
         return $this->success('取消预订成功');
     }