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

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                MingB-sq-api文檔 **返回結果統一說明:**成功code=200,失敗code=400 ### 一、賬號登錄 **接口地址:http://101.201.56.114:2224**[/index/Login/login](http://47.93.3.223/dymaster/public/index.php/index/Login/login) **請求方式:**POST **Content-Type:** application/x-www-form-urlencoded **請求參數:** 字段名字段說明類型是否必填備注username賬號string必填password密碼string必填 **返回結果:** ~~~ { "code": 200, "msg": "登錄成功", "data": { "username": "zhangsan", "nickname": "zhangsan", "avatar": "", "member_id": 6, "balance": "1072.120999999998", "member_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MjcwNDYyMDgsIm5iZiI6MTYyNzA0NjIwOCwiZXhwIjoxNjI5NjM4MjA4LCJkYXRhIjp7Im1lbWJlcl9pZCI6NiwibG9naW5fdGltZSI6IjIwMjEtMDctMjMgMjE6MTY6NDciLCJsb2dpbl9pcCI6IjIxOS4xNDIuMTg0LjEzNCJ9fQ.G_4Vgwz6rUioXSCoBLAHAQ49nwd3LIlmdv9Q0ckjPL0" } } ~~~ ### 二、下單接口 **接口地址:http://101.201.56.114:2224/****api****/Order/DyAdd** **請求方式:**POST **Content-Type:** application/x-www-form-urlencoded **請求參數:** 字段名字段說明類型是否必填備注token登錄成功返回的member_tokenstring是type類型,1為點贊,2為關注,3小紅薯點贊,4小紅薯收藏int是num下單數量int是最少為10個url作品短鏈接(https://v.douyin.com/eWQnkeX/)string是作品短連接 **返回結果:** ~~~ { "code": 200, "msg": "操作成功", "data": { "num": 10, "url": "https://v.douyin.com/eWCDxYr/", "speed": "", "uid": 6, "type": "1", "price": "0.004", "all_price": 0.04, "cash_type": 1, "order_type": 1, "send_num": 10, "create_time": "2021-07-23 21:58:37", "order_id": "155" } } ~~~ ### 三、訂單列表 **接口地址:http://101.201.56.114:2224/****api****/Order/DyList** **請求方式:**POST **Content-Type:** application/x-www-form-urlencoded **請求參數:** 字段名字段說明類型是否必填備注token登錄成功返回的member_tokenstring是page頁數,默認為1int否type默認為空表示全部,1表示dy贊,2表示dy關注,3xhs贊,4xhs收藏id訂單idint否查詢指定訂單 **返回結果:** ~~~ { "code": 200, "msg": "操作成功", "data": { "count": 30, "pages": 3, "page": 1, "limit": 10, "list": [ { "id": 155, "url": "https://v.douyin.com/eWCDxYr/", "type": "點贊", "order_type": "抖音", "cash_type": 1, "price": "0.004", "num": 10, # 期待數量 "speed": "", "all_price": "0.04", "status": "進行中", "end_num": null, # 結束值 "create_time": "2021-07-23 21:58:37", # 下單時間 "starttime": null, "endtime": null, #結束時間 "original_num": 795608, # 初始值 "have_submit": null, # 進度 "refund": "0", "remark": null, "current_num": 795888 , # 當前值 "refund_num": 123 , # 退款數量 }, { "id": 154, "url": "https://v.douyin.com/eWQnkeX/", "type": "點贊", "order_type": "抖音", "cash_type": 1, "price": "0.004", "num": 10, "speed": "", "all_price": "0.04", "status": "進行中", "end_num": null, "create_time": "2021-07-23 21:41:31", "starttime": null, "endtime": null, "original_num": 718, "have_submit": null, "refund": "0", "remark": null }, ], "setting": { "setting_id": 1, "type": 1, "money": "21", "num_up1": 20000, "num_down1": 10, "num_up2": 20000, "num_down2": 10, "num_up3": 0, "num_down3": 10, "typemoney3": "0.05", "typemoney2": "0.02", "typemoney1": "0.01", "money1": "0.004", "money2": "0.045", "money3": "0.18", "verify_register": 11, "verify_login": 11, "token_exp": 720, "create_time": "2021-05-24 16:28:35", "update_time": "2021-07-20 12:38:36" } } } ~~~ ### 四、終止訂單 **接口地址:http://101.201.56.114:2224/****api****/Order/endOrder** **請求方式:**POST **Content-Type:** application/x-www-form-urlencoded **請求參數:** 字段名字段說明類型是否必填備注token登錄成功返回的member_tokenstring是id訂單idint是 ~~~ { "code": 200, "msg": "操作成功", "data": [] } ~~~
                  <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>

                              哎呀哎呀视频在线观看