获取当天结束随心推订单的剩余次数 websocket测试 GET /get_sxt_stop_info?user_id={user_id}&dy_uid={dy_uid} 说明 / 示例 ~~~ GET /get_sxt_stop_info?user_id=123123123123&dy_uid=342654142657207 成功: { "code": 0, "data": { "extra": { "fatal_item_ids": [], "logid": "2022122612154915D8200307AA2801559B", "now": 1672028149000 }, "log_pb": { "impr_id": "2022122612154915D8200307AA2801559B" }, "num": 5, // 当天剩余次数 "status_code": 0, "status_msg": "", "total_num": 5 // 当天总次数 }, "msg": "ok" }
~~~ GET /get_sxt_stop_info?user_id=123123123123&dy_uid=342654142657207 成功: { "code": 0, "data": { "extra": { "fatal_item_ids": [], "logid": "2022122612154915D8200307AA2801559B", "now": 1672028149000 }, "log_pb": { "impr_id": "2022122612154915D8200307AA2801559B" }, "num": 5, // 当天剩余次数 "status_code": 0, "status_msg": "", "total_num": 5 // 当天总次数 }, "msg": "ok" }