更新修改sku价格

parent 249a0d31
Showing with 13 additions and 0 deletions
...@@ -88,6 +88,18 @@ class ServerFoostoneModel ...@@ -88,6 +88,18 @@ class ServerFoostoneModel
$data['up_id'] = $up_id_arr; $data['up_id'] = $up_id_arr;
return $this->push('/yunxin/api/pool/select/uploadlog',$data,$type); return $this->push('/yunxin/api/pool/select/uploadlog',$data,$type);
} }
/*
*修改联营sku
*$data = [
'goods_id'=>1, //商品id
'stock' => 200, //商品库存
'ladder_price' => [{"purchases":1,"price_cn":0,"price_us":1203.05}], //梯度价格
]
*/
public function comSkuEdit($data,$type =1){
return $this->push('/yunxin/api/pool/sku/edit',$data,$type);
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment