|
@@ -288,7 +288,7 @@ function __construct(){
|
|
|
{
|
|
|
$sku = rtrim($sku,',').','.$zjsku[$shop['id']];
|
|
|
}
|
|
|
- //$post['extra_text'] = json_encode($extra_text,JSON_UNESCAPED_UNICODE);
|
|
|
+ $post['extra_text'] = json_encode($extra_text,JSON_UNESCAPED_UNICODE);
|
|
|
$post['user_id'] = $data['user_id'];
|
|
|
$post['state'] = $s;
|
|
|
$post['shop'] = $shop['id'];//店铺ID
|