<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ThinkChat2.0新版上線,更智能更精彩,支持會話、畫圖、視頻、閱讀、搜索等,送10W Token,即刻開啟你的AI之旅 廣告
                # 批量標簽模塊 ## **Web端交互** > ***** ![(images/screenshot_1567145572362.png)](https://img.kancloud.cn/38/2f/382f6ffe3a6d409484ed7cf6a3194a05_1094x791.png) ## **API相關文檔** > ***** 接口描述 | **批量標簽** ---|--- URL | /wechat\_api/customer/batchAddCustomer 請求方式 | post 請求參數 | {contactIds:"46916512,47666820,46916492,46916561,46916526",tags:[{"id":"","name":"eee"}\],isStar:} 返回值 |{"msg":"保存成功!","code":200} | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 請求參數 | contactIds| string | Y |微信聯系人ID | 請求參數 | tags| string | Y | 標簽 | 請求參數 | isStar| string | Y |是否添加了星標朋友標簽 > ***** 接口描述 | **獲取標簽詳情** ---|--- URL | /wechat\_api/tag/getTagDetailList 請求方式 | post 請求參數 | {tagId: "42906",type: "0"} 返回值 |{"code":200,"data":[{"wechatContactId":46916492,"wechatUserUin":"2964685533","wechatUserNickName":"小陶同學","customerName":"馮楊振"},{"wechatContactId":46916512,"wechatUserUin":"2964685533","wechatUserNickName":"小陶同學","customerName":"馮力"},{"wechatContactId":46916526,"wechatUserUin":"2964685533","wechatUserNickName":"小陶同學","customerName":"韓超月"},{"wechatContactId":46916561,"wechatUserUin":"2964685533","wechatUserNickName":"小陶同學","customerName":"黃奔"},{"wechatContactId":47666820,"wechatUserUin":"2964685533","wechatUserNickName":"小陶同學","customerName":"房東"}]} | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 請求參數 | tagId| Long | Y |標簽ID | 請求參數 | type| Interger| Y |0:當前賬號,其他:非當前賬號 > ***** 接口描述 | **添加我的標簽** ---|--- URL | /wechat\_api/tag/editTagInfo 請求方式 | post 請求參數 | {tagName:"xiao",isPub:"0"} 返回值 |{"msg":"操作成功!","code":200,"tagInfo":{"page":{"pageNo":1,"pageSize":-1,"count":0,"content":[],"html":"<ul>\n<li><a href=\"javascript:\" onclick=\"page(0,-1,'');\">&#171; 上一頁</a></li>\n<li><a href=\"javascript:\" onclick=\"page(0,-1,'');\">1</a></li>\n<li><a href=\"javascript:\" onclick=\"page(0,-1,'');\">下一頁 &#187;</a></li>\n<li class=\"disabled controls\"><a href=\"javascript:\">當前 <input type=\"text\" value=\"1\" onkeypress=\"var e=window.event||this;var c=e.keyCode||e.which;if(c==13)page(this.value,-1,'');\" onclick=\"this.select();\"/> / <input type=\"text\" value=\"-1\" onkeypress=\"var e=window.event||this;var c=e.keyCode||e.which;if(c==13)page(1,this.value,'');\" onclick=\"this.select();\"/> 條,共 0 條</a></li>\n</ul>\n<div style=\"clear:both;\"></div>","firstResult":0,"maxResults":-1},"sqlMap":{},"tagId":43972,"tagName":"xiao","adminUserId":33726,"createTime":1565170775945,"isPub":0}} | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 請求參數 | tagName| string | Y | 修改的標簽名 | 請求參數 | isPub| string | Y | 是否公共 0:非公共,1 公共 2 部門 > ***** 接口描述 | **標簽重命名** ---|--- URL | /wechat\_api/tag/editTagInfo 請求方式 | post 請求參數 | {tagName:"aaaeee",adminUserId:"33726",tagId:"43952",isPub:"0"} 返回值 |{"msg":"操作成功!","code":200,"tagInfo":{"page":{"pageNo":1,"pageSize":-1,"count":0,"content":[],"html":"<ul>\n<li><a href=\"javascript:\" onclick=\"page(0,-1,'');\">&#171; 上一頁</a></li>\n<li><a href=\"javascript:\" onclick=\"page(0,-1,'');\">1</a></li>\n<li><a href=\"javascript:\" onclick=\"page(0,-1,'');\">下一頁 &#187;</a></li>\n<li class=\"disabled controls\"><a href=\"javascript:\">當前 <input type=\"text\" value=\"1\" onkeypress=\"var e=window.event||this;var c=e.keyCode||e.which;if(c==13)page(this.value,-1,'');\" onclick=\"this.select();\"/> / <input type=\"text\" value=\"-1\" onkeypress=\"var e=window.event||this;var c=e.keyCode||e.which;if(c==13)page(1,this.value,'');\" onclick=\"this.select();\"/> 條,共 0 條</a></li>\n</ul>\n<div style=\"clear:both;\"></div>","firstResult":0,"maxResults":-1},"sqlMap":{},"tagId":43952,"tagName":"aaaeee","adminUserId":33726,"isPub":0}} | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 請求參數 | tagName| string | Y | 修改的標簽名 | 請求參數 | adminUserId | string | Y | 管理員ID | 請求參數 | tagId| string | Y | 標簽ID | 請求參數 | isPub| string | Y | 是否公共 0:非公共,1 公共 2 部門 > ***** 接口描述 | **刪除標簽** ---|--- URL | /wechat\_api/tag/delTagInfo 請求方式 | post 請求參數 | adminUserId: "33726", tagId:"42906", isPub:"0" 返回值 |{"msg":"刪除成功!","code":200} | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 請求參數 | adminUserId| string | 歸屬的管路員ID | 請求參數 | tagId| string | Y |標簽ID | 請求參數 | isPub| string | Y |是否公眾 0:非公共,1 公共 2 部門
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看