366API go into the details of how to solve the problem download link in the micro letter can not open the?

The number of business analysis using micro-channel has topped the list each communication APP at the same time, become one of the largest micro-channel platform of mobile traffic. Under the guidance of the trend of times, a lot of businesses, households body will seize this opportunity to use this channel to do the micro-channel product promotion, publicity and marketing programs. But did not last long, since last year to micro-channel control of this one is very strict, share links could easily be intercepted shielded micro-channel in the micro letter. If a user receives after the micro-channel blocked link to open the tip will lead to huge loss of customers amounts to "access the link has stopped." Below we provide a solution --366API for everyone.

 I. First, we talk about the use of 366API platform:

1, we need to use the browser to open the  366API  platform Address: http://www.366api.cn/
2, copy and paste the link into the api tool box, click the Generate Jump short link and two-dimensional code
3, copy and short connections to the micro-channel two-dimensional code to open or scan code to link.


Second, secondly we talk about how to build a micro-channel jumps browser source code:


<style type="text/css">   

    .mask {     

            position: absolute; top: 0px; filter: alpha(opacity=60); background-color: #777;   

            z-index: 1002; left: 0px;   

            opacity:0.5; -moz-opacity:0.5;   

        }   

</style>  


<pre class="html" name="code"><script type="text/javascript">   

    // is compatible with Firefox, IE8 

    // display mask layer  

    function showMask(){   

        $("#mask").css("height",$(document).height());   

        $("#mask").css("width",$(document).width());   

        $("#mask").show();   

    }

    // hide the mask layer

    function hideMask(){   

        

        $("#mask").hide();   

    }

   

</script>


<div id="mask" class="mask"></div>  

<a href="javascript:;" onclick="showMask()"> point I display mask layer </a> <br />


Guess you like

Origin blog.51cto.com/14359461/2400431