알쓸전컴(알아두면 쓸모있는 전자 컴퓨터)

[cafe24 쇼핑몰 개발] description Tag 속성 주의점 본문

cafe24 쇼핑몰

[cafe24 쇼핑몰 개발] description Tag 속성 주의점

백곳 2018. 12. 7. 00:51

description Tag 속성 주의점



해당 부분도 상당히 삽질 했다 .



<web360-component :eventbus="EventBus" HtmlrooIimagewidth="744" HtmlrootImageheight="575" HtmlPansensitivity="50" mode="html" srcimg="/web/upload/NNEditor/20181206/b6c77841979d473995c6255da80f261b.bmp">



 'https://{mallid}.cafe24api.com/api/v2/admin/products/7' \
  -H 'Authorization: Bearer {access_token}' \
  -H 'Content-Type: application/json' \
  -d '{
    "shop_no": 1,
    "request": {


description: <web360-component :eventbus="EventBus" HtmlrooIimagewidth="744" HtmlrootImageheight="575" HtmlPansensitivity="50" mode="html" srcimg="/web/upload/NNEditor/20181206/b6c77841979d473995c6255da80f261b.bmp">

}

이런식으로

보냈더니


<web360-component :eventbus="EventBus" htmlrootimagewidth="744" htmlrootimageheight="575" htmlpansensitivity="50" mode="html" srcimg="/web/upload/NNEditor/20181206/b6c77841979d473995c6255da80f261b.bmp">


이런식으로 바꿔서 업로딩 되었다 추후에 잘 확인하고 스크립트 코드를 짜야 된다.

Comments