curl --location 'shop/editStoreGoods' \
--form 'name="小米20Max Pro"' \
--form 'subtitle="手机"' \
--form 'shop_cate_id="1"' \
--form 'image="/uploads/goods/2023/06/01/iphone14.jpg,/uploads/images/20210623173843e29a87344.png"' \
--form 'status="1"' \
--form 'express_type="1"' \
--form 'sales_virtual="100"' \
--form 'spec_type="1"' \
--form 'goods_sku="{ \"spec_name\": [\"颜色\", \"尺寸\"], \"spec_values\": [\"红色,蓝色,绿色\", \"S,M,L\"], \"spec_lists\": [{ \"spec_value_str\": \"颜色:红色;尺寸:S\", \"price\": \"99.00\", \"market_price\": \"199.00\", \"stock\": 50, \"weight\": \"0.300\" }, { \"spec_value_str\": \"颜色:红色;尺寸:M\", \"price\": \"99.00\", \"market_price\": \"199.00\", \"stock\": 50, \"weight\": \"0.350\" }]}"' \
--form 'price="100"' \
--form 'market_price="50"' \
--form 'stock="30"' \
--form 'weight="0.05"' \
--form 'unit_id="1"' \
--form 'tags="风格"'