<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>

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                [TOC] ## 全部標簽 ~~~[api] post:/member/tag <<< 請求內容 { } <<< 返回結果 { "code": 0, "info": "success", "data": [ { "id": 1, "group": 2, "name": "916", "state": 1, "color":{ "id": 1, "color": "#63C0CE" } }, { "id": 2, "group": 2, "name": "911", "state": 1, "color":{ "id": 1, "color": "#63C0CE" } } ] } ~~~ ## get標簽 ~~~[api] post:/member/tagget <<< 請求內容 { "id": 2, } <<< 返回結果 { "code": 0, "info": "success", "data": { "id": 1, "group": 2, "name": "916", "state": 1, "color":{ "id": 1, "color": "#63C0CE" } } ~~~ ## delete標簽 ~~~[api] post:/member/tagdelete <<< 請求內容 { "id": 2, } <<< 返回結果 { "code": 0, "info": "success", "data": { } } ~~~ ## 創建標簽 ~~~[api] post:/member/tagadd <<< 請求內容 { "group": "2", "name": "916", "color": "1", } <<< 返回結果 { "code": 0, "info": "success", "data": { "id": 1, "group": 2, "name": "916", "state": 1, "color":{ "id": 1, "color": "#63C0CE" } } } ~~~ ## 編輯標簽 ~~~[api] post:/member/tagedit <<< 請求內容 { "id": "1", "group": "2", "name": "916", "color": "1", "state": "1", } <<< 返回結果 { "code": 0, "info": "success", "data": { "id": 1, "group": 2, "name": "916", "state": 1, "color":{ "id": 1, "color": "#63C0CE" } } } ~~~ ## 全部標簽組 ~~~[api] post:/member/taggroup <<< 請求內容 { } <<< 返回結果 { "code": 0, "info": "success", "data": [ { "id": 1, "name": "917", "type": 1, "state": 1, "member_tag":[] }, { "id": 2, "name": "914", "type": 0, "state": 0, "member_tag":[ { "id": 1, "group": 2, "name": "916", "state": 1, "color": 1, "color_value": "#63C0CE" }, { "id": 2, "group": 2, "name": "911", "state": 1, "color": 1, "color_value": "#63C0CE" } ] } ] } ~~~ ## get標簽組 ~~~[api] post:/member/taggroupget <<< 請求內容 { "id": 2, } <<< 返回結果 { "code": 0, "info": "success", "data": { "id": 2, "name": "914", "type": 0, "state": 0, "member_tag":[ { "id": 1, "group": 2, "name": "916", "state": 1, "color": 1, "color_value": "#63C0CE" }, { "id": 2, "group": 2, "name": "911", "state": 1, "color": 1, "color_value": "#63C0CE" } ] } } ~~~ ## delete標簽組 ~~~[api] post:/member/taggroupdelete <<< 請求內容 { "id": 2, } <<< 返回結果 { "code": 0, "info": "success", "data": { } } ~~~ ## 創建標簽組 ~~~[api] post:/member/taggroupadd <<< 請求內容 { "name": "999", } <<< 返回結果 { "code": 0, "info": "success", "data": { "id": 6, "name": "999", "type": 0, "state": 1 } } ~~~ ## 編輯標簽組 ~~~[api] post:/member/taggroupedit <<< 請求內容 { "id": "1", "name": "917", "type": "1", "state": "1", } <<< 返回結果 { "code": 0, "info": "success", "data": { "id": 1, "name": "917", "type": 1,// 0-互斥 1-不互斥 "kpi": 1,//0-不考核 1-考核 "state": 1,// 0-停用 1-正常 } } ~~~ ##添加、編輯會員標簽獲取 標簽數組 ~~~[api] post:/member/getmtags *int:member_id=582 #會員 ID <<< success { "code": 0, "info": "成功", "data":[ {"id": 1, "name": "職業", "type": 1, "kpi": 1, "state": 0,…}, { "id": 4, "name": "標簽組6", "type": 0, "kpi": 1, "state": 1, "tags":[ { "id": 9, "group": 4, "name": "愛啦啦啦", "state": 1, "color": 12, "checked": true } ] } ] } ~~~ ##添加、編輯會員標簽 ~~~[api] post:/member/addmetags *int:member_id=582 #會員 ID *string:data=json字符串 #[{"tag":1,"member_id":439},{"tag":2,"member_id":439},{"tag":3,"member_id":439}] <<< success ~~~
                  <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>

                              哎呀哎呀视频在线观看