!264 bug修复
Merge pull request !264 from 杨建炊/fix-release-1.0.0/yjc-migrate
This commit is contained in:
commit
114f4fb477
@ -43,7 +43,7 @@ class MiaoXuan extends BusinessClient
|
||||
public function queryStatusAndSync($order)
|
||||
{
|
||||
$appendParams = ["order_sn" => $order->order_sn, "type" => "erpQuery"];
|
||||
$url = 'http://shop.dev.chutang66.com/miaoxuan/queryOrder';
|
||||
$url = 'http://shop.chutang66.com/miaoxuan/queryOrder';
|
||||
$queryOrder = $this->formDataPostRequest($url, $appendParams);
|
||||
$needUpdate = false;
|
||||
if ($order->shipping_status != $queryOrder['shipping_status']) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user