SCRM开放平台


添加/编辑色卡

<p>[TOC]</p> <h5>请求URL</h5> <ul> <li><code>POST /erp/color-card-image/create</code> </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">erp_color_card_id</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>erp色卡id,如果存在就更新,不存在就添加</td> </tr> <tr> <td style="text-align: left;">erp_goods_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>erp产品id</td> </tr> <tr> <td style="text-align: left;">stock</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>实物色卡库存</td> </tr> <tr> <td style="text-align: left;">is_show_card</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>0 显示实物色卡领取 1 不显示</td> </tr> <tr> <td style="text-align: left;">images</td> <td style="text-align: left;">是</td> <td style="text-align: left;">array</td> <td>色卡</td> </tr> <tr> <td style="text-align: left;">overlay_type</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>小程序展示样式 默认(无)-default;圆形-circle</td> </tr> </tbody> </table> <h5>images参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>色卡名称</td> </tr> <tr> <td style="text-align: left;">card_image</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>色卡路径短路径</td> </tr> <tr> <td style="text-align: left;">card_image_url</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>色卡完整路径</td> </tr> <tr> <td style="text-align: left;">sort</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td></td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code class="language-json">{     &amp;quot;id&amp;quot;: 502,     &amp;quot;color_card_erp_id&amp;quot;:1,     &amp;quot;erp_goods_id&amp;quot;:1,     &amp;quot;erp_color_card_id&amp;quot;:2,     &amp;quot;stock&amp;quot;: 0,     &amp;quot;is_show_card&amp;quot;: 0,     &amp;quot;images&amp;quot;: [         {             &amp;quot;name&amp;quot;: &amp;quot;微信图片_20240&amp;quot;,             &amp;quot;card_image&amp;quot;: &amp;quot;52/image/20240527/38589129_1716798641900.png&amp;quot;,             &amp;quot;card_image_url&amp;quot;: &amp;quot;https://zlqwt-1259451404.cos.ap-guangzhou.myqcloud.com/52/image/20240527/38589129_1716798641900.png&amp;quot;,             &amp;quot;sort&amp;quot;: 0         },         {             &amp;quot;name&amp;quot;: &amp;quot;微信图片_20240&amp;quot;,             &amp;quot;card_image&amp;quot;: &amp;quot;52/image/20240527/92027030_1716798641903.png&amp;quot;,             &amp;quot;card_image_url&amp;quot;: &amp;quot;https://zlqwt-1259451404.cos.ap-guangzhou.myqcloud.com/52/image/20240527/92027030_1716798641903.png&amp;quot;,             &amp;quot;sort&amp;quot;: 1         }     ], &amp;quot;overlay_type&amp;quot; : &amp;quot;circle&amp;quot; }</code></pre> <h5>返回示例</h5> <pre><code>{ &amp;quot;errcode&amp;quot;: 0, &amp;quot;errmsg&amp;quot;: &amp;quot;&amp;quot; }</code></pre>

页面列表

ITEM_HTML