MeChat online customer service widget.
<section data-am-widget="mechat" class="am-mechat am-mechat-default" data-am-mechat-unitid="2538">
<div id="mechat"></div>
</section>
This widget requires a MeChat account and the account ID.
Fill the form and send it to the register interface. Your information will be sent to MeChat.
If the register succeed, your configuration will be sent back.
Fill the form and send it to the register interface. Your information will be sent to MeChat.
MeChat will sent your configuration back .Allmobilize will render the ask for your password.
Your password will be sent to MeChat and your configuration will be sent back.
API is provided by MeChat
1: Register Interface: http://open.mechatim.com/cgi-bin/create/unit2?appid=T4v1KpVM7QOvzxgbQ9
function: Register the unregistered email and send back configurations. Ask for password if email has been registered. Parameters:{ unitname: Name of company, email: Email of company } Return: { errcode: '0', --Success unitid: Your ID, form: { url: '----', type: 'POST', desc: '', fields: { } } }
2:Check Interface:http://open.mechatim.com/cgi-bin/check/unit2?appid=T4v1KpVM7QOvzxgbQ9
Function: Check password. Parameters:{ email: password: } 返回:{ errcode: '0', --Success unitid: Your ID, form: { url: '----', type: 'POST', desc: '', fields: { } } }