|
@@ -61,6 +61,14 @@ function __construct(){
|
|
|
$link = 'param=';
|
|
|
$ys = 0;
|
|
|
}
|
|
|
+ else if ($data['printcode'] == "HUALEIXW-HC-FEDEX")
|
|
|
+ {
|
|
|
+ $product_id = 8441;
|
|
|
+ $link = 'param=';
|
|
|
+ $ys = 0;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
$rs = $this->curlRequest('http://123.207.33.169:8082/selectAuth.htm',"username=XW&password=292321");
|
|
|
$reData = json_decode(str_replace("'", "\"", $rs['result']));
|
|
|
$customer_id = $reData->customer_id;
|