|
@@ -439,7 +439,7 @@ class Model_notice extends Lin_Model
|
|
$headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
|
|
$headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
|
|
$res = $this->apitt->su_curl($post,$url,$headers);
|
|
$res = $this->apitt->su_curl($post,$url,$headers);
|
|
$res = json_decode($res,true);
|
|
$res = json_decode($res,true);
|
|
- $this->logic_ding->sendToDing('【'.$list['orderinfo'].'】TT发送信息结果回执',json_encode($res,JSON_UNESCAPED_UNICODE));
|
|
|
|
|
|
+ $this->logic_ding->sendToDing('【'.$list['orderinfo'].'】TT发送信息结果回执'.json_encode($res,JSON_UNESCAPED_UNICODE));
|
|
if(isset($res['data']['conversation_id']))
|
|
if(isset($res['data']['conversation_id']))
|
|
{
|
|
{
|
|
$f = $this->_ttfs($shop,$notice['content'],$res['data']['conversation_id']);
|
|
$f = $this->_ttfs($shop,$notice['content'],$res['data']['conversation_id']);
|