فهرست منبع

修改根据日志查询到的 tt催付bug

lvhao 1 ماه پیش
والد
کامیت
d7844bec7a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      core/CoreApp/controllers/Apitt.php

+ 1 - 1
core/CoreApp/controllers/Apitt.php

@@ -1081,7 +1081,7 @@ $j = json_decode($j, true);
 				    $id = $this->ttcf->insert($post);
 					$post['shop'] = $shop['id'];
 					$post['id'] = $id;
-				    $this->_znxc($post,$v,3);
+				    $this->_znxc($post,$post['orderinfo'],3);
 				}
 				exit;
 			}