Browse Source

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

lvhao 1 tháng trước cách đây
mục cha
commit
d7844bec7a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 			}